-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[dashboard] List projects using Public API #14938
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
started the job as gitpod-build-mp-dash-list-projects-public-api.1 because the annotations in the pull request description changed |
2fd6864
to
2510c42
Compare
2510c42
to
db3219b
Compare
5f053a4
to
0d556f0
Compare
3f0fde0
to
f6d4908
Compare
/werft run 👍 started the job as gitpod-build-mp-dash-list-projects-public-api.14 |
@@ -1540,7 +1540,7 @@ func (gp *APIoverJSONRPC) CreateProject(ctx context.Context, options *CreateProj | |||
return | |||
} | |||
_params := []interface{}{options} | |||
err = gp.C.Call(ctx, string(FunctionCreateProject), _params, nil) | |||
err = gp.C.Call(ctx, string(FunctionCreateProject), _params, &res) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We forgot to include these originally, which resulted in the API call always returning nil
f6d4908
to
9dd4269
Compare
Description
Behind a feature flag, list projects using Public API
Related Issue(s)
Fixes #14896
How to test
Preview
Release Notes
Documentation
Werft options:
If enabled this will build
install/preview
Valid options are
all
,workspace
,webapp
,ide
,jetbrains
,vscode
,ssh