Commit Graph

52250 Commits

Author SHA1 Message Date
Syed Muhammad Dawoud Sheraz Ali
17bb331a4d Merge pull request #22251 from edx/dsheraz/PROD-860
added conditional logs for RCA
2019-11-06 20:06:27 +05:00
DawoudSheraz
3787dcd7fb added conditional logs for RCA 2019-11-06 18:35:06 +05:00
Syed Muhammad Dawoud Sheraz Ali
7f4af7eeda Merge pull request #22249 from edx/dsheraz/PROD-762
enable video url re-write flag for all the courses
2019-11-06 14:23:31 +05:00
DawoudSheraz
4970e3d7e3 enable video url re-write flag for all the courses 2019-11-06 12:21:08 +05:00
Manjinder Singh
79c9231128 Revert "ENT-2437 | get_enterprise_customer_for_learner method replaced with e…" (#22248) 2019-11-05 16:51:44 -05:00
edX requirements bot
dd5d5acd66 Updating Python Requirements (#22244) 2019-11-05 15:15:48 -05:00
edX cache uploader bot
153bb9e908 Updating Bokchoy testing database cache (#22246) 2019-11-05 15:03:58 -05:00
Matthew Piatetsky
49bbd6ab4a Merge pull request #22222 from edx/REV-693-step2
Create data migration to populate FBEEnrollmentExclusion Table
2019-11-05 12:41:24 -05:00
Diana Huang
e5ee4408e3 Merge pull request #22233 from edx/diana/move-password-reset
Move password reset logic and code to user_authn.
2019-11-05 11:47:17 -05:00
Matthew Piatetsky
ca8ab76d68 create data migration to populate FBEEnrollmentExclusion table 2019-11-05 11:34:01 -05:00
Diana Huang
c9323abd0e Move password reset logic and code to user_authn. 2019-11-05 10:03:22 -05:00
Alex Dusenbery
db1ef846d5 Upgrade ORA2 to 2.3.8 2019-11-05 07:49:36 -05:00
Jeremy Bowman
c1274ba765 Fix the last bok-choy shard in Python 3 (#22221) 2019-11-04 15:24:29 -05:00
edX cache uploader bot
c7eece3cbb Updating Bokchoy testing database cache (#22234) 2019-11-04 15:22:36 -05:00
Ned Batchelder
d825656613 Merge pull request #22226 from danialmalik/fix_pdf_viewer_not_fount_error
Fix static urls in pdf_viewer.html to correctly display pdf viewer fo…
2019-11-04 15:18:20 -05:00
Matthew Piatetsky
6eb5466ee5 Merge pull request #22198 from edx/REV-693
[REV-693] Create table to keep track of FBE holdback experiment enrollments
2019-11-04 14:40:26 -05:00
Aarif
0ab8bd7d55 Merge pull request #22220 from edx/BOM-993
updated the csv DictReader to make the csv output compatible across both python versions -BOM-993
2019-11-04 21:29:50 +05:00
julianajlk
afae1f1d2a a11y: add role to FPD banner (#22225)
REV-705
2019-11-04 10:46:53 -05:00
Manjinder Singh
565abfae87 Upgraded dependencies (#22217)
* Upgraded dependencies
2019-11-04 10:04:43 -05:00
Manjinder Singh
cb186d94d3 Fixing test by using six.assertCountEqual (#22219)
* using six.assertCountEqual

* Fix type mismatches in css migrations
2019-11-04 09:29:32 -05:00
Feanil Patel
918209137a Merge pull request #22230 from edx/jenkins/upgrade-python-requirements-368eb66
Python Requirements Update
2019-11-04 08:57:38 -05:00
Waheed Ahmed
5122229461 Merge pull request #22231 from edx/waheed/PROD-748-fix-program-card
Fix program card for smaller screens like ipad.
2019-11-04 17:01:43 +05:00
Waheed Ahmed
a0fe9f3c7a Fix program card for smaller screens like ipad.
Text was overflowing from card on screens containing resolution
between 768 to 810 pixels.

PROD-748
2019-11-04 16:15:15 +05:00
edX requirements bot
855cb22000 Updating Python Requirements 2019-11-04 05:48:16 -05:00
Hasnain Naveed
6820b20059 Merge pull request #22207 from edx/hasnain-naveed/ENT-2437
ENT-2437 | get_enterprise_customer_for_learner method replaced with e…
2019-11-04 15:45:26 +05:00
aarif
8c4a31bf3a updated the csv reader to make the csv output compatible across both python versions
updated the csv reader to make the csv output compatible across both python versions

added the encoding argument to unicodecsv.DictReader method

updated the csv file read process to accomodate different input types

changes made to fix issues with UniversalNewLineIterator

changes made as suggested

changes made as suggested

changes made to fulfill quality check requirement to pass quality check

minor changes
2019-11-04 15:09:12 +05:00
Syed Muhammad Dawoud Sheraz Ali
368eb669e0 Merge pull request #22194 from edx/dsheraz/PROD-870
add encoded video key check in video transformer
2019-11-04 14:20:09 +05:00
Waheed Ahmed
7313a1927f Merge pull request #22229 from edx/transifex-bot-update-translations2019-11-03
fix(i18n): update translations
2019-11-04 12:44:31 +05:00
DawoudSheraz
169349d57e add encoded video key check in video transformer 2019-11-04 12:23:58 +05:00
edX Transifex Bot
a10aca20af fix(i18n): update translations 2019-11-03 20:53:46 +00:00
Nimisha Asthagiri
1bcaa945d9 Merge pull request #22216 from edx/diana/registration-form-factory-move
Move RegistrationFormFactory from user_api to user_authn
2019-11-02 17:57:59 -04:00
danial
0ec1850c21 Fix static urls in pdf_viewer.html to correctly display pdf viewer for course text books 2019-11-02 10:03:14 +05:00
Stu Young
cb9f6b4a1b fix example in history backfill command (#22224) 2019-11-01 17:32:47 -04:00
Ned Batchelder
ed8adcb322 Merge pull request #22211 from edx/nedbat/fix-sphinxcontrib-openapi
Use latest sphinxcontrib-openapi on GitHub to get a feature we need
2019-11-01 15:22:37 -04:00
Diana Huang
d65447998c Move RegistrationFormFactory from user_api to user_authn.
And get_registration_extension_form.
2019-11-01 14:49:12 -04:00
Matthew Piatetsky
8d8626ca1f address comments 2019-11-01 13:41:01 -04:00
Ned Batchelder
eab54563dc Merge pull request #22212 from edx/nedbat/more-rounding-tests
Add more tests of the new round()
2019-11-01 12:46:32 -04:00
Feanil Patel
e1db02ca11 Merge pull request #22218 from edx/revert-19441-pdf_viewer_static_url_fix
Revert "Fix static urls in pdf_viewer.html to correctly display PDF viewer for textbooks"
2019-11-01 12:24:43 -04:00
Feanil Patel
e8b5d82e45 Revert "Fix static urls in pdf_viewer.html to correctly display PDF viewer for textbooks" 2019-11-01 11:48:46 -04:00
Nimisha Asthagiri
147bd60b5b Merge pull request #22214 from edx/arch/move-login-to-user-authn-2
Move LoginSessionView from user_api to user_authn
2019-11-01 11:38:18 -04:00
Ned Batchelder
1e8f8f7445 API docs: Show the TOC 2019-11-01 11:32:37 -04:00
Awais Qureshi
d3e57f1d36 Merge pull request #22209 from edx/awais786/BOM-998
BOM-998
2019-11-01 19:31:38 +05:00
edX requirements bot
2e21684d0f Updating Python Requirements (#22210) 2019-11-01 10:31:04 -04:00
Awais Qureshi
845b1371cd Merge pull request #22215 from edx/awais786/BOM-1005
BOM-1005
2019-11-01 19:29:02 +05:00
Awais Qureshi
3bea5b5d24 BOM-1005
Fixing encoding issue.
2019-11-01 18:41:44 +05:00
hasnain-naveed
4b827d5be0 ENT-2437 | get_enterprise_customer_for_learner method replaced with enterprise_customer_for_request. 2019-11-01 17:19:56 +05:00
Diana Huang
6fb40586fb Move LoginSessionView from user_api to user_authn 2019-11-01 08:19:55 -04:00
Nimisha Asthagiri
748398e57a Merge pull request #22173 from edx/diana/logistration-refactor
Move RegistrationView from user_api to user_authn
2019-11-01 08:13:39 -04:00
Ned Batchelder
0fc8bb5e4b Add more tests of the new round() 2019-11-01 07:47:12 -04:00
Diana Huang
e026006f9a Move RegistrationView from user_api to user_authn. 2019-11-01 07:41:48 -04:00