Skip to content

Commit ea29158

Browse files
authored
Update PAPI component, should cause a new build (#18963)
* Update README.md in papi * Touch a go file in papi
1 parent 1cdab1b commit ea29158

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

components/public-api-server/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ from development environments and will enable richer integrations with Integrate
1919
The public API will initially be offered as a gRPC service. Clients for various languages will be available. At the moment, the API is in early stages and clients are not available.
2020

2121

22-
## Roadmap
23-
The roadmap and progress towards a stable release of the API is tracked in [Epic: Public Gitpod API](https://github.com/gitpod-io/gitpod/issues/7900).
24-
25-
2622
## Architecture
27-
* The API will be exposed on `api.gitpod.io` or `api.<domain>` for self-hosted or managed installations.
23+
* The API will be exposed on `api.gitpod.io` or `api.<domain>` for Dedicated installations.
2824
* The API is structured into services with definitions available in [components/public-api/gitpod/](../public-api/gitpod) as protobuf definitions.
29-

components/public-api-server/pkg/oidc/service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ func TestGetClientConfigFromStartRequest(t *testing.T) {
144144
func TestGetClientConfigFromStartRequestSingleOrg(t *testing.T) {
145145
issuer := newFakeIdP(t)
146146
service, dbConn := setupOIDCServiceForTests(t)
147-
// make sure no other teams are in the db anymore
147+
// make sure no other organizations are in the db anymore
148148
dbConn.Delete(&db.Organization{}, "1=1")
149149
config, team := createConfig(t, dbConn, &ClientConfig{
150150
Issuer: issuer,

0 commit comments

Comments
 (0)