-
Notifications
You must be signed in to change notification settings - Fork 50
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
feat: upgrade to quince #47
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
1bf815c
docs: change quickstart to launch
831d314
Merge remote-tracking branch 'origin/master' into nightly
04ff297
Merge remote-tracking branch 'origin/master' into nightly
aecbbbc
Merge remote-tracking branch 'origin/master' into nightly
7f0519b
Merge remote-tracking branch 'origin/master' into nightly
f8f402e
Merge remote-tracking branch 'origin/master' into nightly
acb0419
Merge remote-tracking branch 'origin/master' into nightly
40095aa
Merge remote-tracking branch 'origin/master' into nightly
e1f70dd
Merge remote-tracking branch 'origin/master' into nightly
2da9e85
Merge remote-tracking branch 'origin/master' into nightly
6b41471
Merge remote-tracking branch 'origin/master' into nightly
c1ed76c
Merge remote-tracking branch 'origin/master' into nightly
f277b91
Merge remote-tracking branch 'origin/master' into nightly
f899bda
Merge remote-tracking branch 'origin/master' into nightly
9d72da2
Merge remote-tracking branch 'origin/master' into nightly
e895ea3
feat: label nightly version
regisb 8bd403c
fix: nightly package version
regisb 3eec45a
Merge branch 'master' into nightly
regisb 9c15329
Merge remote-tracking branch 'origin/master' into nightly
3f62e9d
Merge remote-tracking branch 'origin/master' into nightly
149e1e3
Merge remote-tracking branch 'origin/master' into nightly
5808fd7
Merge remote-tracking branch 'origin/master' into nightly
b2f97d0
Merge remote-tracking branch 'origin/master' into nightly
a065a93
Merge branch 'master' into nightly
regisb 1d1a336
Merge remote-tracking branch 'origin/master' into nightly
a7ad233
Merge remote-tracking branch 'origin/master' into nightly
18d3fc7
Merge remote-tracking branch 'origin/master' into nightly
c867b48
Merge remote-tracking branch 'origin/master' into nightly
bd82a18
Merge remote-tracking branch 'origin/master' into nightly
8e36453
Merge remote-tracking branch 'origin/master' into nightly
49f8837
local.overhang.io -> local.edly.io
regisb d313fe9
Merge remote-tracking branch 'origin/master' into nightly
d26c8a2
Merge branch 'master' into nightly
regisb 69f2cc4
fix: MFE repo urls
regisb c13d99b
Merge remote-tracking branch 'origin/master' into nightly
1d63a93
Merge remote-tracking branch 'origin/master' into nightly
c5aef92
feat: upgrade to quince
ziafazal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,17 +87,17 @@ Operations | |
Creating a user | ||
~~~~~~~~~~~~~~~ | ||
|
||
The ecommerce user interface will be available at http://ecommerce.local.overhang.io for a local instance, and at ``ECOMMERCE_HOST`` (by default: ``http(s)://ecommerce.<yours lms host>``) in production. In order to run commands from the UI, a user with admin rights must be created. There are two ways to proceed. To create a brand new user in E-Commerce which will not exist in the LMS, run:: | ||
The ecommerce user interface will be available at http://ecommerce.local.edly.io for a local instance, and at ``ECOMMERCE_HOST`` (by default: ``http(s)://ecommerce.<yours lms host>``) in production. In order to run commands from the UI, a user with admin rights must be created. There are two ways to proceed. To create a brand new user in E-Commerce which will not exist in the LMS, run:: | ||
|
||
tutor local run ecommerce ./manage.py createsuperuser | ||
|
||
Then login with this new user at: http://ecommerce.local.overhang.io/admin/ | ||
Then login with this new user at: http://ecommerce.local.edly.io/admin/ | ||
|
||
To re-use an existing LMS user, first go to http://ecommerce.local.overhang.io/login. You should be redirected to the LMS login page, then to the dashboard. Then this user must be made a staff/superuser in E-Commerce:: | ||
To re-use an existing LMS user, first go to http://ecommerce.local.edly.io/login. You should be redirected to the LMS login page, then to the dashboard. Then this user must be made a staff/superuser in E-Commerce:: | ||
|
||
tutor local run ecommerce ./manage.py shell -c "from django.contrib.auth import get_user_model; get_user_model().objects.filter(email='[email protected]').update(is_staff=True, is_superuser=True)" | ||
|
||
Make sure to replace ``[email protected]`` by the actual user email address. You should then be able to view the Oscar dashboard at http://ecommerce.local.overhang.io. | ||
Make sure to replace ``[email protected]`` by the actual user email address. You should then be able to view the Oscar dashboard at http://ecommerce.local.edly.io. | ||
|
||
|
||
Custom payment processors | ||
|
@@ -122,7 +122,7 @@ Then, build the image, pointing to your fork if necessary:: | |
Development | ||
~~~~~~~~~~~ | ||
|
||
When running Tutor in development mode, the ecommerce service is accessible at http://ecommerce.local.overhang.io:8130. | ||
When running Tutor in development mode, the ecommerce service is accessible at http://ecommerce.local.edly.io:8130. | ||
|
||
To mount a local ecommerce repository in the ecommerce container, add an auto-mounted repository with:: | ||
|
||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "16.0.4" | ||
__version__ = "17.0.0" |
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
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
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
Oops, something went wrong.
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.
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.
Please take this opportunity to upgrade to nodeenv 1.8.0.