renovate[bot]
7188619fa5
chore(deps): update dependency enzyme-adapter-react-16 to v1.15.8
2024-06-04 19:19:58 +00:00
renovate[bot]
9850472761
fix(deps): update dependency underscore to v1.12.1 [security]
2024-06-04 18:23:20 +00:00
renovate[bot]
7612ffd4e4
fix(deps): update dependency axios to ^0.28.0 [security]
2024-06-04 17:36:45 +00:00
Feanil Patel
9bbe644ceb
fix: Updat edx-ui-toolkit node library.
...
edx-ui-toolkit 1.5.5 drops usage of the ux-pattern-library for its docs
and also updates many of its dependencies. As a result, many
edx-platform dependencies that were super out of date can now be further
upgraded.
2024-06-03 16:36:08 -04:00
renovate[bot]
43d1204f25
chore(deps): update @edx/mockprock digest to 3ad18c6
2024-06-03 15:49:28 +00:00
Feanil Patel
a1f22d3978
chore: Run npm install
2024-05-29 15:17:36 -04:00
Brian Smith
27d33d4911
fix: move back to old version of imports-loader
...
this fixes the issue with xblocks not loading in studio. it also requires use of the deprecated "string as loader options" method for imports and exports loader config
2024-04-19 14:03:42 -04:00
Brian Smith
58185d7784
fix: use string-replace-loader instead of string-replace-webpack-plugin
2024-04-19 14:03:42 -04:00
Brian Smith
05baf4c1fe
revert: revert: "chore: upgrade to node 18" ( #34496 )
...
This reverts commit eb26333ca6 .
2024-04-19 14:03:42 -04:00
Feanil Patel
eb26333ca6
Revert "chore: upgrade to node 18" ( #34496 )
...
* Revert "chore: upgrade to node 18"
* Revert "fix: bump npm from 10.2.x to 10.5.x"
This reverts commit b6662d4ee0 .
* Revert "fix: replace outdated webpack plugins"
This reverts commit b204f1b572 .
* Revert "build: Remove the `npm bin` calls from package.json"
This reverts commit 4e3dd161ff .
* fix: fix bad conflict resolution.
---------
Co-authored-by: Diana Huang <dkh@edx.org >
2024-04-10 09:58:42 -04:00
Brian Smith
8fb63bb0cf
chore(deps): update deps to support node 18
2024-04-09 10:32:54 -04:00
Brian Smith
2511556e95
chore: test updating node to 16.20
2024-04-09 10:32:54 -04:00
Zachary Hancock
8d405ac588
feat: upgrade proctortrack JS ( #32922 )
2023-08-07 10:52:04 -04:00
Zachary Hancock
d1da82a325
fix: proctortrack version update to fix end exam error ( #32762 )
2023-07-18 13:17:00 -04:00
Zachary Hancock
ab3d322bc9
feat: update edx-proctoring JS library ( #32668 )
2023-07-06 10:25:15 -04:00
Zachary Hancock
75b6b1832b
feat: update proctortrack ( #32154 )
2023-05-01 10:50:12 -04:00
Ghassan Maslamani
8b81e51ad7
chore: remove unused pkg (extract-text-webpack-plugin) ( #31889 )
...
This pkg isn't used since 5 years ago
This PR openedx/edx-platform/pull/17417 revert it's usage
2023-03-17 11:23:22 -04:00
Syed Ali Abbas Zaidi
5549db4d80
fix: migrate remaining eslint-config-edx ( #31760 )
...
* fix: migrate remaining eslint-config-edx
* refactor: updated eslint rules according to eslint-config-edx-es5
* refactor: add custom rules to suppress unnecessary eslint issues
* refactor: add custom rules to internal eslint configs
* fix: fix all indentation issues
* chore: update lock file
2023-03-02 16:16:50 +05:00
Bilal Qamar
64a1caa604
chore: added @edx/edx-proctoring & updated packages ( #31848 )
2023-03-01 11:18:51 +05:00
Bilal Qamar
20f65ae4e2
chore: incrementally upgrade npm packages ( #31739 )
...
* chore: incrementally upgrade npm packages
* chore: updated packages
2023-02-28 10:54:24 +05:00
Mohammad Ahtasham ul Hassan
3726d122f9
Migrate eslint-config-edx ( #30460 )
...
* feat: migrare eslint-config-edx
* refactor: updated package-lock
* refactor: updated package-lock
---------
Co-authored-by: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com >
Co-authored-by: Mashal Malik <107556986+Mashal-m@users.noreply.github.com >
Co-authored-by: Abdullah Waheed <abdullah.waheed@arbisoft.com >
2023-02-09 13:57:18 +05:00
Zachary Hancock
672b1341c4
chore: update edx-proctoring python and js ( #31185 )
2022-10-24 11:09:23 -04:00
Brian Smith
9262357f1b
build: rebuild package-lock.json
...
The existing `package-lock.json` included `fsevents` which is a macOS specific package.
This was causing errors when running a clean install (`npm ci`) on Linux hosts.
By deleting the existing `package-lock.json` and rebuilding it using `npm install --legacy-peer-deps`
on a Linux host machine, the `fsevents` error is resolved. This has the side-effect of updating
all of the pinned package versions to the latest versions that satisfy our `package.json` requirements.
2022-09-13 15:26:54 -04:00
Kshitij Sobti
d687bc7ba2
fix: Fix jasmine-jquery package format to avoid checking out over ssh ( #30437 )
...
The npm package manager seems to try checking out over ssh unless a github
dependency is specified with the git user via git@. Checking out over ssh breaks
deployments in CI and deployment environments.
2022-06-08 19:30:31 +00:00
Mohammad Ahtasham ul Hassan
f801deaae5
Node Upgrade ( #30420 )
...
* feat: Node16 upgrade
2022-05-18 16:12:34 +05:00
Mohammad Ahtasham ul Hassan
fee54bf424
Revert "Node 16 Upgrade ( #30354 )" ( #30399 )
...
This reverts commit f4c3c3fb4d .
2022-05-16 18:42:42 -04:00
Mohammad Ahtasham ul Hassan
f4c3c3fb4d
Node 16 Upgrade ( #30354 )
...
* feat: Node16 upgrade
2022-05-16 16:53:37 +05:00
Mohammad Ahtasham ul Hassan
e84187bacd
Revert "feat: node16 upgrade ( #30249 )" ( #30268 )
...
This reverts commit f10ebf0752 .
2022-04-18 21:57:17 +05:00
Mohammad Ahtasham ul Hassan
f10ebf0752
feat: node16 upgrade ( #30249 )
2022-04-18 16:32:53 +05:00
Mohammad Ahtasham ul Hassan
a443542260
Revert "feat: node16 upgrade ( #30158 )" ( #30228 )
...
This reverts commit 5ee25c65ea .
2022-04-12 17:18:30 +05:00
Mohammad Ahtasham ul Hassan
5ee25c65ea
feat: node16 upgrade ( #30158 )
2022-04-12 15:23:34 +05:00
Zachary Hancock
0898010807
chore: update edx-proctoring-proctortrack ( #29671 )
2021-12-22 15:14:28 -05:00
Zachary Hancock
df908e164d
chore: update npm version of edx-proctoring ( #29659 )
...
* chore: update npm version of edx-proctoring
* chore: fix package lock
2021-12-21 13:08:06 -05:00
Bianca Severino
0a08d01149
chore: upgrade edx-proctoring-proctortrack
2021-12-10 10:22:15 -05:00
Shimul Chowdhury
ba6370b120
fix: downgrade moment to 2.20.1 to only have Arabic lang improvements
2021-08-24 09:45:05 +08:00
Shimul Chowdhury
f54a1bd791
fix: double arabic month issue
2021-08-18 18:12:50 +08:00
Matt Tuchfarber
63cb6a97ff
Revert "feat: Reimagine certificate_availability_date and certificates_display_behavior"
2021-07-07 16:53:05 -04:00
Matt Tuchfarber
2a7106acfb
feat: reimagine certificate display settings
...
The course settings `certificate_available_date` (CAD) and
`certificates_display_behavior` (CDB) were previously acting indedependantly
of one another. They now work in tandem. This change:
- limits CDB to a dropdown
- removes "early_with_info" and adds "end_with_date"
- only takes CAD into account if "end_with_date" is selected
- Moves CDB to the main course schedule settings page
- updates CourseOverview to validate these fields and choose sane
defaults if they aren't expected values
Certificates will now show under the following circumstances:
"Immediately upon passing"
certificate_availability_date = null
certificates_display_behavior = "early_no_info"
"End date of course"
certificate_availability_date = null
certificates_display_behavior = "end"
"A date after the course end date"
certificate_availability_date = <date>
certificates_display_behavior = "end_with_date"
2021-07-06 16:45:23 -04:00
Simon Chen
a99da581e3
[Chore] Upgrade edx-proctoring to 3.11.4 to fix javascript on proctoring worker not starting exam with the same ping interval as during the exam ( #27747 )
2021-05-28 14:35:49 -04:00
Zachary Hancock
4f51e3fe95
chore: update proctoring js lib ( #27578 )
2021-05-11 09:22:15 -04:00
Bianca Severino
506813d1d5
chore: update studio-frontend to 1.17.0
2021-05-10 12:47:05 -04:00
Zachary Hancock
206501cb49
update edx-proctoring-proctortrack ( #27436 )
2021-04-28 08:55:26 -04:00
Awais Qureshi
1277a05864
ARCHBOM-1657
...
Fixing axios SSRF vulnerability in edx-platform.
2021-01-06 11:39:25 +05:00
DawoudSheraz
8b6737e09a
update hls.js to latest version
2020-12-15 17:37:43 +05:00
Awais Jibran
b63f210005
Update brand-edx.org
2020-12-11 20:37:13 +05:00
Awais Jibran
77247a493a
Update brand-edx.org
2020-12-03 02:01:29 +05:00
Awais Jibran
69605cb0e1
The new theme is in v1.1.2 of the brand-edx.org package. It looks like the edx-platfrom is using older version. let's update update to the latest version and teams should work from there.
2020-11-18 13:32:13 +05:00
Awais Jibran
2b1e239633
Adding brand-edx.org as a dependency to edx-platform
2020-11-12 19:45:34 +05:00
Mike OConnell
dbf6ef22df
Using logging filters from edx-django-utils ( #25492 )
...
The UserIdFilter and RemoteIpFilter logging filter classes
were moved from edx-platform to edx-django-utils for more
distributed use. This updated removes those classes from
edx-platform, and references their counterparts in
edx-django-utils.
ENT-3494
2020-11-02 21:40:59 -05:00
Thomas Tracy
132898b991
Trap focus in modal and other a11y work ( #25063 )
2020-09-23 14:51:08 -04:00