Skip to content

Commit 84e81bf

Browse files
committed
removed unused project components
1 parent cf9d669 commit 84e81bf

File tree

100 files changed

+1
-14929
lines changed

Some content is hidden

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

100 files changed

+1
-14929
lines changed

.github/ISSUE_TEMPLATE/1-bug-report.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,7 @@ body:
5656
multiple: true
5757
description: Name(s) of the affected template(s) (if applicable)
5858
options:
59-
- refarch-frontend
6059
- refarch-backend
61-
- refarch-eai
62-
- refarch-webcomponent
6360
validations:
6461
required: false
6562
- type: input

.github/ISSUE_TEMPLATE/2-feature-request.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ body:
1919
multiple: true
2020
description: Name(s) of the affected template(s) (if applicable)
2121
options:
22-
- refarch-frontend
2322
- refarch-backend
24-
- refarch-eai
25-
- refarch-webcomponent
2623
validations:
2724
required: false
2825
- type: textarea

.github/ISSUE_TEMPLATE/3-maintenance-work.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ body:
1919
multiple: true
2020
description: Name(s) of the affected template(s) (if applicable)
2121
options:
22-
- refarch-frontend
2322
- refarch-backend
24-
- refarch-eai
25-
- refarch-webcomponent
2623
validations:
2724
required: false
2825
- type: textarea

.github/ISSUE_TEMPLATE/4-documentation-change.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ body:
1919
multiple: true
2020
description: Affected documentation parts
2121
options:
22-
- refarch-frontend
2322
- refarch-backend
24-
- refarch-eai
25-
- refarch-webcomponent
2623
- Other
2724
validations:
2825
required: true

.github/labeler.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,3 @@
1515
"Template: Backend":
1616
- changed-files:
1717
- any-glob-to-any-file: ['refarch-backend/**']
18-
"Template: EAI":
19-
- changed-files:
20-
- any-glob-to-any-file: ['refarch-eai/**']
21-
"Template: Frontend":
22-
- changed-files:
23-
- any-glob-to-any-file: ['refarch-frontend/**']
24-
"Template: Webcomponent":
25-
- changed-files:
26-
- any-glob-to-any-file: ['refarch-webcomponent/**']

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
analyze-java: true
1515
analyze-javascript-typescript-vue: true
1616
analyze-python: false
17-
java-build-paths: "['./refarch-backend','./refarch-eai']"
17+
java-build-paths: "['./refarch-backend']"

.github/workflows/maven-node-build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
matrix:
1717
include: # hier müssen die Pfade angegeben werden
1818
- app-path: refarch-backend
19-
- app-path: refarch-frontend
20-
- app-path: refarch-eai
21-
- app-path: refarch-webcomponent
2219
steps:
2320
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2421
- if: ${{hashFiles(format('./{0}/package.json', matrix.app-path))!=null}}

.github/workflows/release-maven-image.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ on:
1717
required: true
1818
options:
1919
- refarch-backend
20-
- refarch-eai
2120

2221
jobs:
2322
release-maven:

refarch-eai/Dockerfile

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

refarch-eai/pom.xml

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

0 commit comments

Comments
 (0)