-
Notifications
You must be signed in to change notification settings - Fork 55
Comparing changes
Open a pull request
base repository: guilhermechapiewski/simple-db-migrate
base: master
head repository: MustWin/simple-db-migrate
compare: master
- 15 commits
- 33 files changed
- 2 contributors
Commits on Jul 10, 2017
-
Add support for --sql-prefix-file for injecting repeated environmenta…
…l configuration before migration scripts. Add support for --db-engine-use-cli for Oracle so we can support the full pl/sql spec (including variable definition, file includes, etc).
Configuration menu - View commit details
-
Copy full SHA for b9dcb98 - Browse repository at this point
Copy the full SHA b9dcb98View commit details
Commits on Jul 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for aae1ca9 - Browse repository at this point
Copy the full SHA aae1ca9View commit details -
Update sqlplus location to match dockerfile. Use /db as the workdir t…
…o ensure it's mounted and relative paths are correct
Configuration menu - View commit details
-
Copy full SHA for 14e8592 - Browse repository at this point
Copy the full SHA 14e8592View commit details
Commits on Sep 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a7db99b - Browse repository at this point
Copy the full SHA a7db99bView commit details
Commits on Oct 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 71786d2 - Browse repository at this point
Copy the full SHA 71786d2View commit details
Commits on Dec 13, 2017
-
Add support to fetch secrets from vault when using the service. Vault…
… resources are kept in https://bitbucket.service.edp.t-mobile.com/projects/EDPPUBLIC/repos/vault-config-manager/browse
Configuration menu - View commit details
-
Copy full SHA for bd76dc8 - Browse repository at this point
Copy the full SHA bd76dc8View commit details
Commits on Mar 22, 2018
-
Refactor server to have pluggable auth and secret storage implementat…
…ions, extract a few http framework things and add a couple tests.
Configuration menu - View commit details
-
Copy full SHA for a409c14 - Browse repository at this point
Copy the full SHA a409c14View commit details -
I believe the API server and secret store is working now, but havent …
…had an environment to run actual migrations yet. Also added k8s deployment and docs
Configuration menu - View commit details
-
Copy full SHA for 9555a3b - Browse repository at this point
Copy the full SHA 9555a3bView commit details
Commits on May 8, 2018
-
Add helm chart and fix up the server to be compatible with the jenkin…
…s pipeline executor
Configuration menu - View commit details
-
Copy full SHA for b5aa971 - Browse repository at this point
Copy the full SHA b5aa971View commit details -
Configuration menu - View commit details
-
Copy full SHA for d58efdc - Browse repository at this point
Copy the full SHA d58efdcView commit details
Commits on May 23, 2018
-
HIGH RISK. Patch the python connect call so it uses a SID instead of …
…the full service name. I dont fully understand why this is necessary and I think it might be a bug inthe python driver. This was precipitated by a specific environment that wouldnt connect using a service name despit other enviroments working fine. This change does seem to be backward compatible with other working environments but still could have the potential to break in other environments since we dont understand whats different about this one
Configuration menu - View commit details
-
Copy full SHA for 650a3dc - Browse repository at this point
Copy the full SHA 650a3dcView commit details
Commits on Jul 13, 2018
-
Add a "version" parameter to the migrate command that allows the user…
… to specify a version to roll forward or back to
Configuration menu - View commit details
-
Copy full SHA for 3019e1e - Browse repository at this point
Copy the full SHA 3019e1eView commit details
Commits on Oct 12, 2018
-
Remove printing password. Update make tools for building docker conta…
…iners. Remove duplicate cli arg to db-migrate.
Configuration menu - View commit details
-
Copy full SHA for e17ba87 - Browse repository at this point
Copy the full SHA e17ba87View commit details -
Merge branch 'master' into feature/rollback-support
Mike Ihbe committedOct 12, 2018 Configuration menu - View commit details
-
Copy full SHA for 834db47 - Browse repository at this point
Copy the full SHA 834db47View commit details
Commits on Dec 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c47dc24 - Browse repository at this point
Copy the full SHA c47dc24View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master