Skip to content
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

Create accounts using partner API when available #6788

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

niklasberglund
Copy link
Collaborator

@niklasberglund niklasberglund commented Sep 16, 2024

End to end test runs on PR updates were hitting the app API rate limit because accounts were created too often from the office IP address. With the changes in this PR accounts will be created using partner API if a partner API token is available, else fall back to app API. Also fail messages have been improved.

The changes in this PR can be tested by running end to end tests, especially the tests under AccountTests.


This change is Reviewable

@niklasberglund niklasberglund added the iOS Issues related to iOS label Sep 16, 2024
@niklasberglund niklasberglund self-assigned this Sep 16, 2024
Copy link
Collaborator

@pinkisemils pinkisemils left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

Copy link
Collaborator

@rablador rablador left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@buggmagnet buggmagnet force-pushed the more-descriptive-fail-for-api-function-error branch from b9c7fac to d5ef126 Compare September 24, 2024 12:24
@buggmagnet buggmagnet force-pushed the more-descriptive-fail-for-api-function-error branch from d5ef126 to 4fd7110 Compare September 24, 2024 12:28
@buggmagnet buggmagnet merged commit 2b0bd13 into main Sep 24, 2024
9 checks passed
@buggmagnet buggmagnet deleted the more-descriptive-fail-for-api-function-error branch September 24, 2024 12:49
Copy link

🚨 End to end tests failed. Please check the failed workflow run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iOS Issues related to iOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants