0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 2 days ago.
Jun 14, 2025 — Jun 14, 2026
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... over 9 years ago
Pass tags when updating stacks, since this is now supported by CloudFormation. More... over 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... over 9 years ago
Allow the RDS Twig Extension to find shared snapshots. More... over 9 years ago
Support creating and updating stacks with no parameters. More... over 9 years ago
Fix check for the Stack model. More... over 9 years ago
Add a Twig function to get the latest revision of a deployment group. More... almost 10 years ago
Pin CodeDeploy API version. More... about 10 years ago
Add Twig extension to the the latest CodeDeploy revision for an application. More... about 10 years ago
Improve PHPDoc comments. More... over 10 years ago
- Fix handling of DBInstanceNotFound API error. - Update inaccurate PHPDoc comments. More... over 10 years ago
Add sebastian/phpcd 2.0.* as a dev dependency. More... over 10 years ago
Merge pull request #17 from royaloperahouse/Watch-stack More... over 10 years ago
Merge pull request #18 from royaloperahouse/AWS-Symfony-bundle More... over 10 years ago
Migrate from the Platinum Pixs AWS SDK bundle to the official AWS Symfony bundle More... over 10 years ago
Add Travis CI status to README. More... over 10 years ago
Do not run composer scripts when installing in Travis CI. More... over 10 years ago
- Move PHPUnit configuration to root of repository. - Add Travis CI configuration. More... over 10 years ago
Update dependencies: phpunit/phpunit to 5.2.*, symfony/monolog-bunndle to 2.9.*. More... over 10 years ago
Correct PHP version dependency (>=5.6.0). More... over 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... over 10 years ago
Add Jonathan Bull (jonathanbull) to contributors list. More... over 10 years ago
Merge pull request #16 from jonathanbull/master More... over 10 years ago
Use Owners parameter rather than a Filter to find EC2 images, as this allows using "self" as well as "amazon". More... over 10 years ago
Fix mispelt OnFailure key. More... over 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... over 10 years ago
Add check for whether a stack is a child stack to the find all stacks mapper method. More... over 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... over 10 years ago
Merge pull request #14 from royaloperahouse/Root-stack-name More... almost 11 years ago
Pass the environment and root stack name to all templates, so this can be fully propagated to all resources. More... almost 11 years ago