Commit Graph

29 Commits

Author SHA1 Message Date
adriancole c31145e42e [maven-release-plugin] prepare for next development iteration 2013-03-04 06:13:59 -08:00
adriancole 0eb3ee8091 [maven-release-plugin] prepare release jclouds-1.6.0-alpha.4 2013-03-04 06:13:57 -08:00
David Ribeiro Alves b6b4237380 Some refactorings and cleanup, namely:
- Moved all relevant null checks into Resource
- Made create firewall use FirewallOptions instead of a Firewall obj
- Consolidated a lot of the HttpRequests in the expect tests to allow for reuse (in compute)
2013-02-20 00:18:47 -06:00
adriancole 89fda8ee28 [maven-release-plugin] prepare for next development iteration 2013-02-04 17:30:46 -08:00
adriancole 2b0ad28f26 [maven-release-plugin] prepare release jclouds-1.6.0-alpha.2 2013-02-04 17:30:44 -08:00
adriancole 267069755e [maven-release-plugin] prepare for next development iteration 2013-02-02 08:41:53 -08:00
adriancole 7c924b312f [maven-release-plugin] prepare release jclouds-1.6.0-alpha.1 2013-02-02 08:41:51 -08:00
adriancole a51e6a8323 issue #1089 removed default timeout values so that those not using async will have simpler debugging 2013-01-29 04:19:00 -08:00
David Ribeiro Alves bb08acda44 added @Named annotations to gce 2013-01-22 16:40:40 -06:00
David Ribeiro Alves d3dedc0cbe gce - instances api 2013-01-22 11:10:37 -06:00
Adrian Cole d5f7f8b07e refactored json internals to use Reflections2 2013-01-20 23:13:22 -08:00
adriancole 04fe89b75a update to guava 14.0-rc2 2013-01-18 16:02:25 -08:00
David Ribeiro Alves d220abe8af gce - images api 2013-01-16 17:19:21 -06:00
David Ribeiro Alves 29d9a1a27c corrected a bug in the paging system where only the first marker was used 2013-01-16 16:05:18 -06:00
Adrian Cole 1ab3f0bb44 accomodate runtime credential changes 2013-01-15 22:26:50 -08:00
David Ribeiro Alves 67924f188e gce - firewalls api 2013-01-15 11:20:03 -06:00
Adrian Cole a49a060152 There can be only one retryable predicate; use Predicates2.retry decorator 2013-01-13 20:30:34 -08:00
David Ribeiro Alves 16359d16c7 gce - networks api 2013-01-13 15:05:46 -06:00
David Ribeiro Alves 9ec0bca204 gce - machine types api 2013-01-13 13:39:42 -06:00
David Ribeiro Alves 62d6e44027 gce - kernels api 2013-01-12 17:55:14 +00:00
Adrian Cole 47c215c63c removed custom guava code for scoped binding and type params 2013-01-08 22:48:10 -08:00
Adrian Cole 3089111621 refactored internal code and tests to use FunctionalReflection 2013-01-07 00:36:31 -08:00
David Ribeiro Alves b7c165553b gce - disks api 2013-01-06 16:03:01 +00:00
David Ribeiro Alves 8d621e3fd5 made Operation.targetId optional 2013-01-06 13:58:02 +00:00
Adrian Cole afc070ac07 First wave of RestAnnotationParser refactoring introduces Invokable, removes SeedAnnotationCache and associated race conditions 2013-01-04 13:51:46 -08:00
Adrian Cole 9745e9dc2f fixed covariance and warnings on ApiMetadata subclasses 2012-12-31 19:40:49 -08:00
Adrian Cole bb953c981e fix issue #1101: Move to Guava 14 BaseEncoding and Hashing 2012-12-31 14:48:31 -08:00
Adrian Cole 13d8b9c402 replaced @Timeout w/explicit properties 2012-12-30 12:31:43 -08:00
David Ribeiro Alves aebc4cba3b base pr for - jclouds provider for google compute engine
- addresses comments from #1010
- includes the following base apis
	- projects
	- operations
	- zones

These are 3 small apis that are required by other apis in some place or another.
2012-12-29 15:39:45 +00:00