Jesse Zoldak
8cca5d1649
Remove flaky test PreRequisiteCourseTest.test_dashboard_message
2017-08-23 11:50:17 -04:00
Stu Young
7318161760
Merge pull request #15844 from edx/estute/remove-skipped-flaky-tests
...
remove or unskip skipped flaky tests
2017-08-23 09:26:39 -04:00
ayub-khan
e737728cde
Updated Country Label and help text
...
Country Label was causing confusions for learners if it was country of origin or in which they
are living so changed it to a more appropriate message.
LEARNER-174
Also updated some other error messages to some more appropriate error messages.
2017-08-22 23:20:35 +05:00
Alex Dusenbery
2cc87952e3
EDUCATOR-1204 | can always view certs when ready for self-paced courses; don't hide cert buttons; update messaging.
2017-08-22 13:27:26 -04:00
Stuart Young
a6fe9fca0a
remove or unskip skipped flaky tests
2017-08-17 15:37:43 -04:00
Jesse Zoldak
f69a3a2d27
Merge pull request #15841 from edx/zoldak/LEARNER-2288
...
Remove flaky test CoursewareSearchTest::test_reindex LEARNER-2288
2017-08-17 15:21:41 -04:00
Jesse Zoldak
48b115bf79
Merge pull request #15840 from edx/zoldak/EDUCATOR-1178
...
Removed flaky test: test_proctored_exam_flow EDUCATOR-1178
2017-08-17 15:20:35 -04:00
Jesse Zoldak
b50c5f3710
Remove flaky test CoursewareSearchTest::test_reindex
2017-08-17 10:31:11 -04:00
Jesse Zoldak
b2faa181d9
Removed flaky test: test_proctored_exam_flow
2017-08-17 10:15:13 -04:00
Adeel Khan
e966188ba6
Improve ECOM connection on student dashboard via on demand ajax calls.
...
Fix course unenroll dialog's incorrect message rendering. LEARNER-2033
2017-08-17 18:18:04 +05:00
Jesse Zoldak
7966fb1c30
Merge pull request #15823 from edx/zoldak/LEARNER-2267
...
Remove flaky video test test_video_position_save_state LEARNER-2267
2017-08-15 14:58:03 -04:00
Jesse Zoldak
3b853126d8
Remove flaky video test test_video_position_save_state LEARNER-2267
2017-08-15 13:10:16 -04:00
Jesse Zoldak
6d94796a2c
Remove flaky test test_multiple_videos_in_sequentials_load_and_work
2017-08-15 11:00:00 -04:00
Jeremy Bowman
5e2742027b
Merge pull request #15712 from edx/jmbowman/PLAT-1676
...
PLAT-1676 Use pytest for bok-choy tests
2017-08-14 17:03:20 -04:00
Stu Young
af9b5b5863
Merge pull request #15775 from edx/estute/remove-flaky-decorator
...
remove all occurrences of flaky decorator
2017-08-14 13:26:40 -04:00
Jeremy Bowman
9e3f35db22
PLAT-1676 Use pytest for bok-choy tests
2017-08-14 11:49:39 -04:00
Christina Roberts
5e81eb5bf0
Merge pull request #15390 from edx/christina/first-react
...
Convert Studio course and library dashboard lists to React.
2017-08-09 16:49:19 -04:00
cahrens
e1e57b5d09
Convert course list to React.
...
EDUCATOR-625, AC-620
2017-08-09 15:09:37 -04:00
Harry Rein
e8bae62f04
UX improvements on learner profile.
...
LEARNER-1857
This story constitutes a large change to the UX of the learner profile.
Some specific changes include adding a flexible learner profile card, limiting the bio entry to only 300 characters and assuring that the page is responsive.
2017-08-09 13:57:42 -04:00
Stuart Young
806bbc13ab
remove all occurrences of flaky decorator
2017-08-08 16:23:51 -04:00
Ahsan Ulhaq
e298004287
Accessibility issues on LMS Dashboard Social links
...
LEARNER-2105
2017-08-08 15:24:27 +05:00
Uman Shahzad
cb034d4f2f
Implement client-side registration form validation.
...
Input forms that need validation will have AJAX requests
performed to get validation decisions live.
All but a few important and common form fields perform
generic validation; these will need a back-end handler
in the future in order to have them validated through AJAX requests.
Information is conveyed on focus and blur for both
errors and successes.
2017-08-03 00:22:25 +05:00
Sarah Fischmann
354b8a4d50
Fixing flaky edx-proctoring acceptance tests
...
This commit fixes four flaky bokchoy tests: test_can_add_remove_allowance, test_can_reset_attempts, test_rescore_nonrescorable and test_timed_exam_flow.
EDUCATOR-949
Fixed 2 of 3 flaky tests
EDUCATOR-949
possible fix for third failing test
Another possible fix for third flaky test
starting tests again
starting tests again
removing flaky decorators
possible fix for fourth flaky test
fixing quality errors
removing flaky decorator from fourth test
2017-08-01 15:23:17 -04:00
Sofiya Semenova
d888498038
EDUCATOR-699 Modify deleted group warning on the unit/container page
...
EDUCATOR-1001 Fix language for visibility editor and validation to include units
2017-07-27 20:55:07 +00:00
Jeff LaJoie
aa5b8bed11
Merge pull request #15289 from edx/jlajoie/EDUCATOR-434
...
EDUCATOR-434: Unit Group Access
2017-07-19 15:32:02 -04:00
Jeff LaJoie
1c90220462
EDUCATOR-434: Extends Course Outline Unit settings to allow Group Access configuration
2017-07-19 14:17:38 -04:00
Christina Roberts
e9e72aec89
Merge pull request #15596 from edx/christina/update-organizations
...
Remove flaky wiki editing test
2017-07-19 14:02:45 -04:00
cahrens
67e61e878a
Remove flaky editing test.
...
EDUCATOR-511
2017-07-19 10:52:33 -04:00
Jeremy Bowman
dfca1fa2fa
Merge pull request #15574 from edx/jmbowman/PLAT-1619
...
PLAT-1619 karma and bok-choy Docker Devstack fixes
2017-07-18 15:04:02 -04:00
Eric Fischer
03896448ce
Skip flaky tests until we can fix them
2017-07-18 12:40:37 -04:00
Ari Rizzitano
a16f0b2fe0
test_problem_type_a11y is flaky
2017-07-17 11:39:27 -04:00
Jeremy Bowman
309ec0ac86
PLAT-1619 karma and bok-choy Docker Devstack fixes
2017-07-14 16:00:09 -04:00
Diana Huang
6f24c5a234
Deprecate the Course Home Sidebar setting.
2017-07-13 14:09:26 -04:00
Andy Armstrong
13854fb8ab
Handle anonymous and unenrolled users on the new course home page
...
LEARNER-1696
2017-07-11 14:10:52 -04:00
Omar Al-Ithawi
8816b85464
Use the marketing contact us page in email confirm change message
2017-07-10 10:24:49 -04:00
Harry Rein
7ea3b013ad
Style LMS header, footer and nav for Bootstrap.
2017-07-04 17:24:12 -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
Robert Raposa
2e80c1e66b
Refactor, enhance, and adjust unified_course_view flag.
...
This includes several general enhancement in addition
to the fixes for unified_course_view:
1. Add support for default when no waffle flag defined.
2. Add support for table_blacklist to assertNumQueries.
3. Rename flag to 'course_experience.course_outline_page'.
4. Change flag default to True when it is not defined.
2017-06-29 11:04:35 -04:00
Omar Al-Ithawi
1b46c3e646
Add optional support for Unicode usernames
...
Refactoring: Use format with named variables
2017-06-27 14:18:49 +03:00
Harry Rein
82daaa5ad3
Adding a reviews page to the course and updating the reviews module on the course about page. Removed the existing coursetalk implementation and put it in a fragment, removed the tests as well. Added configuration settings to specify the reviews template as well as the reviews provider. This is all protected by a waffle flag.
2017-06-23 11:27:48 -04:00
Jeremy Bowman
5a6b8cd35b
PLAT-1228 Support bok-choy in Docker Devstack
2017-06-22 15:03:12 -04:00
cahrens
31d99e8d2d
ED-549 Assign learner to a cohort before registration.
2017-06-16 10:23:13 +00:00
Eric Fischer
49c0342e73
Merge pull request #15167 from edx/efischer/update_celeryutils
...
Make use of ChordableDjangoBackend
2017-06-20 09:45:07 -04:00
Robert Raposa
340fb2b082
Add comment to save future self time.
2017-06-14 11:52:25 -04:00
Christina Roberts
23d480f457
Merge pull request #15306 from edx/christina/edu-511
...
Remove skip from test where failure cannot be reproduced
2017-06-14 09:15:11 -04:00
Andy Armstrong
c0007a11f3
Add new course search results page
...
LEARNER-1112
2017-06-13 16:36:32 -04:00
cahrens
04bf257d91
Remove flaky decorator.
...
Test passed > 130 times. Perhaps
querying for the content changes timing.
2017-06-13 15:10:38 -04:00
Eric Fischer
3ea7a18994
Revert "Merge pull request #15309 from edx/efischer/fix_studio_link_tests"
...
This reverts commit 8ca5c11a2b , reversing
changes made to 1acb51559a .
2017-06-13 13:52:31 -04:00
Sylvia Pearce
fe3105cc38
Update Studio help tokens following doc reorg for Publisher
2017-06-13 13:52:07 -04:00
Eric Fischer
9e6b449a62
Skip failing tests
2017-06-13 11:59:42 -04:00