Ecosyste.ms: OpenCollective

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

github.com/sous-chefs/ark

Development repository for the ark cookbook
https://github.com/sous-chefs/ark

FIX files that end with tar will unzip with xzf instead of not being supported

eb7839cd319a30cf0344f39ad9030037642e741f authored over 10 years ago by Franklin Webber <[email protected]>
Removed extraneous comment

921a81ec8c5db91990d2ea03643ce8f18ef99552 authored over 10 years ago by Franklin Webber <[email protected]>
Rubocop style issues

924e5bf9ef8a2d17512a66eead12b0a242a55d3d authored over 10 years ago by Franklin Webber <[email protected]>
Moving all classes into the module Ark

5dbed75e02464dc17d6997f62f30982e44799b9d authored over 10 years ago by Franklin Webber <[email protected]>
Removed all uses of any_instance_of

42e1c7cb81de5643ceb1c04353475188cf392874 authored over 10 years ago by Franklin Webber <[email protected]>
Removed commented out tets and changed to use double

48ccbfc7548cd254f8901793e506363555884a32 authored over 10 years ago by Franklin Webber <[email protected]>
Specs for the new classes

* Re-organized classes to put their public methods up top
* Added specs for each of the classes ...

5bcc7e035f21bdd4aee2a0869e432a786215610a authored over 10 years ago by Franklin Webber <[email protected]>
Moving owner command helpers into their own files

Removing the command file and moving all the requires into default

8c2d8b1a3e21c9956d00b4fe1c05feda9d41119b authored over 10 years ago by Franklin Webber <[email protected]>
Rubocop - removed EnforcedStyle: hash_rockets

Chef is using Ruby 1.9.3 so the new format is preferred.

822ea0cb0f88c7a6f874ee589508232a85f46933 authored over 10 years ago by Franklin Webber <[email protected]>
FIX for some rubocop style issues

4b4d62b53dc5d3f918ff4fa722575a89d53bff78 authored over 10 years ago by Franklin Webber <[email protected]>
Removing the Opscode Module

fc3c5a699b3969cae5ecf3642b56e8da601b68a0 authored over 10 years ago by Franklin Webber <[email protected]>
Moved the platform builders helper module to its own file

66ccfb1439fc9fea9ee476ea95ac31c952aa17df authored over 10 years ago by Franklin Webber <[email protected]>
Refactored Owner command generation to be the same archive command gen

a490e04988fac7098b68374ac8b6453d22d2585e authored over 10 years ago by Franklin Webber <[email protected]>
Change to the DSL to make it more readable

05d9a45b97387cc3a5deba7a206a3795e754d688 authored over 10 years ago by Franklin Webber <[email protected]>
Commenting out the specs related to the no longer used #unpack_type

9aa02be53050d9b9f00dcfcba7d0dc06c6df44a8 authored over 10 years ago by Franklin Webber <[email protected]>
A more elegant DSL to allow for specific archive builders

Using some class helper methods to define the different conditions which the builder can be used.

6e434349963459d80da68798903fac4363a41d7f authored over 10 years ago by Franklin Webber <[email protected]>
helper command methods are now more uniform

Moved the platform specific logic to a single function to assist with moving it out to an archiv...

a8b69843cf158ae0d1672f256f69c73dbbc3cb45 authored over 10 years ago by Franklin Webber <[email protected]>
Removing a temporary refactoring idea

b190416d4d0e829d32e6fba15a93753954151757 authored over 10 years ago by Franklin Webber <[email protected]>
Refactored WindowsCommandBuilder to SevenZipCommandBuilder

7-zip is only for windows but the name WindowsCommandBuilder does not make sense as it is really...

3ce00270d868d8e2b27dbe4e80056a689c2dc30d authored over 10 years ago by Franklin Webber <[email protected]>
Minor refactor of the WindowsUnpacker command

