Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/test-kitchen/vmware-vra-gem

A Ruby Gem for interacting with the VMware vRealize Automation system
https://github.com/test-kitchen/vmware-vra-gem

Merge pull request #5 from chef-partners/release-1.0.0

Release v1.0.0

caf76d8676c79e971a25e0ef85e042d5247a6ee2 authored over 9 years ago
version bump to 1.0.0

e18bfa1ce3916f74242bc60d5c5cd039f3ccf1b1 authored over 9 years ago
Merge pull request #4 from chef-partners/aleff/add-resource-owner

Add resource ownership information

1730c3859c00882f144a883ad21848e23afb48b9 authored over 9 years ago
version bump

ed897830e34f7f31fc83fcbb712ba14bf4d700ac authored over 9 years ago
adding methods to return a resource's owner information

3ce9433b3450291c05571fa07ef47988a377c171 authored over 9 years ago
removing a set of befores and instance_vars and replacing with let

8f5e3399258e253355ceab14208a0bc3dfd8c29b authored over 9 years ago
Merge pull request #1 from chef-partners/initial-release

initial release

15d990040b68304d0d3a4d54a249babc76885009 authored over 9 years ago
making the exception errors more friendly, if possible, addressing the issue in #3

5b7300eef70078ce2e889e33a433c5e26cfc952e authored over 9 years ago
adding parameter validation, including Base URL checking to address #2

67d894ef84cf90e32adc7be4f2646266f771e614 authored over 9 years ago
adding a #description method to CatalogItem

40582d692d78128fd86c17ca85e86a4f2dbecd33 authored over 9 years ago
adding new CatalogItem class to make it easier for knife-cloud to pull data for each catalog item

199c82b378331f3fe1a0420f5cd412d2b826d4fc authored over 9 years ago
changing #in_progress? to #completed? which makes more sense, since a request can be pending approval but not in progress. Added tests, got rid of another #before block in tests

890f0198fbd76f77ffd7d98d757279518120d22f authored over 9 years ago
adding additional methods to poke at request status without having to do string matching in downstream code

627059a436e590f4d8578fb0ad14789e2b9b3f29 authored over 9 years ago
catalog_request initialization should allow an empty options array to allow accessor use, and catalog item must be fetched before validating params

5b0f5bc676f5a3122ebca9de6a9cdd16c246e2ff authored over 9 years ago
Revert making cpu/memory as required params. It appears they're always there, even if hardcoded. Need additional real-world testing.

This reverts commit 356491753edccbf2336c6a9cc693796c3f738bf4.

294a450cc9585d52dddea6a173d003fe4de401e4 authored over 9 years ago
eliminating cpus and memory from required params - some blueprints may hardcode this. Allow vRA to error out as needed.

356491753edccbf2336c6a9cc693796c3f738bf4 authored over 9 years ago
wrong quotes used in exception message

cb720bcad237d367def98753e6e7244f8426dc5c authored over 9 years ago
switching to ffi_yajl for JSON parsing

77f8d624decebd532787543c1d204e8ddd3e4042 authored over 9 years ago
using each_with_object in #network_interfaces rather than explicitly building new array

15e327d1a28594ef9a6ef2a70331666bdc7f9fd5 authored over 9 years ago
changing version number for pre-release gem

77e89bbefa8cf826ddc1e3dc355a4ad5a3f6f2db authored over 9 years ago
adding additional version pins in the gemspec

c7b2034c949069c5b6f17d56229a24286489eefe authored over 9 years ago
rubocop fixes for spec changes

2e205c1ac88e01908c7fd65a7f7100900082aa94 authored over 9 years ago
removal of before blocks and instance_vars, using #let instead

39abe4c459c63451d219961687b80db61f8ef3e3 authored over 9 years ago
eliminating repeated use of a @client instance var in favor of an attr_reader

57e9baf62f02b94500d406008d1303b103b25811 authored over 9 years ago
removing whitespace to appease Rubocop

8acf4256c60a3118f738417f08b9e03bc93807b3 authored over 9 years ago
adding two methods to get resource catalog info

60869b1eaeaeee08cd18531f7754c28111b5f7ec authored over 9 years ago
re-raise any exceptions that aren't HTTP-related

c6e8b7fc34c144e98be7cbcae0780ffe158db36c authored over 9 years ago
adding license/copyright header to all files

d8e32321af167881157940a77011f0169409a74c authored over 9 years ago
updating readme with custom properties support

7fbd0e4f3233cc4415151ddc531b4f60fae54f25 authored over 9 years ago
initial release

0b2cf8f3f1b67808c893f5884b1ee4b2451b43b8 authored over 9 years ago
empty repo

598e8a9c63e622142060a5dad0b8878b4ac1c5b4 authored over 9 years ago