Ecosyste.ms: OpenCollective

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

github.com/test-kitchen/kitchen-google

Google Compute Engine driver for Test-Kitchen
https://github.com/test-kitchen/kitchen-google

Fix RSpec deprecation warnings

d23b18db16d2015aca03bbeee48e29b911f864e4 authored about 10 years ago by Andrew Leonard <[email protected]>
Merge branch 'master' of github.com:anl/kitchen-gce

84a229a0179949c9fdefa45969cc86b550a45fb5 authored over 10 years ago by Andrew Leonard <[email protected]>
Make generated name test explicit in testing length; use 27 character name.

0da23dfc11190900e13efd75c5f5938de07b2c0d authored over 10 years ago by Andrew Leonard <[email protected]>
Merge pull request #11 from pdunnavant/instance-name

Fix name length.

8f456db93621cbd3a140425a844defd99ad52336 authored over 10 years ago by Andy Leonard <[email protected]>
Update tests to work with later Fog mocks, and fix instance name test.

eb86503214ba76e9cc2ec17fccff0abeb2eefa14 authored over 10 years ago by Paul Dunnavant <[email protected]>
Fix name length. 25 (base name) + 1 (hyphen) + 36 (UUID) = 63 (max name length)

1f05b60830c07c25befa7aacb13c977e9b3c5421 authored over 10 years ago by Paul Dunnavant <[email protected]>
Update for release.

a9442da61ea6218e6395edaa14bd742d1663b44f authored over 10 years ago by Andrew Leonard <[email protected]>
Update README for asia-east1 region.

8af01e3560dded6b1bc056dad94a48d7e01e1003 authored over 10 years ago by Andrew Leonard <[email protected]>
Remove faraday version constraint; require ridley >= 3.0.0.

Fixes #9.

98292e29ec02f9d84707249520e58069adfc36c5 authored over 10 years ago by Andrew Leonard <[email protected]>
Increment version for development.

6d64316c0bb49fe1d556474eba74d293bb045fcb authored over 10 years ago by Andrew Leonard <[email protected]>
Revert "Fix link to GitHub user account."

This reverts commit 1b8cd341412c1a2ab22055f3b937a0a3ebdc6632.

cde2e0fc159dfbedc366906c97c1531bb89e2407 authored over 10 years ago by Andrew Leonard <[email protected]>
Fix link to GitHub user account.

1b8cd341412c1a2ab22055f3b937a0a3ebdc6632 authored over 10 years ago by Andrew Leonard <[email protected]>
Release 0.1.0.

16205a80b9b07c8f915a38ec59778c136d9b1fe1 authored over 10 years ago by Andrew Leonard <[email protected]>
Add changes since last release.

664759b2f257bcd659df656e975e9e394d1cb166 authored over 10 years ago by Andrew Leonard <[email protected]>
Add comment pointing to reason for Faraday version constraint; see also #9.

7e729d35af7082529105bc3474a12b4755cce01e authored over 10 years ago by Andrew Leonard <[email protected]>
Update copyright, add license where missing. Fixes #8.

946179d36ffd3349d9e5795b7dde6d493a5140f5 authored over 10 years ago by Andrew Leonard <[email protected]>
Merge branch 'feature-gce-v1-api'; closes #6.

d895171a3b5222fa6e60f5dd3dd04e4529bea650 authored over 10 years ago by Andrew Leonard <[email protected]>
Clarify SSH public key instructions.

3e9f9db2f2d4d54f06a903800a15bb4885846837 authored over 10 years ago by Andrew Leonard <[email protected]>
Add v1 API documentation (persistent disks), change reference to non-v1 image.

b5e9d32e9b6f2a975e1c85aa2387683bdf8f4f84 authored over 10 years ago by Andrew Leonard <[email protected]>
Rubocop style fix.

45a98303a85aa330789318edec17c07934c7ebd7 authored over 10 years ago by Andrew Leonard <[email protected]>
More test coverage for v1 api support.