0843dcadad71819ec4b5431ded44127ac114aae9 authored over 10 years ago by Franklin Webber <[email protected]>
Refactored Unzip commands into one builder

872a1c72ae06d21e36760f4e138ed00972195b30 authored over 10 years ago by Franklin Webber <[email protected]>
Removing all the individual tar commands

9614c860422ef4565544f72f34b9b19a2fab06ce authored over 10 years ago by Franklin Webber <[email protected]>
Refactor individual tar command classes into a single class

Turned the commands into shim layer -- they will be removed in the libraries/default

823a09d4c5a9adeeff5dd9cf9819affe64fe0bf6 authored over 10 years ago by Franklin Webber <[email protected]>
Moved all the commands to their respective platforms

0e6e37d9b2862d25c2544f2f100eb60bd8c47007 authored over 10 years ago by Franklin Webber <[email protected]>
Cleaned up the resource file

Removed what looked like the older way to define a resource. Cleaned up the
available actions an...

a4f8a6e79cc246c345b0c93aae914b127875ba44 authored over 10 years ago by Franklin Webber <[email protected]>
Further refactoring of command and remaining helpers

Moved the #unpack_type around a bit to the defaults.
Moved out unzip command

28fa842f06196227e7f7cfec9a18e134a086be7a authored over 10 years ago by Franklin Webber <[email protected]>
Refactored paths and command methods

This is a rudimentary refactoring to get all the helper methods that
I created before out of the...

2855e3758c4cb09780301f1e9cf5c6d7b11e63ec authored over 10 years ago by Franklin Webber <[email protected]>
Refactored deprecations to it's own class

fa7e55943fb0dcb5fd949747dec97abf55ce5f8c authored over 10 years ago by Franklin Webber <[email protected]>
Marking public and private with comments preparing for cleanup

92567b3006a00eac2298d9baa15c1895aacb7e37 authored over 10 years ago by Franklin Webber <[email protected]>
Cleaned up the metadata

* Added me as the maintainer (name and email)
* Refactored the code to be more descriptive about...

b9da958367d1b1ec7dc71544fb03ff19c768fb22 authored over 10 years ago by Franklin Webber <[email protected]>
REQUIRE: build-essential

Since this cookbook builds software it should likely start depending
the core cookbook that prov...

8dd286abfc16fd8e17c47124aa10693373de0ed3 authored over 10 years ago by Franklin Webber <[email protected]>
Fix to the spec -- no longer expect gcc-c++

92df06c5c24455d63588e164876319bc51cca652 authored over 10 years ago by Franklin Webber <[email protected]>
Amazon credentials in the travis files are not up to date

The ubuntu box on digital ocean was timing out and would not let connections come through.

b57143b7c3c638e456e667aa44daf2272bf71800 authored over 10 years ago by Franklin Webber <[email protected]>
Updating travis to use instances defined in the cloud yml

6d7625c2f1df21a157cffcca185a396da19dcdf7 authored over 10 years ago by Franklin Webber <[email protected]>
Removing style failure

e72cd4e1124639ee98537099f96a58bcf788912d authored over 10 years ago by Franklin Webber <[email protected]>
Updated Kitchens both local and cloud

a2c4f398b72ad413d7f496bcc914382ef53d81ea authored over 10 years ago by Franklin Webber <[email protected]>
Moved and renamed spec cookbook and helpers

Changed ark_test to ark_spec -- updated all references to it.
Changed node_properties to node_at...

97356e8ecb58927f18ff84a76144550c6c1c7eb5 authored over 10 years ago by Franklin Webber <[email protected]>
Removing the unused test directory

0ee4090834fb823ccd46b1f8bd548f71cc0d7b22 authored over 10 years ago by Franklin Webber <[email protected]>
Adding the correct test recipe to the cloud

d8f57ac746f38faafb6404b15227a0b6c4cbe4a3 authored over 10 years ago by Franklin Webber <[email protected]>
Merge pull request #55 from devrandom/patch-1

Remove mention of checksum

ac3ca2096995f8ec0e4d8a7fb536e58658a9d0f9 authored over 10 years ago by Franklin Webber <[email protected]>
Adding the matchers mentioned in #61

da57489876be54a9ceb06d5b25794445757a2b0b authored over 10 years ago by Franklin Webber <[email protected]>
Removing unused Toftfile

5ff1dad9b67e1cec140e3b54b4b4cd881b95a7ef authored over 10 years ago by Franklin Webber <[email protected]>
Travis-CI updated the links to appropriate account

226b8179d2089b0b81c5d4d4453245cdc4c14349 authored over 10 years ago by Franklin Webber <[email protected]>
Rubocop Offenses

The simple attr issue in the spec_helper is a dumb one so I'm going
to block it on the spec_help...

c509ad1854203e8120b2c8bf165f3b7d74d2992f authored over 10 years ago by Franklin Webber <[email protected]>
FIX: Two specs were using a helper that was no longer in use

85582b6eeba4e4dd76456a4fc66b99370ae1df5a authored over 10 years ago by Franklin Webber <[email protected]>
Replacing the integration specs from the cookbook

Moved them into the fixture cookbook.

089cc026b275830d0d0f067789e2ade078c4f013 authored over 10 years ago by Franklin Webber <[email protected]>
Complete coverage of the LWRP actions

f6f9650173a51f6d4b9afa772ea056347716e922 authored over 10 years ago by Franklin Webber <[email protected]>
Initial specs for testing the LWRP provided by Ark

3660131f02b1eb1621711644fce2c776e9a90801 authored over 10 years ago by Franklin Webber <[email protected]>
Initial refactoring of the Libraries Helpers

5ab61e69362c5b41e8cacc47797f8e24fd0a4097 authored over 10 years ago by Franklin Webber <[email protected]>
Removing commented out code

2715120f9119b678e05c2a8539b035c545f1f41f authored over 10 years ago by Franklin Webber <[email protected]>
100% coverage of libraries helpers

279d85a6e19cab16712c106fa4e0cfc8eb3ff573 authored over 10 years ago by Franklin Webber <[email protected]>
WIP: Testing Libraries

805a40e1702c720a38196bc4517928d6e7b15515 authored over 10 years ago by Franklin Webber <[email protected]>
Adding a `describe_helpers` spec to setup common testing tasks

Similar to the `describe_recipe` I want to setup a helper that allows me to automatically take c...

37cec20c09559c23203ec26bf752ceba8c196168 authored over 10 years ago by Franklin Webber <[email protected]>
Moved the recipe specs out of the unit directory

From my ruby days I like to see the folder path of the project be mirrored in the spec directory...

73c637c87dca98fca4c587a693d1b3fbbe1fd630 authored over 10 years ago by Franklin Webber <[email protected]>
Windows and not Windows will chedk for the included recipe

8b82d9e4650417bdf1bfee190f9403354eeb7325 authored over 10 years ago by Franklin Webber <[email protected]>
Specs for Windows and FreeBSD and their differences

0db7810f3b0266fdfca25b0fd6a86d0a2ca1b082 authored over 10 years ago by Franklin Webber <[email protected]>
Testing for the tar path in default properties

41b4522bea655daf5d9aa93e47190581c3e1c53f authored over 10 years ago by Franklin Webber <[email protected]>
Linter Fixes for spaces and such

8cef5339081b91c8a0d5c186edcd4de572d709e5 authored over 10 years ago by Franklin Webber <[email protected]>
Adding specs to the default recipe

* tests the default recipe for all packages and default parameters
* tests the default recipe fo...

b9d5d54d1477669216e4d3d67e9bd2a470278a73 authored over 10 years ago by Franklin Webber <[email protected]>
Updated Spec Helper

