diff --git a/.env b/.env index 9c4649f0..d207a529 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ REGISTRY_PREFIX=harbor.sheldan.dev/sissi/ ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/ VERSION=1.4.43 -ABSTRACTO_VERSION=1.5.24 \ No newline at end of file +ABSTRACTO_VERSION=1.5.25 \ No newline at end of file diff --git a/.github/workflows/release_manual.yaml b/.github/workflows/release_manual.yaml index 3c96d092..07663388 100644 --- a/.github/workflows/release_manual.yaml +++ b/.github/workflows/release_manual.yaml @@ -18,6 +18,10 @@ jobs: - name: Load current version id: version run: echo "version=$(mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive exec:exec | cut -d- -f1)" >> $GITHUB_ENV + - name: Create a Release + uses: elgohr/Github-Release-Action@v5 + with: + title: Release of version ${{ env.version }} - name: Release maven packages uses: qcastel/github-actions-maven-release@v1.12.41 env: diff --git a/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.1.0/collection.xml b/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.1.0/collection.xml index 121b5aad..7fad62b2 100644 --- a/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.1.0/collection.xml +++ b/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.1.0/collection.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.1.0/seedData/data.xml b/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.1.0/seedData/data.xml index 13f4267c..44eed2fc 100644 --- a/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.1.0/seedData/data.xml +++ b/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.1.0/seedData/data.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.1.0/seedData/default_emote.xml b/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.1.0/seedData/default_emote.xml index 8592080e..625c7cb4 100644 --- a/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.1.0/seedData/default_emote.xml +++ b/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.1.0/seedData/default_emote.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.1.0/seedData/feature.xml b/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.1.0/seedData/feature.xml index 04c888cc..c20e5435 100644 --- a/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.1.0/seedData/feature.xml +++ b/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.1.0/seedData/feature.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.2.1/collection.xml b/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.2.1/collection.xml index 121b5aad..7fad62b2 100644 --- a/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.2.1/collection.xml +++ b/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.2.1/collection.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.2.1/seedData/command.xml b/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.2.1/seedData/command.xml index 6a9cfd77..94a786ce 100644 --- a/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.2.1/seedData/command.xml +++ b/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.2.1/seedData/command.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.2.1/seedData/data.xml b/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.2.1/seedData/data.xml index c048f6f5..67a30033 100644 --- a/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.2.1/seedData/data.xml +++ b/application/sissi-customizations/moderation-custom/src/main/resources/migrations/1.2.1/seedData/data.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/sissi-customizations/moderation-custom/src/main/resources/migrations/dbchangelog.xsd b/application/sissi-customizations/moderation-custom/src/main/resources/migrations/dbchangelog.xsd deleted file mode 100644 index 83483a5e..00000000 --- a/application/sissi-customizations/moderation-custom/src/main/resources/migrations/dbchangelog.xsd +++ /dev/null @@ -1,1386 +0,0 @@ - - - - - - - - - - - - - - Extension to standard XSD boolean type to allow ${} parameters - - - - - - - - - - - - - - - - Extension to standard XSD integer type to allow ${} parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - onChangeLogPreconditionOnSqlOutput determines what should - happen when evaluating this precondition in updateSQL mode. TEST: Run - precondition, FAIL: Fail precondition, IGNORE: Skip precondition check - [DEFAULT] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Used with valueClobFile to specify file encoding explicitly. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true for a cycling sequence, false for a non-cycling sequence. - Default is false. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/application/sissi-customizations/moderation-custom/src/main/resources/migrations/moderation-custom-changeLog.xml b/application/sissi-customizations/moderation-custom/src/main/resources/migrations/moderation-custom-changeLog.xml index 65048907..6ba6195e 100644 --- a/application/sissi-customizations/moderation-custom/src/main/resources/migrations/moderation-custom-changeLog.xml +++ b/application/sissi-customizations/moderation-custom/src/main/resources/migrations/moderation-custom-changeLog.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/sissi-modules/debra/src/main/resources/migrations/1.3.6/collection.xml b/application/sissi-modules/debra/src/main/resources/migrations/1.3.6/collection.xml index 121b5aad..7fad62b2 100644 --- a/application/sissi-modules/debra/src/main/resources/migrations/1.3.6/collection.xml +++ b/application/sissi-modules/debra/src/main/resources/migrations/1.3.6/collection.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/sissi-modules/debra/src/main/resources/migrations/1.3.6/seedData/command.xml b/application/sissi-modules/debra/src/main/resources/migrations/1.3.6/seedData/command.xml index 8cb839e1..30991883 100644 --- a/application/sissi-modules/debra/src/main/resources/migrations/1.3.6/seedData/command.xml +++ b/application/sissi-modules/debra/src/main/resources/migrations/1.3.6/seedData/command.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/debra/src/main/resources/migrations/1.3.6/seedData/data.xml b/application/sissi-modules/debra/src/main/resources/migrations/1.3.6/seedData/data.xml index d492a359..dbce0672 100644 --- a/application/sissi-modules/debra/src/main/resources/migrations/1.3.6/seedData/data.xml +++ b/application/sissi-modules/debra/src/main/resources/migrations/1.3.6/seedData/data.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/sissi-modules/debra/src/main/resources/migrations/1.3.6/seedData/feature.xml b/application/sissi-modules/debra/src/main/resources/migrations/1.3.6/seedData/feature.xml index 14f44181..8ba3f5be 100644 --- a/application/sissi-modules/debra/src/main/resources/migrations/1.3.6/seedData/feature.xml +++ b/application/sissi-modules/debra/src/main/resources/migrations/1.3.6/seedData/feature.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/debra/src/main/resources/migrations/1.4.21/collection.xml b/application/sissi-modules/debra/src/main/resources/migrations/1.4.21/collection.xml index 121b5aad..7fad62b2 100644 --- a/application/sissi-modules/debra/src/main/resources/migrations/1.4.21/collection.xml +++ b/application/sissi-modules/debra/src/main/resources/migrations/1.4.21/collection.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/sissi-modules/debra/src/main/resources/migrations/1.4.21/seedData/command.xml b/application/sissi-modules/debra/src/main/resources/migrations/1.4.21/seedData/command.xml index 7dc7309a..5f43e52f 100644 --- a/application/sissi-modules/debra/src/main/resources/migrations/1.4.21/seedData/command.xml +++ b/application/sissi-modules/debra/src/main/resources/migrations/1.4.21/seedData/command.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/debra/src/main/resources/migrations/1.4.21/seedData/data.xml b/application/sissi-modules/debra/src/main/resources/migrations/1.4.21/seedData/data.xml index c048f6f5..67a30033 100644 --- a/application/sissi-modules/debra/src/main/resources/migrations/1.4.21/seedData/data.xml +++ b/application/sissi-modules/debra/src/main/resources/migrations/1.4.21/seedData/data.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/sissi-modules/debra/src/main/resources/migrations/1.4.29/collection.xml b/application/sissi-modules/debra/src/main/resources/migrations/1.4.29/collection.xml index 200facad..bf192f5d 100644 --- a/application/sissi-modules/debra/src/main/resources/migrations/1.4.29/collection.xml +++ b/application/sissi-modules/debra/src/main/resources/migrations/1.4.29/collection.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/sissi-modules/debra/src/main/resources/migrations/1.4.29/tables/endless_stream.xml b/application/sissi-modules/debra/src/main/resources/migrations/1.4.29/tables/endless_stream.xml index 4926ced6..c90fb1c2 100644 --- a/application/sissi-modules/debra/src/main/resources/migrations/1.4.29/tables/endless_stream.xml +++ b/application/sissi-modules/debra/src/main/resources/migrations/1.4.29/tables/endless_stream.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/debra/src/main/resources/migrations/1.4.29/tables/tables.xml b/application/sissi-modules/debra/src/main/resources/migrations/1.4.29/tables/tables.xml index da34e482..91ae9b3d 100644 --- a/application/sissi-modules/debra/src/main/resources/migrations/1.4.29/tables/tables.xml +++ b/application/sissi-modules/debra/src/main/resources/migrations/1.4.29/tables/tables.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/sissi-modules/debra/src/main/resources/migrations/dbchangelog.xsd b/application/sissi-modules/debra/src/main/resources/migrations/dbchangelog.xsd deleted file mode 100644 index 83483a5e..00000000 --- a/application/sissi-modules/debra/src/main/resources/migrations/dbchangelog.xsd +++ /dev/null @@ -1,1386 +0,0 @@ - - - - - - - - - - - - - - Extension to standard XSD boolean type to allow ${} parameters - - - - - - - - - - - - - - - - Extension to standard XSD integer type to allow ${} parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - onChangeLogPreconditionOnSqlOutput determines what should - happen when evaluating this precondition in updateSQL mode. TEST: Run - precondition, FAIL: Fail precondition, IGNORE: Skip precondition check - [DEFAULT] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Used with valueClobFile to specify file encoding explicitly. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true for a cycling sequence, false for a non-cycling sequence. - Default is false. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/application/sissi-modules/debra/src/main/resources/migrations/debra-changeLog.xml b/application/sissi-modules/debra/src/main/resources/migrations/debra-changeLog.xml index ba8c6c95..93947e67 100644 --- a/application/sissi-modules/debra/src/main/resources/migrations/debra-changeLog.xml +++ b/application/sissi-modules/debra/src/main/resources/migrations/debra-changeLog.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/collection.xml b/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/collection.xml index 4cd75eca..e2daa86c 100644 --- a/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/collection.xml +++ b/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/collection.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/seedData/command.xml b/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/seedData/command.xml index 51a22cea..11e2b78d 100644 --- a/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/seedData/command.xml +++ b/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/seedData/command.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/seedData/data.xml b/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/seedData/data.xml index f6633c3f..f88c050f 100644 --- a/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/seedData/data.xml +++ b/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/seedData/data.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/seedData/feature.xml b/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/seedData/feature.xml index 1a94d79a..829f9c68 100644 --- a/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/seedData/feature.xml +++ b/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/seedData/feature.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/seedData/meetup_cleanup_job.xml b/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/seedData/meetup_cleanup_job.xml index 912f8015..90104db0 100644 --- a/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/seedData/meetup_cleanup_job.xml +++ b/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/seedData/meetup_cleanup_job.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/seedData/reminder_job.xml b/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/seedData/reminder_job.xml index 7158b530..c090ba4a 100644 --- a/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/seedData/reminder_job.xml +++ b/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/seedData/reminder_job.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/tables/meetup.xml b/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/tables/meetup.xml index 0f88ca05..d16833ca 100644 --- a/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/tables/meetup.xml +++ b/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/tables/meetup.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/tables/meetup_participator.xml b/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/tables/meetup_participator.xml index 5fe47dc7..fc942e5e 100644 --- a/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/tables/meetup_participator.xml +++ b/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/tables/meetup_participator.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/tables/tables.xml b/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/tables/tables.xml index 476882de..ce59bcf1 100644 --- a/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/tables/tables.xml +++ b/application/sissi-modules/meetup/src/main/resources/migrations/1.1.0/tables/tables.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/sissi-modules/meetup/src/main/resources/migrations/1.2.0/collection.xml b/application/sissi-modules/meetup/src/main/resources/migrations/1.2.0/collection.xml index 30263db2..a390f38e 100644 --- a/application/sissi-modules/meetup/src/main/resources/migrations/1.2.0/collection.xml +++ b/application/sissi-modules/meetup/src/main/resources/migrations/1.2.0/collection.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/sissi-modules/meetup/src/main/resources/migrations/1.2.0/seedData/command.xml b/application/sissi-modules/meetup/src/main/resources/migrations/1.2.0/seedData/command.xml index 5008734c..827cf2cc 100644 --- a/application/sissi-modules/meetup/src/main/resources/migrations/1.2.0/seedData/command.xml +++ b/application/sissi-modules/meetup/src/main/resources/migrations/1.2.0/seedData/command.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/meetup/src/main/resources/migrations/1.2.0/seedData/data.xml b/application/sissi-modules/meetup/src/main/resources/migrations/1.2.0/seedData/data.xml index c048f6f5..67a30033 100644 --- a/application/sissi-modules/meetup/src/main/resources/migrations/1.2.0/seedData/data.xml +++ b/application/sissi-modules/meetup/src/main/resources/migrations/1.2.0/seedData/data.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/sissi-modules/meetup/src/main/resources/migrations/1.2.0/tables/meetup_component.xml b/application/sissi-modules/meetup/src/main/resources/migrations/1.2.0/tables/meetup_component.xml index 744950b6..4cb9499a 100644 --- a/application/sissi-modules/meetup/src/main/resources/migrations/1.2.0/tables/meetup_component.xml +++ b/application/sissi-modules/meetup/src/main/resources/migrations/1.2.0/tables/meetup_component.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/meetup/src/main/resources/migrations/1.2.0/tables/meetup_participator.xml b/application/sissi-modules/meetup/src/main/resources/migrations/1.2.0/tables/meetup_participator.xml index f3e8859b..84067ae6 100644 --- a/application/sissi-modules/meetup/src/main/resources/migrations/1.2.0/tables/meetup_participator.xml +++ b/application/sissi-modules/meetup/src/main/resources/migrations/1.2.0/tables/meetup_participator.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > ALTER TABLE meetup_participator DROP CONSTRAINT check_meetup_participator_decision; diff --git a/application/sissi-modules/meetup/src/main/resources/migrations/1.2.0/tables/tables.xml b/application/sissi-modules/meetup/src/main/resources/migrations/1.2.0/tables/tables.xml index 2f23a46d..6bf23cd6 100644 --- a/application/sissi-modules/meetup/src/main/resources/migrations/1.2.0/tables/tables.xml +++ b/application/sissi-modules/meetup/src/main/resources/migrations/1.2.0/tables/tables.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/sissi-modules/meetup/src/main/resources/migrations/1.3.18/collection.xml b/application/sissi-modules/meetup/src/main/resources/migrations/1.3.18/collection.xml index 4cd75eca..e2daa86c 100644 --- a/application/sissi-modules/meetup/src/main/resources/migrations/1.3.18/collection.xml +++ b/application/sissi-modules/meetup/src/main/resources/migrations/1.3.18/collection.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/sissi-modules/meetup/src/main/resources/migrations/1.3.18/seedData/command.xml b/application/sissi-modules/meetup/src/main/resources/migrations/1.3.18/seedData/command.xml index 60ec1fd0..6d533de2 100644 --- a/application/sissi-modules/meetup/src/main/resources/migrations/1.3.18/seedData/command.xml +++ b/application/sissi-modules/meetup/src/main/resources/migrations/1.3.18/seedData/command.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/meetup/src/main/resources/migrations/1.3.18/seedData/data.xml b/application/sissi-modules/meetup/src/main/resources/migrations/1.3.18/seedData/data.xml index c048f6f5..67a30033 100644 --- a/application/sissi-modules/meetup/src/main/resources/migrations/1.3.18/seedData/data.xml +++ b/application/sissi-modules/meetup/src/main/resources/migrations/1.3.18/seedData/data.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/sissi-modules/meetup/src/main/resources/migrations/1.3.18/tables/meetup.xml b/application/sissi-modules/meetup/src/main/resources/migrations/1.3.18/tables/meetup.xml index c1590022..a9b46c19 100644 --- a/application/sissi-modules/meetup/src/main/resources/migrations/1.3.18/tables/meetup.xml +++ b/application/sissi-modules/meetup/src/main/resources/migrations/1.3.18/tables/meetup.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/meetup/src/main/resources/migrations/1.3.18/tables/tables.xml b/application/sissi-modules/meetup/src/main/resources/migrations/1.3.18/tables/tables.xml index e9d8de05..da176300 100644 --- a/application/sissi-modules/meetup/src/main/resources/migrations/1.3.18/tables/tables.xml +++ b/application/sissi-modules/meetup/src/main/resources/migrations/1.3.18/tables/tables.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/sissi-modules/meetup/src/main/resources/migrations/dbchangelog.xsd b/application/sissi-modules/meetup/src/main/resources/migrations/dbchangelog.xsd deleted file mode 100644 index 83483a5e..00000000 --- a/application/sissi-modules/meetup/src/main/resources/migrations/dbchangelog.xsd +++ /dev/null @@ -1,1386 +0,0 @@ - - - - - - - - - - - - - - Extension to standard XSD boolean type to allow ${} parameters - - - - - - - - - - - - - - - - Extension to standard XSD integer type to allow ${} parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - onChangeLogPreconditionOnSqlOutput determines what should - happen when evaluating this precondition in updateSQL mode. TEST: Run - precondition, FAIL: Fail precondition, IGNORE: Skip precondition check - [DEFAULT] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Used with valueClobFile to specify file encoding explicitly. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true for a cycling sequence, false for a non-cycling sequence. - Default is false. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/application/sissi-modules/meetup/src/main/resources/migrations/meetup-changeLog.xml b/application/sissi-modules/meetup/src/main/resources/migrations/meetup-changeLog.xml index acdc5a6e..a5657eb2 100644 --- a/application/sissi-modules/meetup/src/main/resources/migrations/meetup-changeLog.xml +++ b/application/sissi-modules/meetup/src/main/resources/migrations/meetup-changeLog.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/collection.xml b/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/collection.xml index 4cd75eca..e2daa86c 100644 --- a/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/collection.xml +++ b/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/collection.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/seedData/command.xml b/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/seedData/command.xml index 75718e86..9e3fb2cd 100644 --- a/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/seedData/command.xml +++ b/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/seedData/command.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/seedData/data.xml b/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/seedData/data.xml index 0136a1cc..a90b6040 100644 --- a/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/seedData/data.xml +++ b/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/seedData/data.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/seedData/feature.xml b/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/seedData/feature.xml index c998b36b..34288bfc 100644 --- a/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/seedData/feature.xml +++ b/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/seedData/feature.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/seedData/module.xml b/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/seedData/module.xml index 48cd486a..6a65f759 100644 --- a/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/seedData/module.xml +++ b/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/seedData/module.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/tables/quote.xml b/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/tables/quote.xml index b7e12c00..423aed41 100644 --- a/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/tables/quote.xml +++ b/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/tables/quote.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/tables/quote_attachment.xml b/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/tables/quote_attachment.xml index 67bd8ed8..a826b4dd 100644 --- a/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/tables/quote_attachment.xml +++ b/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/tables/quote_attachment.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/tables/tables.xml b/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/tables/tables.xml index 6d6d6207..e5cf42dc 100644 --- a/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/tables/tables.xml +++ b/application/sissi-modules/quotes/src/main/resources/migrations/1.0.2/tables/tables.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/sissi-modules/quotes/src/main/resources/migrations/dbchangelog.xsd b/application/sissi-modules/quotes/src/main/resources/migrations/dbchangelog.xsd deleted file mode 100644 index 83483a5e..00000000 --- a/application/sissi-modules/quotes/src/main/resources/migrations/dbchangelog.xsd +++ /dev/null @@ -1,1386 +0,0 @@ - - - - - - - - - - - - - - Extension to standard XSD boolean type to allow ${} parameters - - - - - - - - - - - - - - - - Extension to standard XSD integer type to allow ${} parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - onChangeLogPreconditionOnSqlOutput determines what should - happen when evaluating this precondition in updateSQL mode. TEST: Run - precondition, FAIL: Fail precondition, IGNORE: Skip precondition check - [DEFAULT] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Used with valueClobFile to specify file encoding explicitly. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true for a cycling sequence, false for a non-cycling sequence. - Default is false. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/application/sissi-modules/quotes/src/main/resources/migrations/quotes-changeLog.xml b/application/sissi-modules/quotes/src/main/resources/migrations/quotes-changeLog.xml index 4b4958d1..6f8a37a8 100644 --- a/application/sissi-modules/quotes/src/main/resources/migrations/quotes-changeLog.xml +++ b/application/sissi-modules/quotes/src/main/resources/migrations/quotes-changeLog.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/collection.xml b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/collection.xml index 4cd75eca..e2daa86c 100644 --- a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/collection.xml +++ b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/collection.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/seedData/command.xml b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/seedData/command.xml index 5b5fdcfd..47a40072 100644 --- a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/seedData/command.xml +++ b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/seedData/command.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/seedData/data.xml b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/seedData/data.xml index 68751a31..b826f70e 100644 --- a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/seedData/data.xml +++ b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/seedData/data.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/seedData/feature.xml b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/seedData/feature.xml index 2d62b4ad..6f27e7b2 100644 --- a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/seedData/feature.xml +++ b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/seedData/feature.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/seedData/news_feed_source.xml b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/seedData/news_feed_source.xml index a04c0754..bfa9d33a 100644 --- a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/seedData/news_feed_source.xml +++ b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/seedData/news_feed_source.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/seedData/news_gathering_job.xml b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/seedData/news_gathering_job.xml index 89443796..1a562df2 100644 --- a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/seedData/news_gathering_job.xml +++ b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/seedData/news_gathering_job.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/news_category.xml b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/news_category.xml index f650baf4..be468c07 100644 --- a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/news_category.xml +++ b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/news_category.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/news_category_channel_mapping.xml b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/news_category_channel_mapping.xml index 6c0f4f11..6301e0fc 100644 --- a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/news_category_channel_mapping.xml +++ b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/news_category_channel_mapping.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/news_feed_record.xml b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/news_feed_record.xml index 3ea13ba2..489ea258 100644 --- a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/news_feed_record.xml +++ b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/news_feed_record.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/news_feed_source.xml b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/news_feed_source.xml index ca61e7ee..727232e1 100644 --- a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/news_feed_source.xml +++ b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/news_feed_source.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/news_feed_source_category.xml b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/news_feed_source_category.xml index 665a23f5..4c0cf8ae 100644 --- a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/news_feed_source_category.xml +++ b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/news_feed_source_category.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/news_post.xml b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/news_post.xml index 648cf0f2..d83fe3d6 100644 --- a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/news_post.xml +++ b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/news_post.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/tables.xml b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/tables.xml index 826ddc2d..6dec7296 100644 --- a/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/tables.xml +++ b/application/sissi-modules/rss-news/src/main/resources/migrations/1.4.19/tables/tables.xml @@ -1,11 +1,7 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > diff --git a/application/sissi-modules/rss-news/src/main/resources/migrations/dbchangelog.xsd b/application/sissi-modules/rss-news/src/main/resources/migrations/dbchangelog.xsd deleted file mode 100644 index 83483a5e..00000000 --- a/application/sissi-modules/rss-news/src/main/resources/migrations/dbchangelog.xsd +++ /dev/null @@ -1,1386 +0,0 @@ - - - - - - - - - - - - - - Extension to standard XSD boolean type to allow ${} parameters - - - - - - - - - - - - - - - - Extension to standard XSD integer type to allow ${} parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - onChangeLogPreconditionOnSqlOutput determines what should - happen when evaluating this precondition in updateSQL mode. TEST: Run - precondition, FAIL: Fail precondition, IGNORE: Skip precondition check - [DEFAULT] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Used with valueClobFile to specify file encoding explicitly. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true for a cycling sequence, false for a non-cycling sequence. - Default is false. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/application/sissi-modules/rss-news/src/main/resources/migrations/rssNews-changeLog.xml b/application/sissi-modules/rss-news/src/main/resources/migrations/rssNews-changeLog.xml index 982bb25c..3a9e89cf 100644 --- a/application/sissi-modules/rss-news/src/main/resources/migrations/rssNews-changeLog.xml +++ b/application/sissi-modules/rss-news/src/main/resources/migrations/rssNews-changeLog.xml @@ -1,10 +1,6 @@ + xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.26.xsd" > \ No newline at end of file diff --git a/deployment/helm/sissi/values.yaml b/deployment/helm/sissi/values.yaml index b416c8cf..ff2bab9f 100644 --- a/deployment/helm/sissi/values.yaml +++ b/deployment/helm/sissi/values.yaml @@ -90,7 +90,7 @@ templateDeployment: repository: harbor.sheldan.dev/abstracto pullPolicy: Always image: abstracto-template-deployment - tag: 1.5.24 + tag: 1.5.25 templateDeploymentData: repository: harbor.sheldan.dev/sissi pullPolicy: Always @@ -101,7 +101,7 @@ dbConfigDeployment: repository: harbor.sheldan.dev/abstracto pullPolicy: Always image: abstracto-db-deployment - tag: 1.5.24 + tag: 1.5.25 dbConfigDeploymentData: repository: harbor.sheldan.dev/sissi pullPolicy: Always diff --git a/deployment/image-packaging/src/main/docker/db-data/Dockerfile b/deployment/image-packaging/src/main/docker/db-data/Dockerfile index d9712b08..c24ca493 100644 --- a/deployment/image-packaging/src/main/docker/db-data/Dockerfile +++ b/deployment/image-packaging/src/main/docker/db-data/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.0 +FROM alpine:3.19.1 MAINTAINER Sheldan ADD config/ /var/db-config/ ADD liquibase-artifacts /var/db-config/liquibase-zips diff --git a/deployment/image-packaging/src/main/docker/template-data/Dockerfile b/deployment/image-packaging/src/main/docker/template-data/Dockerfile index 3ff8749f..3412bf10 100644 --- a/deployment/image-packaging/src/main/docker/template-data/Dockerfile +++ b/deployment/image-packaging/src/main/docker/template-data/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.0 +FROM alpine:3.19.1 MAINTAINER Sheldan ADD config /var/template-config/ ADD template-artifacts /var/template-config/templates diff --git a/pom.xml b/pom.xml index e517e793..601ca67c 100644 --- a/pom.xml +++ b/pom.xml @@ -18,8 +18,8 @@ 17 17 - 1.5.25-SNAPSHOT - 1.4.33-SNAPSHOT + 1.5.25 + 1.4.33 4.9.0 3.5.0 @@ -50,6 +50,13 @@ true + + github + https://maven.pkg.github.com/Sheldan/* + + true + +