summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Additional gatesrequiresTim Smith2020-08-201-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Optimize our requiresTim Smith2020-08-191-1/+1
| | | | | | Avoid requiring things that are already defined. Rubygems is very slow at traversing the filesystem. Signed-off-by: Tim Smith <tsmith@chef.io>
* Initial brand refactoringTensibai2019-04-251-2/+3
| | | | Signed-off-by: Tensibai <tensibai@iabis.net>
* ChefStyletm/styleThom May2016-07-291-12/+12
| | | | Signed-off-by: Thom May <thom@may.lt>
* Correct ruby syntax error to make script usableAnton Melser2016-07-271-2/+2
|
* Merge pull request #148 from aerii/update-error-messageThom May2016-07-191-1/+5
|\ | | | | Update error message for daemon on Windows
| * Update error message for daemon on Windowsaerii2015-07-091-1/+5
| | | | | | When running chef-zero with the daemon option on Windows, the error message incorrectly says 'Process.daemon requires Ruby >= 1.9', even when Windows has Ruby 2.0+.
* | Enable listening on more than one addressPhil Dibowitz2016-03-221-1/+2
| | | | | | | | | | | | If you listen on :: you get all v6 addrs. If you listen on 0.0.0.0 you get all v4 addrs. There's no way to listen on both. Allow people to pass in multiple `--host`s
* | Make policy groups and policies bettererJohn Keiser2015-12-071-0/+5
|/
* Add option for logging to a file.Phil Dibowitz2014-11-241-0/+9
| | | | Useful in daemon mode.
* Move all defaults to DefaultCreator, calculate on fly,John Keiser2014-08-221-1/+1
| | | | remember ownership
* change opttype from --ssl to --[no-]sslsawanoboly2014-08-221-2/+2
|
* cherry-picked support-ssl commitsawanoboly2014-08-221-0/+4
|
* Add file storeJohn Keiser2014-07-231-0/+9
|
* Add /organizations, /organizations/NAME, /organizations/NAME/_validator_keyJohn Keiser2014-07-071-0/+4
|
* Allow port ranges to be specified on the command lineJohn Keiser2014-06-101-2/+16
|
* Remove puma and clean up threadingSeth Vargo2013-12-171-9/+8
| | | | | | | | | | | | | | | This commit removes all instances of the Puma webserver, since it has known issues on a number of supported platforms and adds significant branching logic to the code. This commit also re-defines what it means when the server is "running". In the past, "running" has meant the web server is up. Testing has revealed that web servers actually lie and say they are running, even if they are not accepting requests. The new `running?` method uses OpenURI to access a known URL on the server. WEBrick does not support running on a socket, so the `--socket` option has also been removed.
* Merge pull request #20 from stevendanna/unix-socket-supportJohn Keiser2013-06-181-0/+4
|\ | | | | Allow chef-zero to listen on Unix domain socket.
| * Remove short form (-s) of --socket option and rename variable.Steven Danna2013-06-111-2/+2
| |
| * Allow chef-zero to listen on Unix domain socket.Steven Danna2013-06-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Puma has support for unix domain sockets. This commit adds a -s option to chef-zero that allows the user to specify a path rather than an IP and port: > chef-zero -s /tmp/chef-zero.sock Clients can then connect to this socket: > telnet -u /tmp/chef-server.sock Trying /tmp/chef-server.sock... Connected to (null). Escape character is '^]'. GET /nodes HTTP/1.1 HTTP/1.1 200 OK Content-Type: application/json Content-Length: 3 { }
* | Support daemon modeSeth Vargo2013-06-071-1/+15
|/
* Whoops - forgot oneSeth Vargo2013-05-191-1/+1
|
* Allow the user to specify any log levelSeth Vargo2013-05-191-2/+2
|
* Use one set of default optionsSeth Vargo2013-05-191-5/+2
|
* Fix up some formattingSeth Vargo2013-05-191-1/+1
|
* Add -d flag to output requestsSeth Vargo2013-05-151-0/+6
|
* Add test start/stop/data APIs, use Thin directly, use Chef::Log instead of putsjkeiser2012-12-231-4/+4
|
* Add arguments to bin/chef-zerojkeiser2012-12-201-1/+33
|
* Initial commit (moved/split up from jk/tiny-chef-server branch of jkeiser/chef)jkeiser2012-12-191-0/+8