From 5d9f2c180bdf57302faf1e7d3eff147aaaae7781 Mon Sep 17 00:00:00 2001 From: Sayali M Date: Wed, 31 Jul 2024 10:32:44 -0500 Subject: [PATCH 1/5] add liquibase-aws-license-service --- cmd/populator/modules.go | 7 +++++++ internal/app/packages.json | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/cmd/populator/modules.go b/cmd/populator/modules.go index be69291..61017c3 100644 --- a/cmd/populator/modules.go +++ b/cmd/populator/modules.go @@ -19,6 +19,13 @@ end: func init() { modules = []Module{ + { + name: "liquibase-aws-license-service", + category: Extension, + owner: "liquibase", + repo: "liquibase-aws-license-service", + artifactory: Github{}, + }, { name: "liquibase-commercial-dynamodb", category: Pro, diff --git a/internal/app/packages.json b/internal/app/packages.json index 49cfdbe..62bce8d 100644 --- a/internal/app/packages.json +++ b/internal/app/packages.json @@ -1,4 +1,9 @@ [ + { + "name": "liquibase-aws-license-service", + "category": "extension", + "versions": [] + }, { "name": "liquibase-commercial-dynamodb", "category": "pro", From 09ca2d9a18ec3f0ad05bc5e0b33573f5560f6a6d Mon Sep 17 00:00:00 2001 From: Sayali Mohadikar <76010603+sayaliM0412@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:22:23 -0500 Subject: [PATCH 2/5] Update modules.go --- cmd/populator/modules.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/cmd/populator/modules.go b/cmd/populator/modules.go index 61017c3..2eec668 100644 --- a/cmd/populator/modules.go +++ b/cmd/populator/modules.go @@ -19,13 +19,13 @@ end: func init() { modules = []Module{ - { - name: "liquibase-aws-license-service", - category: Extension, - owner: "liquibase", - repo: "liquibase-aws-license-service", - artifactory: Github{}, - }, + { + name: "liquibase-aws-license-service", + category: Extension, + owner: "liquibase", + repo: "liquibase-aws-license-service", + artifactory: Github{}, + }, { name: "liquibase-commercial-dynamodb", category: Pro, From c528fd238ddbeed851a5bafe35f9ad1b0500bf6e Mon Sep 17 00:00:00 2001 From: Sayali Mohadikar <76010603+sayaliM0412@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:41:20 -0500 Subject: [PATCH 3/5] Update packages.json --- internal/app/packages.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/internal/app/packages.json b/internal/app/packages.json index 62bce8d..c66983b 100644 --- a/internal/app/packages.json +++ b/internal/app/packages.json @@ -2,7 +2,15 @@ { "name": "liquibase-aws-license-service", "category": "extension", - "versions": [] + "versions": "versions": [ + { + "tag": "v1.0.0", + "path": "https://github.com/liquibase/liquibase-aws-license-service/releases/download/v1.0.0/liquibase-aws-license-service-1.0.0.jar", + "algorithm": "SHA1", + "checksum": "9d7309dfeeac06dc3e23784ff9791e6fead46904", + "liquibaseCore": "4.29.0" + } + ] }, { "name": "liquibase-commercial-dynamodb", @@ -16142,4 +16150,4 @@ } ] } -] \ No newline at end of file +] From 5e26f546df2f7aa47a575213c8a4cb8d8947e17a Mon Sep 17 00:00:00 2001 From: Sayali M Date: Wed, 31 Jul 2024 13:50:53 -0500 Subject: [PATCH 4/5] revert local changes --- internal/app/packages.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/internal/app/packages.json b/internal/app/packages.json index c66983b..fa9af44 100644 --- a/internal/app/packages.json +++ b/internal/app/packages.json @@ -2,15 +2,7 @@ { "name": "liquibase-aws-license-service", "category": "extension", - "versions": "versions": [ - { - "tag": "v1.0.0", - "path": "https://github.com/liquibase/liquibase-aws-license-service/releases/download/v1.0.0/liquibase-aws-license-service-1.0.0.jar", - "algorithm": "SHA1", - "checksum": "9d7309dfeeac06dc3e23784ff9791e6fead46904", - "liquibaseCore": "4.29.0" - } - ] + "versions": [] }, { "name": "liquibase-commercial-dynamodb", From 3461e1c010f029c671bf1cba4b6d621011bafe0c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:53:45 -0500 Subject: [PATCH 5/5] [Automatic] Update packages.json (#412) * Automatic update to packages.json * fix duplicate attribute --------- Co-authored-by: sayaliM0412 Co-authored-by: Sayali Mohadikar <76010603+sayaliM0412@users.noreply.github.com> Co-authored-by: Sayali M --- internal/app/packages.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/internal/app/packages.json b/internal/app/packages.json index fa9af44..e7e68a9 100644 --- a/internal/app/packages.json +++ b/internal/app/packages.json @@ -2,7 +2,15 @@ { "name": "liquibase-aws-license-service", "category": "extension", - "versions": [] + "versions": [ + { + "tag": "v1.0.0", + "path": "https://github.com/liquibase/liquibase-aws-license-service/releases/download/v1.0.0/liquibase-aws-license-service-1.0.0.jar", + "algorithm": "SHA1", + "checksum": "9d7309dfeeac06dc3e23784ff9791e6fead46904", + "liquibaseCore": "4.29.0" + } + ] }, { "name": "liquibase-commercial-dynamodb",