Skip to content

Commit 441a07b

Browse files
committed
fix: remove casa folder
1 parent 3d72871 commit 441a07b

File tree

472 files changed

+1
-114883
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

472 files changed

+1
-114883
lines changed

.github/workflows/central_code_quality_check.yml

+1-18
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
module: [admin-ui, casa, flex-cn-setup, flex-linux-setup]
32+
module: [admin-ui, flex-cn-setup, flex-linux-setup]
3333
env:
34-
JVM_PROJECTS: |
35-
casa
3634
NON_JVM_PROJECTS: |
3735
admin-ui
3836
flex-cn-setup
@@ -90,21 +88,6 @@ jobs:
9088
path: ~/.sonar/cache
9189
key: ${{ runner.os }}-sonar
9290
restore-keys: ${{ runner.os }}-sonar
93-
94-
- name: Build and analyze JVM based project
95-
if: contains(env.CHANGED_DIR, matrix.module) && contains(env.JVM_PROJECTS, matrix.module)
96-
env:
97-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
98-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
99-
run: |
100-
cd ${{ matrix.module }}
101-
case ${{ matrix.module }} in
102-
"casa")
103-
echo "Run Sonar analysis with test execution"
104-
mvn -B install org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
105-
;;
106-
esac
107-
10891

10992
- name: Convert repo org name to lowercase for non JVM projects
11093
if: contains(env.CHANGED_DIR, matrix.module) && contains(env.NON_JVM_PROJECTS, matrix.module)

.github/workflows/release.yml

-42
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
description: 'Release version for the admin ui'
77
required: true
88
default: '1.0.19'
9-
java_release_as:
10-
description: 'Release version for the java projects casa'
11-
required: true
12-
default: '5.0.0-19'
139
docker_release_as:
1410
description: 'Release version for the docker images docker-*'
1511
required: true
@@ -23,45 +19,7 @@ on:
2319
required: true
2420
default: '5.0.0-19'
2521
jobs:
26-
release-java-pr:
27-
runs-on: ubuntu-latest
28-
strategy:
29-
fail-fast: false
30-
max-parallel: 1
31-
matrix:
32-
maven: [ "casa"]
33-
steps:
34-
- name: Checkout
35-
uses: actions/checkout@v3
36-
with:
37-
fetch-depth: 0
38-
39-
- name: Import GPG key
40-
id: import_gpg
41-
uses: crazy-max/ghaction-import-gpg@v5
42-
with:
43-
gpg_private_key: ${{ secrets.MOAUTO_GPG_PRIVATE_KEY }}
44-
passphrase: ${{ secrets.MOAUTO_GPG_PRIVATE_KEY_PASSPHRASE }}
45-
git_user_signingkey: true
46-
git_commit_gpgsign: true
47-
48-
- name: Configure Git
49-
run: |
50-
git config user.name "mo-auto"
51-
git config user.email "[email protected]"
52-
git config --global user.signingkey "${{ steps.import_gpg.outputs.keyid }}"
53-
54-
- uses: google-github-actions/[email protected]
55-
id: release-please
56-
with:
57-
path: ${{ matrix.maven }}
58-
token: ${{ secrets.MOWORKFLOWTOKEN }}
59-
release-type: maven
60-
package-name: ${{ matrix.maven }}
61-
monorepo-tags: true
62-
release-as: ${{ github.event.inputs.java_release_as }}
6322
release-simple-pr:
64-
needs: release-java-pr
6523
runs-on: ubuntu-latest
6624
strategy:
6725
fail-fast: false

casa/.gitignore

-15
This file was deleted.

casa/CHANGELOG.md

-317
This file was deleted.

casa/LICENSE

-201
This file was deleted.

casa/README.md

-3
This file was deleted.

0 commit comments

Comments
 (0)