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

refactor x resources application logic #39

Merged
merged 4 commits into from
Apr 30, 2020
Merged

Conversation

JohnPreston
Copy link
Member

Refactor that allows to create the bare minimum required for ECS Services stacks and then add to these stacks the IAM policies etc. from the X instead of building all the X services first and then creating the ECS services which means doing the job twice in most places.

* Working standalone RDS execution
* Some docs upgrade in structure
@JohnPreston JohnPreston added enhancement New feature or request fix This provides a fix for an open issue labels Apr 29, 2020
@JohnPreston JohnPreston self-assigned this Apr 29, 2020
@JohnPreston JohnPreston requested a review from hspencer77 April 29, 2020 22:11
@JohnPreston JohnPreston linked an issue Apr 29, 2020 that may be closed by this pull request
@JohnPreston JohnPreston merged commit 77ff038 into master Apr 30, 2020
@JohnPreston JohnPreston deleted the refactor/xlogic branch April 30, 2020 08:33
JohnPreston added a commit that referenced this pull request May 3, 2020
* Bug fix for root template and Cluster reference (#20)
* Expand TagsSpecifications with x-tags (#24)
* Reformatted with black (#25)
* Allow to specify directory to write all the templates to in addition to S3. (#27)
* Added `make conform` to run black against the code to standardize syntax (#26)
* Templates & Stacks refactor (#38)
* Refactor of XModules logic onto ECS services (#39)
* x-rds implemented and tested working with Aurora (#29)
* Working SQS refactor (#40)
* Docs update and first go at IAM perms (#22)
* Updated tests and small patches for 0.2.0 (#43)
* Added License header and changed to GPLv3 (#44)
* Docs for 0.2.0 (#42)

Signed-off-by: John Preston <[email protected]>
JohnPreston pushed a commit that referenced this pull request May 3, 2020
* Bug fix for root template and Cluster reference (#20)
* Expand TagsSpecifications with x-tags (#24)
* Reformatted with black (#25)
* Allow to specify directory to write all the templates to in addition to S3. (#27)
* Added `make conform` to run black against the code to standardize syntax (#26)
* Templates & Stacks refactor (#38)
* Refactor of XModules logic onto ECS services (#39)
* x-rds implemented and tested working with Aurora (#29)
* Working SQS refactor (#40)
* Docs update and first go at IAM perms (#22)
* Updated tests and small patches for 0.2.0 (#43)
* Added License header and changed to GPLv3 (#44)
* Docs for 0.2.0 (#42)

Signed-off-by: John Preston <[email protected]>
JohnPreston pushed a commit that referenced this pull request May 3, 2020
* Bug fix for root template and Cluster reference (#20)
* Expand TagsSpecifications with x-tags (#24)
* Reformatted with black (#25)
* Allow to specify directory to write all the templates to in addition to S3. (#27)
* Added `make conform` to run black against the code to standardize syntax (#26)
* Templates & Stacks refactor (#38)
* Refactor of XModules logic onto ECS services (#39)
* x-rds implemented and tested working with Aurora (#29)
* Working SQS refactor (#40)
* Docs update and first go at IAM perms (#22)
* Updated tests and small patches for 0.2.0 (#43)
* Added License header and changed to GPLv3 (#44)
* Docs for 0.2.0 (#42)

Signed-off-by: John Preston <[email protected]>
JohnPreston pushed a commit that referenced this pull request May 3, 2020
* Bug fix for root template and Cluster reference (#20)
* Expand TagsSpecifications with x-tags (#24)
* Reformatted with black (#25)
* Allow to specify directory to write all the templates to in addition to S3. (#27)
* Added `make conform` to run black against the code to standardize syntax (#26)
* Templates & Stacks refactor (#38)
* Refactor of XModules logic onto ECS services (#39)
* x-rds implemented and tested working with Aurora (#29)
* Working SQS refactor (#40)
* Docs update and first go at IAM perms (#22)
* Updated tests and small patches for 0.2.0 (#43)
* Added License header and changed to GPLv3 (#44)
* Docs for 0.2.0 (#42)

Signed-off-by: John Preston <[email protected]>
JohnPreston pushed a commit that referenced this pull request May 3, 2020
* Bug fix for root template and Cluster reference (#20)
* Expand TagsSpecifications with x-tags (#24)
* Reformatted with black (#25)
* Allow to specify directory to write all the templates to in addition to S3. (#27)
* Added `make conform` to run black against the code to standardize syntax (#26)
* Templates & Stacks refactor (#38)
* Refactor of XModules logic onto ECS services (#39)
* x-rds implemented and tested working with Aurora (#29)
* Working SQS refactor (#40)
* Docs update and first go at IAM perms (#22)
* Updated tests and small patches for 0.2.0 (#43)
* Added License header and changed to GPLv3 (#44)
* Docs for 0.2.0 (#42)

Signed-off-by: John Preston <[email protected]>
JohnPreston added a commit that referenced this pull request May 3, 2020
* Added License header and changed to GPLv3 (#44)
* Bug fix for root template and Cluster reference (#20)
* Expand TagsSpecifications with x-tags (#24)
* Reformatted with black (#25)
* Allow to specify directory to write all the templates to in addition to S3. (#27)
* Added `make conform` to run black against the code to standardize syntax (#26)
* Templates & Stacks refactor (#38)
* Refactor of XModules logic onto ECS services (#39)
* x-rds implemented and tested working with Aurora (#29)
* Working SQS refactor (#40)
* Docs update and first go at IAM perms (#22)
* Updated tests and small patches for 0.2.1 (#43)
* Added License header and changed to GPLv3 (#44)
* Docs for 0.2.1 (#42)
*Patch CLI and CFN tool to generate the CFN configuration file.

Signed-off-by: John Preston <[email protected]>
@JohnPreston JohnPreston changed the title WIP refactor x resources application logic refactor x resources application logic May 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fix This provides a fix for an open issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement x-rds to create RDS DBs
1 participant