Andrew Sung

Results 8 issues of Andrew Sung

**Describe the bug** Gyro CLI always exits with '0' even if there's an error. **To Reproduce** Give a wrong credential file in `init.gyro`, and run `gyro up`. **Expected behavior** Gyro...

Fix https://github.com/perfectsense/gyro-cloud/issues/4 For instance: .gyro/ui.gyro ``` @repository: 'https://artifactory.example.com/public' @plugin: "example:gyro-custom-ui:0.99.1-SNAPSHOT" @ui: 'gyro-custom::ui' ```

**Describe the bug** Duplicate subresource entries have been observed in state files. ``` aws::load-balancer 'frontend' '_configured-fields': ['name', 'security-groups', 'subnets', 'listener', 'health-check', 'tags'] . . . listener '_configured-fields': ['instance-port', 'instance-protocol', 'load-balancer-port',...

**Describe the bug** workflow can't be recovered if delete or replace action fails. **To Reproduce** Given the example that has verify, push, commit, reset stages, workflow can be recovered in...

**Describe the bug** Gyro should be able to handle `@Updatable` fields in `Diffable` type without replacing whole object. **To Reproduce** ``` class Foo extends Diffable { private String name; @Updateable...

bug

![screen shot 2016-05-10 at 6 21 00 pm](https://cloud.githubusercontent.com/assets/1467624/15164305/029f66b8-16dc-11e6-87c0-23b7e7e25238.png) This will hide unnecessary image sizes from UI. ![screen shot 2016-05-10 at 6 12 23 pm](https://cloud.githubusercontent.com/assets/1467624/15164270/bff2f834-16db-11e6-98ab-459072640698.png) ![screen shot 2016-05-10 at 6 14...

One downside of this approach is that embed code cannot be used in local file for testing as it will use `file` scheme. Please let me know if it's better...