forked from openedx-unsupported/blockstore
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support multiple Open edX devstacks #1
Closed
Closed
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
FYI @bradenmacdonald. |
arbrandes
force-pushed
the
multiple-edx-devstacks
branch
4 times, most recently
from
May 20, 2020 19:40
8bdaba6
to
96f27e2
Compare
arbrandes
force-pushed
the
multiple-edx-devstacks
branch
from
May 27, 2020 19:59
96f27e2
to
6a8ff76
Compare
[BD-6] Add tests with python 3.8
…e-vs-app ADR for Blockstore as App
Removed deprecated future imports - BOM-1785
arbrandes
force-pushed
the
multiple-edx-devstacks
branch
from
August 4, 2020 13:28
6a8ff76
to
c127f55
Compare
Introduces two new query params for the GET /bundles API: - uuid takes comma separated uuids and return those bundles. - text_search searches for the text in the title, description and slug of available bundles.
…928-content-library-index [BD-14] Add support for filtering bundles by UUID and text search in title, description and slugs.
…add-dockerfile WIP: Add new dockerfile and github action to publish it
…x-make-docker-build Update make docker_build targets.
Move constraints to constraints.txt
[BD-6] OEP-18 compliance.
…x-unsupported#82)" (openedx-unsupported#84) This reverts commit b269ba9. We are reverting for two reasons: 1. We're diagnosing some blockstore deployment issues that arose in May, so we'd like to remove this variable for now. 2. We want Blockstore to support Python 3.5 and Python 3.8 simultaneously for a period of time so that we can toggle between 3.5/3.8 in edx/configuration easily.
arbrandes
force-pushed
the
multiple-edx-devstacks
branch
from
September 21, 2020 13:03
c127f55
to
aaf5a6b
Compare
arbrandes
force-pushed
the
multiple-edx-devstacks
branch
4 times, most recently
from
September 30, 2020 15:15
d2608d1
to
c5569df
Compare
This allows for multiple edX devstacks (introduced via https://github.com/edx/devstack/pull/532) by letting the user specify which compose project to target. It also adds a couple of convenience Makefile targets.
arbrandes
force-pushed
the
multiple-edx-devstacks
branch
from
September 30, 2020 15:17
c5569df
to
c9e9002
Compare
@arbrandes The PR referenced in this PR has merged. Does that mean this is now needed? |
@Kelketek, you comment was buried in my inbox - forgive the delay. This has actually been merged as part of the upstream PR. |
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.
Description
This allows for multiple edX devstacks by letting the user specify which compose project to target.
Concerns
This will be necessary if/when https://github.com/edx/devstack/pull/532 merges. For now this is up for comments, only.