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: databasegit/dbgit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: rultor-support
Choose a base ref
...
head repository: databasegit/dbgit
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.
  • 20 commits
  • 34 files changed
  • 2 contributors

Commits on May 26, 2021

  1. Rm color codes from output

    rocket-3 committed May 26, 2021
    Configuration menu
    Copy the full SHA
    60d5a2f View commit details
    Browse the repository at this point in the history
  2. Test before merge

    rocket-3 committed May 26, 2021
    Configuration menu
    Copy the full SHA
    3c9d91f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c8de42 View commit details
    Browse the repository at this point in the history
  4. Update .rultor.yml

    rocket-3 authored May 26, 2021
    Configuration menu
    Copy the full SHA
    5f5a970 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2021

  1. Merge remote-tracking branch 'origin/rultor-support'

    # Conflicts:
    #	.rultor.yml
    rocket-3 committed May 30, 2021
    Configuration menu
    Copy the full SHA
    450d31e View commit details
    Browse the repository at this point in the history
  2. Update .rultor.yml

    Suppress mvn install package command output
    rocket-3 authored May 30, 2021
    Configuration menu
    Copy the full SHA
    44c3aca View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. Configuration menu
    Copy the full SHA
    425c451 View commit details
    Browse the repository at this point in the history
  2. Update .rultor.yml

    rocket-3 authored May 31, 2021
    Configuration menu
    Copy the full SHA
    73acda5 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    3e6669b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1911a44 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Fix restore table data on postgres when DBGit can't handle changed co…

    …lumn order between schema generations on delete
    
    Fix restore table data on postgres when DBGit can't handle text id columns on delete
    Fix DbGitIntegrationTestBasic#gitToDbRestoreWorks when it can't checkout to other commit because of changed .dblink file conflict
    rocket-3 committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    f1e2c90 View commit details
    Browse the repository at this point in the history
  2. Fix of DbGit can not restore table data for Postgres when new vesion …

    …of table contains no rows
    
    Some new exception throwing points added to catch possible issues in future
    Change DBGitIntegrationTestBasic case when DBGit can't handle data with 10k+ rows table - now passes when file is empty, cause it's 'not a bug but a feature' now
    rocket-3 committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    9073920 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    585bff9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d4bbcd View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Add backups enabled DbGitIntegrationTestBasic#gitToDbRestoreWorks

    This scenario uses sequential restore and can cause some errors in backup adapters when running
    rocket-3 committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    0775fc7 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Add template code for UDTs, Enums and Domains Meta/DB objects support

    DBEnum/DBUserDefinedType/DBDomain are instances of MetaSql, that's why no modification in Backup adapters needed
    rocket-3 committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    ce0026f View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Add implementation of DBAdapterPostgres.getEnums, DBAdapterPostgres.g…

    …etDomains
    
    Add IT case just testing fetch and existence of such objects
    Disabled DbGitIntegrationTestNotebook for automatic test execution not to accidentally burn test repos
    rocket-3 committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    730ded9 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into custom-types

    # Conflicts:
    #	src/test/java/ru/fusionsoft/dbgit/integration/DbGitIntegrationTestBasic.java
    rocket-3 committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    fbff854 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Impl. of DBRestore(Domain|Enum|UDT)Postgres

    Fix of some new implementations errors
    Improve test case with custom types
    rocket-3 committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    ddf015c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from databasegit/custom-types

    Add basic support for UDTs, Enums and Domains 
    DBGit now can fetch all .enum, .domain and .udt files from Postgres DBMS
    Basic restore functionality also implemented (not tested)
    rocket-3 authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    33e48a5 View commit details
    Browse the repository at this point in the history
Loading