From: <no...@gi...> - 2010-03-10 00:23:52
|
Branch: refs/heads/hqapi-2.x Home: http://github.com/hyperic/hqapi Commit: 97d8d3f45c044efca2b277c01bc6882d74ef63f9 http://github.com/hyperic/hqapi/commit/97d8d3f45c044efca2b277c01bc6882d74ef63f9 Author: Ryan Morgan <rm...@hy...> Date: 2010-03-09 (Tue, 09 Mar 2010) Changed paths: M ChangeLog M hqu/hqapi1/app/AlertdefinitionController.groovy M hqu/hqapi1/app/ResourceController.groovy M src/org/hyperic/hq/hqapi1/AlertDefinitionApi.java M src/org/hyperic/hq/hqapi1/ResourceApi.java M src/org/hyperic/hq/hqapi1/test/AlertDefinitionGetByResource_test.java M src/org/hyperic/hq/hqapi1/test/ResourceFind_test.java M src/org/hyperic/hq/hqapi1/test/WADLAlertDefinition_test.java M src/org/hyperic/hq/hqapi1/test/WADLMetric_test.java M src/org/hyperic/hq/hqapi1/test/WADLResource_test.java M src/org/hyperic/hq/hqapi1/tools/AlertDefinitionCommand.java M xsd/HQApi1.wadl Log Message: ----------- Add APIs for listing resources by description and finding alert definitions by resource. Commit: a94f905d02e24172cac0d8daef1cbb03ec8cebd3 http://github.com/hyperic/hqapi/commit/a94f905d02e24172cac0d8daef1cbb03ec8cebd3 Author: Ryan Morgan <rm...@hy...> Date: 2010-03-09 (Tue, 09 Mar 2010) Changed paths: A src/org/hyperic/hq/hqapi1/test/AlertDefinitionGetByResources_test.java Log Message: ----------- Add test for AlertDefinitionApi.getAlertDefinitions(List<Resource>) |