03a13e0e0a9f88ae7551d5e8f908cb2ed463df7b authored over 10 years ago by Andrew Leonard <[email protected]>
Delete disks by default on instance destruction; add option to toggle this.

ce7fa1f7cdd7971bf1a8e9000442bbc023aeb409 authored over 10 years ago by Andrew Leonard <[email protected]>
Prefer "instance" when talking about server + disk.

55d6f99704260ef20505327ecd01d0f3071728e2 authored over 10 years ago by Andrew Leonard <[email protected]>
Add disk to server instance; remove image_name.

337c2f256105c8784f57d370484222fa348b905b authored over 10 years ago by Andrew Leonard <[email protected]>
Initial, (non-working) support for GCE v1 API.

4724b41430ed436bdb3eca50d6d281b2897445e1 authored over 10 years ago by Andrew Leonard <[email protected]>
Use a better IPv4 regexp.

445c6d8f35af0b1a3b9275d13963a051afc7c9b3 authored over 10 years ago by Andrew Leonard <[email protected]>
Complete initial test coverage.

fbc1693c1218fe0ced21c0a9f2f16aff571b0afe authored over 10 years ago by Andrew Leonard <[email protected]>
Add pry as a development dependency.

1425e4d4b5f760713e3bb719a69997ef8851e7d1 authored over 10 years ago by Andrew Leonard <[email protected]>
Fix test config for "any area".

8327969a941a0c22e24c99495f6a37722b1d9bcf authored over 10 years ago by Andrew Leonard <[email protected]>
Add initial test for #create_instance.

eb8729dc33eb1dd0b1a93d3108919611c3fd4551 authored over 10 years ago by Andrew Leonard <[email protected]>
Add tests for #connection and #select_zone.

dccc79cab731b45213cb4f9e4ede2bf7285b3946 authored over 10 years ago by Andrew Leonard <[email protected]>
Rename #generate_name to #generate_inst_name for clarity.

37f0e6056550600c49165f76d99c11ea6276d238 authored over 10 years ago by Andrew Leonard <[email protected]>
More tests - #generate_name, and beginnings of #create.

3cb5091da55d454a15b2dd4f9af7e730a7f149dd authored over 10 years ago by Andrew Leonard <[email protected]>
Now that we have public_key_path, clarify its relationship to "username".

Also, alphabetize configuration section.

f9b19d5b75ec92908e9d83fe22ec7bb18415000c authored over 10 years ago by Andrew Leonard <[email protected]>
Add tests for overriding defaults in #initialize; make specs less verbose.

cb03b312c42a9054d8e97d609adf7bfb822b15b4 authored over 10 years ago by Andrew Leonard <[email protected]>
Test #initialize defaults.

b19e00d752b1924b1e9f341a216bab4194803447 authored over 10 years ago by Andrew Leonard <[email protected]>
Add additional rubies.

27589a8d1badd7135a001b8ed0b1fdb8c3b03b6e authored over 10 years ago by Andrew Leonard <[email protected]>
Add Travis badge.

1c0507bd26dae21ecf2b9fa9d72af418ef71c329 authored over 10 years ago by Andrew Leonard <[email protected]>
Add Travis support.

3a5ec90ca8083290eaa57497b42b76561881a278 authored over 10 years ago by Andrew Leonard <[email protected]>
Increment version for development.

3e8a60fc13f4808dd16cd364e211af2dc06e58ff authored over 10 years ago by Andrew Leonard <[email protected]>
Add a single test.

d62117121e33843be3e99e8a44eb94663bc1d9df authored over 10 years ago by Andrew Leonard <[email protected]>
Pass username to instance create - sets user to receive "public_key_path" key.

d839b3e302293bd55e6c312ebed6c5a8ca084977 authored over 10 years ago by Andrew Leonard <[email protected]>
Merge pull request #7 from someara/authorized_ssh_keys

adding support for using authorized_keys from a service account

