0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 25, 2024 — Dec 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use CloudFormation API to get template bodies instead of using the S3 URL. More... almost 9 years ago
Pass tags when updating stacks, since this is now supported by CloudFormation. More... almost 9 years ago
Add the 'roh:stack-manager:root-stack-name' tag to the stack itself so it will automatically cascade down to resources that support tags. More... almost 9 years ago
Allow the RDS Twig Extension to find shared snapshots. More... about 9 years ago
Support creating and updating stacks with no parameters. More... about 9 years ago
Fix check for the Stack model. More... about 9 years ago
Add a Twig function to get the latest revision of a deployment group. More... over 9 years ago
Pin CodeDeploy API version. More... over 9 years ago
Add Twig extension to the the latest CodeDeploy revision for an application. More... over 9 years ago
Improve PHPDoc comments. More... almost 10 years ago
- Fix handling of DBInstanceNotFound API error. - Update inaccurate PHPDoc comments. More... almost 10 years ago
Add sebastian/phpcd 2.0.* as a dev dependency. More... almost 10 years ago
Merge pull request #17 from royaloperahouse/Watch-stack More... almost 10 years ago
Merge pull request #18 from royaloperahouse/AWS-Symfony-bundle More... almost 10 years ago
Migrate from the Platinum Pixs AWS SDK bundle to the official AWS Symfony bundle More... almost 10 years ago
Add Travis CI status to README. More... almost 10 years ago
Do not run composer scripts when installing in Travis CI. More... almost 10 years ago
- Move PHPUnit configuration to root of repository. - Add Travis CI configuration. More... almost 10 years ago
Update dependencies: phpunit/phpunit to 5.2.*, symfony/monolog-bunndle to 2.9.*. More... almost 10 years ago
Correct PHP version dependency (>=5.6.0). More... almost 10 years ago
- Move properties of the Stack model that are only available via the API in to a separate ApiStack model. - Add a service that polls for stack events and passes them to a callback until a certain stack event is seen. More... almost 10 years ago
Add Jonathan Bull (jonathanbull) to contributors list. More... almost 10 years ago
Merge pull request #16 from jonathanbull/master More... almost 10 years ago
Use Owners parameter rather than a Filter to find EC2 images, as this allows using "self" as well as "amazon". More... almost 10 years ago
Fix mispelt OnFailure key. More... almost 10 years ago
- Update dependencies: phpunit/phpunit to 5.1.*, seld/jsonlint to 1.4.*, sensio/buzz-bundle to 1.0.*, sensio/distribution-bundle to 5.0.*, sensio/generator-bundle to 3.0.*, fabpot/php-cs-fixer to 1.11.*. More... almost 10 years ago
Add check for whether a stack is a child stack to the find all stacks mapper method. More... almost 10 years ago
Format the account id in an AWS RDS ARN as a string rather than an integer for compatability with 32-bit systems. More... about 10 years ago
Merge pull request #14 from royaloperahouse/Root-stack-name More... over 10 years ago
Pass the environment and root stack name to all templates, so this can be fully propagated to all resources. More... over 10 years ago