Ecosyste.ms: OpenCollective

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

github.com/sous-chefs/nginx

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

Merge pull request #2 from RiotGames/COOK-1126

bump nginx[:version] attribute to "1.0.14"

1ba764fafc4688e8799396dc5d0055c610250601 authored almost 13 years ago
bump nginx[:version] attribute to "1.0.14"

nginx 1.0.14 was released with security fixes:
http://nginx.org/en/CHANGES-1.0

e02f4cbc0a807309ea585f53a1a98d56c00dd6b3 authored almost 13 years ago
configure_flags attribute is configureable once again

values in the configure_flags attribute will be merged with default
configure flags and configur...

bfead02195c09c2ab624c4f64a775934e3e43c6a authored almost 13 years ago
fix formatting in resource

d74c7a8009b55ac7c92d47840757ba96a5ccc239 authored almost 13 years ago
Merge remote-tracking branch 'jtim/COOK-477' into COOK-477

Conflicts:
recipes/source.rb

2ec73dccc31bba70faf32d00b9649eca7fc342d1 authored almost 13 years ago
Merge branch 'master' into COOK-477

Conflicts:
recipes/source.rb

a70b53130a0c0c72a0c8b74d8b70592ee381e1fb authored almost 13 years ago
add http_realip_module recipe to NGINX cookbook

83868e23be3304bb88f87950911953da51982228 authored almost 13 years ago
eliminate temporary variable nginx_version

0bdf6ffc998cabaa3bec70b92c00a9d540e5a52f authored almost 13 years ago
rename nginx[:install_path] attribute to nginx[:source][:prefix]

7f57e0c1a0b2eb7b14be21aadba6841f5448da58 authored almost 13 years ago
add authorized_ips and http_stub_status_module recipes

authorized_ips will write an authorized_ips file to disk to protect locations from connections f...

b6f9ece0a1d9154c975cdea3a943042eedb5c741 authored almost 13 years ago
use single quotes in compilation flags since these are taken as literal values when compared to a ruby string

3624bb24ea87b35ee2c581cbd52ed2b808d5084f authored almost 13 years ago
Change file headers to credit Riot Games & myself

2be0f904d9180538679c2b023b9220155df3cae2 authored almost 13 years ago
NGINX compilation resource reflects on "force recompile" runstate attribute

fac0e3c22042a265164907382bf1acb3e86a1339 authored almost 13 years ago
fix bug in parsing configure arguments in NGINX ohai plugin

should split on '--' not spaces, flags could have spaces:
--ld-path="something here"

45d56ce28b30cab6ef5dd3107beec7de6ba8fc76 authored almost 13 years ago
remove unnecessary nginx[:src_binary] attribute

replaced by setting nginx[:binary] attribute

869e44787793792f275ee8668274ddc3956db8d7 authored almost 13 years ago
add support for compiling modules into NGINX source

by default two modules will be compiled in:
http_ssl_module
http_gzip_static_module

210c7c9ee3ca1b119532c4b13ada47b5c1090800 authored almost 13 years ago
move NGINX directory creation before module recipes are run

this is required if module recipes configure themselves into NGINX dirs

0a1cda1e1d3d452fc9362028bcbc9dae4f53825c authored almost 13 years ago
remove nginx/modules from NGINX ohai plugin

these are authoratative in the configure arguments and the
attribute data of the cookbook

55cd65d676bf66526e2971f2bf2729d134d6b75c authored almost 13 years ago
add http_geoip_module recipe to NGINX cookbook

186a20dae7658e337fca85214826e2734e6591da authored almost 13 years ago
add NGINX upload progress module recipe to NGINX cookbook

a7ea27370f26dbe76d39c9919dfa5096d50ff328 authored almost 13 years ago
remove geoip_module from default NGINX modules

44b0b96fbaac1473dd1d10e5ea4e5747cb98a415 authored almost 13 years ago
move nginx[:url] attribute to nginx[:source][:url]

f0fb829abb5116c05a368a57f5498684dd3a6604 authored almost 13 years ago
add NGINX ohai plugin recipe to NGINX cookbook

ohai plugin is used to determine what the NGINX binary was compiled with at compilation time
you...

6461d6e08c0929adedd154ea46991a0bff2a6077 authored almost 13 years ago
initialize defaults for provided NGINX ohai plugin attributes

