4972 Commits

Author SHA1 Message Date
Adrian Cole
3e5e09f406 formatting bug when image not found 2012-02-14 23:22:24 +01:00
Adrian Cole
28b24f2b0d Merge pull request #366 from grkvlt/issue-830-testing
Issue 830: Unit and Live testing for Org, Task and Catalog
2012-02-14 14:21:50 -08:00
Andrew Donald Kennedy
7b7063176f Revert to HttpR* builders 2012-02-14 22:12:33 +00:00
Andrew Donald Kennedy
6b7478f724 Updating tests.
- Created new live tests for Org and Task and some Catalog
- Helper methods for domain object builders and consistency checks
- Updated existing expect/unit tests to use these helpers
- Updating Catalog unit tests
2012-02-14 18:27:18 +00:00
Andrew Donald Kennedy
06661abe1e Created initial Org live test 2012-02-14 17:19:05 +00:00
Adrian Cole
481421569c refactored virtualbox scripts to use new scriptbuilder functions 2012-02-14 02:02:18 +01:00
Adrian Cole
3d3a9f5b45 glesys stabilization 2012-02-14 02:02:17 +01:00
Adrian Cole
66c4a66159 new support for InstallJDK statement and setupPublicCurl fn 2012-02-14 02:01:42 +01:00
Andrei Savu
af104325a7 Fixed broken build due to recent changes in labs/virtualbox 2012-02-13 14:38:01 +02:00
Andrei Savu
b0e5305b48 Merge pull request #365 from dralves/jclouds-trunk-build-fix-error-in-vbox
Fixed failing trunk build due to src/main dependecy on src/test file. Deleted duplicated and dangling files
2012-02-13 04:07:20 -08:00
David Ribeiro Alves
ca602e7db0 Moved RunScriptData to src/main as there are non test dependencies; Deleted orpah and duplicate file GuestAdditionsInstallation.java (wrong place and duplicated in InstallGuestAdditions.java) as well as duplicate script installGuestAdditions.sh (duplicated in installModuleAssistantIfNeeded.sh) 2012-02-13 05:36:14 -06:00
Andrew Phillips
9336105d34 Cleaned up TweetStore project names 2012-02-13 11:22:40 +00:00
Adrian Cole
df65c91a54 Merge pull request #363 from andreaturli/development
issue 384: GuestAdditionsInstaller
2012-02-12 12:33:32 -08:00
andreaturli
40d19e0cf6 issue 384: GuestAdditions installer - jclouds comments addressed 2012-02-12 19:20:41 +00:00
Adrian Cole
6e902e6f4d Merge pull request #364 from andreisavu/avoid-using-integration-api
Use the regular API endpoint for registerUserKeys
2012-02-12 07:12:37 -08:00
Andrei Savu
9f14503cf6 Use the regular API endpoint for registerUserKeys 2012-02-12 09:18:08 +02:00
andreaturli
20ec953fb6 issue 384: GuestAdditionsInstaller - fix scripts 2012-02-12 00:55:12 +00:00
andreaturli
af553b6294 issue 384: GuestAdditionsInstaller - fix future 2012-02-11 18:56:19 +00:00
andreaturli
623f3c6daa issue 384: GuestAdditionsInstaller 2012-02-11 18:56:19 +00:00
Adrian Cole
64a1593c0c Merge branch 'issue-830' of https://github.com/grkvlt/jclouds
* 'issue-830' of https://github.com/grkvlt/jclouds: (26 commits)
  Make JAXB XML marshaller pretty-print
  Updated Catalog expect tests
  Updating domain objects
  Updates to CatalogClient
  Deleted extraneous patching leftover
  Updated Metadata and associated domain objects
  Added IsEnabled property to Org
  Initial commit for CatalogClient with all operations defined and the client bound
  Added CatalogClient domain objects
  mergewithnext
  Updating ISO8601 time zone parsing and tests
  Tidyup
  Formatting
  Changed namespace identifier to VCLOUD_1_5_NS
  Remove client methods which rely on parsing URIs and add new function for tasksList operation
  Fix search and replace over-zealousness
  No enum for media types, after all...
  Completed TaskClient and tidied up OrgClient.
  Tidy
  Tidy up domain objects, using media type enum
  ...
