-
Notifications
You must be signed in to change notification settings - Fork 194
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
release v3.0.0 #105
Merged
Merged
release v3.0.0 #105
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
Signed-off-by: Ross Hadden <rosshadden@gmail.com>
chore: release v3.0.0-alpha.2
Signed-off-by: Spencer Norman <spencern@gmail.com>
Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
Add dc pull, and update Readme
Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
Signed-off-by: Spencer Norman <spencern@gmail.com>
Signed-off-by: Spencer Norman <spencern@gmail.com>
Signed-off-by: Spencer Norman <spencern@gmail.com>
Signed-off-by: Spencer Norman <spencern@gmail.com>
…l-errors fix: ignore dc pull errors
…dates docs: Update readme for 3.0.0
Signed-off-by: Ross Hadden <rosshadden@gmail.com>
chore: release v3.0.0-alpha.3
Avoid errors like "pathspec 'v3.0.0-alpha.2' did not match any file(s) known to git" in case where you pulled platform but haven't pulled the new tag refs in individual projects Signed-off-by: Eric Dobbertin <eric@pop-os.localdomain>
fix: git fetch before git checkout
Signed-off-by: Erik Kieckhafer <ek@ato.la>
release v3.0.0-beta
Signed-off-by: trojanh <rajan.tiwari@kiprosh.com>
Signed-off-by: trojanh <rajan.tiwari@kiprosh.com>
Signed-off-by: trojanh <rajan.tiwari@kiprosh.com>
Signed-off-by: trojanh <rajan.tiwari@kiprosh.com>
Signed-off-by: trojanh <rajan.tiwari@kiprosh.com>
Signed-off-by: trojanh <rajan.tiwari@kiprosh.com>
Signed-off-by: Peter Lyons <pete@reactioncommerce.com>
fix: Reorder subprojects based on dependency order for startup
There's a lot of bootstrapping required on a new installation before we get to starting the apps. All of that bootstrapping's done in the init-* tasks. This adds `init-dev` and per-project examples that can initialize the whole development platform, or a single project, in dev mode. Signed-off-by: Ticean Bennett <ticean@reactioncommerce.com>
Signed-off-by: Ticean Bennett <ticean@reactioncommerce.com>
Signed-off-by: Erik Kieckhafer <ek@ato.la>
Signed-off-by: Ticean Bennett <ticean@reactioncommerce.com>
feature: Add command to start projects in development mode
Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
Signed-off-by: Erik Kieckhafer <ek@ato.la>
Signed-off-by: Erik Kieckhafer <ek@ato.la>
release v3.0.0-beta.3 to update reaction-admin
Signed-off-by: Erik Kieckhafer <ek@ato.la>
feat: consolidate to one external network
Signed-off-by: Erik Kieckhafer <ek@ato.la>
release v3.0.0-beta.4: update all projects for their beta releases
Signed-off-by: Erik Kieckhafer <ek@ato.la>
kieckhafer
requested review from
rosshadden,
aldeed,
manueldelreal and
spencern
February 6, 2020 02:31
rosshadden
approved these changes
Feb 6, 2020
manueldelreal
approved these changes
Feb 6, 2020
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.
aldeed
approved these changes
Feb 6, 2020
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.
v3.0.0
This is the v3.0.0 release of
reaction-development-platform
. This project is designed to be quickest way to get started with the Reaction API and its supporting services in a local development environment.The following Reaction projects are being released one time in coordination as v3.0.0
After this release, Reaction releases will no longer be coordinated across all projects - we'll release each project independently, as needed. This means version numbers will no longer be in sync. The newest versions of each project will work together.
This project,
reaction-development-platform
, will always be updated when any other project is released to keep it in sync with the latest releases from all Reaction projects.