Maciej Korycinski
Maciej Korycinski
I want to merge this change because it adds our own DateTime scalar. The graphene scalar doesn't validate if provided datetime, after converting to UTC time doesn't exceed the datetime's...
I want to merge this change because it adds our own DateTime scalar. The graphene scalar doesn't validate if provided datetime, after converting to UTC time doesn't exceed the datetime's...
I want to merge this change because... # Impact - [ ] New migrations - [ ] New/Updated API fields or mutations - [ ] Deprecated API fields or mutations...
The PR adds sections related to the filterable subscription webhooks that will be introduced in this PRs: https://github.com/saleor/saleor/pull/16323 https://github.com/saleor/saleor/pull/16327 (The feature will be ported to 3.20)
I want to merge this change because it introduces some performance improvements listed below: - Reduce the number of DB queries called for mutations like `orderFulfill` or `orderFulfillmentUpdateTracking` - Change...
I want to merge this change because it adds the same usage of threshold in external log-in mutations as was introduced for default log-in mutations. Added here: https://github.com/saleor/saleor/pull/16245 # Impact...
I want to merge this change because it adds the same usage of threshold in external log-in mutations as was introduced for default log-in mutations. Added here: https://github.com/saleor/saleor/pull/16245 Port of...
I want to merge this change because it adds the same usage of threshold in external log-in mutations as was introduced for default log-in mutations. Added here: https://github.com/saleor/saleor/pull/16245 Port of...
I want to merge this change because when starting celery with `--scheduler saleor.schedulers.schedulers:DatabaseScheduler`, the `saleor.schedulers.models.CustomSchedule` raises an exception: `django.core.exceptions.SuspiciousOperation: Expected type of 'saleor.core.schedules.promotion_webhook_schedule' to be inheriting from BaseScheduler but found:...
I want to merge this change because it reduces the execution time of the query, when requesting `totalCount` with `stockAvailability` availability. Setup used during tests: - 400 Warehouses - 557k...