salman2013
2a4ce5fa48
chore: fix comments, remove un-used variable
2023-10-12 20:11:25 +05:00
salman2013
8f97ac90cf
chore: fix test case
2023-10-10 09:56:28 +05:00
salman2013
8bd5be2ab4
chore: fix test case
2023-10-09 22:38:13 +05:00
salman2013
cdeaaa5458
chore: fix test case
2023-10-09 19:12:10 +05:00
salman2013
52aea3529a
chore: fix test case
2023-10-09 11:29:57 +05:00
salman2013
2d78b2d952
chore: fix test case
2023-10-06 16:56:17 +05:00
salman2013
9d543254b0
chore: fix test case
2023-10-06 15:36:48 +05:00
salman2013
8dddb538ff
chore: fix test case
2023-10-06 15:27:15 +05:00
salman2013
7049cb2d2c
chore: fix test case
2023-10-06 15:21:27 +05:00
salman2013
cda018e67b
chore: fix test case
2023-10-06 15:10:44 +05:00
salman2013
5bc3dfa6fe
chore: uncomment the code
2023-10-06 11:21:11 +05: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
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
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
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
Andy Shultz
609629c6d3
docs: actually pull the eye to the most weird and critical instruction
2023-09-28 13:54:42 -04:00
Feanil Patel
b06bc8d929
Merge pull request #33369 from openedx/feanil/cleanup
...
build: Remove the Auto-merge automation.
2023-09-28 13:22:46 -04:00