Skip to content
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

Merged
merged 7 commits into from
Jul 24, 2024
Merged

Feature: Plan import #97

merged 7 commits into from
Jul 24, 2024

Conversation

duranb
Copy link
Contributor

@duranb duranb commented Jul 18, 2024

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.

@duranb duranb force-pushed the feature/plan-import branch from 5f08dae to 528fb1b Compare July 19, 2024 20:22
README.md Show resolved Hide resolved
docs/ENVIRONMENT.md Show resolved Hide resolved
src/packages/plan/gql.ts Show resolved Hide resolved
src/packages/plan/plan.ts Show resolved Hide resolved
src/packages/plan/plan.ts Outdated Show resolved Hide resolved
@Mythicaeda Mythicaeda added the breaking change A change that will require updating downstream code label Jul 24, 2024
Copy link
Collaborator

@dandelany dandelany left a 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

@dandelany dandelany merged commit 9735093 into develop Jul 24, 2024
4 checks passed
@dandelany dandelany deleted the feature/plan-import branch July 24, 2024 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change A change that will require updating downstream code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upload and Download Plans
3 participants