Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

postgres: Move lock out of ensureVersionTable, for consistency with other SQL operations #173

Merged
merged 21 commits into from
Feb 26, 2019

Commits on Feb 19, 2019

  1. Consistently lock in ensureVersionTable and do not call ensureVersion…

    …Table from Drop across all database implementations
    Lukas Joergensen committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    6d8499a View commit details
    Browse the repository at this point in the history
  2. Add test for dropping postgres databases

    Lukas Jørgensen (LUJOR) committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    36d865c View commit details
    Browse the repository at this point in the history
  3. Fix failing database tests

    Lukas Joergensen committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    9d8ef5e View commit details
    Browse the repository at this point in the history
  4. Fix CockroachDb test, lock table should be created before versionTable

    Lukas Jørgensen (LUJOR) committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    45d3ba3 View commit details
    Browse the repository at this point in the history
  5. Add Initialize() to Driver interface, and add integration tests for D…

    …rop() between database implementations and migrate
    Lukas Jørgensen (LUJOR) committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    3fd5314 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Remove Initialize, document breaking behaviour of Drop

    Lukas Jørgensen (LUJOR) committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    b1a122c View commit details
    Browse the repository at this point in the history
  2. Revert introduction of Initialize method

    Lukas Jørgensen (LUJOR) committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    65e59b3 View commit details
    Browse the repository at this point in the history
  3. Removed Initialize in Stub as well

    Lukas Jørgensen (LUJOR) committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    4f62649 View commit details
    Browse the repository at this point in the history
  4. Remove call to non-existent Initialize and make sure to close re-init…

    …ialized database connections
    Lukas Jørgensen (LUJOR) committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    dc96daa View commit details
    Browse the repository at this point in the history
  5. Revert changes to TestDrop in database/testing

    Lukas Jørgensen (LUJOR) committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    d8df31c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Split Test and TestMigrate into different test entrypoints

    Lukas Jørgensen (LUJOR) committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    7e74b8e View commit details
    Browse the repository at this point in the history
  2. Remove unused import in migrate_testing

    Lukas Jørgensen (LUJOR) committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    9aaa875 View commit details
    Browse the repository at this point in the history
  3. Remove erroneous code to fix tests

    Lukas Jørgensen (LUJOR) committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    5d8e5e9 View commit details
    Browse the repository at this point in the history
  4. Add stub source imports to database tests

    Lukas Jørgensen (LUJOR) committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    499415a View commit details
    Browse the repository at this point in the history
  5. Add Stub source to migrate tests

    Lukas Jørgensen (LUJOR) committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    2b491b9 View commit details
    Browse the repository at this point in the history
  6. Use example migrations for tests

    Lukas Jørgensen (LUJOR) committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    d8bff44 View commit details
    Browse the repository at this point in the history
  7. Add file driver to database tests

    Lukas Jørgensen (LUJOR) committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    27a85dd View commit details
    Browse the repository at this point in the history
  8. Align database directory layout

    Lukas Jørgensen (LUJOR) committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    28d69a0 View commit details
    Browse the repository at this point in the history
  9. Add file source driver to Cassandra

    Lukas Jørgensen (LUJOR) committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    179720d View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Review changes

    Lukas Jørgensen (LUJOR) committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    170d309 View commit details
    Browse the repository at this point in the history
  2. Minor syntactic change for cleaner diff

    Lukas Jørgensen (LUJOR) committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    4c3f71f View commit details
    Browse the repository at this point in the history