- Jul 09, 2020
-
-
Robert Raposa authored
This is the final step in removing the deprecated flag_undefined_default as explained by the following ADR: https://github.com/edx/edx-platform/blob/master/openedx/core/djangoapps/waffle_utils/docs/decisions/0001-refactor-waffle-flag-default.rst Notes: * All uses of flag_undefined_default=False were always supposed to have been no-ops. * All uses of flag_undefined_default=True that are removed in this PR have been replaced by migrations in past PRs. * The temporary metric temp_flag_default_used id no longer reporting any data. ARCHBOM-1305
-
JJ authored
Create a Javascript function to log upsell events to & attach the eventing to the course dashboard upsell button. The revenue squad is looking for more insight into which buttons users are clicking to get to the checkout page.
-
Awais Jibran authored
Deprecate old idv emails
-
AsadAzam authored
Fixed email sent on valid sso verification
-
edX Transifex Bot authored
-
Asad authored
-
Awais Jibran authored
-
- Jul 08, 2020
-
-
Carla Duarte authored
AA-200: Redirecting logged out users on Dates Tab
-
Feanil Patel authored
ARCHBOM-1298 Validate before accessing email parts.
-
Feanil Patel authored
For somereason earlier validation is not ensuring that we have a valid e-email. In this case, break out of the flow since we don't have a domain that's in our list and log the user's id so that we can learn more about when this happens. By a reading of the code flow, it doesn't seem like it should be possible except with a handful of users that have invalid e-mail addresses in the database but it seems to be happening pretty regularly.
-
Robert Raposa authored
The ENABLE_FORUM_DAILY_DIGEST config was using both a Django Setting and a waffle flag. This consolidates this to simply use the single Django Setting: FEATURES['ENABLE_FORUM_DAILY_DIGEST']. ARCHBOM-132
-
Robert Raposa authored
This is Phase 2 if a rollout started here: https://github.com/edx/edx-platform/pull/24392 When a flag is being used without a request, we will return True if the flag's everyone status is set to True. The current implementation is to use flag_undefined_default, which is deprecated and we are trying to remove it. ARCHBOM-1331
-
Awais Qureshi authored
Merge pull request #24415 from edx/testeng/bokchoy_auto_cache_update_bac4b8ed6fb3d1273f95cf244f6242b76f73731e Bokchoy Testing DB Cache update
-
Diana Huang authored
DEPR-43 - Remove final shoppingcart references from instructor.
-
Diana Huang authored
-
Feanil Patel authored
DEPR-43 Remove shoppingcart certs refs.
-
Feanil Patel authored
DEPR-43 - Remove shopping cart from instructor analytics.
-
edX requirements bot authored
-
Waheed Ahmed authored
Used django-ratelimit instead of django-ratelimit-backend to configure two different rate limit configurations for same endpoint. PROD-1708
-
Waheed Ahmed authored
Ratelimited `login_user` endpoint using `django-ratelimit`, also decreased default value of logistration rate limit to 100 requests per five minutes per IP. PROD-1877
-
- Jul 07, 2020
-
-
edX cache uploader bot authored
-
Kellie Selinka authored
update edx-enterprise version
-
Feanil Patel authored
There's a chance that the whole management command should be removed since we don't do change modes with the command anymore but that's a different problem for a different day I think.
-
Feanil Patel authored
-
Robert Raposa authored
Fix bug in metric temp_flag_no_request_default_match. Metric renamed to temp_flag_no_request_default_match_2 to ensure we are looking at the right data. This extends Phase 1 of the rollout, as documented in: https://github.com/edx/edx-platform/pull/24392 ARCHBOM-1331
-
Kellie Selinka authored
ENT-3073
-
Robert Raposa authored
Once USE_DEFAULT_TRUE_NAMESPACE is fully rolled out and proves to return True where we wish, we can remove this temporary roll-out flag introduced in: https://github.com/edx/edx-platform/pull/24322 ARCHBOM-1316
-
Christie Rice authored
-
daphneli-chen authored
dlichen/AA-202 setup
-
Christie Rice authored
* MICROBA-393 Add customized partner report headings * Add sorting
-
Alex Wang authored
-
Robert Raposa authored
This is Phase 1 of a 2 part rollout. Here, we want to ensure that checking if the waffle flag is set to active for everyone would provide the same value as the current implementation for calls that have no request. The current implementation is to use flag_undefined_default, which is deprecated and we are trying to remove. We are adding a custom metric to see if they match in Production. If all goes well, in Phase 2 we will switch to this new approach. ARCHBOM-1331
-
Daphne Li-Chen authored
-
Aura Milena Alba authored
[BD-10] [DEPR-83][DEPR-81] Remove pattern library in course_home.py
-
Christie Rice authored
-
Christie Rice authored
-
Alex Dusenbery authored
-
Feanil Patel authored
Constrain edx-enterprise.
-
Carla Duarte authored
-
Tim McCormack authored
-