-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix AccountStatementProvider #12431
Fix AccountStatementProvider #12431
Conversation
started the job as gitpod-build-gpl-fix-accountstatement.1 because the annotations in the pull request description changed |
/werft run 👍 started the job as gitpod-build-gpl-fix-accountstatement.2 |
/hold Because of ongoing testing |
20106df
to
2220e35
Compare
/werft run 👍 started the job as gitpod-build-gpl-fix-accountstatement.6 |
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.
Just verified, this really does fix the core issue with the check for credits 💯
2220e35
to
901cbb0
Compare
901cbb0
to
e0c24f1
Compare
/unhold |
Description
Fixes caching issue withing AccountStatementProvider. The reasons for this PR is a refactoring 2 weeks back which slightly broke the credit limit check; this PR is meant to bring it back.
Related Issue(s)
Fixes #
How to test
INSERT INTO d_b_account_entry SET uid = '<some-id>', userId = '<your-userId>', amount = -50, date = '2022-08-26T13:47:36.360Z', expiryDate ='2022-10-26T13:47:36.360Z', kind = 'credit';
@AlexTugarev Already did this for your user
Release Notes
Documentation
Werft options: