-
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
Updates problem-builder version to match master #13641
Updates problem-builder version to match master #13641
Conversation
Thanks for the pull request, @pomegranited! It looks like you're a member of a company that does contract work for edX. If you're doing this work as part of a paid contract with edX, you should talk to edX about who will review this pull request. If this work is not part of a paid contract with edX, then you should ensure that there is an OSPR issue to track this work in JIRA, so that we don't lose track of your pull request. To automatically create an OSPR issue for this pull request, just visit this link: https://openedx-webhooks.herokuapp.com/github/process_pr?number=13641&repo=edx%2Fedx-platform |
jenkins run lettuce |
Thanks for the pull request, @pomegranited! I've created OSPR-1491 to keep track of it in JIRA. JIRA is a place for product owners to prioritize feature reviews by the engineering development teams. Feel free to add as much of the following information to the ticket:
All technical communication about the code itself will still be done via the GitHub pull request interface. As a reminder, our process documentation is here. |
@gsong This is the edx-platform update that relates to open-craft/problem-builder#119. Once that PR is merged, I'll update this PR to link to the specific commit hash, instead of just referencing the |
@pomegranited Yup. I've pushed this PR to the queue for engineering review and will follow up next week. Product managers have said they don't need to review functionality as long as you've confirmed with the partner that it satisfies their needs, which @antoviaque did. |
👍 from me on the updated version. |
@dianakhuang is there anyone else who needs to review, or can we merge? Our goal was to get this merged by end of Oct, so we're already a bit behind schedule. Thank you for your work on this, regardless! This is one of the larger PRs that's ever come through the OSPR process, I believe. |
@shaunagm I believe that I am the last reviewer needed. I am happy to merge once @pomegranited says that everything is set on the |
e8796f4
to
6536f84
Compare
Thank you, @dianakhuang and @shaunagm ! This has been a monumental PR, indeed. Hopefully future updates for this xblock won't be so huge 😄 I've bumped the version for Problem Builder to v2.6.0, and updated the sandbox to use the new tag. Merge when ready! |
Sorry.. just rebasing to see if it resolves those jenkins python errors. |
6536f84
to
d6787cd
Compare
@pomegranited @bradenmacdonald This breaks builds of edx-platform and CI because your tags are of the form v2.6.0 not 2.6.0 A simple pip install -r requirements/edx/edx-private.txt shows the problem.
This will not fail tests, because we do not test edx-private.txt |
@pomegranited It would be good to understand why the sandbox did not catch this problem. |
@cahrens my guess is that the sandbox was based off a -e with the git hash in it and only at the end was it switched to a tag based version string, but we'd have to go back and look at the deployed code. |
Desired Deployment Date: 2016-10-21
Client: DavidsonX
Updates the problem-builder version deployed on edX to add features provided from the
master
branch.Dependencies: open-craft/problem-builder#119
Sandbox URL:
Problem Builder - v2.6.0
Partner information: Hosted on edx.org (Davidson College)
Merge deadline: 27 Oct 2016
Testing instructions:
Introduction > Overview > Step Builder
.Features > Plot
.Features > Plot > Question 2
.Features > MCQ/MRQ Feedback
.Features > Assessment Mode > Problem Builder - Assessment Mode (deprecated)
.Features > Assessment Mode > Step Builder - Assessment Mode (implicit)
.Features > Dashboard
.Features > Instructor Tool
.To test specific changes, see the PR descriptions from open-craft/problem-builder#119.
And for more documentation on how to use Problem Builder, see: https://github.com/open-craft/problem-builder/tree/master/doc
Author notes and concerns:
See the Issues list on PR 119.
Reviewers
Settings