cclauss
bb31716c97
Use ==/!= to compare str, bytes, and int literals
2019-03-19 21:40:06 +01:00
zrana
243145c706
Convereted lettuce tests into bokchoy for LTI Xblock
2019-02-21 13:31:27 +05:00
cclauss
8fca11b85c
Use print() function in both Python 2 and Python 3
2019-01-13 17:16:37 +01:00
Diana Huang
18403d2382
Switch to using Pathways instead of CreditPathways.
2018-08-23 15:15:50 -04:00
Jeremy Bowman
17f54fbaff
TE-2525 Finish removing nose.tools usage
2018-08-07 21:39:02 -04:00
Cole Rogers
1c05308d4a
Add credit pathway caching
2018-08-01 10:18:10 -04:00
Calen Pennington
07a15c681f
Reapply the XBlock RequireJS -> Webpack changes
...
This reverts commit 105db2cf59 , reversing
changes made to 447457594f .
2018-06-27 22:27:07 -04:00
Eric Fischer
e72549cdbe
Revert "Merge pull request #18340 from cpennington/fix-studio-xblock-rendering"
...
This reverts commit 9a70ca78a5 , reversing
changes made to efd5b9abbd .
Hopefully fixes EDUCATOR-3053
2018-06-15 13:18:27 -04:00
Calen Pennington
be3c7e05c5
Reapply "Switch container factory to webpack"
...
This reverts commit 18d93b00ba .
2018-06-07 15:52:05 -04:00
Calen Pennington
18d93b00ba
Revert "Switch container factory to webpack"
2018-06-07 13:46:47 -04:00
Calen Pennington
0abe75a7c6
Re-apply the changes to convert XBlocks to Webpack
...
Reapplies edx/edx-platform#17509
This reverts commit 0f7e2373d0 .
2018-06-06 12:52:12 -04:00
Calen Pennington
0f7e2373d0
Revert "Switch container factory to webpack"
2018-05-29 16:01:38 -04:00
Calen Pennington
04a5d3c7c6
Wait for specific javascript variables rather than requirejs loading on the unit page
2018-05-29 12:21:47 -04:00
Calen Pennington
5474ec0a8f
Wait for the sock to be ready as a proxy for the Studio header being ready
2018-05-29 12:21:47 -04:00
Calen Pennington
79cd02b001
Convert edit_tabs factory to webpack
2018-05-29 12:21:46 -04:00
Calen Pennington
ee6360543b
Convert webpackified factories to es6 modules with global exports, and remove the invoke_page_factory pattern
2018-05-29 12:21:46 -04:00
Calen Pennington
f557bad5a3
Wait for MathJax for tests, rather than MathJax.isReady
2018-05-29 12:19:05 -04:00
Calen Pennington
970bc6a50d
Move the context course and sock into require_page compatible forms
2018-03-06 15:35:46 -05:00
Calen Pennington
c45de5c32b
Revert "Revert "Revert "Merge pull request #17325 from cpennington/switch-ass…"
2018-02-28 11:06:39 -05:00
Calen Pennington
b1c9ad175d
Revert "Revert "Merge pull request #17325 from cpennington/switch-asset-index-factory-to-webpack""
...
This reverts commit 67177ac72d .
The original PR cause a breakage on production due to webpack building two different
copies of the asset_index.js bundle. However, it is unclear whether that was a
transitory issue or not. This commit restores the original PR to validate whether
the problem is reproducible.
2018-02-27 16:18:27 -05:00
Calen Pennington
67177ac72d
Revert "Merge pull request #17325 from cpennington/switch-asset-index-factory-to-webpack"
...
This reverts commit 1c46bd89c3 , reversing
changes made to eb6064e333 .
2018-02-22 14:12:32 -05:00
Calen Pennington
c906c186ce
Move the context course and sock into require_page compatible forms
2018-02-21 10:29:41 -05:00
Jeremy Bowman
8513945229
PLAT-1831 Install prereqs for tox-based bok-choy and lettuce runs
2018-01-18 13:44:34 -05:00
Harry Rein
889e9880f5
Responsive dashboard and learner profile.
2017-10-24 11:08:35 -04:00
Jeremy Bowman
1f06604694
PLAT-1710 Support lettuce tests in Docker Devstack
2017-08-16 17:30:18 -04:00
cahrens
819a56fee3
Remove usages of deprecated SlashSeparatedCourseKey.
2017-08-14 11:01:00 -04:00
Afzal Wali
383208c4c8
multitenant Program cache.
...
Fetched Programs and Program details from Course Discovery service for all sites and stored the uuids in cache with site-specfic keys.
Learner-1146
2017-07-04 14:20:55 +05:00
Andy Armstrong
93235d118d
Reorder imports using isort (except lms and cms)
2017-05-30 16:04:54 -04:00
Ivan Ivic
b682c43d48
Update Order History page to reflect bundled purchase
...
LEARNER-381
2017-04-20 12:24:34 +00:00
muhammad-ammar
3461a6983e
video stub server changes for hls
...
TNL-6543
2017-03-20 18:06:25 +05:00
Ben Patterson
c0dd2b878f
Lettuce-on-Xenial CMS fix. Iterate through a list to avoid quotation string confusion.
...
Also change some selenium settings (they were not necessary at this time).
2017-02-20 17:22:36 -05:00
Ben Patterson
0e596dd517
Multi-thread stub servers.
2017-02-20 17:22:23 -05:00
Ben Patterson
e7b0c28d57
Fixes for chrome reliability in selenium.
...
Fix for rendering timing issue. See https://bugs.chromium.org/p/chromedriver/issues/detail?id=1552
2017-02-20 17:22:02 -05:00
Ben Patterson
452a1f1fbb
Refactor click since it was resulting in timeout errors; use correct id for one of the LTI stub's buttons.
2017-02-20 17:21:42 -05:00
Ben Patterson
c58e514231
Properly wait for LTI stub's buttons to render
2017-02-20 17:21:41 -05:00
Ben Patterson
c3887b0b6b
Fix lettuce tests for Xenial compatibility and newer Chrome version.
2017-02-20 17:21:29 -05:00
Renzo Lucioni
e7771148b7
Load all programs from the catalog
...
This commit contains back end changes necessary to load programs from the catalog in all contexts. The existing program munging utility is applied as late as possible to avoid conflating this work with changes to the front end; those will be made separately.
ECOM-4422
2017-02-06 23:16:29 -05:00
Mushtaq Ali
237ef00a2b
edxnotes stub server to support multiple usage id search - TNL-5605
2016-11-09 11:13:15 +05:00
Renzo Lucioni
37523939f2
Retrieve marketable MicroMasters from the catalog service
...
Catalog-based MicroMasters need to be displayed in the LMS. However, the LMS currently retrieves all program data from the soon-to-be-retired programs service. Consuming program data exclusively from the catalog service is out of the question right now; it's too complex to confidently pull off in a week. This is a functional middle ground introduced by ECOM-5460. Cleaning up this debt is tracked by ECOM-4418.
2016-09-07 17:44:54 -04:00
Chris Rodriguez
b5efcc15f5
AC-530 fixing link-href ignores in the platform
2016-08-19 10:04:40 -04:00
Ned Batchelder
eef964f5f6
Fix unused-variable errors
2016-08-03 12:44:41 -04:00
Ned Batchelder
e3cd261e99
Fix 2 unnecessary-pass errors
2016-08-03 12:44:41 -04:00
wajeeha-khalid
03cee389e0
update oauthlib version to 1.0.3
2016-07-25 10:59:42 +05:00
Andy Armstrong
51bb4d4e00
Merge pull request #12795 from eduNEXT/fmo/coffee_to_js_cms_main
...
Convert cms/coffee/src/main to js
2016-07-20 15:16:48 -04:00
Felipe Montoya
c32b30ba94
Relocating inside the cms namespace
...
Addressing feedback
2016-07-18 18:07:35 -05:00
Renzo Lucioni
a43c507a00
Use course run marketing URLs from the catalog service on program detail page
...
Part of ECOM-4566.
2016-07-15 16:12:10 -04:00
Chris Rodriguez
4cf0e19af2
AC-520 fixing section ignores
2016-07-06 15:01:44 -04:00
Felipe Montoya
27d4e4bdc2
Compiling cms/coffee/src/main into a js file and fixing the references
...
Linting
2016-06-23 16:43:18 -05:00
Felipe Montoya
43ea4e21bb
Converting views/tabs.coffee in the cms to js
...
Linting the compiled file
2016-06-16 18:35:34 -07:00
Waheed Ahmed
b2f21ef4f3
Complete Order History tab for students on account settings page.
...
ECOM-2361
2016-06-08 21:45:07 +05:00