-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[public-api] Implement ProjectsService.CreateProject #14643
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
72df4de
to
4477412
Compare
6a6550f
to
c8371d6
Compare
started the job as gitpod-build-mp-papi-create-project.2 because the annotations in the pull request description changed |
4477412
to
77d34d6
Compare
c8371d6
to
0479409
Compare
0479409
to
5fbad1b
Compare
/werft run 👍 started the job as gitpod-build-mp-papi-create-project.5 |
7b971bb
to
13a6594
Compare
/werft run 👍 started the job as gitpod-build-mp-papi-create-project.11 |
13a6594
to
298f1b2
Compare
298f1b2
to
3ea3159
Compare
/werft run with-clean-slate-deployment=true 👍 started the job as gitpod-build-mp-papi-create-project.14 |
At step 6, when I did
I got Did I do something wrong in the curl? Note: I entered the |
@laushinka curl \
--header 'Content-Type: application/json' \
--header "Authorization: Bearer $BEARER_TOKEN" \
--data '{ "project": {"name": "testing-prebuild-gh", "slug": "testing-prebuild-gh", "cloneUrl": "https://github.com/laushinka/testing-prebuild-gh.git", "teamId": "ee4c2b7e-e7ff-498b-b576-d3ba92d3d01f"} }' \
https://api.mp-papi-cr5eede70b3a.preview.gitpod-dev.com/gitpod.experimental.v1.ProjectsService/CreateProject The payload has to be in the form:
|
@easyCZ Thanks! So my requests were responded with |
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.
Approving with a hold for this question[1]
/hold
@laushinka Yeah, this relates to https://gitpod.slack.com/archives/C02EN94AEPL/p1668585656105419 |
It's possible you did not do step 1. to grant read perms to Github
|
INDEED. Sorry, let me try again with a different repo. |
Like a charm. /unhold |
Description
Related Issue(s)
How to test
BEARER_TOKEN="<token>"
in your terminalRelease Notes
Documentation
Werft options:
If enabled this will build
install/preview
Valid options are
all
,workspace
,webapp
,ide
,jetbrains
,vscode
,ssh