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

Update "ecs-project" directory to support addons #645

Closed
efekarakus opened this issue Feb 11, 2020 · 0 comments · Fixed by #657
Closed

Update "ecs-project" directory to support addons #645

efekarakus opened this issue Feb 11, 2020 · 0 comments · Fixed by #657
Assignees
Labels
area/addon Issues about addons. type/enhancement Issues that are improvements for existing features.

Comments

@efekarakus
Copy link
Contributor

Ask

We need to update the ecs-project/ directory in a workspace to instead create manifest files under an {appName}/ directory.

./
├── Dockerfile
├── LICENSE
├── app.js
└── ecs-project/
    └── {appName}/
        └── manifest.yml

Note that the manifest file is now renamed from {appName}-app.yml to only manifest.yml. This way we're using the same terminology as in our documentation when referring to the file.

Current system

./
├── Dockerfile
├── LICENSE
├── app.js
└── ecs-project/
    └── {appName}-app.yml

Parent story

This change will allow us to add an addons/ directory under the {appName}/ directory:
#644

@efekarakus efekarakus added type/refactor Issues that are for cleaning up the codebase. area/addon Issues about addons. labels Feb 11, 2020
@efekarakus efekarakus added this to Backlog in Sprint 🏃‍♀️ via automation Feb 11, 2020
@efekarakus efekarakus moved this from Backlog to In progress in Sprint 🏃‍♀️ Feb 11, 2020
@efekarakus efekarakus self-assigned this Feb 11, 2020
@efekarakus efekarakus added type/enhancement Issues that are improvements for existing features. and removed type/refactor Issues that are for cleaning up the codebase. labels Feb 11, 2020
Sprint 🏃‍♀️ automation moved this from In progress to Pending release Feb 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/addon Issues about addons. type/enhancement Issues that are improvements for existing features.
Projects
Sprint 🏃‍♀️
  
Pending release
Development

Successfully merging a pull request may close this issue.

1 participant