Commit Graph

65817 Commits

Author SHA1 Message Date
David Ormsbee
6710af6d13 feat!: remove Matlab key from Studio Problem settings
The Matlab-specific code is coupled with XQueue in places, making its
removal a little tricky. But we at least want to hide this now-useless
field from end-users before we cut the Quince release.

https://github.com/openedx/public-engineering/issues/192
2023-10-05 11:12:35 -04:00
Yagnesh Nayi
98d0435167 feat: remove askbot changes in depr216 (#33408)
* feat: remove askbot changes in depr216

* feat: update cms test.py

* feat: update cms test.py
2023-10-05 09:19:59 -04:00
Awais Qureshi
64eba521f8 Revert "[django42] sha1 is removed in django42 version. " (#33213)
* Revert "[django42] sha1 is removed in django42 version.  (#33129)"
2023-10-05 15:56:55 +05:00
Hamza Waleed
dae4f17545 Merge pull request #33411 from openedx/hamzawaleed01/upgrade-edx-enterprise-70f6f5a
feat: Upgrade Python dependency edx-enterprise
2023-10-05 13:21:20 +05:00
hamzawaleed01
269f7039c6 Merge branch 'master' into hamzawaleed01/upgrade-edx-enterprise-70f6f5a 2023-10-05 12:20:38 +05:00
Kyle McCormick
c1163717df build: log npm run postinstall steps to STDOUT so they are visible in CI (#33142)
Without this change, `npm run postinstall` (aka
scripts/copy-node-modules.sh) uses `set -x`, which echo steps to STDERR.
By default, it seems that GitHub Actions doesn't show STDERR.

Having the steps visible in CI was very useful while debugging some
Tutor build improvements, so I figured it would be good to upstream the
change.
2023-10-04 17:34:16 +00:00
connorhaugh
ab4179ec60 fix: cohorts data can be private 2023-10-04 12:46:36 -04:00
Marcos
32c2798fc8 Merge pull request #33372 from openedx/rijuma/KBK-35-add-waffle-flags-for-courseware-search
Added Waffle Flags for Courseware Search feature
2023-10-04 12:49:09 -03:00
Marcos
5bc0a575b8 feat: Added Waffle Flags for Courseware Search feature 2023-10-04 12:19:32 -03:00
salmannawaz
a71ce9f447 Merge branch 'master' into salman/remove-bok-choy 2023-10-04 20:02:50 +05:00
salman2013
01a4908562 chore: fix tests 2023-10-04 19:41:57 +05:00
Erica Nwoga
3d26512759 feat: add python apis to agreements models (#32967)
* feat: added python apis to agreements models

* feat: add python apis to agreements app

* feat: updated pyton apis and rest api

* feat: fixed python apis and added tests

* test: Added error handling and updated test functions

* style: fixed test formatting

* style: fixed test formatting

* style: fixed test formatting

* feat: Fixed error handling for python APIs

* feat: Fixed error handling for python APIs

* fix: edited python api for agreements app

* style: quality revisions for python apis
2023-10-04 10:36:18 -04:00
hamzawaleed01
4887f7a615 Merge branch 'master' into hamzawaleed01/upgrade-edx-enterprise-70f6f5a 2023-10-04 19:10:36 +05:00
Yagnesh Nayi
d9af2dfb36 feat!: DEPR expected error part of EXPECTED_ERRORS (#33184)
Removes expected part of EXPECTED_ERRORS with a variety of changes.
- In many placed in the code, "expected" was used to mean
  "ignored and expected", and all such instances are renamed to "ignored".
- The setting ``EXPECTED_ERRORS`` is renamed to ``IGNORED_ERRORS``,
  which better matches how it was being used in the first place.
- The setting ``EXPECTED_ERRORS[REASON_EXPECTED]`` is renamed to ``IGNORED_ERRORS[REASON_IGNORED]``.
- The setting toggle ``EXPECTED_ERRORS[IS_IGNORED]`` is removed,
  because it will now always be True.
- The how-to will is renamed to how_tos/logging-and-monitoring-ignored-errors.rst.

See 0002-logging-and-monitoring-expected-errors-removed.rst for more details.

Implements DEPR: https://github.com/openedx/edx-platform/issues/32405

**BREAKING CHANGE:** The rename of the setting ``EXPECTED_ERRORS`` to
  ``IGNORED_ERRORS``, and ``REASON_EXPECTED`` to ``REASON_IGNORED``,
  was implemented without backward compatibility. Simply copy the old settings
  with the new name as an expand phase before deleting the old names in the 
  contract phase.
2023-10-04 10:03:41 -04:00
salman2013
936a6c0983 chore: resolve conflicts 2023-10-04 19:02:16 +05:00
salman2013
52860c5c9d chore: resolve conflicts 2023-10-04 18:45:02 +05:00
Feanil Patel
68150b511f Merge pull request #33405 from eduNEXT/mfmz/improve-enrollmentallowed-doc
docs: fix the EnrollmentAllowedView doc to be right
2023-10-04 08:54:22 -04:00
Juliana Kang
4d3ae9f665 feat: Show active subscriptions on Program Details apart from eligibility (#33391)
REV-3704
2023-10-04 08:48:37 -04:00
hamzawaleed01
2255be06ad feat: Upgrade Python dependency edx-enterprise
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2023-10-04 12:41:00 +00:00
Zubair Shakoor
70f6f5ad9e fix: replaced mysql57 hosts with mysql80 (#33147) 2023-10-04 17:35:18 +05:00
Syed Sajjad Hussain Shah
e7f6d1c8f1 fix: null email in identify calls (#33410) 2023-10-04 12:08:58 +00:00
irfanuddinahmad
084932bc92 Merge pull request #33399 from openedx/iahmad/ENT-7614
fix: Added xblock skill tag verification waffle switch
2023-10-04 16:18:18 +05:00
salman2013
2b6a6f867e chore: remove plugin which is not using 2023-10-04 15:57:33 +05:00
salman2013
70eafef798 chore: fixed comments as per review, code improvements 2023-10-04 15:28:49 +05:00
IrfanUddinAhmad
e003217d51 fix: Added xblock skill tag verification waffle switch 2023-10-04 14:28:39 +05:00
Maria Fernanda Magallanes Zubillaga
8c071a30b4 docs: fix the EnrollmentAllowedView doc to be right 2023-10-03 21:33:15 -05:00
Zachary Hancock
835a81c466 feat: handle exam events for credit state (#33402)
Handles exam related events from the event bus that impact credit state. Functionally this will behave the same as the existing CreditService which is called by edx-proctoring. This enables edx-exams (an IDA) to have the same behavior.
2023-10-03 16:50:47 -04:00
jszewczulak
96992e7b05 chore: ORA bump to 5.5.3 (#33404) 2023-10-03 16:29:06 -04:00
Kaustav Banerjee
62cfe6f3a9 fix: fetch organizations list only for granted course creators (#33333)
* fix: fetch organizations list only for granted course creators

* fix: add ability for course instructors to create libraries same as course staff
2023-10-03 12:46:47 -04:00
github-actions[bot]
07ea8a207b feat: Upgrade Python dependency openedx-events (#33401)
feat: upgrade openedx-events definitions

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: Zacharis278 <Zacharis278@users.noreply.github.com>
2023-10-03 15:25:00 +00:00
Juliana Kang
e10ba22e51 fix: Remove rendering of the subs upsell on dashboard sidebar (#33324)
REV-3705
2023-10-03 10:51:57 -04:00
Rebecca Graber
ed48e96027 feat: upgrade openedx-events (#33392) 2023-10-03 08:29:15 -04:00
Muhammad Ammar
9e5e9d5ebe Merge pull request #33400 from openedx/muhammad-ammar/upgrade-edx-enterprise-0611b12
feat: Upgrade Python dependency edx-enterprise
2023-10-03 14:45:33 +05:00
muhammad-ammar
5eb7d4b8e2 feat: Upgrade Python dependency edx-enterprise
Add the ``enable_programs`` field for EnterpriseCustomer

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2023-10-03 09:04:34 +00:00
Awais Qureshi
0611b12287 chore: enabling migrations tests for django4.2 (#33398)
* chore: enabling migrations tests for django4.2
2023-10-03 12:31:56 +05:00
edX requirements bot
9ddde642f8 chore: Updating Python Requirements (#33397) 2023-10-03 12:11:17 +05:00
salman2013
4dbefe33f4 chore: fix tests 2023-10-03 08:59:21 +05:00
jszewczulak
477da2c92c chore: ORA bump to 5.5.2 (#33393) 2023-10-02 16:47:07 -04:00
salman2013
65d3b1084b chore: fix test cases 2023-10-03 00:11:23 +05:00
Feanil Patel
ae42b094ea test: Fix validation tests.
Make them resilient to the default changing where it makes sense.
2023-10-02 14:10:03 -04:00
Feanil Patel
683145156b feat: Update the minimum password length. 2023-10-02 14:10:03 -04:00
Muhammad Ammar
fcc80eca30 Merge pull request #33387 from openedx/muhammad-ammar/upgrade-edx-enterprise-b862bbe
feat: Upgrade Python dependency edx-enterprise
2023-10-02 20:12:35 +05:00
muhammad-ammar
f5516e4716 feat: Upgrade Python dependency edx-enterprise
Add the enable_pathways field for EnterpriseCustomer

Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2023-10-02 12:38:10 +00:00
edX requirements bot
b862bbeba6 chore: Updating Python Requirements (#33383) 2023-10-02 17:10:01 +05:00
salman2013
75244b148d Merge remote-tracking branch 'upstream/master' into salman/remove-bok-choy 2023-10-02 16:53:08 +05:00
salman2013
74a4c88c3d chore: fix tests 2023-10-02 16:51:12 +05:00
salman2013
d668af2fce chore: fix comments, remove and add some code for karma 2023-10-02 16:04:33 +05:00
Jenkins
64662b72df chore(i18n): update translations 2023-10-01 17:10:25 -04:00
Andrew Shultz
4266934c07 Merge pull request #33371 from openedx/ashultz0/emphasize-most-important-test-instruction
docs: actually pull the eye to the most weird and critical instruction
2023-09-28 16:09:47 -04:00
Andy Shultz
3d00f5a276 docs: also paver test no longer exists, remove it
paver for js test is discussed below separately

python testing is covered well in the next section, running all python
tests is not useful for development loops
2023-09-28 14:22:04 -04:00