dee9f3bb897b08086e8504791662aa6e88f94567 authored over 10 years ago by Andy Leonard <[email protected]>
adding support for using authorized_keys from a service account

f73f76887a08d0056efed705c3915508f0dd7bd0 authored over 10 years ago by Sean OMeara <[email protected]>
Release 0.0.6.

71270dca248565dd149404af9bd0e1c910fa7156 authored over 10 years ago by Andrew Leonard <[email protected]>
RuboCop fixes.

f8b09c298e4ce95ffb195e8dd4f13aff9dbd7611 authored over 10 years ago by Andrew Leonard <[email protected]>
Update docs.

cd3c726ded65e832c54cd59431012371b4187e68 authored over 10 years ago by Andrew Leonard <[email protected]>
Rubocop-driven refactoring.

885e2fb05cde45c2500fda883d14ca16c37990a1 authored over 10 years ago by Andrew Leonard <[email protected]>
Require Ruby 1.9.

80ededc5e2d8c617290185deef3b55901dcf5781 authored over 10 years ago by Andrew Leonard <[email protected]>
Pin Fog to 1.19.0 pending #6; Faraday >= 0.9.0 breaks test-kitchen.

f8c7faa51bcc5425bfc6c8df81a461dd8c9c9001 authored over 10 years ago by Andrew Leonard <[email protected]>
Explicitly use "default" for the network default value.

f76d98177fe47d2fac9195c947450bed46de3b2c authored over 10 years ago by Andrew Leonard <[email protected]>
Complete changelog in arrears for 0.0.4.

b002c3a0497f2645bbc8e2e1442b799a78206807 authored over 10 years ago by Andrew Leonard <[email protected]>
Add tags support; fixes #5.

04594092a9d8eb15d667198273df2fee30401407 authored over 10 years ago by Andrew Leonard <[email protected]>
Add network support for #5.

4d4cda1f8a9226685673ad585a74e7ed50e63139 authored over 10 years ago by Andrew Leonard <[email protected]>
Increment version for development.

48cad1cb6b4e4403010e471a063bccb5a77c1120 authored over 10 years ago by Andrew Leonard <[email protected]>
Fix that date...

97152738e8eb5ff9a9495d6ec865730f93ef8756 authored almost 11 years ago by Andrew Leonard <[email protected]>
Increment version for release.

8b5c213e93f86da9c7915616096763696819a025 authored almost 11 years ago by Andrew Leonard <[email protected]>
Avoid creating duplicate instances - fix #4.

4682f8627a445c425a313bbe6febca232e1e174f authored almost 11 years ago by Andrew Leonard <[email protected]>
Update fog and test-kitchen dependencies. Fixes #1 and #3.

f58a7cbe3d057e78f17dcfc8be062a52f72a487f authored almost 11 years ago by Andrew Leonard <[email protected]>
:name for Fog now comes from :inst_name; fixes #2.

26d7e84b46e166d2d816fc9b1159659460855810 authored almost 11 years ago by Andrew Leonard <[email protected]>
Workaround for #2 - test for config[:name] being 'gce'.

500fec53ddb4bb962c07197760a24a93123145ee authored almost 11 years ago by Andrew Leonard <[email protected]>
Add note about adding GCE SSH keys to ssh-agent before converging instances.

4aa323416df1c847c3ae2086dd3788166923137c authored almost 11 years ago by Andrew Leonard <[email protected]>
Fix tailor complaints.

011a541dd5cd68b9cd8ce2024454c9c927d3c1c5 authored almost 11 years ago by Andrew Leonard <[email protected]>
Add development dependencies.

41a5bc4c080f78fc39a16731ca675b9d047cef70 authored almost 11 years ago by Andrew Leonard <[email protected]>
Specify dependencies in gemspec.

f59762ec3d1b8d2e956cc3b8732965968490adac authored almost 11 years ago by Andrew Leonard <[email protected]>
Clarity edits.

