Commit Graph

62143 Commits

Author SHA1 Message Date
edx-transifex-bot
4b7eef2ea4 chore(i18n): update translations (#31231)
Co-authored-by: Jenkins <sre+jenkins@edx.org>
Co-authored-by: Tim McCormack <tmccormack@edx.org>
2022-10-31 15:55:09 +00:00
Andrew Shultz
4b4041fa8e Merge pull request #31227 from openedx/ashultz0/lti-xblock-6
feat: update lti xblock to refactored version 6.0.0
2022-10-31 09:53:21 -04:00
Syed Sajjad Hussain Shah
02568f94dc feat: create new waffle flag for learner home recommendations [VAN-1138] (#31225) 2022-10-31 10:58:02 +05:00
Andy Shultz
7587e5a169 feat: update lti xblock to refactored version 6.0.0 2022-10-28 15:15:36 -04:00
Alexander J Sheehan
4c0b0f99a0 Merge pull request #31228 from openedx/asheehan-edx/enterprise-version-bump-3.58.3
chore: bumping enterprise version to 3.58.3
2022-10-28 14:25:29 -04:00
Alexander Sheehan
7f94ee6625 chore: bumping enterprise version to 3.58.3 2022-10-28 14:04:29 -04:00
Zachary Hancock
01f14dbc2d test: update exams test to use split modulestore (#31223) 2022-10-28 11:49:17 -04:00
Sagirov Eugeniy
8f88422c4a test: prepare tests for removing support for children in Old Mongo 2022-10-28 11:43:20 -04:00
SaadYousaf
f6870f7ae7 refactor: remove todo to add tracking for reported content email notification 2022-10-28 19:10:58 +05:00
Nathan Sprenkle
64403a4c16 refactor: course resume URL speed enhancements (#31222)
* refactor: remove resume url checks for performance

Existing "get resume urls" loads the course structure to verify the last
completed block actually exists. This is a potentially very expensive
operation, especially for users with many enrollments. This isn't a huge
issue since Learning MFE already has a fallback behavior for this case.

* refactor: remove now-unnecessary serializer check

Old behavior passed an empty string for missing resume URL and
serializer would cast to None. Instead, update simply passes through
None for missing resume url

* style: update dependency ordering

* style: run black on some more files
2022-10-27 16:10:50 -04:00
alangsto
1d21277192 feat: update docker production log settings (#31217) 2022-10-27 14:06:25 -04:00
edx-pipeline-bot
a4f1b9f379 Merge pull request #31218 from openedx/private_to_public_f9c3937
Mergeback PR from private to public.
2022-10-27 12:43:25 -04:00
Andrew Shultz
60d4b836c8 Merge pull request #31216 from openedx/ashultz0/proctoring4131
feat: proctoring to 4.13.1 to pick up two to one year change
2022-10-27 11:37:43 -04:00
Andy Shultz
0bc5de4bf2 feat: proctoring to 4.13.1 to pick up two to one year change 2022-10-27 10:56:20 -04:00
Nathan Sprenkle
98678536d6 feat: add timers / logs for for profiling learner home (#31210)
* feat: added timer func for profiling learner home

Also involved proxying some imported functions to be able to time.
2022-10-27 10:16:01 -04:00
connorhaugh
f9c39375cc fix: studio edit permissions (#257)
Per 12. Make your fix public. 
I am merging this fix.
2022-10-27 10:12:28 -04:00
Mohammad Ahtasham ul Hassan
c2506ea8d0 Revert "chore: install codejail from PyPI (#31207)" (#31213)
This reverts commit 66e4902e9e.
2022-10-27 17:10:29 +05:00
Mohammad Ahtasham ul Hassan
66e4902e9e chore: install codejail from PyPI (#31207) 2022-10-27 14:26:11 +05:00
Usama Sadiq
4734f9f16e fix: bump pylint version (#31084) 2022-10-27 12:19:09 +05:00
Jenkins
ce9abc94da chore: geoip2: update maxmind geolite country database 2022-10-26 16:53:24 -04:00
Varsha
feec364653 Merge pull request #31016 from openedx/varshamenon4/show-exam-info
feat: show exam info in course outline
2022-10-26 13:25:58 -04:00
Varsha Menon
c4b2c49ab6 feat: show exam info in course outline 2022-10-26 14:28:27 +00:00
Andrew Shultz
92702054b3 Merge pull request #31208 from openedx/ashultz0/proctoring4130
update proctoring to 4.13.0
2022-10-26 10:07:46 -04:00
Andy Shultz
d89751fb01 fix: pick up a due date fix in proctoring 4.13.0 2022-10-26 09:26:03 -04:00
Mohammad Ahtasham ul Hassan
c349f9318d Install xblock-google-drive from pypi (#31201)
* chore: install xblock-google-drive from pypi
2022-10-26 15:48:38 +05:00
Nathan Sprenkle
32733e43cc temp: added debug logging to init view (#31204)
Also involved reordering some code into more logical groupings.
2022-10-25 16:21:48 -04:00
Saad Ali
62c13db64d chore: update Dockerifle to run apps as a low privileged user (#31179) 2022-10-25 16:12:54 -04:00
Brian Citro
8ec0f06808 Merge pull request #31202 from openedx/bcitro/ENT-6451
chore: bump enterprise version
2022-10-25 12:22:34 -04:00
Brian Citro
cef28c6dec chore: bump enterprise version 2022-10-25 11:34:06 -04:00
Navin Karkera
a959c5d35f fix: preview mode navigation previous button (that uses legacy UI)
Legacy UI: Previous button should use prev_url if it in first
position. In studio UI, it should always use prev_url. To make this
possible we checking length of contents which is always zero for studio
and more than 0 for legacy UI.
2022-10-25 17:23:10 +02:00
Mohammad Ahtasham ul Hassan
3f46d489eb chore: install xblock-drag-and-drop from pypi (#31196) 2022-10-25 13:09:50 +05:00
Sagirov Eugeniy
3f3d0d25d8 feat!: Remove inheritance-related code from Old Mongo 2022-10-24 11:58:44 -04:00
Zachary Hancock
672b1341c4 chore: update edx-proctoring python and js (#31185) 2022-10-24 11:09:23 -04:00
Jenkins
d4fab3baaf chore(i18n): update translations 2022-10-24 10:44:58 -04:00
Rebecca Graber
b8d13812a4 feat: remove constraint on and upgrade openedx-events, edx-event-bus-kafka (#31182)
This will remove the "effort" field from COURSE_CATALOG_INFO_CHANGED event data
2022-10-24 08:03:01 -04:00
Jansen Kantor
4cd92ec12b fix: remove psudosessioncourseserializer as we now have access to courseoverviews (#31187) 2022-10-21 10:08:14 -04:00
Muhammad Ammar
896b00fb6c Merge pull request #31192 from openedx/ammar/upgrade-edx-enterprise-to-3.58.0
chore: upgrade edx-enterprise to 3.58.0
2022-10-21 17:15:44 +05:00
muhammad-ammar
33e822aaff chore: upgrade edx-enterprise to 3.58.0
Add a new endpoint to generate a signed token for plotly analytics.
2022-10-21 15:47:43 +05:00
Kyle McCormick
5bc00b373c revert: Optimize and reorganize GitHub-hosted dependencies (attempt 2) (#31184)
codejail is specified twice: once as `edx-codejail==3.3.0` (correct)
and once as `codejail==3.1.3` (incorrect).

We are reverting everything now, and later we will fix
the original PR (https://github.com/openedx/edx-platform/pull/31104)later.

This reverts commit 475cb801cd.
This reverts commit 23ebd5a113.
This reverts commit 545b2dc0d8.
This reverts commit c417455b4e.
This reverts commit cce13a5011.
This reverts commit edfd66498b.
2022-10-20 14:55:01 -04:00
Feanil Patel
eb885b5de8 Merge pull request #31181 from openedx/feanil/remove_local_issue_templates
build!: Revert to default issue templates.
2022-10-20 14:01:18 -04:00
Kyle McCormick
475cb801cd build: make compile-requirements
Copmiles the changes made to GitHub-hosted requirements
in previous commits. Should result in no functional
changes to edx-platform.
2022-10-20 13:15:46 -04:00
Kyle McCormick
23ebd5a113 build: upgrade codejail from 3.1.3 to 3.3.0
Changes: https://github.com/openedx/codejail/compare/3.1.3...3.3.0

The only notable change here is that codejail's setup.py
has been fixed so that it includes all necessary files
in its distribution. This addresses an issue that happened
last time we tried to update codejail's pin in edx-platform
to be a wheel instead of editable (development) mode:
the proxy_main.py and memory_stress.py files were missing.
2022-10-20 13:15:46 -04:00
Kyle McCormick
545b2dc0d8 build: install GitHub-hosted dependencies as wheels
We update github.in to use the proper git-based depencency
format specified in the file comment. This format installs
a package as a pre-built wheel:

    git+https://github.com/...

instead of a development-mode editable requirement:

   -e https://github.com/...

Installing packages in editable mode increases the amount of time
it takes to install edx-platform  dependencies, increases the
resulting virtual environment's size, and installs packages in a
way that has several subtle differences compared to the way
wheels are installed:
https://setuptools.pypa.io/en/latest/userguide/development_mode.html#limitations

NOTE: This commit also upgrades django-require its latest version.
(changelog:
https://github.com/openedx/django-require/compare/0c54ad...f4f01e)
The difference between the current version and the latest version
is entirely clerical; there are no code changes.

NOTE: This commit also upgrades blockstore from 1.2.4 to 1.2.5
(changelog:
https://github.com/openedx/blockstore/compare/1.2.4...1.2.5).
The only outward-facing difference between those two releases
is that 1.2.4 can only be installed in editable mode, whereas
1.2.5 has its setup.py fixed so that it can be installed as
a pre-build wheel.
2022-10-20 13:15:46 -04:00
Kyle McCormick
c417455b4e style: alphabetize GitHub-based dependencies 2022-10-20 13:15:46 -04:00
Kyle McCormick
cce13a5011 docs: remove section headers from github.in
They give the impression that, for example,
third-party XBlocks belong in github.in.
In reality, GitHub-hosted requirements should be avoided
in all circumstances. Third-party XBlocks are best
added to base.in as a PyPI-hosted dependency.

Furthermore, the existing section headers are not
even being followed.
2022-10-20 13:15:46 -04:00
Kyle McCormick
edfd66498b docs: update & improve instructions for GitHub-hosted deps
They have fallen out of date since we switched from Jenkins-
run upgrades to GitHub Actions -run upgrades.
2022-10-20 13:15:46 -04:00
Kristin Aoki
c20aa28c2f fix: video captions skip to end and skip to start 2022-10-20 11:58:17 -04:00
Leangseu Kim
602fef2954 feat: add rollout waffle flag for leaner_home_mfe
Create flag learner_home_mfe.enabled

chore: update requested change
2022-10-20 10:54:02 -04:00
Feanil Patel
2ee7aa4657 build!: Revert to default issue templates.
Rather than having an override for this repo, revert to the default
issue templates defined in the `.github` repo for the Open edX Project.

BREAKING CHANGE: This will allow anyone to create blank issues which was
previously only possible via a work-around.
2022-10-20 10:20:29 -04:00
Piotr Surowiec
39d9c2f748 Merge pull request #31159 from open-craft/maxim/clean-up-htmlsnippets
[BD-13] refactor: Clean up HTMLSnippet
2022-10-20 16:01:14 +02:00