Ali-D-Akbar
9ca5df8666
PROD-2123
2021-01-20 00:42:36 +05:00
azanbinzahid
7f6b81a969
PROD-2204
2021-01-20 00:42:35 +05:00
azanbinzahid
30c30740d7
PROD-2203
2021-01-20 00:42:35 +05:00
azanbinzahid
027ea1373d
PROD-2202
2021-01-20 00:42:35 +05:00
Ali-D-Akbar
3b03e9c2f7
PROD-2117
2021-01-20 00:42:35 +05:00
Ali-D-Akbar
428e04d36d
PROD-2140
2021-01-20 00:42:35 +05:00
Ali-D-Akbar
46c85b5860
PROD-2141
2021-01-20 00:42:35 +05:00
Ali-D-Akbar
25c5cb17b2
PROD-2142
2021-01-20 00:42:35 +05:00
Ali-D-Akbar
f7a4f85a90
PROD-2144
2021-01-20 00:42:35 +05:00
Ali-D-Akbar
752e0b918d
PROD-2145
2021-01-20 00:42:34 +05:00
Diana Huang
6e3667688e
Merge pull request #26111 from edx/diana/add-code-owner-mapping
...
Add edx_sga to our code_owners mappings.
2021-01-19 13:09:02 -05:00
David Ormsbee
1d028c9baa
Merge pull request #25572 from open-craft/raul/import-export-boto3-support
...
[SE-3530] Adds Boto3 support for Import/Export functionality
2021-01-19 13:08:04 -05:00
David Ormsbee
ea5194d967
Merge pull request #25537 from open-craft/shimulch/bb-3158
...
[MCKIN-26432] [BB-3158] Add Unit to breadcrumbs navigation
2021-01-19 13:07:45 -05:00
Diana Huang
ea8907ca53
Add edx_sga to our code_owners mappings.
2021-01-19 11:23:08 -05:00
Kyle McCormick
03f023c6d7
Bump edx-enterprise from 3.17.7 to 3.17.9 ( #26084 )
...
Pulls in:
* Degreed API endpoints (3.17.8)
* Fix deprecated third_party_auth import (3.17.9)
2021-01-19 11:06:37 -05:00
Saad Yousaf
9bd79b45e3
Merge pull request #26109 from edx/revert-26052-saad/TNL-7361
...
Revert "[TNL-7361] - Restrict Instructor Tab from masquerading user with student role."
2021-01-19 20:34:23 +05:00
edx-pipeline-bot
fc95b735dc
Merge pull request #26108 from edx/private_to_public_38e2a52
...
Mergeback PR from private to public.
2021-01-19 10:16:44 -05:00
Saad Yousaf
93f4ceeee7
Revert "[TNL-7361] - Restrict Instructor Tab from masquerading user with student role."
2021-01-19 20:01:03 +05:00
Usama Sadiq
5458b30565
Merge pull request #26069 from edx/usamasadiq/upgrade-markdown-package
...
remove markdown constraint
2021-01-19 19:47:41 +05:00
Ali Akbar
38e2a5242e
Merge pull request #216 from edx/IM/security-fixes-7
...
Incident Management Security Fixes 7
2021-01-19 19:26:45 +05:00
Usama Sadiq
7ef4471c2c
Merge pull request #26104 from edx/jenkins/upgrade-python-requirements-985229f
...
Python Requirements Update
2021-01-19 16:39:33 +05:00
edX requirements bot
f795105e41
Updating Python Requirements
2021-01-18 23:56:23 -05:00
Syed Muhammad Dawoud Sheraz Ali
985229fb7a
add last_login user and staff only field in user_api ( #26087 )
...
* add last_login user and staff only field in user_api
2021-01-18 19:36:01 +05:00
edX requirements bot
985e4d80df
Updating Python Requirements
2021-01-18 19:20:37 +05:00
usamasadiq
b8eee0b9d8
remove markdown constraint
...
Use django-wiki version 1.0.0
Pin python3-saml<1.10.0
2021-01-18 19:18:04 +05:00
Awais Qureshi
07e60855b6
Merge pull request #26095 from edx/awais786/global-cons
...
Adding a common_constraints.txt
2021-01-18 18:16:38 +05:00
Awais Qureshi
4f24ed7453
Adding a common_constraints.txt
2021-01-18 15:52:41 +05:00
Awais Qureshi
cb864c2606
Adding a common_constraints.txt
2021-01-18 13:57:29 +05:00
Robert Raposa
0a5f255376
Merge pull request #26089 from edx/robrap/fix-cookie-monitoring-middleware
...
fix cookie monitoring middleware
2021-01-15 16:19:40 -05:00
Régis Behmo
f90d495ed8
Fix paver update_assets warning on missing sass dir ( #25771 )
...
On missing sass directory, the following kind of warning was printed:
Sass dir '[{'sass_source_dir': path('lms/static/sass'), 'css_destination_dir': Path('/openedx/themes/indigo/lms/static/css'), 'lookup_paths': [Path('/openedx/themes/indigo/lms/static/sas│.. s/partials'), path('lms/static/sass/partials'), path('lms/static/sass')]}, {'sass_source_dir': Path('/openedx/themes/indigo/lms/static/sass'), 'css_destination_dir': Path('/openedx/themes│. /indigo/lms/static/css'), 'lookup_paths': [Path('/openedx/themes/indigo/lms/static/sass/partials'), path('lms/static/sass/partials'), path('lms/static/sass')]}, {'sass_source_dir': Path('│ /openedx/themes/indigo/lms/static/certificates/sass'), 'css_destination_dir': Path('/openedx/themes/indigo/lms/static/certificates/css'), 'lookup_paths': [Path('/openedx/themes/indigo/lms│ /static/sass/partials'), Path('/openedx/themes/indigo/lms/static/sass')]}]' does not exists, skipping sass compilation for '/openedx/themes/indigo'
Which was rather inconvenient. Instead, we now print the following
warning:
Sass dir '/openedx/themes/indigo/lms/static/certificates/sass' does not exists, skipping sass compilation for '/openedx/themes/indigo'
2021-01-15 15:40:21 -05:00
Robert Raposa
8b4ea05d5e
fix cookie monitoring middleware
...
The cases of no cookies or no cookie groups
found would cause an error. This was fixed
and additional test coverage was added.
2021-01-15 15:07:22 -05:00
Ned Batchelder
e6c7b6fd60
Merge pull request #26080 from open-craft/0x29a/fix_add_post
...
Fix Markdown errors on discussions tab
2021-01-15 11:45:46 -05:00
Michael Terry
225220014c
Merge pull request #26086 from edx/mikix/when-1.3.2
...
Bump edx-when to 1.3.2 (silences a warning)
2021-01-15 11:28:32 -05:00
Ned Batchelder
15ce0a3fde
Merge pull request #25020 from jramnai/registration-api
...
[ADD] /user_api endpoints in api-docs
2021-01-15 11:18:05 -05:00
Michael Terry
521c5f5045
Bump edx-when to 1.3.2 (silences a warning)
2021-01-15 10:38:22 -05:00
alangsto
5894d63ebe
updated edx proctoring version ( #26083 )
2021-01-15 10:25:02 -05:00
Ahtisham Shahid
b03fb3f3fc
Fixed size of lti component in studio ( #26075 )
2021-01-15 20:22:59 +05:00
Usama Sadiq
e1136e5b89
Merge pull request #26081 from edx/testeng/bokchoy_auto_cache_update_fd891669ccb867a3adceb737f3d805c3c1993685
...
Bokchoy Testing DB Cache update
2021-01-15 19:24:09 +05:00
0x29a
c8fc932c45
Preserve js files order for discussions view
...
Co-authored-by: Shimul Chowdhury <shimul@opencraft.com >
2021-01-15 15:15:08 +01:00
edX cache uploader bot
6ab6cc1536
Updating Bokchoy testing database cache
2021-01-15 08:57:04 -05:00
alangsto
b11fdd7d14
updated edx-proctoring version ( #26063 )
2021-01-15 08:52:35 -05:00
Shimul Chowdhury
e339cc1b07
Add Unit & Nested blocks to breadcrumbs
...
hide links that has no url
Hide sequence nav in nested pages
Improve doc
2021-01-15 18:49:01 +06:00
Saad Yousaf
e01c07775c
Merge pull request #26052 from edx/saad/TNL-7361
...
[TNL-7361] - Restrict Instructor Tab from masquerading user with student role.
2021-01-15 13:13:50 +05:00
Jayram
5a9e12dd96
[ADD] user account registration endpoint for api-docs
...
Added alias for /user_api endpoints
FIX quality violations
IMPROVED urls_common for readability
Removed redundant URL entry from urls_common file
2021-01-15 03:59:16 +00:00
Feanil Patel
4047a72701
Merge pull request #26065 from edx/feanil/update_cookie_metrics
...
Add more cookie logging code.
2021-01-14 16:30:34 -05:00
Feanil Patel
b4461ecc05
Merge pull request #26074 from edx/feanil/update_editorconfig
...
Update to the latest editorconfig from edx-lint.
2021-01-14 16:02:51 -05:00
Feanil Patel
e5e2b7f7b6
Only capture the top N cookies and cookie groups.
...
Instead of adding new attributes for each cookie name we create
consistent attribute names. This should prevent any issues where we
have too many different unique attribute names because the cookie names
are unique to the user.
We added two new settings to make the number of cookies and groups
capture configurable:
- TOP_N_COOKIES_CAPTURED
- TOP_N_COOKIE_GROUPS_CAPTURED
2021-01-14 15:49:15 -05:00
Feanil Patel
1a1da89f55
Drop setting attributes for the size of each cookie.
...
Setting a new metric per cookie name resulted in a lot of metrics
getting added to New Relic. In some cases, this was causing other
more important metrics to not get registered.
2021-01-14 11:03:28 -05:00
Feanil Patel
07fbfca83c
Update to the latest editorconfig from edx-lint.
...
Ran: `edx_lint write .editorconfig`
2021-01-14 10:09:42 -05:00
Bianca Severino
2a7fe2a385
Merge pull request #26062 from edx/bseverino/enrollment-api
...
[MST-570] Create runtime api to return active enrollments by course
2021-01-14 09:56:29 -05:00