c09bc141f984edee311f50bcda64927666d005ce authored almost 13 years ago
remove unnecessary comments

b6cf07b1c81a4cba26cd2307b78f5935d08b4d1a authored almost 13 years ago
default recipe now installs nginx ohai plugin

e193f25639129eb19fcda524e07c6080b38333ce authored almost 13 years ago
nginx::source now installs nginx ohai plugin

nginx[:binary] attribute will be set to nginx[:src_binary]
this attribute is important to notify...

578b395057ebf84cd1e888811ac3a2f44826ca1b authored almost 13 years ago
[COOK-477] - fixes for service startup

* default connections 1024 to match distribution defaults (CentOS 5)
* set src_binary to binary ...

54b1638297a9adb985d0e1f6e77ebf6f0c628976 authored almost 13 years ago
remove geoip_module from default NGINX modules

Signed-off-by: jtimberman <[email protected]>

2115d6ce81cb7f4e586d444a696f5ca596a82825 authored almost 13 years ago
add NGINX upload progress module recipe to NGINX cookbook

Signed-off-by: jtimberman <[email protected]>

94cfa1c6d0ced67801f2fabdabcbb7ddf054f8b5 authored almost 13 years ago
add http_geoip_module recipe to NGINX cookbook

Signed-off-by: jtimberman <[email protected]>

707ff409ca70b35137b9f8d3152f935563a781b2 authored almost 13 years ago
initialize defaults for provided NGINX ohai plugin attributes

Signed-off-by: jtimberman <[email protected]>

7379e9840d700d609502e9c5e6e88f33659beab4 authored almost 13 years ago
add http_realip_module recipe to NGINX cookbook

Signed-off-by: jtimberman <[email protected]>

2745cb41961a2286e27629d4ca07b28148793854 authored almost 13 years ago
add authorized_ips and http_stub_status_module recipes

authorized_ips will write an authorized_ips file to disk to protect locations from connections f...

b364770cedea62644204c2199e75aa52ce86996e authored almost 13 years ago
move nginx[:url] attribute to nginx[:source][:url]

Signed-off-by: jtimberman <[email protected]>

0a6a20d901268112c574583f4e2a9e02e81b5b71 authored almost 13 years ago
add support for compiling modules into NGINX source

by default two modules will be compiled in:
http_ssl_module
http_gzip_static_module

Signed-of...

4f732cf4abd4a071ac06f6a476bac4358fe0778d authored almost 13 years ago
use single quotes in compilation flags since these are taken as literal values when compared to a ruby string

Signed-off-by: jtimberman <[email protected]>

9670298286b3b4bed432e7e57cefdb99588d0aa9 authored almost 13 years ago
Change file headers to credit Riot Games & myself

Signed-off-by: jtimberman <[email protected]>

5118d7c14a2de18391b60b2a2eabee77fdb3363a authored almost 13 years ago
remove unnecessary nginx[:src_binary] attribute

replaced by setting nginx[:binary] attribute

Signed-off-by: jtimberman <[email protected]>

ef7c9326c9ac9a6077874f3834d05c9b239bc597 authored almost 13 years ago
NGINX compilation resource reflects on "force recompile" runstate attribute

Signed-off-by: jtimberman <[email protected]>

e2acf3d06601a179dd382fabd4ccd8cc6055ec4b authored almost 13 years ago
remove nginx/modules from NGINX ohai plugin

these are authoratative in the configure arguments and the
attribute data of the cookbook

Signe...

e70f911af166b9bd97e73c6ac5593f93784b2a01 authored almost 13 years ago
eliminate temporary variable nginx_version

Signed-off-by: jtimberman <[email protected]>

dc61351d40ea412cc450177a5997ae46bd399eb5 authored almost 13 years ago
fix bug in parsing configure arguments in NGINX ohai plugin

should split on '--' not spaces, flags could have spaces:
--ld-path="something here"

Signed-of...

677406573fbf1cb7f4b05f5a9dccfc842bf69f35 authored almost 13 years ago
rename nginx[:install_path] attribute to nginx[:source][:prefix]

Signed-off-by: jtimberman <[email protected]>

864183964e3a0f88d51dbd3e89a795d1be7a4632 authored almost 13 years ago
move NGINX directory creation before module recipes are run

this is required if module recipes configure themselves into NGINX dirs

Signed-off-by: jtimberm...

8fffa58d44dc5a858b3292c6c9977de88cfd6be0 authored almost 13 years ago
remove unnecessary comments

Signed-off-by: jtimberman <[email protected]>

87b3f430aff9001e340214b81e6f457623a015a8 authored almost 13 years ago
add NGINX ohai plugin recipe to NGINX cookbook

ohai plugin is used to determine what the NGINX binary was compiled with at compilation time
you...

044954b331d9e6979845a71c553af22bc7e54532 authored almost 13 years ago
default recipe now installs nginx ohai plugin

Signed-off-by: jtimberman <[email protected]>

c0fb762d677798806268e0e399a1021e9fe165cf authored almost 13 years ago
nginx::source now installs nginx ohai plugin

nginx[:binary] attribute will be set to nginx[:src_binary]
this attribute is important to notify...

b24158b89080bae7945c44eaea352f5f5dc55a70 authored almost 13 years ago
[COOK-1115] - nginx::source should daemonize in init script

503358bfb64f90774c1edb56e9fc631daa327cb8 authored almost 13 years ago
[COOK-1087] Update the CONTRIBUTING file to fix a minor typo

765a8b63165c396e8353c74b53f0d73c4f212aea authored almost 13 years ago
Merge branch 'master' of github.com:customink/cookbooks

cbbadee2ec97af612168bf15c6116c98d7c7d1ef authored almost 13 years ago
nginx v0.100.2

ab81a579dcecfc13c4512c3322f28e390d0dcb31 authored almost 13 years ago
[COOK-1053] - Add url attribute to nginx cookbook

5f792c81bf15a68fdd98401cf66748ac11cf8bab authored almost 13 years ago
[COOK-1072] - set nginx version attribute to 1.0.12

0fa2a9caff0791118439d8fad48b02d0f5bfb1e6 authored almost 13 years ago
Preparing repository for splitting cookbooks into their own repos.

* Add a CONTRIBUTING file to each cookbook.
* Move the Changes/Roadmap section(s) to CHANGELOG.m...

05726a68b15e32145ce08e2dbcb85aadf0dd4258 authored almost 13 years ago
nginx compilation will notify services to restart instead of services subscribing

fix issue with bluepill daemonization

9569a0e4bcb3f042979ba85afe9a2cdc8bbbb50e authored almost 13 years ago
Add reload support to NGINX service

all configuration changes will notify a reload to the NGINX service

4a38a8605469f4cf83bf8383e02bb0e22acd59d5 authored almost 13 years ago
add nginx pid as a configurable attribute

9ee2dfbf99156c3a04651c83e28a63070a3ae380 authored almost 13 years ago
refactor nginx reload command syntax

329b56d19f2bf271f5cc5eedf6e26418d37cd39a authored almost 13 years ago
nginx v0.100.0

008e647f655349566c774eff5bc943f1b4c302b4 authored almost 13 years ago
[COOK-818] - add "application/json" per RFC

91dbfa1819aeb7ba5ccf6f55b29092dc0bea3865 authored almost 13 years ago
[COOK-957] - add application/javascript to nginx gzip types

13f911b6c460d382559f8749dbbf7b68e715cf21 authored almost 13 years ago
add back accidentally removed runit_service resource

660c172a972304741d1a3a0cbb06647d6f810721 authored about 13 years ago
Fix restart and quit service actions on nginx pill

f470052742130819d01c6923065b099896f5bb84 authored about 13 years ago
Fix issue where two instances of NGINX would be started if resources were notified to restart nginx

Add bluepill log for bluepill output

181803adb28df48cdbc157703be5fa240ee60a30 authored about 13 years ago
Add bluepill init_type support to nginx

247126ae88be2400e694a0d5f8637dbf591b7ad5 authored about 13 years ago
Add bluepill as cookbook dependency for nginx

74e933c891d1c9f03fdacb3c117fecd88229fa1e authored about 13 years ago
Attributes cased by platform should be default, not explicitly set

087c745638eee6fbe1c7dd303996b2f0f918d14d authored about 13 years ago
case init_style to provide support for runit or init

760b3b6e8a453c0c7abf8750f65d159003a23b4c authored about 13 years ago
nginx[:user] may not be present on node, add resource to create it

24ff6a90fd8be30e8537785131dfbd53614b7719 authored about 13 years ago
Add header to attributes file

8d37c1f7166d8980d99a67af980e213e376cc43d authored about 13 years ago
Add init_style attribute based on platform

