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
Renzo Lucioni
a8150a51d2
Supplement program data with course and enrollment data
...
The supplemented data is passed through to the program details page. Part of ECOM-4415.
2016-06-02 10:57:46 -04:00
Muzaffar yousaf
770a45b720
Merge pull request #11363 from edx/notes-pagination
...
Notes pagination
2016-03-10 17:26:54 +05:00
Ben Patterson
34e41449c7
Clean up based on feedback.
2016-02-26 09:26:04 -05:00
Ben Patterson
9513107857
Dev user should be able to specify LETTUCE_BROWSER.
2016-02-26 09:26:03 -05:00
muzaffaryousaf
71ec1b94f6
Fixing & adding Bokchoys for edx notes pagination.
...
TNL-3910
2016-02-24 11:03:15 +05:00
Ehtesham
840f5017f4
[TNL-3940] Adding pagination in stub server and updating unit tests
2016-02-24 11:03:14 +05:00
Adam Palay
aaaba4708d
add timeout to lettuce test to reduce flakiness
2016-02-23 12:40:49 -05:00
Adam Palay
e57487db83
update mathjax to 2.6 (TNL-4104) and (TNL-4094)
...
update mathjax class names to support common html, html-css, and svg
2016-02-18 14:13:34 -05:00
Sarina Canelake
2b4a1be60f
Comment out mock call to ORA1 stub server
2015-12-11 15:30:27 -05:00
Sarina Canelake
71a2a2a001
Remove ORA1 lettuce tests
2015-12-11 15:07:13 -05:00
Renzo Lucioni
70d57327eb
Add Programs tab to Studio
...
Extends the Programs ConfigurationModel, cleans up Programs-related utilities and corresponding tests, and corrects caching. Uses the Programs API to list programs within Studio. ECOM-2769.
2015-11-25 14:56:50 -05:00
Ned Batchelder
0872732cf0
Fix pylint C7630 (literal used as attribute) violations
...
There's no need to use a string literal in setattr, delattr, or the
two-argument form of getattr.
2015-11-23 15:32:54 -05:00
Ned Batchelder
f5d0f3ff55
Remove useless pylint suppressions
2015-11-22 07:41:19 -05:00
Usman Khalid
dbcd1bf430
Use django.contrib.staticfiles instead of django-staticfiles.
...
TNL-3137
2015-10-06 19:52:38 +05:00
Brian Beggs
c26bb9188a
Revert "Upgrade django-pipeline and staticfiles"
2015-09-23 15:52:24 -04:00
Usman Khalid
158bdf4d09
Use django.contrib.staticfiles instead of django-staticfiles.
...
TNL-3137
2015-09-22 20:39:44 +05:00
Brian Beggs
b7006533a2
updating lettuce to work with Django 1.4 - 1.8
2015-09-08 15:42:11 -04:00
Adam Palay
f099a7e911
fix issue where video player renders twice (TNL-3064)
2015-09-01 15:11:31 -04:00
Peter Fogg
38fb6eaede
Add signals for user's discussion activity.
...
These signals are caught by the Teams app and used to update
`last_activity_at` on both teams and individual users.
TNL-2497
2015-08-26 12:07:54 -04:00
muzaffaryousaf
38ef22b8a2
Using youtube api (v3) instead of v2 to get the video duration .
...
TNL-2413
2015-07-24 17:03:46 +05:00
Adam
2735b2b5bb
Revert "Decorated instructor dashboard with sudo_required."
2015-07-17 12:11:38 -04:00
Waheed Ahmed
bc052db1ee
Added DjangoSudo functionality for instructor dashboard and course team page
2015-07-16 11:14:11 +05:00
Marco Morales
493200734e
Merge pull request #8296 from edx/marco/find-courses-page/styling-changes
...
Styling improvements to openedX search through Find Courses page
2015-07-14 08:14:35 -04:00
Sarina Canelake
8283c07e32
Remove superfluous-parens pylint violations
...
Skipped 'print' statement violations, as print() is Py3k syntax.
2015-07-13 17:33:28 -04:00