Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add option for logging to a file. | Phil Dibowitz | 2014-11-24 | 1 | -0/+9 |
| | | | | Useful in daemon mode. | ||||
* | Move all defaults to DefaultCreator, calculate on fly, | John Keiser | 2014-08-22 | 1 | -1/+1 |
| | | | | remember ownership | ||||
* | change opttype from --ssl to --[no-]ssl | sawanoboly | 2014-08-22 | 1 | -2/+2 |
| | |||||
* | cherry-picked support-ssl commit | sawanoboly | 2014-08-22 | 1 | -0/+4 |
| | |||||
* | Add file store | John Keiser | 2014-07-23 | 1 | -0/+9 |
| | |||||
* | Add /organizations, /organizations/NAME, /organizations/NAME/_validator_key | John Keiser | 2014-07-07 | 1 | -0/+4 |
| | |||||
* | Allow port ranges to be specified on the command line | John Keiser | 2014-06-10 | 1 | -2/+16 |
| | |||||
* | Remove puma and clean up threading | Seth Vargo | 2013-12-17 | 1 | -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-support | John Keiser | 2013-06-18 | 1 | -0/+4 |
|\ | | | | | Allow chef-zero to listen on Unix domain socket. | ||||
| * | Remove short form (-s) of --socket option and rename variable. | Steven Danna | 2013-06-11 | 1 | -2/+2 |
| | | |||||
| * | Allow chef-zero to listen on Unix domain socket. | Steven Danna | 2013-06-08 | 1 | -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 mode | Seth Vargo | 2013-06-07 | 1 | -1/+15 |
|/ | |||||
* | Whoops - forgot one | Seth Vargo | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | Allow the user to specify any log level | Seth Vargo | 2013-05-19 | 1 | -2/+2 |
| | |||||
* | Use one set of default options | Seth Vargo | 2013-05-19 | 1 | -5/+2 |
| | |||||
* | Fix up some formatting | Seth Vargo | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | Add -d flag to output requests | Seth Vargo | 2013-05-15 | 1 | -0/+6 |
| | |||||
* | Add test start/stop/data APIs, use Thin directly, use Chef::Log instead of puts | jkeiser | 2012-12-23 | 1 | -4/+4 |
| | |||||
* | Add arguments to bin/chef-zero | jkeiser | 2012-12-20 | 1 | -1/+33 |
| | |||||
* | Initial commit (moved/split up from jk/tiny-chef-server branch of jkeiser/chef) | jkeiser | 2012-12-19 | 1 | -0/+8 |