-
Notifications
You must be signed in to change notification settings - Fork 27
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
Fix github url strings (org edx -> openedx) #384
Conversation
Codecov ReportBase: 94.40% // Head: 94.40% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #384 +/- ##
=======================================
Coverage 94.40% 94.40%
=======================================
Files 28 28
Lines 3004 3004
Branches 240 240
=======================================
Hits 2836 2836
Misses 150 150
Partials 18 18
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
c756b70
to
138765f
Compare
edxval/pacts/README.md
Outdated
@@ -4,7 +4,7 @@ This readme contains the description of different files in the current directory | |||
* middleware.py: This contains an authentication middleware that adds an authenticated user to the requests that are made while running provider verification. | |||
* views.py: This will have provider state setup view which is hit during provider verification to setup appropriate DB state per interaction | |||
* utils.py: Different DB utilities used by views.py | |||
* video-encode-manager-edx-val.json: The only pact file is a duplicate of pact file from https://github.com/edx/video-encode-manager/blob/a4f4c12db0c3919858df1e2fa58ee74071bc264a/encode_manager/apps/core/tests/pact_tests/pacts/video-encode-manager-edx-val.json. This is temporarily needed until pact broker can be setup. Until then, any update in the original pact should be ported in the json in VAL. | |||
* video-encode-manager-edx-val.json: The only pact file is a duplicate of pact file from https://github.com/openedx/video-encode-manager/blob/a4f4c12db0c3919858df1e2fa58ee74071bc264a/encode_manager/apps/core/tests/pact_tests/pacts/video-encode-manager-edx-val.json. This is temporarily needed until pact broker can be setup. Until then, any update in the original pact should be ported in the json in VAL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
video-encode-manager is a private repo in edX Github org. The org name change should not be done here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DawoudSheraz thanks! I pushed a commit.
45ceb7d
to
3f74365
Compare
This PR was autogenerated
This pr replaces the old GitHub organization, github.com/edx, with the new GitHub organization, github.com/openedx.
Tagging @openedx/tcril-engineering for review, but others are welcome to provide review.
Ref: openedx/axim-engineering#42