Skip to content

Commit a0b79e3

Browse files
authored
Remove toxiproxy (#16450)
* [proxy] Remove slow-server config * [installer] Remove slowserver * [proxy] Remove slow-server config * [installer] Remove slowserver * Remove toxiproxy * Fix
1 parent 417ca15 commit a0b79e3

File tree

41 files changed

+0
-616
lines changed

Some content is hidden

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

41 files changed

+0
-616
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
/components/image-builder-mk3 @gitpod-io/engineering-workspace
3131
/components/installation-telemetry @gitpod-io/engineering-security-infrastructure-and-delivery
3232
/components/kots-config-check @gitpod-io/engineering-security-infrastructure-and-delivery
33-
/components/toxic-config @gitpod-io/engineering-webapp
3433
/install @gitpod-io/engineering-security-infrastructure-and-delivery
3534
/install/installer @gitpod-io/engineering-security-infrastructure-and-delivery
3635
# For testdata a single review from anyone who is allowed to review PRs is sufficent.
@@ -56,7 +55,6 @@
5655
/install/installer/pkg/components/server @gitpod-io/engineering-webapp
5756
/install/installer/pkg/components/server/ide @gitpod-io/engineering-ide
5857
/install/installer/pkg/components/usage @gitpod-io/engineering-webapp
59-
/install/installer/pkg/components/toxiproxy @gitpod-io/engineering-webapp
6058
/install/installer/pkg/components/usage-api @gitpod-io/engineering-webapp
6159
/install/installer/pkg/components/workspace @gitpod-io/engineering-workspace
6260
/install/installer/pkg/components/workspace/ide @gitpod-io/engineering-ide

components/BUILD.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ packages:
7373
- components/server:docker
7474
- components/service-waiter:docker
7575
- components/supervisor:docker
76-
- components/toxic-config:docker
7776
- components/installation-telemetry:docker
7877
- components/workspacekit:docker
7978
- components/workspace-rollout-job:docker
@@ -128,7 +127,6 @@ packages:
128127
- components/service-waiter:app
129128
- components/supervisor:app
130129
- components/supervisor/frontend:app
131-
- components/toxic-config:app
132130
- components/installation-telemetry:app
133131
- components/workspacekit:app
134132
- components/workspace-rollout-job:app

components/toxic-config/BUILD.yaml

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

components/toxic-config/README.md

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

components/toxic-config/go.mod

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

components/toxic-config/go.sum

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

components/toxic-config/leeway.Dockerfile

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

components/toxic-config/main.go

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

dev/preview/workflow/preview/deploy-gitpod.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -438,14 +438,6 @@ yq w -i "${INSTALLER_CONFIG_PATH}" 'experimental.workspace.classes.small.templat
438438
yq w -i "${INSTALLER_CONFIG_PATH}" 'experimental.workspace.classes.small.templates.default.spec.containers.(name==workspace).env[+].name' "GITPOD_PREVENT_METADATA_ACCESS"
439439
yq w -i "${INSTALLER_CONFIG_PATH}" 'experimental.workspace.classes.small.templates.default.spec.containers.(name==workspace).env.(name==GITPOD_PREVENT_METADATA_ACCESS).value' "true"
440440

441-
#
442-
# configureSlowDatabase
443-
#
444-
if [[ "${GITPOD_WITH_SLOW_DATABASE}" == "true" ]]
445-
then
446-
yq w -i "${INSTALLER_CONFIG_PATH}" "experimental.webapp.slowDatabase" "toxiproxy"
447-
fi
448-
449441
#
450442
# includeAnalytics
451443
#

install/installer/cmd/testdata/render/agent-smith/output.golden

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

install/installer/cmd/testdata/render/aws-setup/output.golden

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

install/installer/cmd/testdata/render/custom-pull-repository/output.golden

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

install/installer/cmd/testdata/render/customization/output.golden

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

install/installer/cmd/testdata/render/external-registry/output.golden

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

install/installer/cmd/testdata/render/gcp-setup/output.golden

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

install/installer/cmd/testdata/render/http-proxy/output.golden

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

install/installer/cmd/testdata/render/ide-config/output.golden

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

install/installer/cmd/testdata/render/kind-ide/output.golden

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

install/installer/cmd/testdata/render/kind-meta/output.golden

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

install/installer/cmd/testdata/render/kind-webapp/output.golden

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

install/installer/cmd/testdata/render/kind-workspace/output.golden

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

install/installer/cmd/testdata/render/message-bus-password/output.golden

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

0 commit comments

Comments
 (0)