2012-02-10 16:43:19 +01:00
Adrian Cole
1c8bc98733 glesys api changes 2012-02-10 16:39:27 +01:00
Andrew Donald Kennedy
7ca842f44c Make JAXB XML marshaller pretty-print 2012-02-10 14:57:54 +00:00
Andrew Donald Kennedy
4fdaa3b6a6 Updated Catalog expect tests 2012-02-10 14:46:03 +00:00
Andrew Donald Kennedy
751d99c143 Updating domain objects 2012-02-10 14:46:03 +00:00
Andrew Donald Kennedy
ca54098661 Updates to CatalogClient 2012-02-10 14:46:03 +00:00
Andrew Donald Kennedy
33cd3c5716 Deleted extraneous patching leftover 2012-02-10 14:46:02 +00:00
Andrew Donald Kennedy
86e15398aa Updated Metadata and associated domain objects 2012-02-10 14:46:01 +00:00
Andrew Donald Kennedy
d983eb3826 Added IsEnabled property to Org 2012-02-10 14:46:01 +00:00
Andrew Donald Kennedy
fbe68686d3 Initial commit for CatalogClient with all operations defined and the client bound 2012-02-10 14:46:01 +00:00
Andrew Donald Kennedy
c8148751ff Added CatalogClient domain objects 2012-02-10 14:46:01 +00:00
Andrew Donald Kennedy
8da728488a mergewithnext 2012-02-10 14:46:00 +00:00
Andrew Donald Kennedy
b2cc1f6b38 Updating ISO8601 time zone parsing and tests 2012-02-10 14:46:00 +00:00
Andrew Donald Kennedy
28b7309b03 Tidyup 2012-02-10 14:46:00 +00:00
Andrew Donald Kennedy
3f8bf7e746 Formatting 2012-02-10 14:45:59 +00:00
Andrew Donald Kennedy
8185b28041 Changed namespace identifier to VCLOUD_1_5_NS 2012-02-10 14:45:59 +00:00
Andrew Donald Kennedy
64e698d4ff Remove client methods which rely on parsing URIs and add new function for tasksList operation 2012-02-10 14:45:59 +00:00
Andrew Donald Kennedy
11b5938903 Fix search and replace over-zealousness 2012-02-10 13:48:00 +00:00
Andrew Donald Kennedy
97320fcc00 No enum for media types, after all... 2012-02-10 13:47:59 +00:00
Andrew Donald Kennedy
d29bd2eec8 Completed TaskClient and tidied up OrgClient.
Note two types of API call here, one using traditional REST semantics and the other taking ReferenceTypes and extracting URIs from them.
2012-02-10 13:47:59 +00:00
Andrew Donald Kennedy
73a2593f8b Tidy 2012-02-10 13:47:59 +00:00
Andrew Donald Kennedy
aab725d9eb Tidy up domain objects, using media type enum 2012-02-10 13:47:59 +00:00
Andrew Donald Kennedy
69c4bd62e6 Implemented 4xx Error annotation in OrgClient 2012-02-10 13:47:58 +00:00
Andrew Donald Kennedy
412dd45ce1 Added annotation for throwing exception with Error object on 4xx status codes, and implemented in TaskClient 2012-02-10 13:47:58 +00:00
Andrew Donald Kennedy
c771b2ac87 Remove unused annotations 2012-02-10 13:47:58 +00:00
Andrew Donald Kennedy
9153d887af Fixing equals method on domain objects 2012-02-10 13:47:58 +00:00
Andrew Donald Kennedy
78fb8bd919 Created new TaskClient and updated domain objects and tests accordingly 2012-02-10 13:47:58 +00:00
Andrew Donald Kennedy
3623918de5 Java SimpleDateFormat cannot handle valid ISO8601 time zone strings, fixed 2012-02-10 13:47:57 +00:00
Adrian Cole
241a33b5c8 better error message on service not available 2012-02-09 18:31:44 +00:00
Adrian Cole
567f845444 corrected keystone parsing and default url for hp cloud storage 2012-02-09 17:54:06 +00:00
Adrian Cole
ad724de243 Merge pull request #359 from andreisavu/keypairs-and-passwords
Fix registerSSHKeyPair and implement getPasswordForVirtualMachine
2012-02-09 07:47:04 -08:00