- Feb 25, 2019
-
-
Dave St.Germain authored
-
emma-green authored
add course to program caching
-
Stu Young authored
Merge pull request #19847 from edx/testeng/bokchoy_auto_cache_update_e403eee0109f7f5f12f75aded566044bb302816b Bokchoy db cache update
-
Nimisha Asthagiri authored
Bugfix: Text Input problem type expects numeric answer when correct answer starts with a number
-
Dave St.Germain authored
Added master's track
-
David Ormsbee authored
Improve SafeCookieData Error Logging
-
- Feb 24, 2019
-
-
David Ormsbee authored
1. Use request.session instead of request.user, since request.user won't necessarily be properly set. 2. Be extra paranoid by putting logging after session cookie deletion, so that even if there is some error related to logging, the important work will complete and the browser won't get left in a broken state. 3. Write out the full contents of the Cookie header (up to 4096 bytes) in the log as a base64 encoded string. This way we can look at broken cookie states and diagnose what's breaking them (the Python parser will just silently skip anything past a corrupted cookie entry). We base64 encode mostly to prevent people from maliciously injecting garbage into our logs.
-
- Feb 23, 2019
-
-
Nimisha Asthagiri authored
Fix date internationalization
-
David Ormsbee authored
Log when SafeSessionMiddleware deletes cookies
-
David Ormsbee authored
Add cookie size monitoring New Relic metrics.
-
- Feb 22, 2019
-
-
David Ormsbee authored
This adds middleware that will create custom parameter metrics in New Relic to track the size of all the cookies being received for our domain. The custom fields are "cookies_total_size" and a separate named parameter for every cookie size, e.g. "cookies.csrftoken.size". This is intended to help us track cookie growth and better diagnose issues where users lose their sessions. It is toggled by the 'request_utils.capture_cookie_sizes' Waffle Flag.
-
David Ormsbee authored
-
Ned Batchelder authored
Missing named argument in formatting call
-
Christie Rice authored
REVEM-197 Add mock program info to user metadata
-
Christie Rice authored
-
Michael Youngstrom authored
INCR-17: Unpin and upgrade sortedcontainers for python3 support
-
Calen Pennington authored
Record a plan for converting has_access to user.has_perm
-
Emma Green authored
-
Calen Pennington authored
-
adeelehsan authored
Adding Logs
-
adeelehsan authored
logs added to investigate course run response returned cache Learner-6943
-
Waheed Ahmed authored
Disable PDF certificate generation/regeneration.
-
Waheed Ahmed authored
Since PDF generation is discontinued long time ago, disable PDF certificate generation/regenration from support tool and on all other places. LEARNER-5562
-
Zainab Amir authored
LEARNER-5538 : Show dates in dropdown for program dashboard
-
edX Transifex Bot authored
-
Zainab Amir authored
Populate software secure photo verification. The field that will be updated is - expiry_date
-
Zainab Amir authored
-
Zainab Amir authored
-
Luis Moreno authored
-
Luis Moreno authored
-
- Feb 21, 2019
-
-
Michael Youngstrom authored
-
Troy Sankey authored
PII annotations can be longer than 120 characters now
-
Jeremy Bowman authored
Fix explicit tuple parameters for Python 3
-
Julia Eskew authored
Add PII check to CI quality check.
-
Troy Sankey authored
PLAT-2424
-
edx-cache-uploader-bot authored
-
Julia Eskew authored
-
Matt Hughes authored
Allow educators to partition masters students as content groups
-
Farhanah Sheets authored
update pygeopip to geoip2
-
Julia Eskew authored
-