Robert Raposa
a1572dafce
add waffle_flag custom metric ( #24244 )
...
If setting ENABLE_WAFFLE_FLAG_METRIC is True, a custom
metric will be added with the values of all WaffleFlag
and CourseWaffleFlags seen during the transaction.
Metric flag values could be False, True, or Both.
The value Both would mean that the flag had both
a True and False value at different times through
the transaction. This is most likely due to having a
check_before_waffle_callback, as is the case with
CourseWaffleFlag.
Example metric value:
"{'another.course.flag': 'False', 'some.flag': 'False', 'some.course.flag': 'Both'}"
Warning: NewRelic does not recommend large custom
metric values due to the potential performance
impact on the agent, so you may just want to
enable when researching usage of a particular flag.
Metric values longer than 255 are truncated.
TODO: A how_to can be added later if we find this
useful, including helpful querying tips.
ARCHBOM-132
2020-06-18 12:21:57 -04:00
Jansen Kantor
7e459c7228
EDUCATOR-5069: Display student key in csv export ( #24235 )
...
* use external_user_key in teams csv download
2020-06-18 12:13:06 -04:00
Michael Terry
d325943fe5
Merge pull request #24169 from edx/mikix/celebration
...
AA-137: Support courseware celebrations
2020-06-18 10:49:36 -04:00
atesker
12aba3bd94
PR comments
2020-06-18 10:31:24 -04:00
atesker
8bf47afdae
Initial ADR draft - comments and move
2020-06-18 10:31:24 -04:00
atesker
992ca3174e
Initial ADR draft
2020-06-18 10:31:24 -04:00
Adam Butterworth
c37f73c40e
Merge pull request #24158 from eduNEXT/lmm/course_sock_standalone
...
[BD-10] Remove unused course sock URL.
2020-06-18 09:16:26 -04:00
Adam Butterworth
a024f56bb9
Merge pull request #24124 from eduNEXT/ama/DEPR-68/DEPR-84
...
[BD-10] [DEPR-68][DEPR-84] Remove pattern library of learner_dashboard/programs.py
2020-06-18 09:16:14 -04:00
Adam Butterworth
4ebe6a8458
Merge pull request #24111 from eduNEXT/ama/DEPR-79
...
[BD-10] [DEPR-79] Remove pattern library of mobile/course-dates-fragment.html
2020-06-18 09:15:43 -04:00
Adam Butterworth
1b60797c49
Merge pull request #24101 from eduNEXT/lmm/depr70
...
[BD-10] [DEPR-70] Remove waffle flag edx_discussions.use_bootstrap.
2020-06-18 09:15:32 -04:00
Adam Butterworth
98dd03a638
Merge pull request #24077 from eduNEXT/ama/DEPR-78/DEPR-82
...
[BD-10] [DEPR-78][DEPR-82] Remove pattern library of latest-update-fragment.html and welcome-message-fragment.html
2020-06-18 09:15:20 -04:00
Adam Butterworth
0768acbf40
Remove pattern library of course_experience/course-outline-fragment.html ( #24044 )
2020-06-18 09:14:38 -04:00
Aura Milena Alba
078dcc4296
Remove use pattern library of EdxFragmentView and discussion/maintenance_fragment. ( #24029 )
2020-06-18 09:10:18 -04:00
Awais Qureshi
975352b08a
Merge pull request #24240 from eduNEXT/lmm/re_py38
...
[BD-6] Fix python 3.8 compatibility
2020-06-18 16:51:19 +05:00
edx-pipeline-bot
47c0f3dee8
Merge pull request #24246 from edx/private_to_public_edd9b02
...
Mergeback PR from private to public.
2020-06-18 12:22:20 +05:00
Ali Akbar
edd9b02d52
Merge pull request #180 from edx/sustaining-xsslint-security-fixes
...
Sustaining xsslint security fixes
2020-06-18 11:32:39 +05:00
edX Transifex Bot
04b3a2ce1a
geoip2: update maxmind geolite country database
2020-06-17 17:00:36 -04:00
Luis Moreno
398a8a2b23
Fix python 3.8 compatibility
2020-06-17 16:08:20 -04:00
morenol
41543edd93
Remove course_experience.use_bootstrap waffle flag ( #24028 )
...
[BD-10] [DEPR-83]
2020-06-17 13:26:51 -04:00
M. Zulqarnain
bc568309ec
BOM-1701: Ran pyupgrade on pavelib ( #24230 )
2020-06-17 17:09:38 +05:00
Ahtisham Shahid
1743e0e590
Merge pull request #24228 from edx/ahtisham/PROD-1679
...
Removed confirm email after SSO
2020-06-17 12:25:26 +05:00
Michael Terry
450072582e
AA-137: Support courseware celebrations
...
- Add a new CourseEnrollmentCelebration model, which ties a
course enrollment to some booleans about progress celebrations
- Add serialization of the new model to the existing courseware_api
app's existing course info view
- Add new API in courseware_api to update a celebration model
2020-06-16 15:19:21 -04:00
ericfab179
c8abbd2c0f
Update transifex client to use PyPi release. ( #24217 )
...
Use transifex client from PyPi since required change was merged recently.
2020-06-16 13:56:31 -04:00
Alex Wang
931f0ae5f5
add username and email to getProgramEnrollment response ( #24186 )
...
MST-234
2020-06-16 11:57:23 -04:00
Ahtisham Shahid
340e00988f
Removed confirm email after SSO
2020-06-16 14:06:52 +05:00
Saad Yousaf
25c23f446c
Merge pull request #23959 from edx/saad/PROD-1230-sync-certificates
...
[PROD-1230] - syncing certificates on course update on credential side.
2020-06-16 12:43:03 +05:00
SaadYousaf
52cfe647b3
syncing certificates on course update on credential side.
2020-06-16 11:58:49 +05:00
Farhanah Sheets
4fc7dbd35e
Merge pull request #24227 from edx/revert-24221-ora2-upgrade
...
Revert "BOM-1703 : Ora2 Upgrade"
2020-06-15 17:17:35 -04:00
Farhanah Sheets
6fedb15cc4
Revert "BOM-1703 : Ora2 Upgrade ( #24221 )"
...
This reverts commit f3161468a3 .
2020-06-15 16:48:12 -04:00
Matt Tuchfarber
9423c2c4d6
Merge pull request #24224 from edx/revert-24210-tuchfarber/add_demographics_banner_to_theme
...
Revert "Add demographics prompt to edx.org theme"
2020-06-15 15:21:22 -04:00
Carla Duarte
8949ee96da
Merge pull request #24193 from edx/ciduarte/AA-181
...
AA-181: Updating Outline Tab API to include Course Blocks
2020-06-15 15:15:53 -04:00
Nick
badf3281b3
Merge pull request #24122 from edx/ndalfonso/AA-133-mfe-dates-banner
...
AA-133 mfe dates banner
2020-06-15 15:08:02 -04:00
Matt Tuchfarber
7edac4e4b2
Revert "Add demographics prompt to edx.org theme"
2020-06-15 14:54:54 -04:00
Nicholas D'Alfonso
9a83d0781b
AA-133 mfe dates banner
...
- add serializer mixin to expose date banner info
- add endpoint to reset deadlines for a sepcific course
2020-06-15 14:22:23 -04:00
Dave St.Germain
73ba615f5a
Merge pull request #24198 from open-craft/0x29a/bb-2503/enable_ora_usernames_feature_toggle
...
[BD-5] [BB-2503] Add 'ENABLE_ORA_USERNAMES_ON_DATA_EXPORT' feature toggle
2020-06-15 12:13:19 -04:00
0x29a
a8b13afe48
Add 'ENABLE_ORA_USERNAMES_ON_DATA_EXPORT' feature toggle in common settigns file
2020-06-15 17:29:32 +02:00
Matt Tuchfarber
fd145713b3
Merge pull request #24210 from edx/tuchfarber/add_demographics_banner_to_theme
...
Add demographics prompt to edx.org theme
2020-06-15 10:43:52 -04:00
edX requirements bot
0fd34d596a
Updating Python Requirements ( #24222 )
2020-06-15 10:35:14 -04:00
M. Zulqarnain
f3161468a3
BOM-1703 : Ora2 Upgrade ( #24221 )
2020-06-15 18:44:07 +05:00
Awais Jibran
26a5f1844c
Merge pull request #24177 from edx/aj/change-switch-to-waffle-flag
...
Change switch to waffle flag.
2020-06-15 17:15:53 +05:00
Awais Jibran
5d4df5383b
Change switch to waffle flag.
2020-06-15 15:15:10 +05:00
edX Transifex Bot
4a3f2e33cd
fix(i18n): update translations
2020-06-14 17:35:01 -04:00
Michael Terry
39bb9bc57d
Merge pull request #24213 from edx/mikix/another-null-guard
...
Guard highlights against null module
2020-06-12 15:35:47 -04:00
Michael Terry
557079042f
Guard highlights against null module
...
Sometimes a course module will not exist and was causing exceptions
in our weekly highlights mail code. This will hopefully guard against
that a bit better.
2020-06-12 14:57:09 -04:00
Carla Duarte
4537408383
AA-181: Updating Outline Tab API to include Course Blocks
2020-06-12 14:52:56 -04:00
Matt Tuchfarber
b7cf7808b8
Add demographics prompt to edx.org theme
...
- Add bootstrap utility function to lms-base-v1 CSS
- Moved coaching sass to edx.org theme
- Banner feature flag and MB program gated
2020-06-12 10:58:37 -04:00
Robert Raposa
7e56d89bcc
remove temp_view_func_compare custom metric ( #24211 )
...
In an earlier PR, we moved logic from process_view to process
request, so mapping would happen earlier in the middleware
lifecycle, and the code_owner metric would be set for requests
that never made it to process_view.
The temp_view_func_compare custom metric was added temporarily to
ensure this earlier refactor did not introduce any unaccounted for
differences. It did not, so we are removing this temporary metric.
ARCHBOM-1263
2020-06-12 08:53:20 -04:00
edX requirements bot
46ae66a146
Updating Python Requirements (edx-enterprise) ( #24212 )
2020-06-12 08:52:49 -04:00
morenol
cfb53bb9bb
Upgrade transifex-client ( #24183 )
...
Upgrade transifex-client version.
This is only made in order to run the tests with a transifex-client version compatible with python3.8
The actual problem that we have in edx-platform is that the last version of transifex-client has as constraint python-slugify<2.0.0 which is not compatible with the current requierements of edx-platform on the other hand, the current version used in edx-platform is not compatible with python3.8
2020-06-11 16:06:03 -04:00
Calen Pennington
06e5e2db51
Merge pull request #24144 from cpennington/hide-dates-banner-archived
...
Hide dates banner archived
2020-06-11 14:03:09 -04:00