-
Notifications
You must be signed in to change notification settings - Fork 253
[Copy]Django Oscar Upgrade to version 3.1 #4099
Commits on Mar 1, 2023
-
build: Creating a missing workflow file
self-assign-issue.yml
.The .github/workflows/self-assign-issue.yml workflow is missing or needs an update to stay in sync with the current standard for this workflow as defined in the `.github` repo of the `openedx` GitHub org.
Configuration menu - View commit details
-
Copy full SHA for b782d39 - Browse repository at this point
Copy the full SHA b782d39View commit details -
build: Creating a missing workflow file `add-remove-label-on-comment.…
…yml`. The .github/workflows/add-remove-label-on-comment.yml workflow is missing or needs an update to stay in sync with the current standard for this workflow as defined in the `.github` repo of the `openedx` GitHub org.
Configuration menu - View commit details
-
Copy full SHA for 3dfeacb - Browse repository at this point
Copy the full SHA 3dfeacbView commit details -
build: Updating a missing workflow file `add-depr-ticket-to-depr-boar…
…d.yml`. The .github/workflows/add-depr-ticket-to-depr-board.yml workflow is missing or needs an update to stay in sync with the current standard for this workflow as defined in the `.github` repo of the `openedx` GitHub org.
Configuration menu - View commit details
-
Copy full SHA for 62ba107 - Browse repository at this point
Copy the full SHA 62ba107View commit details
Commits on Mar 7, 2023
-
docs: Remove repo specific CONTRIBUTING.rst
We now have a org wide CONTRIBUTING.md that points to our correct general contributing guidelines. We don't need repo specific ones that forward to other contributing docs.
Configuration menu - View commit details
-
Copy full SHA for 0fc5040 - Browse repository at this point
Copy the full SHA 0fc5040View commit details
Commits on Mar 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3fb3c4e - Browse repository at this point
Copy the full SHA 3fb3c4eView commit details
Commits on Mar 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 64e89b8 - Browse repository at this point
Copy the full SHA 64e89b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c74de17 - Browse repository at this point
Copy the full SHA c74de17View commit details
Commits on Mar 16, 2023
-
fix: Pick the right purchase from ios response (#3921)
* fix: Pick the right purchase from ios response iOS response contain multiple purchases, instead of picking the first purchase, pick the one which have given product id and latest date. LEARNER-9261
Configuration menu - View commit details
-
Copy full SHA for 9495e3e - Browse repository at this point
Copy the full SHA 9495e3eView commit details -
feat: Added Android refund api (#3922)
* feat: Added Android refund api Like Apple android doesn't have callback for every refund. Therefore we have created an endpoint which we will hit daily through ecommerce worker. Learner-9149
Configuration menu - View commit details
-
Copy full SHA for 4e117d0 - Browse repository at this point
Copy the full SHA 4e117d0View commit details
Commits on Mar 23, 2023
-
feat: Error if products in basket are already purchased (#3929)
* feat: Error if products in basket are already purchased * refactor: Add tests, Improve error message * refactor: Update docstring * test: Increase coverage
Configuration menu - View commit details
-
Copy full SHA for 654dfb5 - Browse repository at this point
Copy the full SHA 654dfb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c22db3d - Browse repository at this point
Copy the full SHA c22db3dView commit details
Commits on Mar 29, 2023
-
fix: Fix error in checkout api for mobile (#3934)
* fix: Fix error in checkout api for mobile
Configuration menu - View commit details
-
Copy full SHA for fe975c4 - Browse repository at this point
Copy the full SHA fe975c4View commit details
Commits on Apr 3, 2023
-
fix: Return error in case of duplicate transaction_id for mobile (#3936)
* fix: Return error in case of duplicate transactionID for mobile * refactor: Review feedback, add documentation
Configuration menu - View commit details
-
Copy full SHA for 3ad694a - Browse repository at this point
Copy the full SHA 3ad694aView commit details
Commits on Apr 10, 2023
-
feat: Added course and expires field in product form on ecommerce das…
…hboard (#3938) Forked catalogue app from oscar and added course and expire field in ProductForm. This change will enable to add Android sku from a same dashboard page.
Configuration menu - View commit details
-
Copy full SHA for c871aee - Browse repository at this point
Copy the full SHA c871aeeView commit details
Commits on Apr 11, 2023
-
fix: reorder JWT decoders (#3941)
Reordered the JWT decoders to first use the standard library version, and then use the custom ecommerce decoder which uses multiple issuers. In this way, we can see if any JWTs cannot be decoded by that standard library version, and when and if we are ready to retire the custom JWT decoding code. See DEPR openedx/public-engineering#83
Configuration menu - View commit details
-
Copy full SHA for 405592f - Browse repository at this point
Copy the full SHA 405592fView commit details -
fix: cached monitoring (#3942)
Monitoring features such as use of the increment method, to increment a custom attribute, requires the CachedCustomMonitoringMiddleware. This has been added so the earlier calls to increment will function.
Configuration menu - View commit details
-
Copy full SHA for 99fe140 - Browse repository at this point
Copy the full SHA 99fe140View commit details -
feat: add discount_jwt monitoring (#3944)
Add monitoring for the discount JWT.
Configuration menu - View commit details
-
Copy full SHA for a50fd85 - Browse repository at this point
Copy the full SHA a50fd85View commit details
Commits on Apr 12, 2023
-
feat: Added data_share_consent field to order fullfillment notes (#3939)
Co-authored-by: IrfanUddinAhmad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae883c3 - Browse repository at this point
Copy the full SHA ae883c3View commit details -
chore: Switch from edx-sphinx-theme to sphinx-book-theme
The edx-sphinx theme is being deprecated, and replaced with sphinx-book-theme. This removes references to the deprecated theme and replaces them with the new standard theme for the platform.
Configuration menu - View commit details
-
Copy full SHA for b5fa2e5 - Browse repository at this point
Copy the full SHA b5fa2e5View commit details
Commits on Apr 13, 2023
-
test: Add tests for Mobile IAP (#3937)
* test: Add tests for mobile In-app purchases This reverts commit 54ea975.
Configuration menu - View commit details
-
Copy full SHA for 29e78ed - Browse repository at this point
Copy the full SHA 29e78edView commit details
Commits on Apr 14, 2023
-
Codecov PyPI package was removed on 12 April and the recommended step is to migrate to codecov Github Action instead.
Configuration menu - View commit details
-
Copy full SHA for 5c605ea - Browse repository at this point
Copy the full SHA 5c605eaView commit details -
fix: add an exec ex 2u max application check to the checkout flow. EN…
…T-7059 Also removes codecov from ci.yml workflow.
Configuration menu - View commit details
-
Copy full SHA for 580be67 - Browse repository at this point
Copy the full SHA 580be67View commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d6924e3 - Browse repository at this point
Copy the full SHA d6924e3View commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c27b0fb - Browse repository at this point
Copy the full SHA c27b0fbView commit details
Commits on Apr 24, 2023
-
docs: Update the contributing guidelines link.
We're moving towards a single set of guidelines org-wide.
Configuration menu - View commit details
-
Copy full SHA for 300c376 - Browse repository at this point
Copy the full SHA 300c376View commit details
Commits on Apr 26, 2023
-
feat!: remove custom JWT decoding (#3943)
* feat!: remove custom JWT decoding Removes the ecommerce custom JWT decoding, and replaces with the simple decoding from the edx-drf-extensions library. * fix: drop constraints and make upgrade * fix: handle major upgrade of django-crispy-forms The major upgrade of django-crispy-forms called for some changes related to bootstrap3 and dependencies. See https://github.com/django-crispy-forms/django-crispy-forms/blob/main/CHANGELOG.md#major-changes-and-migration-guide * fix: code coverage reporting Codecov no longer exists on PyPI, so switch to github action to run coverage report. --------- Co-authored-by: Muhammad Zubair <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 679a1f7 - Browse repository at this point
Copy the full SHA 679a1f7View commit details
Commits on Apr 28, 2023
-
fix: Course to have multiple seats with certificate_type attribute (#…
…3950) * fix: Course to have multiple seats with certificate_type attribute * refactor: Modify SKU generation hash, add tests * test: Modify tests
Configuration menu - View commit details
-
Copy full SHA for 43b7e87 - Browse repository at this point
Copy the full SHA 43b7e87View commit details
Commits on May 1, 2023
-
temp: update JWT_DECODE_HANDER in devstack.py
Jenkins job for building devstack images is temporarily broken. This should fix the devstack settings until this configuration change lands in an updated image: openedx-unsupported/configuration#6921
Configuration menu - View commit details
-
Copy full SHA for 274f212 - Browse repository at this point
Copy the full SHA 274f212View commit details
Commits on May 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b21e122 - Browse repository at this point
Copy the full SHA b21e122View commit details
Commits on May 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 68482ce - Browse repository at this point
Copy the full SHA 68482ceView commit details
Commits on May 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a0251ba - Browse repository at this point
Copy the full SHA a0251baView commit details
Commits on May 15, 2023
-
refactor: Improve exception handling for mobile IAP (#3969)
* refactor: Improve exception handling for mobile IAP * refactor: pylint fixes
Configuration menu - View commit details
-
Copy full SHA for addfb62 - Browse repository at this point
Copy the full SHA addfb62View commit details
Commits on May 16, 2023
-
feat: Fix capture_context error on Payment MFE (#3965)
* feat: Fix capture_context error on Payment MFE * feat: removed whitespace * feat: removed whitespace * feat: modified test case * feat: modified test case --------- Co-authored-by: Muhammad Zubair <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9cf9d56 - Browse repository at this point
Copy the full SHA 9cf9d56View commit details
Commits on May 17, 2023
-
feat: Add enterprise_customer_name in the event metadata for offer us…
…age braze emails. (#3972)
Configuration menu - View commit details
-
Copy full SHA for c623201 - Browse repository at this point
Copy the full SHA c623201View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bae030 - Browse repository at this point
Copy the full SHA 3bae030View commit details
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e987d3d - Browse repository at this point
Copy the full SHA e987d3dView commit details
Commits on May 31, 2023
-
chore: updated Python requirements (edx-ecommerce-worker to version 3…
….3.3) (#3968) Co-authored-by: Muhammad Zubair <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87292e2 - Browse repository at this point
Copy the full SHA 87292e2View commit details
Commits on Jun 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f805880 - Browse repository at this point
Copy the full SHA f805880View commit details -
fix: add edx-revenue-tasks to user_reviewers & remove team_reviewers
Will create a Jira ticket instead of tagging all the members of @openedx/revenue-squad.
Configuration menu - View commit details
-
Copy full SHA for 82ae511 - Browse repository at this point
Copy the full SHA 82ae511View commit details
Commits on Jun 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e084e2d - Browse repository at this point
Copy the full SHA e084e2dView commit details
Commits on Jun 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 110d834 - Browse repository at this point
Copy the full SHA 110d834View commit details
Commits on Jun 16, 2023
-
feat: add SDN endpoints (#3985)
* feat: add endpoint to run SDN check and return counts * feat: add SDNCheckFailure REST APi
Configuration menu - View commit details
-
Copy full SHA for fd492fc - Browse repository at this point
Copy the full SHA fd492fcView commit details
Commits on Jun 19, 2023
-
fix: fix 500 on SDN for subscriptions (#3989)
* fix: fix 500 on SDN for subscriptions
Configuration menu - View commit details
-
Copy full SHA for 6b88537 - Browse repository at this point
Copy the full SHA 6b88537View commit details
Commits on Jun 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2f1437e - Browse repository at this point
Copy the full SHA 2f1437eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd5f0c2 - Browse repository at this point
Copy the full SHA fd5f0c2View commit details
Commits on Jun 23, 2023
-
feat: Store price and currency for Mobile IAP (#3992)
* feat: Store price and currency for mobile IAP
Configuration menu - View commit details
-
Copy full SHA for 0730221 - Browse repository at this point
Copy the full SHA 0730221View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4298d2 - Browse repository at this point
Copy the full SHA a4298d2View commit details
Commits on Jul 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 356f2fc - Browse repository at this point
Copy the full SHA 356f2fcView commit details
Commits on Jul 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8095432 - Browse repository at this point
Copy the full SHA 8095432View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05e9777 - Browse repository at this point
Copy the full SHA 05e9777View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4766a5 - Browse repository at this point
Copy the full SHA a4766a5View commit details
Commits on Jul 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3b1fcb0 - Browse repository at this point
Copy the full SHA 3b1fcb0View commit details
Commits on Aug 3, 2023
-
feat: unenroll refunded android users daily (#4015)
* feat: unenroll refunded android users daily Django management command to un-enroll refunded android users. This command will be run by Jenkins job daily.
Configuration menu - View commit details
-
Copy full SHA for e233314 - Browse repository at this point
Copy the full SHA e233314View commit details
Commits on Aug 17, 2023
-
feat: mail mobile team for a mobile course change in publisher (#4014)
* feat: mail mobile team for a mobile course change in publisher This will fix any unknown change from publisher to a course having mobile seats. After this fix mobile team will see mail and adjust price of the course on playstore or appstore. In the longer run we want to replace this solution by changing the course price directly using mobile platform apis. LEARNER-9377 * fix: fixed coverage issue
Configuration menu - View commit details
-
Copy full SHA for b5a96f1 - Browse repository at this point
Copy the full SHA b5a96f1View commit details
Commits on Sep 1, 2023
-
fix: readthedocs file renamed (#4024)
Updating readthedocs extension as yml going to be deprecated in september Issue: edx/edx-arch-experiments#418
Configuration menu - View commit details
-
Copy full SHA for fa4ab4f - Browse repository at this point
Copy the full SHA fa4ab4fView commit details
Commits on Sep 7, 2023
-
fix: Docker multi-arch images push for linux/amd64, linux/arm64 (#4006)
* fix: docker multi-arch image push * fix: docker multi-arch images, code improvements --------- Co-authored-by: Salman Nawaz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0e196f - Browse repository at this point
Copy the full SHA f0e196fView commit details
Commits on Oct 20, 2023
-
feat: upgrade edx-drf-extensions and newrelic (#4027)
* fix: test update for edx-drf-extensions 8.11.0 The method generate_unversioned_payload in edx-drf-extensions now requires a user.id to function, so that needed to be added to the mock user. * feat: upgrade edx-drf-extensions Upgrade edx-drf-extensions to 8.12.0. This was done using a temporary constraint and pip-compile without the --upgrade to keep from upgrading unrelated requirements. * feat: upgrade newrelic Upgrade newrelic to 9.1.0. This was done using a temporary constraint and pip-compile without the --upgrade to keep from upgrading unrelated requirements.
Configuration menu - View commit details
-
Copy full SHA for 5ee776c - Browse repository at this point
Copy the full SHA 5ee776cView commit details
Commits on Oct 23, 2023
-
docs: Update RTD config. (#4042)
The 'build.os' setting is now required.
Configuration menu - View commit details
-
Copy full SHA for 83045eb - Browse repository at this point
Copy the full SHA 83045ebView commit details
Commits on Oct 24, 2023
-
Feat: Upgrade django-oscar to version 3.2 (#4023)
* feat: changes to upgrad django-oscar to version 3.2 * chore: upgraded django oscar to version 3.2
Configuration menu - View commit details
-
Copy full SHA for 4d275df - Browse repository at this point
Copy the full SHA 4d275dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a7a61f - Browse repository at this point
Copy the full SHA 0a7a61fView commit details
Commits on Oct 26, 2023
-
fix: Added logs for ios refund exception (#4040)
* fix: Added logs for ios refund exception
Configuration menu - View commit details
-
Copy full SHA for 9483664 - Browse repository at this point
Copy the full SHA 9483664View commit details -
chore: pin social-auth-app-django to 5.2 to prevent unintended hangin…
…g migration regression (#4044)
Configuration menu - View commit details
-
Copy full SHA for fc58dd7 - Browse repository at this point
Copy the full SHA fc58dd7View commit details
Commits on Oct 31, 2023
-
docs: Update the security e-mail address.
This repository is now managed by the Axim Collaborative and security issues with it should be reported to [email protected] instead of [email protected] This work is being done as a part of openedx/wg-security#16
Configuration menu - View commit details
-
Copy full SHA for 90936d6 - Browse repository at this point
Copy the full SHA 90936d6View commit details -
feat: upgrade edx-drf-extensions to 8.13.0 (#4047)
Attempts fix for ENABLE_FORGIVING_JWT_COOKIES when ENABLE_SET_REQUEST_USER_FOR_JWT_COOKIE is also enabled, as it is in ecommerce. Note that this won't be put into effect until ENABLE_FORGIVING_JWT_COOKIES is toggled on separately.
Configuration menu - View commit details
-
Copy full SHA for 7e126dc - Browse repository at this point
Copy the full SHA 7e126dcView commit details
Commits on Nov 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4626bd8 - Browse repository at this point
Copy the full SHA 4626bd8View commit details
Commits on Nov 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6e601e5 - Browse repository at this point
Copy the full SHA 6e601e5View commit details
Commits on Nov 14, 2023
-
fix: changed django migration to alter price field in stockrecord model
chore: updated factory dependency refactor: updated field name feat: Mgmt Command to create mobile seats for new course runs (#4046) fix: skipped a failing test. Will fix it in another ticket fix: updated method refactor: made changes as per new version of oscar refactor: updated code to make voucher name unique fix: removed white spaces fix: removed white spaces refactor: changed code as per new version of oscar refactor: updated code fix: override Product model in catalogue app fix: removed extra spaces fix: updated code fix: changes in code to pass checks fix: changes in code to pass checks
Configuration menu - View commit details
-
Copy full SHA for a8acca8 - Browse repository at this point
Copy the full SHA a8acca8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f0b745 - Browse repository at this point
Copy the full SHA 6f0b745View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28f8cb6 - Browse repository at this point
Copy the full SHA 28f8cb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8209a41 - Browse repository at this point
Copy the full SHA 8209a41View commit details
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bd96751 - Browse repository at this point
Copy the full SHA bd96751View commit details -
Merge branch 'zubair-django-oscar31-update' of github.com:openedx/eco…
…mmerce into zubair-django-oscar31-update
Configuration menu - View commit details
-
Copy full SHA for d56b082 - Browse repository at this point
Copy the full SHA d56b082View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ef8517 - Browse repository at this point
Copy the full SHA 4ef8517View commit details
Commits on Nov 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cad553c - Browse repository at this point
Copy the full SHA cad553cView commit details -
Merge branch 'zubair-django-oscar31-update' of github.com:openedx/eco…
…mmerce into zubair-django-oscar31-update
Configuration menu - View commit details
-
Copy full SHA for ef3a5c4 - Browse repository at this point
Copy the full SHA ef3a5c4View commit details -
docs: Update security e-mail address correctly.
I updated the text but missed the mailto. I just removed the mailto since it's not needed for the address to render properly.
Configuration menu - View commit details
-
Copy full SHA for 7aa3886 - Browse repository at this point
Copy the full SHA 7aa3886View commit details -
Configuration menu - View commit details
-
Copy full SHA for c68378a - Browse repository at this point
Copy the full SHA c68378aView commit details
Commits on Nov 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e53555c - Browse repository at this point
Copy the full SHA e53555cView commit details
Commits on Nov 28, 2023
-
feat: upgrade edx-drf-extensions to 9.0.0 (#4060)
9.0.0 fixes ENABLE_FORGIVING_JWT_COOKIES bug. The JWT's LMS user id will now be compared to the user object's lms_user_id, rather than to its id. For details, see: openedx/edx-drf-extensions#408 Note that this won't be put into effect until ENABLE_FORGIVING_JWT_COOKIES is toggled on separately. Also, although this is a major upgrade, it only caused a backward-incompatible issue in edx-platform. There are no other changes required for ecommerce. This is part of the rollout of: edx/edx-arch-experiments#429
Configuration menu - View commit details
-
Copy full SHA for 59968f4 - Browse repository at this point
Copy the full SHA 59968f4View commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8fbe9ab - Browse repository at this point
Copy the full SHA 8fbe9abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e6b2e6 - Browse repository at this point
Copy the full SHA 3e6b2e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3860eb - Browse repository at this point
Copy the full SHA e3860ebView commit details -
docs: updated readme for 2u/release contributions (#3927)
docs: add decision record for master branch split
Configuration menu - View commit details
-
Copy full SHA for 700cc13 - Browse repository at this point
Copy the full SHA 700cc13View commit details
Commits on Dec 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e5b4f29 - Browse repository at this point
Copy the full SHA e5b4f29View commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b2aa8b7 - Browse repository at this point
Copy the full SHA b2aa8b7View commit details
Commits on Jan 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d3ea7c0 - Browse repository at this point
Copy the full SHA d3ea7c0View commit details
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 15bef43 - Browse repository at this point
Copy the full SHA 15bef43View commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9a86856 - Browse repository at this point
Copy the full SHA 9a86856View commit details