bb9c1d2137bdcea0ec883df77b94755496fce65f authored about 13 years ago
nginx v0.99.2

99d00969e8899caee0332b0a46f721f5be68b118 authored about 13 years ago
[COOK-809] add attribute to allow disabling nginx access log

057aa394de8bce434bd0531e782309f446629895 authored about 13 years ago
[COOK-772] Update Nginx source download location

7cfa7cf1fa95cbf20cf31231790c85a8070d79ae authored about 13 years ago
merge upstream

24c18115098f795094cb732fa8fbc24b532f112f authored over 13 years ago
chef 0.10 doesn't need metadata.json

0c699a941fda659a6341f08f8d2ebd3e48b87354 authored over 13 years ago
COOK-441, COOK-442, COOK-443 fixes

* COOK-441, directory name (install_path) matches version better
* COOK-442, move derived attrib...

f1edd4a44431c32dc9c2219994f448bd8d11f509 authored about 14 years ago
COOK-318 use ::File instead of File in recipes

070b8a2af5a045dfe25d092a51558e4612532cb2 authored about 14 years ago
no diff...

38b5349fcf7a5fda6c4e5ed1a70815ef5c0a79c4 authored over 14 years ago
update metadata

2f209bc6b6d83e9ad86de6e81dcac08aacf9d083 authored over 14 years ago
Revert "update metadata"

This reverts commit 506fb38549bce9dfa35878b23c5790a6343d23f2.

8e5d5afc2016ccf913324f138e8937bd563ee312 authored over 14 years ago
update metadata

59a3295da41978b6d0af00705c93479bb42a4f99 authored over 14 years ago
nginx for centos

b028b57e91bfb51d4c95ef0b0ce8a1d919910581 authored over 14 years ago
COOK-324, update nginx attributes

6137d0334cc2d753e470c76c719c35c67c06437a authored over 14 years ago
bump nginx version for site upload

0d9376245fa1084b58458a0ea521c96f7d1e6b2b authored over 14 years ago
Update nginx to 0.7.67

126393ff91bd803e19d25ce658a24c99b20d5b6f authored over 14 years ago
COOK-316, add recipes to metadata for all cookbooks

547c11ba933a07299320eaac820699821109264d authored over 14 years ago
metadata updates for version upgrades on cookbooks releases from 0.9 changes

08e733a8614bf18b10b865a2757c092a8c98a04b authored over 14 years ago
remote_file is deprecated for cookbook files

Chef commit: 82990490
Deprecates remote_file source from the cookbook itself,
uses cookbook_file...

fcff7b0caceaf1bb6a35c9132b92a4ae01fd11a0 authored over 14 years ago
@node is deprecated, use node, chef commit f904589

ee3e1d647db89d05e705cceb15ef32b89a63b484 authored over 14 years ago
Update metadata across the board.

098e6312b76f409880a3dab205e8985574577333 authored over 14 years ago
merge refactoring of the bootstrap->chef cookbooks

86f8db9cfddc749e8dd5ebabc4b9c3afeddc20e9 authored almost 15 years ago
regenerate latest metadata.json for consistency across cookbooks.

3e553bf5eecd0be26e457ebda0206c27f9bb6bf2 authored almost 15 years ago
Updating for Chef 0.8 changes.

* Use 'default.rb' for attributes files when specific files not
necessary
* Update search in r...

3863b69d324c2848fd2ef8ae1d64fe5380e73e95 authored almost 15 years ago
Remove metadata.json and update application readme.

* Metadata.json can be generated with the rake tasks.
* Use 'metadata[cookbook]' and 'metadata_a...

a44f18316236f94390ca19d683629918cde136a2 authored almost 15 years ago
Updating for Chef 0.8 changes.

* Use 'default.rb' for attributes files when specific files not
necessary
* Update search in r...

b4e3ae3c0819bd0897508313c52b39d18979613d authored almost 15 years ago
Remove metadata.json and update application readme.

* Metadata.json can be generated with the rake tasks.
* Use 'metadata[cookbook]' and 'metadata_a...

f60aca48d5fbd8828ac88349136ceab845a5c796 authored almost 15 years ago
Updating metadata, versions and documentation for bootstrap, for 0.8.x release of Chef

b8e53860bf9a75c2b706ac174c9e86b4ca07bedb authored almost 15 years ago