summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix attempted fall-through in case statement.Andrew Neitsch2015-11-252-4/+6
* | | | Merge pull request #171 from chef/lcg/chef-version-supportThom May2016-07-191-3/+7
|\ \ \ \
| * | | | add patch to support chef_versionlcg/chef-version-supportLamont Granquist2015-10-201-3/+7
* | | | | Merge pull request #158 from amazon/dash-search-fixThom May2016-07-191-2/+2
|\ \ \ \ \
| * | | | | Fix scary search behavior on terms containing dash characterSergey Tuchkin2015-08-171-2/+2
* | | | | | Merge pull request #148 from aerii/update-error-messageThom May2016-07-191-1/+5
|\ \ \ \ \ \
| * | | | | | Update error message for daemon on Windowsaerii2015-07-091-1/+5
* | | | | | | Merge pull request #139 from cl-lab-k/add_normal_tagsThom May2016-07-191-1/+1
|\ \ \ \ \ \ \
| * | | | | | | add normal tags with empty arrayHIGUCHI Daisuke2015-06-021-1/+1
* | | | | | | | Merge pull request #138 from kongslund/request-timeoutThom May2016-07-192-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Increase WEBrick request timeout to 300 seconds. Fixes #137Jonas Kongslund2015-05-272-0/+5
| |/ / / / / / /
* | | | | | | | Merge pull request #109 from schrodinger/proxy-awareThom May2016-07-191-1/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Make ChefZero aware of load balancersJoshua Kwan2014-12-151-1/+7
* | | | | | | | | Merge pull request #106 from higanworks/disable_sslv3Thom May2016-07-191-0/+12
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | disable sslv3 and few unsecure optionssawanoboly2014-11-271-0/+12
| |/ / / / / / /
* | | | | | | | Release 4.7.1v4.7.1Thom May2016-07-072-3/+10
* | | | | | | | Merge pull request #221 from stanhu/suppress-request-info-logThom May2016-07-071-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Downgrade info log message to debugStan Hu2016-07-061-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #220 from chef/4.7.0v4.7.0Tim Smith2016-06-302-7/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | Release 4.7.0Tim Smith2016-06-302-7/+17
|/ / / / / / / /
* | | | | | | | Merge pull request #219 from chef/rackTim Smith2016-06-301-5/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Depend on rack < 2 to restore Ruby 2.1 compatTim Smith2016-06-301-5/+5
|/ / / / / / / /
* | | | | | | | Merge pull request #217 from chef/saml/et-205Stephan Renatus2016-06-091-11/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | Add external_authentication_uid to actors endpoint for queryingsaml/et-205kmacgugan2016-06-091-11/+21
|/ / / / / / / /
* | | | | | | | Release v4.6.2v4.6.2Steven Danna2016-04-282-2/+10
* | | | | | | | Merge pull request #216 from chef/ssd/log_response-at-debugSteven Danna2016-04-231-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Log responses only at debug log levelssd/log_response-at-debugSteven Danna2016-04-221-1/+1
|/ / / / / / / /
* | | | | | | | Bump version to 4.6.1v4.6.1John Keiser2016-04-142-3/+11
* | | | | | | | Merge pull request #214 from chef/jk/merge_more_betterJohn Keiser2016-04-141-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Actually merge key data in user PUT responsejk/merge_more_betterJohn Keiser2016-04-141-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #213 from chef/jk/userkeysJohn Keiser2016-04-141-11/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix users endpoint in OSC compat mode to use a data store URLJohn Keiser2016-04-141-11/+12
|/ / / / / / / /
* | | | | | | | Merge pull request #211 from chef/jk/bump-versionv4.6.0John Keiser2016-04-146-11/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | Bump version to 4.6jk/bump-versionJohn Keiser2016-04-146-11/+34
|/ / / / / / / /
* | | | | | | | Merge pull request #212 from chef/tc/fix-host-port-optionsJohn Keiser2016-04-143-8/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | Explicitly support only ruby >= 2.1.0.tc/fix-host-port-optionsTyler Cloke2016-04-142-3/+3
| * | | | | | | | Fix bugs related to Array vs Enumerator vs Port for options[:port/host].Tyler Cloke2016-04-141-5/+9
|/ / / / / / / /
* | | | | | | | A bit more cleanup.Phil Dibowitz2016-03-221-0/+1
* | | | | | | | Enable listening on more than one addressPhil Dibowitz2016-03-223-21/+26
* | | | | | | | Remove commented sections from travis configdanielsdeleo2016-03-181-8/+0
* | | | | | | | Remove unused gemfilesdanielsdeleo2016-03-184-30/+0
* | | | | | | | Merge pull request #205 from chef/tc/org-scoped-user-keys-getTyler Cloke2016-03-166-8/+68
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Implemented GET /orgs/ORG/users/USER/keys(/key) endpoint recently added to se...tc/org-scoped-user-keys-getTyler Cloke2016-03-156-8/+68
|/ / / / / / /
* | | | | | | Unpin github_changelog_generatorJohn Keiser2016-03-041-1/+1
* | | | | | | Disallow yanked versions of github_changelog_generatorJohn Keiser2016-02-261-1/+1
* | | | | | | Use json helpers instead of calling FFI_Yajl directlyapi-v1danielsdeleo2016-02-252-13/+13
* | | | | | | Implement APIv1 behaviorsdanielsdeleo2016-02-256-8/+66
* | | | | | | Another broken version is out :(jk/changelog-againJohn Keiser2016-02-251-1/+1
* | | | | | | Move default keys logic into ActorDefaultKeyEndpoint; fix #putjr/pedant-keys-2Jordan Running2016-02-249-78/+123
* | | | | | | Make user and client keys endpoints pass Pedant specsJordan Running2016-02-2414-124/+566