-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAT-16954 DevOps :: Deprecate Postgres 11 (#793)
* chore(advanced.yml): update default databases list to remove outdated versions and add new ones chore(aws.yml): update default databases list to remove outdated versions and add new ones chore(gcp.yml): update default databases list to remove outdated versions and add new ones chore(main.yml): update default databases list to remove outdated versions and add new ones docs(README.md): update supported versions for AWS Postgres RDS, Azure PostgreSQL SS, GCP PostgreSQL, and Postgres refactor(automation-runner.sh): remove redundant test cases for older Postgres versions refactor(create-infra.sh): update docker compose command to remove unsupported Postgres versions refactor(docker-compose.yml): remove configurations for unsupported Postgres versions refactor(harness-config.yml): remove configurations for unsupported Postgres versions * removed test files for depracated postgresql versions * put back mariaDB diff config after accidental deletion * reverted changes in createView --------- Co-authored-by: KushnirykOleh <kushnirykoleh@gmail.com>
- Loading branch information
1 parent
cf78bec
commit b90049d
Showing
120 changed files
with
18 additions
and
1,672 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
src/main/resources/liquibase/harness/change/changelogs/postgresql/10/createSequence.sql
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/main/resources/liquibase/harness/change/changelogs/postgresql/11/createSequence.sql
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
src/main/resources/liquibase/harness/change/changelogs/postgresql/9.5/alterSequence.xml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/main/resources/liquibase/harness/change/changelogs/postgresql/9.5/createSequence.sql
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
src/main/resources/liquibase/harness/change/changelogs/postgresql/9.5/createSequence.xml
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
src/main/resources/liquibase/harness/change/changelogs/postgresql/9.5/datatypes.network.xml
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
src/main/resources/liquibase/harness/change/changelogs/postgresql/9.5/dropSequence.xml
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
src/main/resources/liquibase/harness/change/changelogs/postgresql/9.5/renameSequence.xml
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
src/main/resources/liquibase/harness/change/changelogs/postgresql/9.6/alterSequence.xml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/main/resources/liquibase/harness/change/changelogs/postgresql/9.6/createSequence.sql
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
src/main/resources/liquibase/harness/change/changelogs/postgresql/9.6/createSequence.xml
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
src/main/resources/liquibase/harness/change/changelogs/postgresql/9.6/datatypes.network.xml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.