-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added requirement for pip>=1.3 #9
Merged
Merged
Conversation
This file contains 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
I approve this pull request. |
I still approve. |
chrisrossi
referenced
this pull request
in jazkarta/edx-platform
Dec 9, 2014
mbifulco
referenced
this pull request
in gymnasium/edx-platform
Oct 6, 2015
added logic to display correct button caption
cpennington
added a commit
that referenced
this pull request
Nov 17, 2015
Alter csmh migration command to run over range
shrlyhe
pushed a commit
that referenced
this pull request
Jun 5, 2017
# This is the 1st commit message: ENT-385 change error msg for confirm email # This is the commit message #2: remove changed msgid from po files # This is the commit message #3: add name to AUTHORS file # This is the commit message #4: remove lastfailed file # This is the commit message #5: GradingPolicyChanged Signal Handler https://openedx.atlassian.net/browse/EDUCATOR-393 # This is the commit message #6: EDUCATOR-435 | Include enrollment status in in course and problem grade reports. # This is the commit message #7: Change visibility to access. EDUCATOR-396 # This is the commit message #8: LEARNER-923 Make Pattern Library support tabs transparent # This is the commit message #9: Conform to WCAG 2 AA contrast minimums for Google OAuth. Also apply variables for FB/Linkedin OAuth2 rather than leave color hashes hanging around. # This is the commit message #10: Updated auto_auth endpoint to always return JSON Defaulting to a plaintext response makes no sense for an endpoint that is intended to be used by machines for testing. The endpoint now returns JSON only unless a redirect action is triggered. # This is the commit message #1: Fix the activation email support link in the dashboard sidebar # This is the commit message #2: Mask grades on progress page according to "Show Correctness" setting. # This is the commit message #3: More celery logging # This is the commit message #4: Eventing for grading policy change # This is the commit message #5: More specific grace_course logging # This is the commit message #6: Add course overrides of waffle flags. # This is the commit message #7: Mark test as flaky, and remove flaky from a fixed test. EDUCATOR-511 # This is the commit message #8: Fix for LEARNER-859: Updating styling on the course updates page to more clearly differentiate between multiple updates. Specifically: - Updated styling on date in the top left corner - Added horizontal line between updates - Removed ability to toggle updates on and off - Cleaned up code to always show all updates:
prachi1705
added a commit
to kkux/edx-platform
that referenced
this pull request
Jan 4, 2019
…ta and certificate.
mumarkhan999
pushed a commit
to mumarkhan999/edx-platform
that referenced
this pull request
Mar 4, 2019
…ollment.activated Add transformer for edx.course.enrollment.activated event
pomegranited
referenced
this pull request
in edx-olive/edx-platform-old
May 8, 2019
* Adds actual number of assignments types assigned to. * Adds total weight validation on assignment types. * Adds Assignment type weight summary modal dialog. * Adds translated strings (he, ar)
lpm0073
added a commit
to grid-synergy/edx-platform
that referenced
this pull request
Apr 27, 2021
yasir1brahim
pushed a commit
to yasir1brahim/edx-platform
that referenced
this pull request
May 4, 2021
Implement new notification types and change API format Approved-by: Oksana Slusarenko
Sujeet1379
pushed a commit
to chandrudev/edx-platform
that referenced
this pull request
Nov 17, 2022
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 should upgrade pip on Jenkins to a version that removes the "build" directory, which should solve the issues we've been having with version conflicts between packages.
I verified that it upgrades pip by running the manual test branch Jenkins job, then checking the version of pip in that virtualenv.
@brianhw Reviewed before the git history rewrite. (Brian, after some testing I determined that pip requirements are not installed in line order, so I moved the pip line back into its alphabetical position)
@nedbat Please review