-
Notifications
You must be signed in to change notification settings - Fork 13
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
State Upload #2903
State Upload #2903
Conversation
# Conflicts: # cmd/state/internal/cmdtree/cmdtree.go # pkg/platform/api/svc/request/deprecation.go
Organize Fix query
Fix auth not provided Owner needs to be lowercase Description can't be non-empty Fix response parsing # Conflicts: # internal/gqlclient/gqlclient.go
Always prompt for confirmation # Conflicts: # cmd/state/internal/cmdtree/cmdtree.go # internal/runners/packages/search.go
…e name Update platform commit Rename --edit to --editor and rename author.go to upload.go Support setting meta through flags
# Conflicts: # internal/runners/packages/search.go
# Conflicts: # internal/captain/values.go # internal/captain/values_test.go # internal/runners/packages/install.go
# Conflicts: # internal/runbits/requirements/requirements.go # internal/runners/languages/install.go # internal/runners/packages/install.go # internal/runners/packages/uninstall.go # internal/runners/platforms/add.go # internal/runners/platforms/remove.go # pkg/platform/api/graphql/request/buildExpression.go # pkg/platform/api/graphql/request/pushCommit.go # pkg/platform/api/settings.go
# Conflicts: # internal/gqlclient/gqlclient.go # internal/locale/locales/en-us.yaml
…if there are no files
Honestly it was easier to do the merge and resolve the conflicts. It was pretty straightforward. I ran the integration tests locally on a PR deploy and it appears to work. We cannot run those tests on CI though since we cannot write to production right now and we don't have the ability to set a different API host on CI. As for the swagger changes, I'm inclined to leave them because I'm sure Nathan had a reason to make them. He also tested with those changes, and so did I. I'm not sure how you want to review this. It was already approved, and I just did a simple merge and fixed build failures from new stuff that's been added since then. |
From #2552