Commit Graph

48 Commits

Author SHA1 Message Date
Adam Lowe 507483540e GleSYS provider: fixing typo 2012-01-28 12:38:51 +00:00
Adam Lowe 3ce3b28b21 GleSYS provider: updating ServerStatus for GleSYS api Beta v0.1.6 changes 2012-01-27 10:35:22 +00:00
Adam Lowe 2897caf24d GleSYS provider: updating DomainClientExpectTest to parsing of domain_list_records.json 2012-01-27 10:08:05 +00:00
Adam Lowe a08045982a GleSYS provider: updating domain objects to match changes to the GleSYS api; removing redundant Parse*Tests 2012-01-27 10:08:05 +00:00
Adrian Cole d78741ab0d Merge pull request #317 from aplowe/master
GleSYS provider, adding template and IP details to ServerDetails bean
2012-01-16 13:43:44 -08:00
Adrian Cole 3df052565f updated current version to 1.4.0-SNAPSHOT 2012-01-16 13:08:32 -08:00
Adam Lowe f3bbcb601d Renaming ServerIp to Ip 2012-01-16 20:04:13 +00:00
Adam Lowe 6f009695e5 Adjusting ServerDetails with additional fields needed for GleSYSComputeServiceAdaptor 2012-01-16 14:49:18 +00:00
Adam Lowe f8efc3564f Adjusting ServerDetails with additional fields needed for GleSYSComputeServiceAdaptor 2012-01-16 14:45:45 +00:00
Adam Lowe 87cc6cc870 Adding class headers 2012-01-11 14:12:51 +00:00
Adam Lowe 6a83898406 Fixing bugs found by new ClientExpectTests 2012-01-11 10:17:26 +00:00
Adam Lowe 41dedd0498 Re-writing ClientExpectTest in the required format 2012-01-11 10:17:26 +00:00
Adam Lowe f1a8649c3f Removing erroneously committed files 2012-01-11 10:17:26 +00:00
Adam Lowe bb47f6bba1 Switching from AsyncClientTests to ClientExpectTests for Archive, Domain, Email and Server clients 2012-01-11 10:17:25 +00:00
Adam Lowe 602002660a Improving javadocs for Archive, Domain, Email and Server GleSYS clients 2012-01-11 10:17:25 +00:00
Adrian Cole e46ee9fbc4 Issue 807:update license headers 2012-01-09 10:54:57 -08:00
Mattias Holmqvist ad2c2a03e0 Updated names for add/remove in GleSYS IP client. 2012-01-07 23:37:28 +01:00
Mattias Holmqvist dec366c03a Added some functions to GleSYS IP. 2012-01-07 00:21:13 +01:00
Adrian Cole f06e6982eb Issue 800:introduce property for build version 2012-01-05 17:51:55 -08:00
Adrian Cole 42137677da Issue 801:fix inconsistency in test property test.provider.apiversion set in pom.xml -> api-version 2012-01-05 13:09:45 -08:00
Adrian Cole 433edefc31 deprecated testMethod 2012-01-04 17:12:18 -08:00
Adrian Cole f1135db892 removed unused variables, imports, fixed compiler warnings 2012-01-04 14:32:53 -08:00
Adrian Cole 4037e64949 example of new expect test for glesys 2012-01-02 18:25:26 -08:00
Adrian Cole 9c97f2b6a3 added missing glesys test 2012-01-02 18:24:03 -08:00
Adrian Cole ad3e200955 fixed typo in async client 2012-01-02 18:10:49 -08:00
Adrian Cole b78824f7e0 cleaned return type for server templates 2012-01-02 10:43:16 -08:00
Adrian Cole fad1034427 updated glesys to 2.1 style type adapters 2012-01-02 10:42:47 -08:00
Adam Lowe 0c2918abdc Improving live tests 2011-12-23 00:42:17 +00:00
Adam Lowe 1cb55d6716 Adding missing unit test for ServerConsole 2011-12-22 22:48:26 +00:00
Adam Lowe ae5d27e9fd Email service WIP; altered Live tests so Email test has access to createServer and createDomain 2011-12-22 21:57:23 +00:00
Adam Lowe f1fdc52118 correcting test javadocs 2011-12-21 22:25:56 +00:00
Adam Lowe bb5210eb6f Improving Domain, Server and Archive services 2011-12-21 22:16:40 +00:00
Adam Lowe 79674bd89b Improving Server and Archive services, also adjusting equals to match Glesys api spec 2011-12-20 20:46:00 +00:00
Adam Lowe 92d9ee3ff1 Adding domain service 2011-12-20 20:32:03 +00:00
Mattias Holmqvist 6e20d7c23b Merge pull request #264 from aplowe/master 2011-12-19 22:27:20 +01:00
Adam Lowe 7d5a791071 Glesys api unit test and javadoc improvements 2011-12-15 15:29:02 +00:00
Adam Lowe a1c4ec13ca Organizing imports 2011-12-15 15:16:05 +00:00
Adam Lowe 4a08bb6303 Continued work on server api - createServer and friends. Adjusted hashCode and equals methods to guava shorthand. 2011-12-15 15:16:05 +00:00
Mattias Holmqvist cfecb84d75 Updated javadoc. 2011-12-10 21:35:45 +01:00
Mattias Holmqvist 678ab8a6ec Added nameServers to IpDetails in glesys provider. 2011-12-10 21:30:31 +01:00
Mattias Holmqvist 138e16a2db Added getDetails() to IpClient for Glesys provider. 2011-12-05 23:47:47 +01:00
Mattias Holmqvist 506349da67 Added listFree() to IpClient/IpAsyncClient 2011-12-02 23:32:03 +01:00
Adam Lowe 1268c8f344 Adding ServerStatus domain objects for making status calls to api 2011-12-02 15:06:06 +00:00
Adam Lowe ddd532dcfd Adding Cost to ServerDetails 2011-12-02 15:00:13 +00:00
Adrian Cole 4535f92c51 added skeleton for Ip features 2011-11-29 15:03:11 -05:00
Adrian Cole 5c315686e8 added skeleton for Ip features 2011-11-29 14:59:51 -05:00
Adrian Cole 95708f36ea updated to latest parsing format 2011-11-29 14:44:01 -05:00
Adrian Cole 96d4766d68 Issue 762: started support for the GleSYS API 2011-11-28 20:17:58 -05:00