Commit Graph

54558 Commits

Author SHA1 Message Date
David Ormsbee
71a38cf449 Revert "AA-158: Fix date ordering for multiple events on the same date" 2020-06-01 19:45:47 -04:00
Kellie Selinka
6281b0a96b Merge pull request #24113 from edx/ks_release_enterprise/ent-2577
upgrade requirements to new edx-enterprise version
2020-06-01 16:02:44 -04:00
Kellie Selinka
97494f8999 upgrade requirements to new edx-enterprise version
ENT-2577
2020-06-01 15:24:39 -04:00
Dillon Dumesnil
109e608e9c Merge pull request #24112 from edx/ddumesnil/fix-date-ordering-AA-158
AA-158: Fix date ordering for multiple events on the same date
2020-06-01 12:12:06 -07:00
Jeff LaJoie
ee13cd8819 Merge pull request #24110 from edx/jlajoie/bump-edx-when
Bumps edx-when to 1.2.4
2020-06-01 14:19:06 -04:00
Dillon Dumesnil
dbcff660cc AA-158: Fix date ordering for multiple events on the same date
This change will prefer putting assignments before other course
events (such as end date or verification deadline date) in the
case where they share the same date.
2020-06-01 12:15:20 -06:00
Jeff LaJoie
d777712387 Bumps edx-when to 1.2.4 2020-06-01 13:30:25 -04:00
Robert Raposa
59e0f6efcf ARCHBOM-1244: Add code_owner custom metric (#24084)
* includes ADR for Monitoring by Code Owner
* add monitoring middleware to add the following custom metrics:
- code_owner: The owning team mapped to the current view.
- code_owner_mapping_error: If there are any errors when trying to
        perform the mapping.
- view_func_module: The __module__ of the view_func, which can
        be used to find missing mappings.
* add script to generate `settings.CODE_OWNER_MAPPINGS` from
     a csv file.

ARCHBOM-1244
2020-06-01 12:27:38 -04:00
edX cache uploader bot
a976a71623 Updating Bokchoy testing database cache (#24076) 2020-06-01 12:19:26 -04:00
Simon Chen
d0f99ec778 MST-264 Fix bug for course staff user in unrelated course (#24099)
* MST-264 Fix the wrong assumption that a course_staff of a course not related to programs should be in course_staff logic
2020-06-01 11:11:37 -04:00
Diana Huang
215e2d0530 Merge pull request #24051 from edx/diana/bridgekeeper-cleanup
Move to bridgekeeper upstream.
2020-06-01 10:08:24 -04:00
edX requirements bot
85e2575f83 Updating Python Requirements (#24108) 2020-06-01 14:07:57 +00:00
Ahtisham Shahid
d66cfcfe46 updated cms pages 2020-06-01 19:07:30 +05:00
Ahtisham Shahid
5d9555f6a3 removed technical email from module error 2020-06-01 19:07:30 +05:00
Nick
d8ac4621fd Merge pull request #24090 from edx/ndalfonso/AA-117-mfe-dates-tab-waffle-flag
AA-117 mfe date tab waffle flag
2020-06-01 09:37:12 -04:00
ericfab179
01f56ba530 Make upgrade requirement files. (#24078)
Remove pandas requirement.
Replace pandas functionality with itertools.group_by.
2020-06-01 09:08:09 -04:00
edX Transifex Bot
740550491d fix(i18n): update translations 2020-05-31 17:35:59 -04:00
Ned Batchelder
24bc26867b Merge pull request #24068 from eduNEXT/defz/3521-resourcewarning-unclosed-file
Added 'with' statement to close file before returning
2020-05-29 16:43:54 -04:00
Feanil Patel
a88da3b5cd Merge pull request #24089 from edx/feanil/improve_import_error_logging
Log what thing we failed to import.
2020-05-29 15:52:45 -04:00
Diana Huang
92b10b564c Update to handle new format of ManyRelation. 2020-05-29 15:01:09 -04:00
Feanil Patel
e32c12b531 Merge pull request #24097 from edx/feanil/update_codeowners
Remove github teams that don't map to anything useful right now.
2020-05-29 13:26:43 -04:00
Feanil Patel
c15fae3564 Log what thing we failed to import.
This should help more quickly narrow down where things are failing on an import.
2020-05-29 13:24:10 -04:00
Nicholas D'Alfonso
0709977785 AA-117 mfe date tab waffle flag
- create master course home waffle flag
- create course waffle flag for accessing the mfe dates tab
2020-05-29 12:34:43 -04:00
Diana Huang
e3d85bcd74 Replace bridgekeeper fork with upstream
and make upgrade.
2020-05-29 12:01:34 -04:00
Simon Chen
53d2e24258 Revert "Add logging statements to investigate MST-264"
This reverts commit 51ed4d93df6b795de1b5945a58e6a1f1c6972220.

The logging statement made clear the root cause of the bug.
2020-05-29 10:32:48 -04:00
Albert (AJ) St. Aubin
a2ee007964 Merge pull request #24096 from edx/aj/MICROBA-281
Fix for the redirect for the coaching form
2020-05-29 09:54:59 -04:00
Feanil Patel
c7bf3e0885 Remove github teams that don't map to anything useful right now.
The core teams as conceived here don't exist and so just make noise rather than
help.
2020-05-29 09:50:09 -04:00
Albert (AJ) St. Aubin
2f5c3e8db1 Fix for the redirect for the coaching form 2020-05-29 09:30:24 -04:00
edX requirements bot
90458f9c00 Updating Python Requirements (#24092) 2020-05-29 13:16:24 +00:00
morenol
3a8d029773 Add uses_pattern_library property to EdxFragmentView (#24027) 2020-05-29 09:05:18 -04:00
stvn
37d92fa540 Merge PR #24030 add/masquerade-get
* Commits:
  Add HTTP GET endpoint for masquerade
2020-05-28 19:02:25 -07:00
Simon Chen
8b011d980c Add logging statements to investigate MST-264 2020-05-28 16:50:15 -04:00
Christie Rice
8663b5becc MICROBA-403 Add phone number (#24087) 2020-05-28 16:19:29 -04:00
Albert (AJ) St. Aubin
6d3b35d119 Merge pull request #24082 from edx/aj/MICROBA-281
[MICROBA-281] Updated the coaching aside to point to the Caching wizaard
2020-05-28 14:49:21 -04:00
Hasnain Naveed
1712ad7a11 Merge pull request #24033 from edx/hasnain-naveed/ENT-2818
ENT-2818 | Added enterprise slug login's url on edx login page.
2020-05-28 21:07:48 +05:00
Dillon Dumesnil
3d69046147 Merge pull request #24069 from edx/ddumesnil/fix-lti-icon-AA-167
AA-167: Making the LTI icon class dynamic
2020-05-28 08:19:40 -07:00
julianajlk
902f8646ea Update FPD holdback function call order (#24074)
REV-1153
2020-05-28 11:13:11 -04:00
hasnain.naveed
c51dc9db20 ENT-2818 | Added enterprise slug login's url on edx login page. 2020-05-28 19:58:46 +05:00
Syed Muhammad Dawoud Sheraz Ali
9929b52907 change pipeline api client to OAuthApiClient (#24080)
* change pipeline API client to OAuthApiClient
2020-05-28 19:48:14 +05:00
Albert (AJ) St. Aubin
db756d9312 [MICROBA-281] Updated the coaching aside to point to the Caching wizaard
form
2020-05-28 10:26:33 -04:00
Simon Chen
9bdc20b0c2 Upgrade the version of edx-proctoring to v2.4.1 2020-05-28 10:24:28 -04:00
Dillon Dumesnil
826d5fe3da AA-167: Making the LTI icon class dynamic
We will now show the problem icon if the LTI problem
is scored and 'other' if it is not.
2020-05-28 07:18:18 -07:00
Nimisha Asthagiri
5b3f5ee85a commerce app: remove code related to shoppingcart (#23974)
Part of DEPR-43 - https://openedx.atlassian.net/browse/DEPR-43

Co-authored-by: Jeremy Bowman <jbowman@edx.org>
2020-05-28 09:46:12 -04:00
Matt Drayer
6cf2c56a07 Enterprise: Bump to v3.2.17 (#24073)
* Enterprise: Bump to v3.2.17

* ran make upgrade to upgrade all dependencies

Co-authored-by: Adam Stankiewicz <agstanki@gmail.com>
2020-05-27 17:44:35 -04:00
edX Transifex Bot
aabe616828 geoip2: update maxmind geolite country database 2020-05-27 17:04:54 -04:00
Jeremy Bowman
49fd99acfb Remove obsolete shoppingcart refund page - DEPR-43 (#24063)
As part of the deprecated shoppingcart code removal, remove the old refund support page (which was only ever used for shoppingcart purchases, not ecommerce transactions).

I checked in New Relic for good measure, and this view hasn't been accessed in the past week.
2020-05-27 15:26:08 -04:00
atesker
436e3cf51d Bump ORA2 to 2.7.7 2020-05-27 14:32:51 -04:00
Ubuntu
9b52d6cb28 Added with statement to close file before returning 2020-05-27 15:17:20 +00:00
Zainab Amir
bfd95c7fbb Remove transcript credential saving in VAL (#24066) 2020-05-27 18:38:01 +05:00
Calen Pennington
f2d44abb61 Merge pull request #24060 from cpennington/dont-extend-course-duration
Use a fixed time for course duration limits, so that schedule extensi…
2020-05-26 17:10:02 -04:00