Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: guilhermechapiewski/simple-db-migrate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: MustWin/simple-db-migrate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 33 files changed
  • 2 contributors

Commits on Jul 10, 2017

  1. 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).
    mikejihbe committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    b9dcb98 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

  1. Configuration menu
    Copy the full SHA
    aae1ca9 View commit details
    Browse the repository at this point in the history
  2. Update sqlplus location to match dockerfile. Use /db as the workdir t…

    …o ensure it's mounted and relative paths are correct
    mikejihbe committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    14e8592 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. Configuration menu
    Copy the full SHA
    a7db99b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2017

  1. Configuration menu
    Copy the full SHA
    71786d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. Configuration menu
    Copy the full SHA
    bd76dc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. Refactor server to have pluggable auth and secret storage implementat…

    …ions, extract a few http framework things and add a couple tests.
    mikejihbe committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    a409c14 View commit details
    Browse the repository at this point in the history
  2. 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
    mikejihbe committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    9555a3b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. Configuration menu
    Copy the full SHA
    b5aa971 View commit details
    Browse the repository at this point in the history
  2. fix a few file modes

    mikejihbe committed May 8, 2018
    Configuration menu
    Copy the full SHA
    d58efdc View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. 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
    mikejihbe committed May 23, 2018
    Configuration menu
    Copy the full SHA
    650a3dc View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2018

  1. Add a "version" parameter to the migrate command that allows the user…

    … to specify a version to roll forward or back to
    mikejihbe committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    3019e1e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. Remove printing password. Update make tools for building docker conta…

    …iners. Remove duplicate cli arg to db-migrate.
    mikejihbe committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    e17ba87 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/rollback-support

    Mike Ihbe committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    834db47 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. revamp for the new cluster

    mikejihbe committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    c47dc24 View commit details
    Browse the repository at this point in the history
Loading