Implement a course outline REST API#2216
Merged
andy-armstrong merged 1 commit intomasterfrom Jan 22, 2014
Merged
Conversation
|
@andy-armstrong Check the coverage report-- it looks like part of your unit test may not be executed (it could also be a false positive, as there seem to be some bugs in diffcover). |
There was a problem hiding this comment.
FYI-- this can be simplified to self.course_locator.url_reverse('course'). No need to change, just wanted to let you know.
Contributor
Author
|
@cahrens @dmitchell Here's a version with unit tests that actually test stuff. |
STUD-1192
Contributor
Author
|
@cahrens @dmitchell Here's a squashed version with Christina's suggestions applied. |
|
👍 |
1 similar comment
Contributor
|
👍 |
andy-armstrong
added a commit
that referenced
this pull request
Jan 22, 2014
Implement a course outline REST API
4 tasks
jenkins-ks
pushed a commit
to nttks/edx-platform
that referenced
this pull request
Oct 19, 2017
* fix add note to Zendesk help openedx#2194 (openedx#2202) * fix add library option, and library links to the course. openedx#2181 (openedx#2205) * second fix. add library option, and library links to the course. openedx#2210 (openedx#2211) * third fix. add library option, and library links to the course. openedx#2213 (openedx#2214) * Add the validation of the due date before 1900 openedx#2188 (openedx#2208) * Fix bug for biz playback page title openedx#2195 (openedx#2203) * fix test case. add library option, and library links to the course. openedx#2213 (openedx#2220) * Add note to page of Password reset confirm. openedx#2216 (openedx#2217) * Add login code to Playback Status page when the contract using login code openedx#2193 (openedx#2209)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This implements STUD-1192, which provides the service needed for the new move modal (STUD-1054).
@cahrens @dmitchell Please review.