- Jan 19, 2021
-
-
David Ormsbee authored
[MCKIN-26432] [BB-3158] Add Unit to breadcrumbs navigation
-
Kyle McCormick authored
Pulls in: * Degreed API endpoints (3.17.8) * Fix deprecated third_party_auth import (3.17.9)
-
Saad Yousaf authored
Revert "[TNL-7361] - Restrict Instructor Tab from masquerading user with student role."
-
edx-pipeline-bot authored
Mergeback PR from private to public.
-
Saad Yousaf authored
-
Usama Sadiq authored
remove markdown constraint
-
Ali Akbar authored
Incident Management Security Fixes 7
-
Usama Sadiq authored
Python Requirements Update
-
edX requirements bot authored
-
- Jan 18, 2021
-
-
Syed Muhammad Dawoud Sheraz Ali authored
* add last_login user and staff only field in user_api
-
edX requirements bot authored
-
usamasadiq authored
Use django-wiki version 1.0.0 Pin python3-saml<1.10.0
-
Awais Qureshi authored
Adding a common_constraints.txt
-
Awais Qureshi authored
-
Awais Qureshi authored
-
- Jan 15, 2021
-
-
Robert Raposa authored
fix cookie monitoring middleware
-
Régis Behmo authored
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'
-
Robert Raposa authored
The cases of no cookies or no cookie groups found would cause an error. This was fixed and additional test coverage was added.
-
Ned Batchelder authored
Fix Markdown errors on discussions tab
-
Michael Terry authored
Bump edx-when to 1.3.2 (silences a warning)
-
Ned Batchelder authored
[ADD] /user_api endpoints in api-docs
-
Michael Terry authored
-
Ahtisham Shahid authored
-
Usama Sadiq authored
Merge pull request #26081 from edx/testeng/bokchoy_auto_cache_update_fd891669ccb867a3adceb737f3d805c3c1993685 Bokchoy Testing DB Cache update
-
0x29a authored
Co-authored-by:
Shimul Chowdhury <shimul@opencraft.com>
-
edX cache uploader bot authored
-
alangsto authored
-
Shimul Chowdhury authored
hide links that has no url Hide sequence nav in nested pages Improve doc
-
Saad Yousaf authored
[TNL-7361] - Restrict Instructor Tab from masquerading user with student role.
-
Jayram authored
Added alias for /user_api endpoints FIX quality violations IMPROVED urls_common for readability Removed redundant URL entry from urls_common file
-
- Jan 14, 2021
-
-
Feanil Patel authored
Add more cookie logging code.
-
Feanil Patel authored
Update to the latest editorconfig from edx-lint.
-
Feanil Patel authored
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
-
Feanil Patel authored
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.
-
Feanil Patel authored
Ran: `edx_lint write .editorconfig`
-
Bianca Severino authored
[MST-570] Create runtime api to return active enrollments by course
-
Feanil Patel authored
We want to be able to easily figure out what our biggest cookies are and we want to also group cookies by prefix because certain services create multiple cookies and then put unique identifiers in the cookie name. For example braze cookie names use the following pattern: ab.storage.<userId> ab.storage.<deviceId> ab.storage.<sessionId> In this case we want to group all the `ab` cookies together so we can see their total size. New attributes: cookies.<group_prefix>.group.size: The size of a group of cookies. For example the sum of the size of all braze cookies would be the value of the `cookies.ab.group.size` attribute. cookies.max.name: The name of the largest cookie sent by the user. cookies.max.size: The size of the largest cookie sent by the user. cookies.max.group.name: The name of the largest group of cookies. A single cookie counts as a group of one for this calculation. cookies.max.group.size: The sum total size of all the cookies in the largest group.
-
Calen Pennington authored
Call segment.identify with any changed values when user profile field…
-
Zaman Afzal authored
-