- Additional tests
- Correct how many SKUs to add at zero cost, beyond existing ones
- With doc
- Improve finding the entitleable object
- Adjust tests
- Avoid unintentional changes
- Fix phpstan issues
- Add testUpdateEntitlements
- Feedback
- Use counting on the sql server side
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed Search
May 28 2020
May 28 2020
- Uncomment
- Rebase on current master
Needs rebasing for resources/sass/_variables.scss, then can be accepted I think.
- Feedback
- Simplify getting to the actual wallet
- Simplify getting to the wallet
- Fix test to meet expectations
- Set new and active outside the user id test
- Rebase on master
- Add testUpdateEntitlements
In D1297#14569, @machniak wrote:Looking at the code in context of removing entitlements, I see we might not handle removing storage entitlements properly. We have to add some tests to tests/Feature/Controller/UsersTest::testUpdateEntitlements().
May 27 2020
May 27 2020
- Fix phpstan issues
- Avoid unintentional changes
- Additional tests
- Correct how many SKUs to add at zero cost, beyond existing ones
- With doc
- Improve finding the entitleable object
- Adjust tests
In D1297#14500, @machniak wrote:So far so good. I have two stories to consider:
- User is deleting and adding the same SKU every 13 days - got it for free.
- (After 14 days of using his account) user raises quota, then in 14 days he lowers it - got the "rised quota period" for free.
This will need to be rebased on top of an accepted D1102.
May 26 2020
May 26 2020
- Use the $entitleable variable
- Use initialized variable
Rebase on current master;
May 25 2020
May 25 2020
Let us review the one single line item for the moment.
- Update for D1102 review
OK, I read no objections against the principles underpinning this implementation, but there are a few things that need fixing.
May 22 2020
May 22 2020
- The $id parameter is supposed to be a string
- A second proposal to transactions
May 11 2020
May 11 2020
May 9 2020
May 9 2020
May 8 2020
May 8 2020
May 4 2020
May 4 2020
May 1 2020
May 1 2020
Apr 30 2020
Apr 30 2020
Apr 21 2020
Apr 21 2020
Apr 14 2020
Apr 14 2020
Apr 10 2020
Apr 10 2020
Apr 9 2020
Apr 9 2020
I was being stupid and not using the admin URL ;-)
Apr 8 2020
Apr 8 2020
I'm not getting it. I apply this differential, and it doesn't yield any of what you describe.
- Fix merge problem
- New .gitignore public/js/ entries
- Also ignore tests/report
- Duplicate domain addition
- Correct namespace, correct wallet to use in function wallet() on Domain
- Increase resolution of desktop version
- ActiveSync <-> 2FA switched position
- Guarantee the ordering is as expected
vanmeeuwen committed rKdc8dae51b9a2: Define middleware in routes not controller (authored by machniak).
vanmeeuwen committed rK1289c3edc1a4: De-duplicate Auth/User controller, fix all tests (authored by machniak).