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

ghgh #12

Merged
merged 48 commits into from
Nov 25, 2023
Merged

ghgh #12

merged 48 commits into from
Nov 25, 2023

Conversation

iamleson98
Copy link
Owner

I want to merge this change because...

Impact

  • New migrations
  • New/Updated API fields or mutations
  • Deprecated API fields or mutations
  • Removed API types, fields, or mutations

Docs

  • Link to documentation:

Pull Request Checklist

  • Privileged queries and mutations are either absent or guarded by proper permission checks
  • Database queries are optimized and the number of queries is constant
  • Database migrations are either absent or optimized for zero downtime
  • The changes are covered by test cases

yellowee and others added 30 commits November 9, 2023 08:49
* Start linting dependencies

* Fix python-magic OS dependency
* Drop defaultTransactionFlowStrategy from orderSettings

* Update changelog
* Fix amount value comparison in transaction webhooks

* Add aditional check to the values

* Apply changes after review

* Fix failing linters
…E_1518 (#14691)

* test_guest_checkout_should_be_associated_with_user's_account

* fixing the flaky test

* test_guest_checkout_should_be_assigned_to_user_after_creating_the_account
* Extend description of PRODUCT_VARIANT_DELETED enum

* Update schema

---------

Co-authored-by: Marcin Gębala <[email protected]>
Bumps [braintree](https://github.com/braintree/braintree_python) from 4.22.0 to 4.24.0.
- [Changelog](https://github.com/braintree/braintree_python/blob/master/CHANGELOG.md)
- [Commits](braintree/braintree_python@4.22.0...4.24.0)

---
updated-dependencies:
- dependency-name: braintree
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…4701)

* move cases related to discounts and taxes to separate folder

* split discounts to sales, promotions, vouchers
…e-relation

Simplify Product - Attribute relation
* Move discount migration celery task.

* Extende description.

* Remove task discovery from celeryconf.py.

* Add explicit name to the task to keep it unchanged.
* Bump dependencies

* Fix flaky test

---------

Co-authored-by: maarcingebala <[email protected]>
* Add erorr handling when stock to create already exists

* Fix function name

* Fix variable assignment
Bumps [pytz](https://github.com/stub42/pytz) from 2021.3 to 2023.3.post1.
- [Commits](stub42/pytz@release_2021.3...release_2023.3.post1)

---
updated-dependencies:
- dependency-name: pytz
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [celery](https://github.com/celery/celery) from 5.3.4 to 5.3.5.
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst)
- [Commits](celery/celery@v5.3.4...v5.3.5)

---
updated-dependencies:
- dependency-name: celery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [botocore](https://github.com/boto/botocore) from 1.31.79 to 1.31.84.
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](boto/botocore@1.31.79...1.31.84)

---
updated-dependencies:
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.5.2 to 4.7.0.
- [Release notes](https://github.com/pytest-dev/pytest-django/releases)
- [Changelog](https://github.com/pytest-dev/pytest-django/blob/master/docs/changelog.rst)
- [Commits](pytest-dev/pytest-django@v4.5.2...v4.7.0)

---
updated-dependencies:
- dependency-name: pytest-django
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add taxes to undiscounted prices

* rename migration

* fix tests

* fix migration

* fix migrations performance

* fix migration task performance

* remove unneeded line, fix linters

* remove unwanted migration

* fix parametrize for new linters

* add changelog

* fix total undiscounted in order recalculation

* remove function that was left by mistake

* unify recalculating undiscountedd to use plugins first

* refactor calculations

* fix lnters

* update changelog
maarcingebala and others added 18 commits November 15, 2023 17:36
* Use replicas in resolvers

* Replicas for modified resolvers of 3.15

* Use replicas in discount types

* Fix app resolver
Co-authored-by: maarcingebala <[email protected]>
* Update Readme

* CR

* Update README.md
* fix for migration from 3.17 version

* add default for created_at on VoucherCode model

* add Coalesce function to return first non-null value while annotate vouchers
* Deprecate ordersTotal, reportProductSales and homepageEvents

* Update changelog

* Update CHANGELOG.md

* Update changelog

---------

Co-authored-by: Marcin Gębala <[email protected]>
* Added missing descrption to giftcard module.

* minor
Bumps [redis](https://github.com/redis/redis-py) from 4.6.0 to 5.0.1.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v4.6.0...v5.0.1)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Added missing description to order types.

* minor

* review fixes
…dled (#14780)

* refactor undiscounted price to use the same mechanism

* add changelog

* fix relative import

* fix import
@iamleson98 iamleson98 merged commit 1b30399 into iamleson98:master Nov 25, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.