* Added color to the output
* Added an alias example so I can use `describe_recipe "ark::default...

0b5a245b1f7e1510ccde26283329e8af0dec17ce authored over 10 years ago by Franklin Webber <[email protected]>
Updated the Gemfile to use later spec versions

22e6346438129f10960d75b936288b2bcd48e850 authored over 10 years ago by Franklin Webber <[email protected]>
WORKAROUND: Centos 5 cannot run this expectations. Disabling until I can move / fix in a unit test

312413d8204f1c3f42fe0205251af559d9d95a10 authored over 10 years ago by Franklin Webber <[email protected]>
FIX: currently the name is used for creating the release_file so spaces are a NO NO right now

571551611dc6fd10c66e02500f8a03598bbda044 authored over 10 years ago by Franklin Webber <[email protected]>
FIX: For CentOS 6 and possibly others attempting unzip txz files

e12128fecbdff4e256eddcfbc790b16eb2e3dbd6 authored over 10 years ago by Franklin Webber <[email protected]>
Merge pull request #58 from burtlo/food-critic-recommendations

Adjusted all source file to address food critic recommendations

e7ac33b7a1d5d81af37f6203c49fb65546b66484 authored over 10 years ago by Franklin Webber <[email protected]>
Merge pull request #54 from moreandres/master

update README.md details about local file handling

5ce35a5fcb1b92cf8051902f00dda32023807730 authored over 10 years ago by Franklin Webber <[email protected]>
Adjusted all source file to address food critic recommendations

68db395fe96f7cb9791447c39bfff29b51e145e2 authored over 10 years ago by Franklin Webber <[email protected]>
FIX: RuboCop typo in Rakefile

b47824d23704ca251e3d45453f2bebfa79237f17 authored over 10 years ago by Franklin Webber <[email protected]>
Version bump to 0.9.1 (for development)

bb08d643ee31c67c59efb8f99ce8c151771d0f3c authored over 10 years ago by Christopher Webber <[email protected]>
Publish 0.9.0 Changelog

efda6a9b8437ebe45d8770fbb11d8847eea365a9 authored over 10 years ago by Christopher Webber <[email protected]>
Version bump to 0.9.0

939af1a2073a744bbb615b2a4305941f934eb738 authored over 10 years ago by Christopher Webber <[email protected]>
[COOK-3642] Add Windows support

Signed-off-by: Christopher Webber <[email protected]>

12f9b4835a54c78ea57e35d5be33193fa7451f85 authored over 10 years ago by Christoph Kraemer <[email protected]>
Remove mention of checksum

The checksum attribute of ark is just passed on to remote_file. remote_file uses this to detect...

86bd1fe1bd684147edee50a6ea15c4cf6af7ec95 authored over 10 years ago by Dev Random <[email protected]>
update README.md details about local file handling

bc9b0942d7690b81bb734369449d91c1dd570cb7 authored over 10 years ago by Andres More <[email protected]>
Version bump to 0.8.3 (for development)

81b3ad71d0aa83e6160a8653fc91facc759cb961 authored over 10 years ago by Sean OMeara <[email protected]>
Publish 0.8.2 Changelog

61d97d74a169fbd4d9990b665fca11187d2b0285 authored over 10 years ago by Sean OMeara <[email protected]>
Version bump to 0.8.2

55da9a80e694a5d3b525fab8189fad073fac40c6 authored over 10 years ago by Sean OMeara <[email protected]>
[COOK-4514] - Support for SLES with the Ark cookbook

Signed-off-by: Sean OMeara <[email protected]>

17c18218f2c44335a459c18907aed0f3f3ac5bbc authored over 10 years ago by Jim Rosser <[email protected]>
Version bump to 0.8.1 (for development)

c3b8400659ad292f41f33984885fe598277d4cd4 authored over 10 years ago by Sean OMeara <[email protected]>
Publish 0.8.0 Changelog

2ad3e0c0635e704310c798053eecbacaa825f339 authored over 10 years ago by Sean OMeara <[email protected]>
Version bump to 0.8.0

19ea3a91833b23820b68d16a9f5937a59961c1fb authored over 10 years ago by Sean OMeara <[email protected]>
[COOK-2771] - Add support for XZ compression

Signed-off-by: Sean OMeara <[email protected]>

b0dbde5feb9f61075a880a7e44dfe5fced34dd3a authored over 10 years ago by Gilles Cornu <[email protected]>
bumping for devodd

7aa5655b6d7758f1b4144484b213f5c408a466da authored over 10 years ago by Sean OMeara <[email protected]>
Publish 0.7.2 Changelog

dd570f5e23c93b82ddfecb9684c3b2215623878d authored over 10 years ago by Sean OMeara <[email protected]>
Version bump to 0.7.2

44288e6bd91f4a551109789eda0c41a30743ed3a authored over 10 years ago by Sean OMeara <[email protected]>
[COOK-4484] - Replace strip_leading_dir attribute with more general strip_components

Signed-off-by: Sean OMeara <[email protected]>

e61f20850b75e2e1c52a0cc090ca63740db72d36 authored over 10 years ago by Andrey Chernih <[email protected]>
[COOK-4477] - Fix failing test suite

Signed-off-by: Sean OMeara <[email protected]>

155d49386223a64151188805669ba06e920954b2 authored over 10 years ago by Andrey Chernih <[email protected]>
Version bump to 0.7.1 (for development)

03d2bc90b507762c4260685ef7c1a048be55b1ec authored almost 11 years ago by Sean OMeara <[email protected]>
Publish 0.7.0 Changelog

d9923d37de89e53417caa7c352cf8d139d2d238d authored almost 11 years ago by Sean OMeara <[email protected]>
Version bump to 0.7.0

2b2c3449356cf8ca49dc45b0e3d7cc072ef0495e authored almost 11 years ago by Sean OMeara <[email protected]>
[COOK-4437] - configure and install_with_make should chown after unpack

Signed-off-by: Sean OMeara <[email protected]>

cc9aa8548426fb010531bdaabf15a8c873f1aada authored almost 11 years ago by Chris Aumann <[email protected]>
Version bump to 0.6.1 (for development)

2763d83a75b283ee25461a9ec2518238777333cc authored almost 11 years ago by Sean OMeara <[email protected]>
Publish 0.6.0 Changelog

4e84bb8d8eba8bbd6931c1aa4c5c8a38a29cb45f authored almost 11 years ago by Sean OMeara <[email protected]>
Version bump to 0.6.0

9097df7df4c7e8ec9555fb087c9292bb623f4b45 authored almost 11 years ago by Sean OMeara <[email protected]>
[COOK-3786] - Unable to install multiple versions of archive without duplication

Signed-off-by: Sean OMeara <[email protected]>

e9200780bd72e22a3b01c14ba95b3eb5ba768d91 authored almost 11 years ago by Jaroslav Barton <[email protected]>
Version bump to 0.5.1 (for development)

ce98b5570cb7be812eec6acef66b9caec191ecf6 authored almost 11 years ago by Sean OMeara <[email protected]>
Publish 0.5.0 Changelog

f8ae16c59bb05be367b532943a42225da9b5ebd9 authored almost 11 years ago by Sean OMeara <[email protected]>
Version bump to 0.5.0

4ae3a703f1fbc4284093c6826b8c874d7d340816 authored almost 11 years ago by Sean OMeara <[email protected]>
[COOK-4288] - Cleanup the Kitchen

f6b8a59661bc71b8575ef172c464a8aff5551642 authored almost 11 years ago by Sean OMeara <[email protected]>
[COOK-4264] - Add node[ark][package_dependencies] to allow tuning packages

Signed-off-by: Sean OMeara <[email protected]>

58ae9fd48a2f37ab3080540941c580327ea396d4 authored almost 11 years ago by Fletcher Nichol <[email protected]>