Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 8d02eb4

Browse files
authored
[ACS-6231] cleanup old angular projects and break dependency on remove env (#1715)
* add missing prettier ignore file * remove integration tests and break dependency on env * remove old angular apps and webpack * remove obsolete npm check script * remove commander dependency as no longer used
1 parent c482d0c commit 8d02eb4

39 files changed

+4
-15797
lines changed

.github/workflows/js-api-build.yml

Lines changed: 1 addition & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -70,58 +70,8 @@ jobs:
7070
shell: bash
7171
run: npm test
7272

73-
test-performance:
74-
needs: build
75-
name: Performance Test
76-
runs-on: ubuntu-latest
77-
steps:
78-
- name: Checkout
79-
uses: actions/checkout@v3
80-
with:
81-
fetch-depth: 2
82-
83-
- name: Setup Node
84-
uses: actions/setup-node@v3
85-
with:
86-
node-version-file: '.nvmrc'
87-
cache: 'npm'
88-
89-
- name: Install Dependencies
90-
run: npm ci
91-
92-
- name: Performance
93-
shell: bash
94-
run: ./scripts/test-performance.sh || exit 1
95-
96-
test-integration:
97-
needs: build
98-
name: Integration Test
99-
runs-on: ubuntu-latest
100-
steps:
101-
- name: Checkout
102-
uses: actions/checkout@v3
103-
with:
104-
fetch-depth: 2
105-
106-
- name: Setup Node
107-
uses: actions/setup-node@v3
108-
with:
109-
node-version-file: '.nvmrc'
110-
cache: 'npm'
111-
112-
- name: Install Dependencies
113-
run: npm ci
114-
115-
- name: Integration Tests
116-
env:
117-
HOST: ${{ secrets.HOST }}
118-
USERNAME: ${{ secrets.USERNAME }}
119-
PASSWORD: ${{ secrets.PASSWORD }}
120-
shell: bash
121-
run: ./scripts/test-integration.sh || exit 1
122-
12373
release:
124-
needs: [test, test-integration, test-performance]
74+
needs: [test]
12575
name: release
12676
runs-on: ubuntu-latest
12777
permissions:

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Add files here to ignore them from prettier formatting
2+
/dist
3+
/coverage

package-lock.json

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"@typescript-eslint/parser": "^6.3.0",
4949
"chai": "4.3.10",
5050
"chai-spies": "^1.0.0",
51-
"commander": "^11.0.0",
5251
"eslint": "^8.46.0",
5352
"eslint-plugin-import": "^2.28.1",
5453
"eslint-plugin-license-header": "^0.6.0",

scripts/npm-check-bundles.sh

Lines changed: 0 additions & 64 deletions
This file was deleted.

scripts/test-integration.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

scripts/test-performance.sh

Lines changed: 0 additions & 27 deletions
This file was deleted.

test/integration/test-node/login-bpmn.ts

Lines changed: 0 additions & 59 deletions
This file was deleted.

test/integration/test-node/login-ecm.ts

Lines changed: 0 additions & 59 deletions
This file was deleted.

test/integration/test-node/login-sso.ts

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)