-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature: Plan import #97
Conversation
add simulation args to plan import
5f08dae
to
528fb1b
Compare
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.
Thanks all - I think all blockers from @Mythicaeda above have been addressed and we'll handle the others in a later release - I agree that both the bulk insert & transactions proposals are worth doing in future. I've tested this a bit more with @duranb using Banananation as well as some other plans provided by Brad, and everything behaved as expected. Approving this for release in 2.16.0
Resolves #1154
Refer to NASA-AMMOS/aerie-ui#1388 for testing procedure.
This adds a new
/importPlan
route for plan import as well as creates a new process that hopefully speeds up local development.The new
dev
npm script watches for code changes and automatically rebuilds and deploys the server.