From 8ffebca8004bd5ae2226bbae84453b4e3d5dd897 Mon Sep 17 00:00:00 2001 From: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com> Date: Fri, 25 Mar 2022 06:02:52 +0000 Subject: [PATCH 1/2] ci: add new project super-jans --- .github/CODEOWNERS | 3 ++- .github/workflows/release.yaml | 2 +- super-jans/README.md | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 super-jans/README.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a49947a1b72..71115bda0a1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -25,4 +25,5 @@ /jans-cli/ @mbaser /jans-linux-setup/ @mbaser @smansoft @yuriyz /jans-linux-setup/jans_setup/setup_app/version.py @moabu -/jans-linux-setup/static/scripts/admin_ui_plugin.py @mbaser @duttarnab \ No newline at end of file +/jans-linux-setup/static/scripts/admin_ui_plugin.py @mbaser @duttarnab +/super-jans @harsukhbir @yavornytskyj \ No newline at end of file diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fe4c90d15bb..4bf0e9acef7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -46,7 +46,7 @@ jobs: #max-parallel: 1 fail-fast: false matrix: - simple: [ "docs", "jans-scim", "jans-orm", "jans-notify", "jans-fido2", "jans-eleven", "jans-core", "jans-config-api", "jans-client-api", "jans-bom", "jans-auth-server" ] + simple: [ "super-jans", "docs", "jans-scim", "jans-orm", "jans-notify", "jans-fido2", "jans-eleven", "jans-core", "jans-config-api", "jans-client-api", "jans-bom", "jans-auth-server" ] steps: - name: Checkout uses: actions/checkout@v3 diff --git a/super-jans/README.md b/super-jans/README.md new file mode 100644 index 00000000000..d48bed19e74 --- /dev/null +++ b/super-jans/README.md @@ -0,0 +1 @@ +# Super Jans \ No newline at end of file From d21ef5238a5c6c1f933a2f173a8ad1c1f32d280e Mon Sep 17 00:00:00 2001 From: Dhaval D <343411+ossdhaval@users.noreply.github.com> Date: Fri, 25 Mar 2022 14:42:27 +0530 Subject: [PATCH 2/2] ci: add super-jans project --- .github/workflows/central_code_quality_check.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/central_code_quality_check.yml b/.github/workflows/central_code_quality_check.yml index b8326fd52e6..ede51beb702 100644 --- a/.github/workflows/central_code_quality_check.yml +++ b/.github/workflows/central_code_quality_check.yml @@ -37,7 +37,7 @@ jobs: strategy: fail-fast: false matrix: - module: [jans-auth-server, jans-config-api, jans-core, jans-linux-setup, jans-cli, jans-client-api, jans-fido2, jans-notify, jans-orm, jans-scim, jans-eleven, jans-pycloudlib] + module: [jans-auth-server, jans-config-api, jans-core, jans-linux-setup, jans-cli, jans-client-api, jans-fido2, jans-notify, jans-orm, jans-scim, jans-eleven, jans-pycloudlib, super-jans] env: JVM_PROJECTS: | jans-auth-server @@ -53,6 +53,7 @@ jobs: jans-linux-setup jans-cli jans-pycloudlib + super-jans steps: - name: check out code