Skip to content

Commit

Permalink
[installer]: move to /install
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Emms authored and roboquat committed Feb 22, 2022
1 parent fb09aaf commit 4820e80
Show file tree
Hide file tree
Showing 239 changed files with 42 additions and 42 deletions.
42 changes: 21 additions & 21 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,27 @@
/components/image-builder-bob @gitpod-io/engineering-workspace
/components/image-builder-mk3 @gitpod-io/engineering-workspace
/components/installation-telemetry @gitpod-io/engineering-self-hosted
/components/installer @gitpod-io/engineering-self-hosted
/components/installer/pkg/components/agent-smith @gitpod-io/engineering-workspace
/components/installer/pkg/components/blobserve @gitpod-io/engineering-workspace
/components/installer/pkg/components/components-webapp @gitpod-io/engineering-webapp
/components/installer/pkg/components/components-workspace @gitpod-io/engineering-workspace
/components/installer/pkg/components/content-service @gitpod-io/engineering-workspace
/components/installer/pkg/components/dashboard @gitpod-io/engineering-webapp
/components/installer/pkg/components/ide-proxy @gitpod-io/engineering-ide
/components/installer/pkg/components/image-builder-mk3 @gitpod-io/engineering-workspace
/components/installer/pkg/components/openvsx-proxy @gitpod-io/engineering-ide
/components/installer/pkg/components/proxy @gitpod-io/engineering-webapp
/components/installer/pkg/components/registry-facade @gitpod-io/engineering-workspace
/components/installer/pkg/components/server @gitpod-io/engineering-webapp
/components/installer/pkg/components/server/ide @gitpod-io/engineering-ide
/components/installer/pkg/components/workspace @gitpod-io/engineering-workspace
/components/installer/pkg/components/workspace/ide @gitpod-io/engineering-ide
/components/installer/pkg/components/ws-daemon @gitpod-io/engineering-workspace
/components/installer/pkg/components/ws-manager @gitpod-io/engineering-workspace
/components/installer/pkg/components/ws-manager-bridge @gitpod-io/engineering-webapp
/components/installer/pkg/components/ws-proxy @gitpod-io/engineering-workspace
/components/installer/pkg/config/versions @gitpod-io/engineering-ide
/install/installer @gitpod-io/engineering-self-hosted
/install/installer/pkg/components/agent-smith @gitpod-io/engineering-workspace
/install/installer/pkg/components/blobserve @gitpod-io/engineering-workspace
/install/installer/pkg/components/components-webapp @gitpod-io/engineering-webapp
/install/installer/pkg/components/components-workspace @gitpod-io/engineering-workspace
/install/installer/pkg/components/content-service @gitpod-io/engineering-workspace
/install/installer/pkg/components/dashboard @gitpod-io/engineering-webapp
/install/installer/pkg/components/ide-proxy @gitpod-io/engineering-ide
/install/installer/pkg/components/image-builder-mk3 @gitpod-io/engineering-workspace
/install/installer/pkg/components/openvsx-proxy @gitpod-io/engineering-ide
/install/installer/pkg/components/proxy @gitpod-io/engineering-webapp
/install/installer/pkg/components/registry-facade @gitpod-io/engineering-workspace
/install/installer/pkg/components/server @gitpod-io/engineering-webapp
/install/installer/pkg/components/server/ide @gitpod-io/engineering-ide
/install/installer/pkg/components/workspace @gitpod-io/engineering-workspace
/install/installer/pkg/components/workspace/ide @gitpod-io/engineering-ide
/install/installer/pkg/components/ws-daemon @gitpod-io/engineering-workspace
/install/installer/pkg/components/ws-manager @gitpod-io/engineering-workspace
/install/installer/pkg/components/ws-manager-bridge @gitpod-io/engineering-webapp
/install/installer/pkg/components/ws-proxy @gitpod-io/engineering-workspace
/install/installer/pkg/config/versions @gitpod-io/engineering-ide
/components/licensor @gitpod-io/engineering-webapp
/components/local-app-api @csweichel @akosyakov
/components/local-app @gitpod-io/engineering-ide
Expand Down
2 changes: 1 addition & 1 deletion components/BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages:
- :docker-versions
- :publish-api
- dev:all-app
- components/installer:docker
- install/installer:docker
- components/gitpod-protocol:all
- operations/observability/mixins:lint
- name: docker-versions
Expand Down
2 changes: 1 addition & 1 deletion gitpod-ws.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{ "path": "dev/loadgen" },
{ "path": "dev/poolkeeper" },
{ "path": "dev/sweeper" },
{ "path": "components/installer" }
{ "path": "install/installer" }
],
"settings": {
"typescript.tsdk": "gitpod/node_modules/typescript/lib",
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ packages:
- version
config:
commands:
- ["objcopy", "--add-section", "versionManifest=components--all-docker/versions.yaml", "components-installer--raw-app/installer", "installer"]
- ["objcopy", "--add-section", "versionManifest=components--all-docker/versions.yaml", "install-installer--raw-app/installer", "installer"]
- name: docker
type: docker
deps:
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ is `true`. External dependencies can be used in their place
# Config

> Not every parameter is discussed in this table, just ones that are likely
> to need changing. The full config structure is available in [config.go](/components/installer/pkg/config/v1/config.go).
> to need changing. The full config structure is available in [config.go](/install/installer/config/v1/config.go).
| Property | Required | Description | Notes |
| --- | --- | --- | --- |
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
30 changes: 15 additions & 15 deletions components/installer/go.mod → install/installer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -226,35 +226,35 @@ replace github.com/gitpod-io/gitpod/image-builder => ../components/image-builder

replace github.com/gitpod-io/gitpod/ws-scheduler => ../components/ee/ws-scheduler // leeway

replace github.com/gitpod-io/gitpod/agent-smith => ../ee/agent-smith // leeway
replace github.com/gitpod-io/gitpod/agent-smith => ../../components/ee/agent-smith // leeway

replace github.com/gitpod-io/gitpod/blobserve => ../blobserve // leeway
replace github.com/gitpod-io/gitpod/blobserve => ../../components/blobserve // leeway

replace github.com/gitpod-io/gitpod/common-go => ../common-go // leeway
replace github.com/gitpod-io/gitpod/common-go => ../../components/common-go // leeway

replace github.com/gitpod-io/gitpod/content-service => ../content-service // leeway
replace github.com/gitpod-io/gitpod/content-service => ../../components/content-service // leeway

replace github.com/gitpod-io/gitpod/content-service/api => ../content-service-api/go // leeway
replace github.com/gitpod-io/gitpod/content-service/api => ../../components/content-service-api/go // leeway

replace github.com/gitpod-io/gitpod/gitpod-protocol => ../gitpod-protocol/go // leeway
replace github.com/gitpod-io/gitpod/gitpod-protocol => ../../components/gitpod-protocol/go // leeway

replace github.com/gitpod-io/gitpod/image-builder/api => ../image-builder-api/go // leeway
replace github.com/gitpod-io/gitpod/image-builder/api => ../../components/image-builder-api/go // leeway

replace github.com/gitpod-io/gitpod/openvsx-proxy => ../openvsx-proxy // leeway
replace github.com/gitpod-io/gitpod/openvsx-proxy => ../../components/openvsx-proxy // leeway

replace github.com/gitpod-io/gitpod/registry-facade => ../registry-facade // leeway
replace github.com/gitpod-io/gitpod/registry-facade => ../../components/registry-facade // leeway

replace github.com/gitpod-io/gitpod/registry-facade/api => ../registry-facade-api/go // leeway
replace github.com/gitpod-io/gitpod/registry-facade/api => ../../components/registry-facade-api/go // leeway

replace github.com/gitpod-io/gitpod/supervisor/api => ../supervisor-api/go // leeway
replace github.com/gitpod-io/gitpod/supervisor/api => ../../components/supervisor-api/go // leeway

replace github.com/gitpod-io/gitpod/ws-daemon => ../ws-daemon // leeway
replace github.com/gitpod-io/gitpod/ws-daemon => ../../components/ws-daemon // leeway

replace github.com/gitpod-io/gitpod/ws-daemon/api => ../ws-daemon-api/go // leeway
replace github.com/gitpod-io/gitpod/ws-daemon/api => ../../components/ws-daemon-api/go // leeway

replace github.com/gitpod-io/gitpod/ws-manager/api => ../ws-manager-api/go // leeway
replace github.com/gitpod-io/gitpod/ws-manager/api => ../../components/ws-manager-api/go // leeway

replace github.com/gitpod-io/gitpod/ws-proxy => ../ws-proxy // leeway
replace github.com/gitpod-io/gitpod/ws-proxy => ../../components/ws-proxy // leeway

replace k8s.io/api => k8s.io/api v0.22.2 // leeway indirect from components/common-go:lib

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See License-AGPL.txt in the project root for license information.

FROM alpine:3.15
COPY components-installer--app/installer components-installer--app/provenance-bundle.jsonl /app/
COPY install-installer--app/installer install-installer--app/provenance-bundle.jsonl /app/
RUN apk add --no-cache curl yq \
&& curl -L "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" -o /usr/local/bin/kubectl \
&& chmod +x /usr/local/bin/kubectl
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
package common_test

import (
"github.com/gitpod-io/gitpod/installer/pkg/common"
"testing"

"github.com/gitpod-io/gitpod/installer/pkg/common"
"github.com/google/go-cmp/cmp"
)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4820e80

Please sign in to comment.