Skip to content

Commit 02e10ca

Browse files
geroplona-agent
andcommitted
Review comments
Co-authored-by: Ona <[email protected]>
1 parent 4232a35 commit 02e10ca

File tree

2 files changed

+0
-107
lines changed

2 files changed

+0
-107
lines changed

.devcontainer/devcontainer.json

Lines changed: 0 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -16,87 +16,6 @@
1616
"GIT_EDITOR": "code --wait",
1717
"KUBE_EDITOR": "code --wait"
1818
},
19-
"forwardPorts": [
20-
1337,
21-
3000,
22-
3001,
23-
3306,
24-
4000,
25-
5900,
26-
6080,
27-
7777,
28-
9229,
29-
9999,
30-
13001,
31-
13444,
32-
8022
33-
],
34-
"portsAttributes": {
35-
"13001": {
36-
"label": "Port 13001",
37-
"onAutoForward": "ignore",
38-
"elevateIfNeeded": true
39-
},
40-
"1337": {
41-
"label": "Port 1337",
42-
"onAutoForward": "openPreview",
43-
"elevateIfNeeded": true
44-
},
45-
"13444": {
46-
"label": "Port 13444",
47-
"elevateIfNeeded": true
48-
},
49-
"3000": {
50-
"label": "Port 3000",
51-
"onAutoForward": "ignore",
52-
"elevateIfNeeded": true
53-
},
54-
"3001": {
55-
"label": "Port 3001",
56-
"onAutoForward": "ignore",
57-
"elevateIfNeeded": true
58-
},
59-
"3306": {
60-
"label": "Port 3306",
61-
"onAutoForward": "ignore",
62-
"elevateIfNeeded": true
63-
},
64-
"4000": {
65-
"label": "Port 4000",
66-
"onAutoForward": "ignore",
67-
"elevateIfNeeded": true
68-
},
69-
"5900": {
70-
"label": "Port 5900",
71-
"onAutoForward": "ignore",
72-
"elevateIfNeeded": true
73-
},
74-
"6080": {
75-
"label": "Port 6080",
76-
"onAutoForward": "ignore",
77-
"elevateIfNeeded": true
78-
},
79-
"7777": {
80-
"label": "Port 7777",
81-
"onAutoForward": "ignore",
82-
"elevateIfNeeded": true
83-
},
84-
"8022": {
85-
"label": "Port 8022",
86-
"onAutoForward": "ignore",
87-
"elevateIfNeeded": true
88-
},
89-
"9229": {
90-
"label": "Port 9229",
91-
"onAutoForward": "ignore",
92-
"elevateIfNeeded": true
93-
},
94-
"9999": {
95-
"label": "Port 9999",
96-
"onAutoForward": "ignore",
97-
"elevateIfNeeded": true
98-
}
99-
},
10019
"customizations": {
10120
"vscode": {
10221
"extensions": [
@@ -108,12 +27,10 @@
10827
"stkb.rewrap",
10928
"zxh404.vscode-proto3",
11029
"matthewpi.caddyfile-support",
111-
"heptio.jsonnet",
11230
"timonwong.shellcheck",
11331
"fwcd.kotlin",
11432
"dbaeumer.vscode-eslint",
11533
"esbenp.prettier-vscode",
116-
"akosyakov.gitpod-monitor",
11734
"hbenl.vscode-mocha-test-adapter"
11835
]
11936
}

.gitpod/automations.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
11
tasks:
2-
removeADCFile:
3-
command: |
4-
if [[ -n "${GCP_ADC_FILE}" ]]; then
5-
echo "$GCP_ADC_FILE" > "/home/gitpod/.config/gcloud/application_default_credentials.json"
6-
yes | gcloud auth application-default revoke
7-
gp env -u GCP_ADC_FILE
8-
fi
9-
exit 0
10-
name: 'Remove GCP_ADC_FILE'
11-
triggeredBy:
12-
- postDevcontainerStart
132
installLocalAppCli:
143
command: |
154
leeway run components/local-app:install-cli
@@ -27,22 +16,9 @@ tasks:
2716
- postDevcontainerStart
2817
buildJava:
2918
command: |
30-
if [ -z "$RUN_GRADLE_TASK" ]; then
31-
read -r -p "Press enter to continue Java gradle task"
32-
fi
3319
leeway exec --package components/supervisor-api/java:lib --package components/gitpod-protocol/java:lib -- ./gradlew build
3420
leeway exec --package components/ide/jetbrains/backend-plugin:plugin-latest --package components/ide/jetbrains/gateway-plugin:publish-latest --parallel -- ./gradlew buildPlugin
3521
name: 'Java: build with Gradle'
36-
setupClaudeCode:
37-
command: |
38-
if [[ -z "${CLAUDE_JSON}" ]]; then
39-
echo "Skipping setup for Claude Code. Setup a CLAUDE_JSON variable to reuse Claude Code in workspaces."
40-
else
41-
echo $CLAUDE_JSON > ~/.claude.json
42-
fi
43-
name: 'claude code'
44-
triggeredBy:
45-
- postDevcontainerStart
4622
installPreviewctl:
4723
command: leeway run dev/preview/previewctl:install
4824
name: 'Preview environment configuration: init'

0 commit comments

Comments
 (0)