summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | 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
* | | | | | | Disallow yanked github_changelog_generatorjk/fix-build-breakJohn Keiser2016-02-241-1/+1
* | | | | | | Merge pull request #197 from chef/lcg/metadata-gemLamont Granquist2016-02-041-0/+5
|\ \ \ \ \ \ \
| * | | | | | | fix necessary for metadata gemlcg/metadata-gemLamont Granquist2016-02-041-0/+5
|/ / / / / / /
* | | | | | | Go back to chef masterJohn Keiser2016-01-291-1/+1
* | | | | | | Update rubygems / bundlerv4.5.0jk/run-against-master-chef-sometimesJohn Keiser2016-01-291-0/+4
* | | | | | | Run chef-zero against master chef on travisJohn Keiser2016-01-285-9/+24
* | | | | | | Bump revision to 4.5.0jk/bump-4.5.0John Keiser2016-01-282-1/+14
* | | | | | | Merge pull request #194 from chef/cd/run-acl-specsJohn Keiser2016-01-288-17/+14
|\ \ \ \ \ \ \
| * | | | | | | Fix container creation (was using wrong path)cd/run-acl-specsJohn Keiser2016-01-283-7/+3
| * | | | | | | Make default policy ACLs look more normalJohn Keiser2016-01-272-11/+3
| * | | | | | | Move skip-acl to ChefFSJohn Keiser2016-01-271-1/+1
| * | | | | | | Stop skipping ACL testsJohn Keiser2016-01-272-2/+0
| * | | | | | | Restore creator into policy_group ACLJohn Keiser2016-01-271-1/+1
| * | | | | | | Correct policy_groups default permissionsJohn Keiser2016-01-272-2/+10
| * | | | | | | Point at branch with proper authorization tagsJohn Keiser2016-01-271-1/+1
| * | | | | | | Treat policies and policy_groups as directoriesJohn Keiser2016-01-271-4/+3
| * | | | | | | changes to test chef-zero ACLs.Chris Doherty2016-01-273-3/+7
| * | | | | | | DataNormalizer: Uniqify the list of actors, to satisfy pedant :acl specs (pos...Chris Doherty2016-01-261-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #192 from chef/cd/run-controls-specsChris Doherty2016-01-253-1/+17
|\ \ \ \ \ \ \
| * | | | | | | Return 410 on /controls so we stop skipping that pedant spec.cd/run-controls-specsChris Doherty2016-01-253-1/+17
|/ / / / / / /
* | | | | | | Merge pull request #191 from chef/cd/run-container-specsChris Doherty2016-01-224-3/+15
|\ \ \ \ \ \ \
| * | | | | | | Remove --skip-containers.cd/run-container-specsChris Doherty2016-01-211-1/+0
| * | | | | | | idiomiaticify conversion of arbitrary input into a real Boolean.Chris Doherty2016-01-211-1/+1
| * | | | | | | List of containers was missing policy_groups.Chris Doherty2016-01-211-1/+1
| * | | | | | | Implement POST /containers to create a container with the given 'id' or 'cont...Chris Doherty2016-01-211-0/+13
|/ / / / / / /
* | | | | | | Enable headers pedant testsdanielsdeleo2016-01-211-2/+1
* | | | | | | Enable rvm busting in pedant knife testsenable-knife-pedantsdanielsdeleo2016-01-201-1/+1
* | | | | | | Add a new test matrix entry for pedant knife testsdanielsdeleo2016-01-191-0/+2
* | | | | | | Enable pedant knife tests via ENV vardanielsdeleo2016-01-191-4/+18
* | | | | | | Enable policies and cookbook artifacts pedant tests for ChefFSjk/policies-cheffsJohn Keiser2016-01-151-3/+5
* | | | | | | Fix changelog versionJohn Keiser2016-01-151-2/+2
* | | | | | | Bump revision to 4.3.3v4.4.2John Keiser2016-01-152-3/+12