Ben Patterson
c8782f1401
Merge pull request #10024 from edx/benp/tnl-3492-flaky-test
...
Flag test as flaky. See TNL-3492.
2015-10-02 14:10:26 -04:00
Ben Patterson
6570552c8e
Merge pull request #10020 from edx/benp/TNL3489-flag-flaky-test
...
TNL-3489. Flag test as flaky.
2015-10-02 14:04:53 -04:00
Ben Patterson
ecdba7301a
Flag test as flaky. See TNL-3492.
2015-10-02 13:21:26 -04:00
Ben Patterson
ed13815b4f
TNL-3489. Flag test as flaky.
...
See ticket for details.
2015-10-02 10:57:57 -04:00
chrisndodge
4b37d788eb
Merge pull request #9977 from edx/cdodge/flaky-test
...
Mark test_can_add_remove_allowance Bokchoy test as flaky for now
2015-10-01 22:07:20 -04:00
Peter Fogg
ffe2aef41e
Fix displaying wrong membership on "My Team" view.
...
The heart of this fix is to change the "My Team" view to use a
collection of teams instead of memberships. The team card is
refactored to only take a team, rather than attempt to be polymorphic
over teams and team memberships. This change enabled removing a good
amount of old code. This also requires adding a `username` parameter
to the teams list endpoint which allows getting a list of all teams
for a single user, in order to allow refreshing the "My Teams" view
correctly. Currently this list is of length at most one.
TNL-3410
2015-10-01 11:56:15 -04:00
Chris Dodge
ac79909ba5
Mark test_can_add_remove_allowance Bokchoy test as flaky for now
2015-09-30 10:21:50 -04:00
Brian Beggs
d9de52751d
Merge remote-tracking branch 'origin/release' into bbeggs/2015-09-22-release-to-master
2015-09-28 20:58:34 -04:00
Ben Patterson
2fd6add524
Revert "Merge DRF 3.1 in to master"
2015-09-28 17:12:43 -04:00
Will Daly
d11ccad0fc
Upgrade djangorestframework to v3.1
...
* Upgrade edx-submissions
* Upgrade edx-ora2
* Upgrade edx-val
* Upgrade edx-proctoring
* Update all edx-platform code that depends on DRF, including:
- auth_exchange
- cors_csrf
- embargo
- enrollment
- util
- commerce
- course_structure
- discussion_api
- mobile_api
- notifier_api
- teams
- credit
- profile_images
- user_api
- lib/api (OAuth2 and pagination)
2015-09-28 11:52:30 -04:00
Will Daly
8555630df7
Upgrade djangorestframework to v3.1
...
* Upgrade edx-submissions
* Upgrade edx-ora2
* Upgrade edx-val
* Upgrade edx-proctoring
* Update all edx-platform code that depends on DRF, including:
- auth_exchange
- cors_csrf
- embargo
- enrollment
- util
- commerce
- course_structure
- discussion_api
- mobile_api
- notifier_api
- teams
- credit
- profile_images
- user_api
- lib/api (OAuth2 and pagination)
2015-09-25 12:40:57 -04:00
Matt Drayer
e51c4f23d3
Merge pull request #9822 from edx/saleem-latif/SOL-565
...
saleem-latif/SOL-565
2015-09-24 10:19:43 -04:00
clrux
0b64f2d612
Merge pull request #9525 from edx/clrux/ac-76
...
LMS: Course navigation revamp
2015-09-23 14:26:10 -04:00
Ahsan Ulhaq
508ded2673
LMS: course navigation menu refactor
2015-09-23 13:13:18 -04:00
Saleem Latif
05a72486f3
date format "Monday at 3pm UTC" added for courses starting with-in 5 days
2015-09-23 12:17:08 +05:00
Colin-Fredericks
350387c0a9
TNL-3197 Partial Credit (not Dropdown)
...
Updated templates
Updating responsetype tests.
Updating other tests for PC
Putting OptionInput back the way it was.
Acceptance tests for partial credit
Testing tools
pep8
scss name fix
Missing }
icon fix
icon fix
2015-09-22 13:20:39 -04:00
Kevin Falcone
81abdbe81b
Merge pull request #9819 from edx/release
...
Release
2015-09-17 21:30:48 -04:00
Kevin Falcone
dbc0803fc9
Quality fix (team isn't used)
2015-09-17 17:53:11 -04:00
Peter Fogg
0f78989220
Escape team name in screenreader text.
2015-09-17 16:15:50 -04:00
John Eskew
7c0663f25e
Merge remote-tracking branch 'origin/release' into jeskew/resolve_issues_with_release
2015-09-16 15:58:08 -04:00
Ben Patterson
754145a180
Rebalance. Shard_5 is getting long comparatively.
2015-09-15 15:19:38 -04:00
Andy Armstrong
f80b6221d9
Fix duplicate calls to search API
...
TNL-3198
Also fixed a regression with the search breadcrumbs
where it wasn't possible to navigate back to the
full list.
2015-09-14 13:32:45 -04:00
Muhammad Shoaib
20a3723544
Merge pull request #9693 from edx/muhhshoaib/fix-flaky-test
...
SOL-1182 Fix of Flaky test in proctored exams.
2015-09-14 13:44:41 +05:00
Bill DeRusha
eec2bed0c7
Add edx-search configuration to lms
...
remove "defensive code" until we can figure out how to actually
catch the errors,
2015-09-11 13:55:39 -04:00
Muhammad Shoaib
a7cec3283a
Fix of Flaky test in proctored exams.
2015-09-11 20:08:58 +05:00
Diana Huang
f37ffc2f03
Add the course as part of the context for teams events.
...
TNL-3248
2015-09-10 17:24:54 -04:00
Eric Fischer
17e6453546
Merge pull request #9520 from edx/efischer/teams-instructor-toolbar
...
Teams Instructor Tools bar
2015-09-10 17:24:39 -04:00
Eric Fischer
65cbab739a
Team deleted and learner removed events
...
Now emitting `edx.team.deleted` event where relevant. Includes tests.
Also includes tests to cover learner_removed events that are fired
as part of the deletion process, as well as learner_removed events
fired from the edit membership view.
Adding these deleted events has brought about a change in the teams
API - the DELETE membership endpoint now takes an optional `admin`
query parameter to differentiate between admin removal and self
removal for analytics purposes.
Also includes some changes needed to get page viewed events working
with admin tools changes made in this PR.
2015-09-10 16:37:04 -04:00
cahrens
3662fbc133
Edit Membership functionality and tests
...
TNL-1913
2015-09-10 16:36:55 -04:00
Peter Fogg
f8da90e533
Merge pull request #9667 from edx/peter-fogg/join-team-redirect
...
Fix redirecting to topics page after joining a team.
2015-09-10 12:46:29 -04:00
Peter Fogg
0c3be8e121
Delete Team functionality and tests
...
TNL-3164 TNL-3163
2015-09-10 12:42:33 -04:00
Peter Fogg
146078e2c6
Fix redirecting to topics page after joining a team.
...
TNL-3232
2015-09-10 11:55:27 -04:00
Daniel Friedman
3b957a7ee9
Add page viewed events to teams app.
...
TNL-3188
2015-09-09 23:04:44 -04:00
Peter Fogg
1c910cfbbb
Merge pull request #9631 from edx/peter-fogg/teams-ajax-errors
...
Respond to AJAX errors in Teams UI.
2015-09-09 18:49:39 -04:00
Peter Fogg
95339311b0
Respond to AJAX errors in Teams UI.
...
TNL-3042
2015-09-09 17:04:23 -04:00
Clinton Blackburn
b5d6b210fd
Merge pull request #9681 from edx/release
...
Release 2015-09-09
2015-09-09 12:38:15 -04:00
Diana Huang
0b78ffdf83
Merge pull request #9632 from edx/diana/teams-changed-event
...
Add events for tracking when teams are edited.
2015-09-08 15:21:49 -04:00
Bill DeRusha
62ef4b5b8f
Add more defensive code around elasticsearch connection
2015-09-08 12:12:05 -04:00
Jesse Zoldak
baa7bbdd94
Flag test as flaky SOL-1183
2015-09-08 10:36:10 -04:00
Diana Huang
8c1bf2cd3a
Add events for tracking when teams are edited.
...
TNL-3190
2015-09-04 15:27:40 -04:00
Peter Fogg
d7e1ec1922
Merge pull request #9613 from edx/peter-fogg/team-search-events
...
Add teams eventing for search.
2015-09-04 13:22:39 -04:00
Sarina Canelake
0dbcd397e9
Merge pull request #9571 from mirjamsk/mirjamsk/TNL-3183
...
Addresses TNL-3183
2015-09-04 13:01:07 -04:00
Peter Fogg
86cce5f0ef
Add teams eventing for search.
...
TNL-3187
2015-09-04 12:40:37 -04:00
Diana Huang
a743f4a642
Add teams eventing and tests.
2015-09-04 10:45:01 -04:00
Afzal Wali Naushahi
f80720d09e
Merge pull request #9541 from edx/afzaledx/extending_auto_auth_for_verified_users
...
Added the ability to change the enrollment mode in the auto_auth API
2015-09-02 23:27:36 +05:00
Andy Armstrong
4be74937df
Add searching to the teams view
...
TNL-1935
2015-09-02 12:26:07 -04:00
Ben Patterson
e47eb205d4
Merge pull request #9577 from edx/benp/ECOM-1165-declare-it-flaky
...
Tagging this test as flaky.
2015-09-02 10:36:11 -04:00
Afzal Wali
257aaaee83
Added the ability to change the enrollment mode in the auto_auth API (used for bokchoy and load tests).
...
Modified some tests to use the modified API.
Quality
Quality
Updated the comment.
Quality
2015-09-02 19:05:34 +05:00
Adam
3792d67fd1
Merge pull request #9567 from edx/merge-release-into-master
...
Merge release into master
2015-09-02 09:21:45 -04:00
Ben Patterson
b4b0971c04
Tagging this test as flaky.
...
ECOM-1165
2015-09-02 08:38:05 -04:00