diff --git a/README.md b/README.md index cbfcb5ad0..1298d2c8d 100644 --- a/README.md +++ b/README.md @@ -99,3 +99,4 @@ To this end, we've developed a number of open source projects including: We want to create a welcoming environment for everyone who is interested in contributing to Gitpod or participating in discussions with the Gitpod community. This project has adopted the [Contributor Covenant Code of Conduct](https://github.com/gitpod-io/.github/blob/main/CODE_OF_CONDUCT.md), [version 2.0](https://www.contributor-covenant.org/version/2/0/code_of_conduct/). +Hello World diff --git a/components/common-go/nsenter/README.md b/components/common-go/nsenter/README.md index ca396b4e2..6105acd53 100644 --- a/components/common-go/nsenter/README.md +++ b/components/common-go/nsenter/README.md @@ -26,3 +26,4 @@ Linux kernel namespace, you must `import` this library into a package if you plan to use `libcontainer` directly. Otherwise Go will not execute the `nsexec()` constructor, which means that the re-exec will not cause the namespaces to be joined. +Hello World diff --git a/components/dashboard/README.md b/components/dashboard/README.md index 8e1244a9e..9777d2f3c 100644 --- a/components/dashboard/README.md +++ b/components/dashboard/README.md @@ -105,3 +105,4 @@ yarn test:integration:run ``` You should see Cypress running in the terminal. +Hello World diff --git a/components/ee/agent-smith/README.md b/components/ee/agent-smith/README.md index d96ed794d..6a63ec85d 100644 --- a/components/ee/agent-smith/README.md +++ b/components/ee/agent-smith/README.md @@ -19,3 +19,4 @@ Hint: do not use the `base64` to encode a signature ``` agent-smith signature new | agent-smith signature match ``` +Hello World diff --git a/components/gitpod-cli/README.md b/components/gitpod-cli/README.md index 4a817d458..9836acb39 100644 --- a/components/gitpod-cli/README.md +++ b/components/gitpod-cli/README.md @@ -35,3 +35,4 @@ If you would like to contribute to this component, check the [related GitHub iss ## Ownership To know which Gitpod Team owns this component, check the [CODEOWNERS](https://github.com/gitpod-io/gitpod/blob/main/.github/CODEOWNERS). +Hello World diff --git a/components/gitpod-db/README.md b/components/gitpod-db/README.md index 0c6d91f76..9afbcafcf 100644 --- a/components/gitpod-db/README.md +++ b/components/gitpod-db/README.md @@ -18,3 +18,4 @@ When you are making changes to gitpod-protocol component, make sure to run `yarn ``` @inject(UserDB) protected readonly userDb: UserDB; ``` +Hello World diff --git a/components/gitpod-db/src/typeorm/migration/README.md b/components/gitpod-db/src/typeorm/migration/README.md index c6ce558eb..d4622b130 100644 --- a/components/gitpod-db/src/typeorm/migration/README.md +++ b/components/gitpod-db/src/typeorm/migration/README.md @@ -9,3 +9,4 @@ leeway run components:update-license-header Then, simply populate the `up` and `down` methods in the generated migration file. (Hint: You can look at other migration files for inspiration.) +Hello World diff --git a/components/ide-proxy/README.md b/components/ide-proxy/README.md index eff2f7cb3..411b58bda 100644 --- a/components/ide-proxy/README.md +++ b/components/ide-proxy/README.md @@ -5,3 +5,4 @@ IDE proxy is a simple Caddy application that currently only serve static files e Attention: All files in the static folder should be immutable, if you need to change them you have to add new files and change the references For example, to change the IDE logo you must upload a new file and change the `server-ide-config` configmap +Hello World diff --git a/components/ide/jetbrains/backend-plugin/README.md b/components/ide/jetbrains/backend-plugin/README.md index dc6ed902a..878d81f59 100644 --- a/components/ide/jetbrains/backend-plugin/README.md +++ b/components/ide/jetbrains/backend-plugin/README.md @@ -43,3 +43,4 @@ Listening for transport dt_socket at address: 54963 for now each thin client is accompanied by another window (main) which directly renders UI from backend. Sometimes there are bugs when a file will be opened in this window instead of the thin client. It also can be that the main window is not visible then try to find it in the left top corner and resize. It looks almost like a line. +Hello World diff --git a/components/ide/jetbrains/gateway-plugin/README.md b/components/ide/jetbrains/gateway-plugin/README.md index 74ff80f52..d4c3dadb1 100644 --- a/components/ide/jetbrains/gateway-plugin/README.md +++ b/components/ide/jetbrains/gateway-plugin/README.md @@ -30,3 +30,4 @@ This plugin is based on the [IntelliJ Platform Plugin Template](https://github.c - Check if you can connect to a stopped workspace - Check if changing the "Gitpod Host" in Preferences >> Tools >> Gitpod takes effect - Check if the info displayed in the workspaces list is matching what you see on the Web App Dashboard +Hello World diff --git a/components/image-builder-bob/README.md b/components/image-builder-bob/README.md index 831cf6f54..2665df0b3 100644 --- a/components/image-builder-bob/README.md +++ b/components/image-builder-bob/README.md @@ -39,3 +39,4 @@ BOB_BASE_REF=localhost:5000/source:latest BOB_TARGET_REF=localhost:5000/target:8 # debug using delve BOB_BASE_REF=localhost:5000/source:latest BOB_TARGET_REF=localhost:5000/target:83 sudo -E $(which dlv) --listen=:2345 --headless=true --api-version=2 exec $(which bob) build ``` +Hello World diff --git a/components/local-app/README.md b/components/local-app/README.md index 5ad942f40..e2de57397 100644 --- a/components/local-app/README.md +++ b/components/local-app/README.md @@ -17,3 +17,4 @@ docker run --rm -it -v /tmp/dest:/out eu.gcr.io/gitpod-core-dev/build/local-app: cd components/local-app BROWSER= GITPOD_HOST= go run main.go --mock-keyring run ``` +Hello World diff --git a/components/openvsx-proxy/README.md b/components/openvsx-proxy/README.md index 27610e473..ce0ad68ef 100644 --- a/components/openvsx-proxy/README.md +++ b/components/openvsx-proxy/README.md @@ -1,3 +1,4 @@ # OpenVSX Proxy The OpenVSX proxy component stores frequently used requests to the OpenVSX registry and serves these requests in case the upstream OpenVSX registry is down. +Hello World diff --git a/components/public-api-server/README.md b/components/public-api-server/README.md index 7cf816d6b..4dc48b8c5 100644 --- a/components/public-api-server/README.md +++ b/components/public-api-server/README.md @@ -27,3 +27,4 @@ The roadmap and progress towards a stable release of the API is tracked in [Epic * The API will be exposed on `api.gitpod.io` or `api.` for self-hosted or managed installations. * The API is structured into services with definitions available in [components/public-api/gitpod/](../public-api/gitpod) as protobuf definitions. +Hello World diff --git a/components/public-api/README.md b/components/public-api/README.md index effb6dd79..419cf6667 100644 --- a/components/public-api/README.md +++ b/components/public-api/README.md @@ -3,4 +3,4 @@ # Example Flows This section gives examples how clients would use this API. -https://github.com/gitpod-io/gitpod/blob/094dde356a04740500175e8797462a48c3153c89/components/public-api/go/v1/examples_test.go#L20-L103 \ No newline at end of file +https://github.com/gitpod-io/gitpod/blob/094dde356a04740500175e8797462a48c3153c89/components/public-api/go/v1/examples_test.go#L20-L103Hello World diff --git a/components/public-api/google/rpc/README.md b/components/public-api/google/rpc/README.md index 164bc8098..442c8848c 100644 --- a/components/public-api/google/rpc/README.md +++ b/components/public-api/google/rpc/README.md @@ -3,3 +3,4 @@ This package contains type definitions for general RPC systems. While [gRPC](https://github.com/grpc) is using these definitions, they are not designed specifically to support gRPC. +Hello World diff --git a/components/registry-facade/README.md b/components/registry-facade/README.md index 491b71daa..aa7ef4a03 100644 --- a/components/registry-facade/README.md +++ b/components/registry-facade/README.md @@ -12,3 +12,4 @@ Registry-facade modifies images as they are downloaded. It consults with `ws-man 6. Desktop IDE It also adds the `gp` cli to the workspace. Think of `registry-facade` as an image layer smuggler. +Hello World diff --git a/components/registry-facade/ca-updater/README.md b/components/registry-facade/ca-updater/README.md index dc8f8cbc3..155782028 100644 --- a/components/registry-facade/ca-updater/README.md +++ b/components/registry-facade/ca-updater/README.md @@ -5,3 +5,4 @@ not possible to download updates or with restricted Internet access. The container uses **Ubuntu** as base image due to [issues in alpine](https://github.com/gliderlabs/docker-alpine/issues/52) to add custom CA certificates. +Hello World diff --git a/components/server/src/bitbucket/README.md b/components/server/src/bitbucket/README.md index 70f52762f..47420c4c1 100644 --- a/components/server/src/bitbucket/README.md +++ b/components/server/src/bitbucket/README.md @@ -25,3 +25,4 @@ test.only('Your cool test', function (done) { //... } ``` +Hello World diff --git a/components/workspacekit/README.md b/components/workspacekit/README.md index d3e3442b6..426b6c258 100644 --- a/components/workspacekit/README.md +++ b/components/workspacekit/README.md @@ -2,4 +2,4 @@ ![Architecture](../../docs/workspace/architecture.drawio.svg) ## Namespace layering -![Namespaces](../../docs/workspace/namespaces.drawio.svg) \ No newline at end of file +![Namespaces](../../docs/workspace/namespaces.drawio.svg)Hello World diff --git a/components/ws-daemon/README.md b/components/ws-daemon/README.md index 281e9397f..95b5be6ce 100644 --- a/components/ws-daemon/README.md +++ b/components/ws-daemon/README.md @@ -20,4 +20,4 @@ JAEGER_ENDPOINT=http://localhost:14268/api/traces JAEGER_SAMPLER_TYPE=const # enable the constant sampler JAEGER_SAMPLER_PARAM=1 -``` \ No newline at end of file +```Hello World diff --git a/components/ws-daemon/shiftfs-module-loader/README.md b/components/ws-daemon/shiftfs-module-loader/README.md index 5c48abef6..6931d5485 100644 --- a/components/ws-daemon/shiftfs-module-loader/README.md +++ b/components/ws-daemon/shiftfs-module-loader/README.md @@ -3,4 +3,4 @@ a Kubernetes cluster. It heavily draws inspiration from: https://github.com/falcosecurity/falco - https://github.com/toby63/shiftfs-dkms \ No newline at end of file + https://github.com/toby63/shiftfs-dkmsHello World diff --git a/components/ws-manager-api/README.md b/components/ws-manager-api/README.md index bd99985be..51099b673 100644 --- a/components/ws-manager-api/README.md +++ b/components/ws-manager-api/README.md @@ -4,3 +4,4 @@ The ws-manager-api component hosts the api component of ws-manager. ## Making changes to the api First, make sure those changes are really neccesary. We want to keep the interface as trim as possible. To make changes, edit `core.proto` ideally in a backwards compatible manner. Then run `./generate.sh` in this directory to re-generate the GO and TypeScript protocol implementations. +Hello World diff --git a/components/ws-manager/README.md b/components/ws-manager/README.md index ef538fceb..021abeedb 100644 --- a/components/ws-manager/README.md +++ b/components/ws-manager/README.md @@ -39,3 +39,4 @@ This EVT can be converted to testcases using `cd pkg/manager && go run testdata/ ### Adding tests for Create Definite Workspace Pod To create new testcases for the workspace pod creation part, one can convert a workspace request to a "start workspace context" required as input for such a test. To do this, save a valid _workspace spec_ (e.g. `example-wsspec.json`) file as `pkg/manager/testdata/cdwp_MyCustomTestName.spec.json` and run the tests. The `TestCreateDefiniteWorkspacePod` test will convert those `cdwp_*.spec.json` files to the required test fixtures as `cdwp_*.json`. +Hello World diff --git a/dev/addlicense/README.md b/dev/addlicense/README.md index 41c001377..2d77eb505 100644 --- a/dev/addlicense/README.md +++ b/dev/addlicense/README.md @@ -30,3 +30,4 @@ to single files. Apache 2.0 This is not an official Google product. +Hello World diff --git a/dev/blowtorch/README.md b/dev/blowtorch/README.md index 4b7d833d6..ebd662509 100644 --- a/dev/blowtorch/README.md +++ b/dev/blowtorch/README.md @@ -25,4 +25,4 @@ Flags: -t, --toggle Help message for toggle Use "blowtorch [command] --help" for more information about a command. -``` \ No newline at end of file +```Hello World diff --git a/dev/loadgen/README.md b/dev/loadgen/README.md index 8ffa5894f..acc88304a 100644 --- a/dev/loadgen/README.md +++ b/dev/loadgen/README.md @@ -74,3 +74,4 @@ After the benchmark has completed, you will find a benchmark-result.json file in }, ... ``` +Hello World diff --git a/dev/manual-tests/README.md b/dev/manual-tests/README.md index b6578e3a4..42599dfab 100644 --- a/dev/manual-tests/README.md +++ b/dev/manual-tests/README.md @@ -1,3 +1,4 @@ # Manual Testing This directory has [Ruruku](https://github.com/csweichel/ruruku) test plans for manual testing of Gitpod. +Hello World diff --git a/dev/ssh-load-test/README.md b/dev/ssh-load-test/README.md index e74ddabff..8799b77e2 100644 --- a/dev/ssh-load-test/README.md +++ b/dev/ssh-load-test/README.md @@ -65,3 +65,4 @@ Testing in prev envs and test several cases: +Hello World diff --git a/docs/README.md b/docs/README.md index 3e60688a5..9b03f5b52 100644 --- a/docs/README.md +++ b/docs/README.md @@ -5,3 +5,4 @@ The most up-to-date documentation can be found at https://www.gitpod.io/docs. ## Source The docs content is hosted in the [gitpod-io/website](https://github.com/gitpod-io/website) repository, specifically in Markdown files located at https://github.com/gitpod-io/website/tree/main/gitpod/docs. +Hello World diff --git a/install/README.md b/install/README.md index be50baccb..d7e6a4ce4 100644 --- a/install/README.md +++ b/install/README.md @@ -50,3 +50,4 @@ For detailed instructions on the KOTS CLI, please see the [Replicated docs](http ## Installer For advanced users, the [Installer](./installer) is available. +Hello World diff --git a/install/infra/modules/aks/README.md b/install/infra/modules/aks/README.md index e03e1cc82..2698bff5b 100644 --- a/install/infra/modules/aks/README.md +++ b/install/infra/modules/aks/README.md @@ -95,3 +95,4 @@ No modules. | [registry](#output\_registry) | n/a | | [storage](#output\_storage) | n/a | +Hello World diff --git a/install/infra/modules/gke/README.md b/install/infra/modules/gke/README.md index c1966509e..611fd53d8 100644 --- a/install/infra/modules/gke/README.md +++ b/install/infra/modules/gke/README.md @@ -81,3 +81,4 @@ terraform apply # provide the values that are prompted for ``` sh terraform destroy ``` +Hello World diff --git a/install/infra/modules/k3s/README.md b/install/infra/modules/k3s/README.md index 72826b984..944e45508 100644 --- a/install/infra/modules/k3s/README.md +++ b/install/infra/modules/k3s/README.md @@ -63,3 +63,4 @@ You will find the `kubeconfig` populated to the path you specified or `./kubecon ```sh terraform destroy ``` +Hello World diff --git a/install/infra/modules/tools/cert-manager/README.md b/install/infra/modules/tools/cert-manager/README.md index a7805293f..782fccc7e 100644 --- a/install/infra/modules/tools/cert-manager/README.md +++ b/install/infra/modules/tools/cert-manager/README.md @@ -4,3 +4,4 @@ This module is used in test setup, to deploy `cert-manager` and `external-dns` on a created cluster, and to create a secret that the aforementioned deployments can use to modify a `cloudDNS` record. This module works specifically for the domain `gitpod-self-hosted.com`. +Hello World diff --git a/install/infra/modules/tools/cloud-dns-external-dns/README.md b/install/infra/modules/tools/cloud-dns-external-dns/README.md index a7805293f..782fccc7e 100644 --- a/install/infra/modules/tools/cloud-dns-external-dns/README.md +++ b/install/infra/modules/tools/cloud-dns-external-dns/README.md @@ -4,3 +4,4 @@ This module is used in test setup, to deploy `cert-manager` and `external-dns` on a created cluster, and to create a secret that the aforementioned deployments can use to modify a `cloudDNS` record. This module works specifically for the domain `gitpod-self-hosted.com`. +Hello World diff --git a/install/infra/single-cluster/aws/README.md b/install/infra/single-cluster/aws/README.md index 406b8297f..bb6a22e4f 100644 --- a/install/infra/single-cluster/aws/README.md +++ b/install/infra/single-cluster/aws/README.md @@ -253,3 +253,4 @@ make destroy ``` The destroy should take around 20 minutes. +Hello World diff --git a/install/infra/single-cluster/gcp/README.md b/install/infra/single-cluster/gcp/README.md index 751e97d26..c9fec3cc9 100644 --- a/install/infra/single-cluster/gcp/README.md +++ b/install/infra/single-cluster/gcp/README.md @@ -240,3 +240,4 @@ make destroy ``` The destroy should take around 20 minutes. +Hello World diff --git a/install/installer/README.md b/install/installer/README.md index 986b6fa8f..5dd4d2a6e 100644 --- a/install/installer/README.md +++ b/install/installer/README.md @@ -585,3 +585,4 @@ PRs/comments welcome - [ ] [Improve distribution of gitpod-installer binaries](https://github.com/gitpod-io/gitpod/issues/6766) - [ ] [Create a Gitpod workspace that can be used for installing a Gitpod instance](https://github.com/gitpod-io/gitpod/issues/6801) +Hello World diff --git a/install/installer/cmd/testdata/render/README.md b/install/installer/cmd/testdata/render/README.md index ad5b776f0..54610a222 100644 --- a/install/installer/cmd/testdata/render/README.md +++ b/install/installer/cmd/testdata/render/README.md @@ -50,3 +50,4 @@ Finally, generate your output: ```shell make generateRenderTests ``` +Hello World diff --git a/install/installer/scripts/README.md b/install/installer/scripts/README.md index 6cf25cb4f..87f100446 100644 --- a/install/installer/scripts/README.md +++ b/install/installer/scripts/README.md @@ -28,3 +28,4 @@ go run ./scripts/structdoc.go INFO[0000] Generating doc for config version v1 INFO[0000] The doc is written to the file pkg/config/v1/config.md ``` +Hello World diff --git a/install/kots/README.md b/install/kots/README.md index 47926c8c4..13eb06e07 100644 --- a/install/kots/README.md +++ b/install/kots/README.md @@ -57,3 +57,4 @@ is considered a release candidate. Once testing has passed, it is promoted to th Promotion of releases from unstable to stable should be done in the management console on the [Replicated vendor homepage](https://vendor.replicated.com/apps/gitpod). +Hello World diff --git a/install/preview/README.md b/install/preview/README.md index b783acc2a..c405d9478 100644 --- a/install/preview/README.md +++ b/install/preview/README.md @@ -25,3 +25,4 @@ As the `self-hosted` instance is self-signed, The root certificate to upload int ## Known Issues - Prebuilds don't work as they require webhooks support over the internet. +Hello World diff --git a/operations/observability/mixins/README.md b/operations/observability/mixins/README.md index de60eb1a6..18d075998 100644 --- a/operations/observability/mixins/README.md +++ b/operations/observability/mixins/README.md @@ -352,3 +352,4 @@ Please remember that the annotation `withObservabilityBranch` is completely opti ### Do I configure alerting routes in the mixin? No, mixins only contains alerts definition. The routing is done by alertmanager, which is configured in another git repository. +Hello World diff --git a/test/README.md b/test/README.md index c70ec1a0a..1f6af9302 100644 --- a/test/README.md +++ b/test/README.md @@ -70,3 +70,4 @@ To run the tests: -gitlab= ``` 3. If you want to run specific test, add `-run ` before `-kubeconfig` parameter. +Hello World