Ecosyste.ms: OpenCollective

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

Sous-Chefs

Sous-Chefs are a group of like minded Chef practitioners creating high quality Chef Cookbooks
Collective - Host: opensource - https://opencollective.com/sous-chefs - Website: https://sous-chefs.org - Code: https://github.com/sous-chefs

Remove attribute fields in metadata.rb.

They are not used directly by the server and are nice-to-have. It's also hard to keep these up t...

github.com/sous-chefs/rvm - eb9d23b6fd3df19747c214c5767134f4ea396019 authored over 13 years ago by Fletcher Nichol <[email protected]>
Mac OS X support!

github.com/sous-chefs/rvm - 354905925873717957a74ae199dda3cf396a1578 authored over 13 years ago by Fletcher Nichol <[email protected]>
Remove metadata.json.

github.com/sous-chefs/rvm - 21f946a88534537b366014ffc17dabdb3d984296 authored over 13 years ago by Fletcher Nichol <[email protected]>
Ubuntu doesn't have an ncurses-dev pkg.

github.com/sous-chefs/rvm - 4648849928c80828067bc0a2c387a46df8d6ed68 authored over 13 years ago by Fletcher Nichol <[email protected]>
Include dependant module stubs in libraries/* (thx @jonleighton).

https://github.com/fnichol/chef-rvm/commit/153fc7c1ce77d600b0e30078a4f5d963ac4c22ed#commitcommen...

github.com/sous-chefs/rvm - 4083734bcdd2a88ee48d99ab33042e36f1da6cd5 authored over 13 years ago by Fletcher Nichol <[email protected]>
Fix jruby pkg dependency.

github.com/sous-chefs/rvm - 5a3904bf84654191c5850d4916d4ee7b052a52ec authored over 13 years ago by Fletcher Nichol <[email protected]>
Gracefully handle Mac installs without homebrew.

github.com/sous-chefs/rvm - 176201859a41c0c2776c7b87ea60522abda5936c authored over 13 years ago by Fletcher Nichol <[email protected]>
Put Chef::RVM::EnvironmentHelpers into a later loaded library file.

github.com/sous-chefs/rvm - 153fc7c1ce77d600b0e30078a4f5d963ac4c22ed authored over 13 years ago by Fletcher Nichol <[email protected]>
Fixing missing pkg dependency on debian.

github.com/sous-chefs/rvm - 9f34e49051137a142c0285ad1fa46c0740937f9b authored over 13 years ago by Fletcher Nichol <[email protected]>
Update ruby compilation dependencies for debian/ubuntu.

github.com/sous-chefs/rvm - 911ddf27698206b9e1c5cc406a7535efd1909fcb authored over 13 years ago by Fletcher Nichol <[email protected]>
Clean up debuging output in Chef::RVM::StringCache.

github.com/sous-chefs/rvm - e30296468b178ea2deaa12f5ad8be648063077c0 authored over 13 years ago by Fletcher Nichol <[email protected]>
Whitespace.

github.com/sous-chefs/rvm - dcc62c2a413eb67f1d50ab9a7f0103103fc7badd authored over 13 years ago by Fletcher Nichol <[email protected]>
Extract helper modules into seperate library files.

github.com/sous-chefs/rvm - e6dbab8371b9dae67bbee97652c75c2c3a03a74c authored over 13 years ago by Fletcher Nichol <[email protected]>
Major refactoring of recipes which will result in a minor version bump.

There are now 2 main modes in which to use RVM: isolated as a user or
system-wide.

* recipe[rvm...

github.com/sous-chefs/rvm - 69027cafbe8e25251a797f1dcf11e5bc4c96275b authored over 13 years ago by Fletcher Nichol <[email protected]>
Fix environments when installing/upgrading user RVMs.

github.com/sous-chefs/rvm - 133d3400a21dd8c13c92d3be61840722976f3e87 authored over 13 years ago by Fletcher Nichol <[email protected]>
Add user-specific default attributes.

github.com/sous-chefs/rvm - f045a7ed983097cdba02c29aed778bbc1d1bbd27 authored over 13 years ago by Fletcher Nichol <[email protected]>
Add per-user and system caching in Chef::RVM::StringCache.

github.com/sous-chefs/rvm - 3f5aac6d79fd17184d08e0f269c5658427c5b539 authored over 13 years ago by Fletcher Nichol <[email protected]>
Propagating the user attribute to sub-resources.

github.com/sous-chefs/rvm - f8f7f50f92a5501827b6ae66dc9f15966cca19bb authored over 13 years ago by Fletcher Nichol <[email protected]>
Add environment params to shelled processes.

github.com/sous-chefs/rvm - c811bbbce1e3c6a5ca0fbb0b3443932a4c4552cc authored over 13 years ago by Fletcher Nichol <[email protected]>
Typos typos typos.

github.com/sous-chefs/rvm - 6c64419bb8a9ddd4c63a7d55a9bfc51968d5cf4e authored over 13 years ago by Fletcher Nichol <[email protected]>
Add recipe[rvm::user_install].

github.com/sous-chefs/rvm - ee508d35241ecc5790eaedca48ba30de41b8449f authored over 13 years ago by Fletcher Nichol <[email protected]>
Refactor recipe[rvm::system].

github.com/sous-chefs/rvm - 94842638f2c20933f18a751d6629c63058b49ec8 authored over 13 years ago by Fletcher Nichol <[email protected]>
Extract common recipe steps from rvm::system.

github.com/sous-chefs/rvm - 7c5093628cffe23d90343c52174d73607ffd16a9 authored over 13 years ago by Fletcher Nichol <[email protected]>
Add user attr on all resources.

github.com/sous-chefs/rvm - ab054302a75fedcbc983f1b960d3be5135750f48 authored over 13 years ago by Fletcher Nichol <[email protected]>
Spring cleaning in helpers removing old methods.

github.com/sous-chefs/rvm - b43493467e5eff8de08d675c8a02a0debd86c7cd authored over 13 years ago by Fletcher Nichol <[email protected]>
Refactor all providers to create an @rvm_env.

github.com/sous-chefs/rvm - 9a17648456dc5c7051b4b42f71cd028ff4fc2a5b authored over 13 years ago by Fletcher Nichol <[email protected]>
Add user attr_reader on RVM::ChefUserEnvironment.

github.com/sous-chefs/rvm - aabcfb5419f6d11b9a5259ffff51d845d4235685 authored over 13 years ago by Fletcher Nichol <[email protected]>
Chef::RVM::StringCache no longer caches 'default'.

github.com/sous-chefs/rvm - 61c93218a501c018919ba1bff8bdd17f694a21ec authored over 13 years ago by Fletcher Nichol <[email protected]>
firewall 0.5.2

* add missing 'requires' statements. fixes 'NameError: uninitialized constant' error. thanks to...

github.com/sous-chefs/firewalld - e8df200eb1500ad02bb26ca5c70a875be63c1710 authored over 13 years ago by Seth Chisamore <[email protected]>
firewall 0.5.2

* add missing 'requires' statements. fixes 'NameError: uninitialized constant' error. thanks to...

github.com/sous-chefs/firewall - e8df200eb1500ad02bb26ca5c70a875be63c1710 authored over 13 years ago by Seth Chisamore <[email protected]>
added missing requires statements

github.com/sous-chefs/firewall - 62d9b3514d932cb82728563edc62c469acdbbb21 authored over 13 years ago by Seth Chisamore <[email protected]>
added missing requires statements

github.com/sous-chefs/firewalld - 62d9b3514d932cb82728563edc62c469acdbbb21 authored over 13 years ago by Seth Chisamore <[email protected]>
Fix :remove/:purge action in rvm_gem provider.

github.com/sous-chefs/rvm - 14ef0acdca25b88b6315d3a0494c2091e3c8dc44 authored over 13 years ago by Fletcher Nichol <[email protected]>
Remove dep on Chef::RVM::StringHelpers in rubygems_package provider.

github.com/sous-chefs/rvm - 453962377a71b910dc174255e13c0cc14d865661 authored over 13 years ago by Fletcher Nichol <[email protected]>
Fix resource scoping issue in rvm_environment provider.

github.com/sous-chefs/rvm - 3262cf2f1f2964ff43cc41b82801776b69f88dea authored over 13 years ago by Fletcher Nichol <[email protected]>
Move Chef::RVM::ShellHelpers to rvm_rubygems_package (load order issues)

github.com/sous-chefs/rvm - 0853b3b789361c40dded83b8f254f9a225334dd9 authored over 13 years ago by Fletcher Nichol <[email protected]>
Rename helpers.rb to help load order.

github.com/sous-chefs/rvm - 4afb9c576ac4e1778039841b9a3affe477cd02e3 authored over 13 years ago by Fletcher Nichol <[email protected]>
Refactor gem_package provider.

github.com/sous-chefs/rvm - 0df34e8d5808edbdf18d943cebed183218e6ab0d authored over 13 years ago by Fletcher Nichol <[email protected]>
Refactor rvm_wrapper provider.

github.com/sous-chefs/rvm - 1d86bccb93b11da5ed84cd1ad2e219b729fe5c9e authored over 13 years ago by Fletcher Nichol <[email protected]>
Refactor rvm_shell provider.

github.com/sous-chefs/rvm - b6318daba973b91ba03ca8ea3ec65e711c523c14 authored over 13 years ago by Fletcher Nichol <[email protected]>
Tidy up global_gem provider.

github.com/sous-chefs/rvm - 374dd22c2e5a0141b23e1bfc68ed3d822f5151a0 authored over 13 years ago by Fletcher Nichol <[email protected]>
Refactor gemset provider.

github.com/sous-chefs/rvm - 07a8372e731b04d6b3b1bd1cee7008692806c948 authored over 13 years ago by Fletcher Nichol <[email protected]>
Major refactoring of helpers into modules.

github.com/sous-chefs/rvm - bf992bc5b4720a22f81df4ed476815217be4cdba authored over 13 years ago by Fletcher Nichol <[email protected]>
Refactor rvm_ruby provider.

github.com/sous-chefs/rvm - c9a2fa0cf7f86858e3b5b24a20994ccae375c24f authored over 13 years ago by Fletcher Nichol <[email protected]>
Add debug logging in Chef::RVM::StringCache.

github.com/sous-chefs/rvm - 3f81ee7e5ef8283177a630251798983be5788552 authored over 13 years ago by Fletcher Nichol <[email protected]>
Update a missing ::RVM module qualification.

github.com/sous-chefs/rvm - c1874f4999214503d41dcd306e43be8ab15339bf authored over 13 years ago by Fletcher Nichol <[email protected]>
Refactoring rvm_default_ruby & rvm_environment providers.

github.com/sous-chefs/rvm - 2acfb4ad050934ba7fe68554fb6dc2e4c064158a authored over 13 years ago by Fletcher Nichol <[email protected]>
Fully qualifying ::RVM module namespace.

github.com/sous-chefs/rvm - 7107b397a46b01650e7f5cb3b07fb8aa77b00adc authored over 13 years ago by Fletcher Nichol <[email protected]>
Add Chef::RVM::StringCache to get and cache canonical RVM strings.

github.com/sous-chefs/rvm - 1794f1fadf0fc5221172303cd4230286d9d60b08 authored over 13 years ago by Fletcher Nichol <[email protected]>
Normalize 'missing gem' logging notices.

github.com/sous-chefs/rvm - 8974619b8b9220252b201329535aca37b6d1d8c1 authored over 13 years ago by Fletcher Nichol <[email protected]>
Split RVM::ChefUserEnvironment & RVM::Shell::ChefWrapper.

github.com/sous-chefs/rvm - beb79a221a140cf1f3b3c3555258a93f4922e2cc authored over 13 years ago by Fletcher Nichol <[email protected]>
Whitespace be gone.

github.com/sous-chefs/rvm - 475029f10ce2436883096827d78e03c96f970507 authored over 13 years ago by Fletcher Nichol <[email protected]>
Fix RVM::Environment#config key for rvm_path.

github.com/sous-chefs/rvm - f2f9ec9d7fbaa74f6322229cf993ceedfd11d7d0 authored over 13 years ago by Fletcher Nichol <[email protected]>
Create RVM::ChefUserEnvironment which can be injected with a user.

github.com/sous-chefs/rvm - fe4dcbfee18001388d125704bb88b07c890c1c22 authored over 13 years ago by Fletcher Nichol <[email protected]>
Initial version

* [COOK-686] create firewall and firewall_rule resources
* [COOK-687] create UFW providers for a...

github.com/sous-chefs/firewalld - 89e66b4883818dfc027a9358c3549d023420d2d8 authored over 13 years ago by Seth Chisamore <[email protected]>
Initial version

* [COOK-686] create firewall and firewall_rule resources
* [COOK-687] create UFW providers for a...

github.com/sous-chefs/firewall - 89e66b4883818dfc027a9358c3549d023420d2d8 authored over 13 years ago by Seth Chisamore <[email protected]>
Add RVM::Shell::ChefWrapper based on chef's popen4 impl.

github.com/sous-chefs/rvm - 03411ea9766d06d41cd31b48391fb9d8a8a3df50 authored over 13 years ago by Fletcher Nichol <[email protected]>
RVM gem installed using opscode cookbook conventions (via gem_package).

github.com/sous-chefs/rvm - eb6df3dc3ca23a858b78bb45cc99a7e263e13c43 authored over 13 years ago by Fletcher Nichol <[email protected]>
Merge pull request #30 from phlipper/master

implemented group_users support

github.com/sous-chefs/rvm - e39d120fa737acc42ecfc2eb60f18d88673ecab7 authored over 13 years ago by Fletcher Nichol <[email protected]>
Merge pull request #28 from relistan/master

Fixed bug when no RVM Rubies had yet been installed

github.com/sous-chefs/rvm - 18594bfdbfd6b6907bae143faf9efce4772f73fb authored over 13 years ago by Fletcher Nichol <[email protected]>
implement :group_users support

github.com/sous-chefs/rvm - a28775358adf85630136a92984a228e23ad518a4 authored over 13 years ago by Phil Cohen <[email protected]>
Make sure we have at least one rvm ruby installed before assigning default

github.com/sous-chefs/rvm - b74fd8ef40f4496f09d1d8225821bc60bb96b3d2 authored over 13 years ago by Karl Matthias <[email protected]>
ntp v1.0.1, use attribute for service name

* Support scientific linux
* Use service name attribute in resource (fixes EL derivatives)

github.com/sous-chefs/ntp - 273dc5d0b92c5ab29762994c2a94b85c75d12a34 authored over 13 years ago by jtimberman <[email protected]>
fixing cook-646

github.com/sous-chefs/nagios - 925bb6aa1859bf6fb630c6b4b7ef1dac44cf4d15 authored over 13 years ago by John E. Vincent <[email protected]>
comment out language config due to error in 5.5

github.com/sous-chefs/percona - 306fa7a18c4e2ac315eea4398c9706af22017a50 authored over 13 years ago by Phil Cohen <[email protected]>
update default attributes, update readme

github.com/sous-chefs/percona - 265ef8a114c5963c9b9e098a0c4044ba7b955c45 authored over 13 years ago by Phil Cohen <[email protected]>
don't install common package by default due to bug

github.com/sous-chefs/percona - 55b3da31d0a8a92ff4c863ccdca5396069be2d7d authored over 13 years ago by Phil Cohen <[email protected]>
use default versions

github.com/sous-chefs/percona - be86cb1c61e847852b82913ef8d3ea7df2ec95ff authored over 13 years ago by Phil Cohen <[email protected]>
use #empty? not #blank?

github.com/sous-chefs/percona - 8bd3671847c32bc8faad833e927cc8ef43f7957c authored over 13 years ago by Phil Cohen <[email protected]>
use libmysqlclient-dev package

github.com/sous-chefs/percona - 98e9f7fb191bec962dd4963198a1acaf412aaea9 authored over 13 years ago by Phil Cohen <[email protected]>
fix typo in default recipe

github.com/sous-chefs/percona - b034d536a7818361755e7efc3d97212154074f91 authored over 13 years ago by Phil Cohen <[email protected]>
set default role to 'standalone'

github.com/sous-chefs/percona - 7af2a9902e7a91049d74e618670eda065196413a authored over 13 years ago by Phil Cohen <[email protected]>
initial commit

github.com/sous-chefs/percona - 143b1dd905ded595007aa5bb50c85efc74becc95 authored over 13 years ago by Phil Cohen <[email protected]>
mysql v1.0.8

* [COOK-633] ensure "cloud" attribute is available

github.com/sous-chefs/mysql - eb871e42ff82ad6378516c665b2fb51d7c7fd6e4 authored over 13 years ago by Seth Chisamore <[email protected]>
[COOK-633] ensure "cloud" attribute is available

github.com/sous-chefs/mysql - f90af742fb12910362ace9377f52933ef92e3d9e authored over 13 years ago by Seth Chisamore <[email protected]>
Add basic support for NFS exports

* bump version to 0.0.6
* update documentation
* released on community site

github.com/sous-chefs/nfs - 7919dea80744bb215119325852d98e0da4e6846f authored over 13 years ago by Eric G. Wolfe <[email protected]>
Merge pull request #6 from InfoSpace/master

Old key urls no longer work

github.com/sous-chefs/jenkins - 24a8048708d9b579942f81e1e61a82ad37f52776 authored over 13 years ago by Fletcher Nichol <[email protected]>
fix key url for debian and redhat

github.com/sous-chefs/jenkins - 01366b4bded4a99b38edaedfbf8d03be120e69a8 authored over 13 years ago by Michael Green <[email protected]>
Merge pull request #5 from fujin/feature/reliable-install

Reliably install/restart Jenkins by testing the port & API

github.com/sous-chefs/jenkins - 9c60e075d4d045a4ae3b5f7be63e51ad520f5ec3 authored over 13 years ago by Fletcher Nichol <[email protected]>
Reliably install/restart Jenkins by testing the port & API

github.com/sous-chefs/jenkins - 8781d716df7889e76dfab87a4b34ede7023f0e99 authored over 13 years ago by AJ Christensen <[email protected]>
Fix perms for jenkins.list.

github.com/sous-chefs/jenkins - 4518892320a3d68a67d1607f3f901e64a00ab105 authored over 13 years ago by Fletcher Nichol <[email protected]>
Add NFS 0.0.4 recipe

github.com/sous-chefs/nfs - c4db55691909443cf4c183ae8f46b41d9ada9db2 authored over 13 years ago by Eric G. Wolfe <[email protected]>
mysql v1.0.7

* [COOK-614] expose all mysql tunable settings in config
* [COOK-617] bind to private IP if avai...

github.com/sous-chefs/mysql - 8914e519da42e5c2bf08d7c2d99159b170aca118 authored over 13 years ago by Seth Chisamore <[email protected]>
[COOK-614] expose all mysql tunable settings in config

github.com/sous-chefs/mysql - 43c37a8f68abfca07aaf812f19338e45e67bd3e9 authored over 13 years ago by Seth Chisamore <[email protected]>
[COOK-617] bind to private IP if available

github.com/sous-chefs/mysql - 25ffe92d9f6db670dc9569d7636b6ff23ec38468 authored over 13 years ago by Seth Chisamore <[email protected]>
haproxy v1.0.3

* [COOK-618] haproxy::app_lbs template should use the member cloud private IP by default

github.com/sous-chefs/haproxy - 3414ba46a517f192794bef856b33e14acb1026be authored over 13 years ago by Seth Chisamore <[email protected]>
[COOK-618] haproxy::app_lbs template should use the member cloud private IP by default

github.com/sous-chefs/haproxy - c7f353475e52733ade06ee39465a85ddaaaa5e02 authored over 13 years ago by Seth Chisamore <[email protected]>
Remove yum update from default recipe

* The yum update command updates the packages, not any kind of cache.
* This is almost certainly...

github.com/sous-chefs/yum - 2571079e6821d7275450d8355b21bf64ff2c788b authored over 13 years ago by jtimberman <[email protected]>
Update CHANGELOG

github.com/sous-chefs/rvm - af6a9ca6b52a5c694973979108ddd5c8b1c74df3 authored over 13 years ago by Fletcher Nichol <[email protected]>
Merge pull request #27 from temujin9/master

Handle 'system' ruby and improve gem_package logging message.

github.com/sous-chefs/rvm - c2cfbbdc530591ab56e359d8d97ed4823044800c authored over 13 years ago by Fletcher Nichol <[email protected]>
Cleanup of errors for rubie==system, and logging message for gem_package

github.com/sous-chefs/rvm - 1be44e8f15647e0c9c36293c267ecdcdf07d8e0a authored over 13 years ago by Nathaniel Eliot <[email protected]>
Remove iptables block from default recipe to iptables recipe (for now).

github.com/sous-chefs/jenkins - 7bb5113f4bd365f72df500f201f21617bcf941b3 authored over 13 years ago by Fletcher Nichol <[email protected]>
Update CHANGELOG.

github.com/sous-chefs/rvm - 9a7b1b7c058de7315da3bf696ea01461c3570d47 authored over 13 years ago by Fletcher Nichol <[email protected]>
Update vagrant/system_chef_solo default to match newest lucid32 basebox.

github.com/sous-chefs/rvm - 5b6f5e73ff50f923f6c208d826af1a1f85c577a8 authored over 13 years ago by Fletcher Nichol <[email protected]>
Major style updates to CHANGELOG.

github.com/sous-chefs/rvm - 21068e3c2ed705bf4d1adaa9812d68a646eb76dd authored over 13 years ago by Fletcher Nichol <[email protected]>
Update CHANGELOG.

github.com/sous-chefs/rvm - e4b96f6348a715551c7c15a2478054d14baf13a3 authored over 13 years ago by Fletcher Nichol <[email protected]>
RVM framework will be conditionally installed in compilation phase.

The primary use case for installing early is to support the gem_package
recipe. Therefore if rec...

github.com/sous-chefs/rvm - 000f9c318804d87d0ef7af20099b67a8f302a378 authored over 13 years ago by Fletcher Nichol <[email protected]>
Remove compilation phase execution from default recipe.

The RVMRubygems provider will install an RVM ruby and create a gemset
if needed before installin...

github.com/sous-chefs/rvm - 9622854657f3eba71b1e1d4561a527d70c6d63cc authored over 13 years ago by Fletcher Nichol <[email protected]>
merge upstream

github.com/sous-chefs/varnish - 05f444879bb90a9ff995f65b5d79eb6c5481d0d0 authored over 13 years ago by Nathen Harvey <[email protected]>
merge upstream

github.com/sous-chefs/passenger_apache2 - 6fde279b311e16f1a1feed80ff02b91ed6cc0d0b authored over 13 years ago by Nathen Harvey <[email protected]>