1. 44a3aff Do not use removed getXXX methods from jclouds Utils by Ignasi Barrera · 11 years ago
  2. bec4e99 Merge pull request #73 from nacx/fix-hostedchef by Ignasi Barrera · 11 years ago
  3. ec6c561 Added missing context token in hosted chef by Ignasi Barrera · 11 years ago
  4. c551651 Merge pull request #71 from jclouds/unbreak-chef by Adrian Cole · 11 years ago
  5. 0ddeb92 dealt with a myriad of config issues causing chef build to fail by adriancole · 11 years ago
  6. 9f3b522 Merge pull request #68 from jclouds/api-closeable by Adrian Cole · 11 years ago
  7. 1af9c52 added Closeable to top-level Chef apis by adriancole · 11 years ago
  8. 9c83d1d Merge pull request #66 from nacx/fix-builders-inputsupplier by Ignasi Barrera · 11 years ago
  9. eba4411 Remove InputSuppliers.of(String) by Ignasi Barrera · 11 years ago
  10. b030210 Enforce the use of builders in Ruby and Chef statements by Ignasi Barrera · 11 years ago
  11. 413ab1c Bump master to 1.7.0-SNAPSHOT by Ignasi Barrera · 11 years ago
  12. b737f44 Fixed transient context creation and live tests by Ignasi Barrera · 11 years ago
  13. 7ca9278 [maven-release-plugin] prepare for next development iteration by Ignasi Barrera · 11 years ago
  14. 41c518b [maven-release-plugin] prepare release jclouds-chef-1.6.0-alpha.4 by Ignasi Barrera · 11 years ago
  15. 2753780 Merge pull request #64 from nacx/flexible-chef-gems by Ignasi Barrera · 11 years ago
  16. cfd1cdd Enable properties to configure Chef gems by Ignasi Barrera · 11 years ago
  17. d09cdeb Merge pull request #63 from nacx/noforce-chef by Ignasi Barrera · 11 years ago
  18. c17faa5 There is no need to force the Chef version anymore by Ignasi Barrera · 11 years ago
  19. bbbaecb Merge pull request #61 from kulya/master by Adrian Cole · 11 years ago
  20. dca619b Added support for chef environment api. by Alexandr Kulik · 11 years ago
  21. c08b642 Merge pull request #62 from nacx/bootstrap-method by Ignasi Barrera · 11 years ago
  22. f116a46 Added helper method to generate only a run list by Ignasi Barrera · 11 years ago
  23. e446a64 [maven-release-plugin] prepare for next development iteration by Ignasi Barrera · 11 years ago
  24. beef1e9 [maven-release-plugin] prepare release jclouds-chef-1.6.0-alpha.2 by Ignasi Barrera · 11 years ago jclouds-chef-1.6.0-alpha.2
  25. a0420f4 [maven-release-plugin] prepare for next development iteration by Ignasi Barrera · 11 years ago
  26. 7daf63f [maven-release-plugin] prepare release jclouds-chef-1.6.0-alpha.1 by Ignasi Barrera · 11 years ago jclouds-chef-1.6.0-alpha.1
  27. 2935480 Merge pull request #60 from nacx/ohai-tests by Ignasi Barrera · 11 years ago
  28. 75d1fde Fixed Ohai unit tests by Ignasi Barrera · 11 years ago
  29. 0b68d56 Merge pull request #59 from nacx/support-attributes by Adrian Cole · 11 years ago
  30. 1d64f1f Issue #54: Allow to override attributes in node bootstrap by Ignasi Barrera · 11 years ago
  31. 539ed19 Merge pull request #58 from nacx/compile-warnings-chef by Ignasi Barrera · 11 years ago
  32. c9b5e76 Removed all compile warnings and applied formatting to all classes by Ignasi Barrera · 11 years ago
  33. 2193ac6 Merge pull request #57 from jclouds/centralize-invokable by Adrian Cole · 11 years ago
  34. cc8ccd4 changes related to centralizing construction of invokables by Adrian Cole · 11 years ago
  35. d3ea6fe Merge pull request #56 from jclouds/centralize-typetoken by Adrian Cole · 11 years ago
  36. cb9480a centralize TypeToken creation by Adrian Cole · 11 years ago
  37. f17e6a9 Merge pull request #55 from nacx/chef-naming by Ignasi Barrera · 11 years ago
  38. 0488062 Issue 1184 in jclouds: @Named annotations in all async api methods. by Ignasi Barrera · 11 years ago
  39. 13b860f Merge pull request #53 from jclouds/dynamic-credentials by Adrian Cole · 11 years ago
  40. 6bb80ce accomodate runtime credential changes by Adrian Cole · 11 years ago
  41. d1de315 Merge pull request #52 from jclouds/retryablepredicate-highlander by Adrian Cole · 11 years ago
  42. e849343 There can be only one retryable predicate; use Predicates2.retry decorator by Adrian Cole · 11 years ago
  43. 3f0bed8 Merge pull request #51 from jclouds/simplify-futures by Adrian Cole · 11 years ago
  44. 10965f0 updated to use standard guava Futures and ListenableFuture by Adrian Cole · 11 years ago
  45. de4e748 Merge pull request #50 from jclouds/enclosingtype-standardguava by Adrian Cole · 11 years ago
  46. 03b2bf3 refactored tests and internal code due to removing custom guava code by Adrian Cole · 11 years ago
  47. 38630e4 Merge pull request #49 from jclouds/invokable-with-enclosing by Ignasi Barrera · 11 years ago
  48. 3a00417 changes corresponding to jclouds/jclouds/invokable-with-enclosing by Adrian Cole · 11 years ago
  49. c361ed2 Merge pull request #48 from jclouds/functional-reflection by Ignasi Barrera · 11 years ago
  50. f0c14a0 changes for FunctionalReflection by Adrian Cole · 11 years ago
  51. 9742881 Merge pull request #47 from jclouds/invokable-not-method by Adrian Cole · 11 years ago
  52. 2834611 moved off j.l.r.Method -> Invokable by Adrian Cole · 11 years ago
  53. 6a6ad56 Merge pull request #46 from jclouds/apimetadatabuilder-covariance by Adrian Cole · 11 years ago
  54. ba89157 fixed covariance and warnings on ApiMetadata subclasses by Adrian Cole · 11 years ago
  55. 9b8e74d Merge pull request #45 from jclouds/guava-encoding-hashing by Adrian Cole · 11 years ago
  56. 26b84a3 Move to Guava 14 BaseEncoding and Hashing by Adrian Cole · 11 years ago
  57. 1fd3ea9 Merge pull request #44 from jclouds/rap-nogenerics-immutable by Adrian Cole · 11 years ago
  58. 98677cd removed unnecessary type specifier by Adrian Cole · 11 years ago
  59. ec0c627 Merge pull request #43 from jclouds/no-static by Adrian Cole · 11 years ago
  60. e3d10b0 removed use of static fields to share type mapping info by Adrian Cole · 11 years ago
  61. a001225 Merge pull request #42 from jclouds/no-timeout-annotation by Adrian Cole · 11 years ago
  62. b47eaa6 replaced @Timeout w/explicit properties by Adrian Cole · 11 years ago
  63. ca2e483 Merge pull request #41 from nacx/use-cacheloader by Adrian Cole · 11 years ago
  64. 2271680 Use CacheLoader instead of MapMaker.makeComputingMap by Ignasi Barrera · 11 years ago
  65. 9b988c6 Fixed test after the PEM refactor in jclouds core by Ignasi Barrera · 11 years ago
  66. fdc645e Updated to latest version of the InstallChefGems script by Ignasi Barrera · 11 years ago
  67. 979e2e5 Merge pull request #40 from jclouds/guava-fallbacks by Adrian Cole · 11 years ago
  68. 6adca9e migrate to guava fallbacks by Adrian Cole · 11 years ago
  69. 839571b Merge pull request #36 from jclouds/chef-nobouncy by Ignasi Barrera · 11 years ago
  70. 9bb1c62 chef doesn't need an explicit bouncycastle dep by Adrian Cole · 11 years ago
  71. c585d65 Merge pull request #35 from nacx/hostedchef by Ignasi Barrera · 11 years ago
  72. 75747d5 Issue #30 Add support for Group api in Hosted Chef by Ignasi Barrera · 11 years ago
  73. a941f16 Merge pull request #29 from nacx/gem-install-changes by Ignasi Barrera · 11 years ago
  74. aa01931 Removed unused import by Ignasi Barrera · 11 years ago
  75. 347d558 Updated install gems test to the last version of the InstallChefGems statement by Ignasi Barrera · 11 years ago
  76. 282216b InstallChefGems script is now in jclouds/scriptbuilder by Ignasi Barrera · 12 years ago
  77. a6e43a1 Propagate TimeoutException in awaitCompletion by Ignasi Barrera · 12 years ago
  78. 1ec0de4 Made install chef gems script portable by Ignasi Barrera · 12 years ago
  79. 9d570da Merge pull request #24 from nacx/issue-12 by Ignasi Barrera · 12 years ago
  80. 5e2f3b3 Provide the existing validator credentials in context creation by Ignasi Barrera · 12 years ago
  81. 05b7bbe Updated RunListForGroup to new DataBagItem parser by Ignasi Barrera · 12 years ago
  82. dad4b46 Added 'name' parameter to ChefContext and PrivatChefContext by Ignasi Barrera · 12 years ago
  83. c692066 Updated README. Fix #2 by Ignasi Barrera · 12 years ago
  84. 3f77ea8 Fixed DatabagItem parser for search api. by Ignasi Barrera · 12 years ago
  85. 1167729 Added jclouds TestNG test listener by Ignasi Barrera · 12 years ago
  86. 70ee307 Deal with index population delay in search api live tests by Ignasi Barrera · 12 years ago
  87. 380210d Added live test for search api methods by Ignasi Barrera · 12 years ago
  88. f8fd4b2 Added SearchOptions to all search methods by Ignasi Barrera · 12 years ago
  89. a6a32b5 Merge pull request #23 from nacx/fix-version by Adrian Cole · 12 years ago
  90. 3ac57a7 Deprecate the jclouds.version property by Ignasi Barrera · 12 years ago
  91. 3e98fa8 bumped to 1.6.0-SNAPSHOT by Adrian Cole · 12 years ago
  92. 8e96866 [maven-release-plugin] prepare for next development iteration by Adrian Cole · 12 years ago
  93. ac44011 [maven-release-plugin] prepare release jclouds-chef-1.5.0-rc.1 by Adrian Cole · 12 years ago jclouds-chef-1.5.0-rc.1
  94. 9db774e Merge pull request #22 from geardley/master by Adrian Cole · 12 years ago
  95. c0c0b26 added search query test case by Garrett Eardley · 12 years ago
  96. bd485ef added node search chefapi by Garrett Eardley · 12 years ago
  97. b98f17d [maven-release-plugin] prepare for next development iteration by Adrian Cole · 12 years ago
  98. 86b6379 [maven-release-plugin] prepare release jclouds-chef-1.5.0-beta.10 by Adrian Cole · 12 years ago jclouds-chef-1.5.0-beta.10
  99. 6b64e07 updated to jclouds 1.5.0-beta.10 by Adrian Cole · 12 years ago
  100. 0bfda74 More changes in support of Chef environments by Jeff Gehlbach · 12 years ago