Skip to content

Commit c1b3073

Browse files
test
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent 116a39d commit c1b3073

30 files changed

Lines changed: 48 additions & 2487 deletions

.github/dependabot.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,6 @@ updates:
7272
commit-message:
7373
prefix: "deps(npm)"
7474

75-
- package-ecosystem: "npm"
76-
directory: "/code/extensions/che-github-authentication"
77-
schedule:
78-
interval: "weekly"
79-
open-pull-requests-limit: 5
80-
commit-message:
81-
prefix: "deps(npm)"
82-
8375
- package-ecosystem: "npm"
8476
directory: "/code/extensions/che-port"
8577
schedule:

.github/workflows/pull-request-check-licenses.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ jobs:
3434
docker run --rm -t \
3535
-v $PWD/code/extensions/che-commands:/workspace/project \
3636
quay.io/che-incubator/dash-licenses:next --check
37-
- name: Check che-github-authentication dependencies usage restrictions
38-
run: |
39-
docker run --rm -t \
40-
-v $PWD/code/extensions/che-github-authentication:/workspace/project \
41-
quay.io/che-incubator/dash-licenses:next --check
4237
- name: Check che-port dependencies usage restrictions
4338
run: |
4439
docker run --rm -t \

CLAUDE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,10 @@ Replace `che-api` with any Che extension name. Generates dependency reports in `
105105

106106
### Che-Specific Extensions (in `code/extensions/`)
107107

108-
Nine extensions provide Kubernetes/Che integration:
108+
Eight extensions provide Kubernetes/Che integration:
109109
- `che-api` — API for Che platform integration
110110
- `che-activity-tracker` — User activity tracking
111111
- `che-commands` — Custom command support
112-
- `che-github-authentication` — GitHub OAuth flow
113112
- `che-port` — Port exposure management for pods
114113
- `che-remote` — Remote workspace status indicator
115114
- `che-resource-monitor` — Resource usage monitoring

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,10 @@ License check tools work for the next extensions:
9595
1. `che-activity-tracker`
9696
2. `che-api`
9797
3. `che-commands`
98-
4. `che-github-authentication`
99-
5. `che-port`
100-
6. `che-remote`
101-
7. `che-resource-monitor`
102-
8. `che-terminal`
98+
4. `che-port`
99+
5. `che-remote`
100+
6. `che-resource-monitor`
101+
7. `che-terminal`
103102

104103
Dependencies usage restrictions could be checked with the `license:check` command. Example for `che-api`:
105104

code/build/gulpfile.extensions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ const compilations = [
6161
'extensions/che-resource-monitor/tsconfig.json',
6262
'extensions/che-terminal/tsconfig.json',
6363
'extensions/che-telemetry/tsconfig.json',
64-
'extensions/che-github-authentication/tsconfig.json',
6564
'extensions/configuration-editing/tsconfig.json',
6665
'extensions/css-language-features/client/tsconfig.json',
6766
'extensions/css-language-features/server/tsconfig.json',

code/build/npm/dirs.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export const dirs = [
2121
'extensions/che-remote',
2222
'extensions/che-resource-monitor',
2323
'extensions/che-terminal',
24-
'extensions/che-github-authentication',
2524
'extensions/configuration-editing',
2625
'extensions/copilot',
2726
'extensions/css-language-features',

code/extensions/che-github-authentication/.deps/EXCLUDED/dev.md

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

code/extensions/che-github-authentication/.deps/EXCLUDED/prod.md

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

code/extensions/che-github-authentication/.deps/dev.md

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

code/extensions/che-github-authentication/.deps/prod.md

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

0 commit comments

Comments
 (0)