-
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
Include original webclient ID in auth and signup URLs. #3083
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Use the return value instead of the function value.
Do not log it to Rollbar.
Uninstalling in an activated state is an input error.
Fixed formatted message value.
Otherwise analytics will be skewed.
Propagate extra test session environment variables.
The CI environment sandbox needs to pass through `ACTIVESTATE_CI`.
This reverts commit 98935d4.
Co-authored-by: Nathan Rijksen <nathanr@activestate.com>
Fix failing integration tests
…t in a friendly error message.
Attempting to checkout to a directory without permission should result in a friendly error message.
…tions. Cobra is attempting to do it, and we have no control over how it does so.
This is so we don't log it to Rollbar.
Do not report to Rollbar permission errors when creating shell completions.
A quick read may lead to thinking the sentence is incomplete and missing data.
Added period to emphasize a complete sentence.
Do not attempt to reset executors for a default project that no longer exists.
Localize an error when fetching a platform recipe.
Consider 'sh' to be a known shell, but unsupported.
# Conflicts: # pkg/platform/runtime/buildplan/buildplan.go
Implement new migration flow for local orders
Implement 'state builds'
Invalid UUIDs should trigger user input errors ASAP.
Merge en-us.yaml to address merge conflict.
Greatly simplify local order migration mechanic
Validate UUID for namespace arguments.
github-actions
bot
changed the base branch from
version/0-44-0-RC1
to
version/0-43-0-RC2
February 5, 2024 22:17
Naatan
requested changes
Feb 6, 2024
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.
I think this is trying to merge v0.44 into v0.43?
Whoops, I didn't see this was supposed to be for v43. Sorry about that :( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The login URL will look like this:
and the signup URL will look like this:
Note that
webclient_id
for the signup page is part of the request tocreate-account
, not a follow up query to thenextRoute
page.