7475e8346740cd4ff8c3be6bee0b31b774873c5a authored almost 11 years ago by Andrew Leonard <[email protected]>
Fix auto-escaping of greater-than/less-than.

92fed141bb69eace5ff746f50be78fb2badfcf15 authored almost 11 years ago by Andy Leonard <[email protected]>
Add CHANGELOG.

7e416f8683ece56c152de9275dea2a7188cdc248 authored almost 11 years ago by Andrew Leonard <[email protected]>
Update for new features, bug fixes and clarity.

53f02462ef358e3bd5e0c30b2a58f8d0ebf0d2b4 authored almost 11 years ago by Andrew Leonard <[email protected]>
GCE names must be unique - derive from suite-platform and add UUID.

9d3cd2b483c08e7b40c246d2079952f894c83715 authored almost 11 years ago by Andrew Leonard <[email protected]>
Need to return zone's *name*, not the zone object.

3c8501654d7abe72503c171fabb0408c5058f451 authored almost 11 years ago by Andrew Leonard <[email protected]>
Add missing pipe signs.

223a269dbb9647f3cc560752f1edbbf4b52d8d65 authored almost 11 years ago by Andrew Leonard <[email protected]>
Add area (group of zones) configuration.

66aca87426c4975ccf4d8220ad4c4acebbaa3fdb authored almost 11 years ago by Andrew Leonard <[email protected]>
Fix example email address being parsed as tag.

549fa374bc474db671f218593021f2a9a3627ea9 authored almost 11 years ago by Andrew Leonard <[email protected]>
Increment version for development.

6ba1e2299978c890885bed7c0fb1c8bd7ea37d9e authored almost 11 years ago by Andrew Leonard <[email protected]>
Increment version for v0.0.1.

91c8b69ee74d768ce239e543db09f09a62535ee9 authored almost 11 years ago by Andrew Leonard <[email protected]>
Basic bundler support.

bd00e3e0ef98b4658b94ab5438a2c3f4a833e9db authored almost 11 years ago by Andrew Leonard <[email protected]>
Ignore rbenv, bundler, gem files.

1073d423e566b14af4773c0439d562de7934193b authored almost 11 years ago by Andrew Leonard <[email protected]>
Add example introductory sentence.

3378c9372fad4ed6d4bbe99e8d2d6e332bea49a3 authored almost 11 years ago by Andrew Leonard <[email protected]>
Add codeclimate.

41c11a0a91344500ce97fbc4a85714c0749bed74 authored almost 11 years ago by Andrew Leonard <[email protected]>
Fix list syntax.

c3ae2e4981c234eb23e09674cb901ac972a70b15 authored almost 11 years ago by Andrew Leonard <[email protected]>
Fix Markdown links.

aba3ee740b9e660815754f7d338a541ed12aa401 authored almost 11 years ago by Andrew Leonard <[email protected]>
Add a proper README.

115efa6d5e3161d9687ab545ce535a45119470de authored almost 11 years ago by Andrew Leonard <[email protected]>
Add a proper license file.

d0e8efb8dec51b5b50d829ed8a670e523cc9f7c5 authored almost 11 years ago by Andrew Leonard <[email protected]>
Fix zone name typo.

0c2cdf72767827d5e66282fa8bc839477d331af9 authored almost 11 years ago by Andrew Leonard <[email protected]>
Add google-api-client requirement.

d68b9b4f52ef52686ef16aac53dbdc6981dbd4a7 authored almost 11 years ago by Andrew Leonard <[email protected]>
Initial implementation of Google Compute Engine driver.

f5087a08238b7490df1d98e336cc0ecf36ae6087 authored almost 11 years ago by Andrew Leonard <[email protected]>
Initial gemspec.

2462eae62543fa44828d1facf731bac8c828c928 authored almost 11 years ago by Andrew Leonard <[email protected]>
Ignore Emacs droppings.

f6a37656647d093f925aa9426ad8b65729a5ce54 authored almost 11 years ago by Andrew Leonard <[email protected]>