| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Bump revision to 4.3.1v4.3.1 | John Keiser | 2015-09-29 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Translate admin="true" to admin=true | John Keiser | 2015-09-29 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Release 4.3.0v4.3.0 | John Keiser | 2015-09-02 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merge pull request #140 from terceiro/remove-chef-dep | Chris Doherty | 2015-08-24 | 1 | -5/+2 | |
| |\ \ \ \ | | | | | | | | | | | Remove dependency on chef | |||||
| | * | | | | Remove implicit dependency on chef | Antonio Terceiro | 2015-06-14 | 1 | -5/+2 | |
| | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | You don't want chef-zero depending on chef, since chef already depends on chef-zero and circular dependencies are a pain to deal with. This closes issue #136 | |||||
| * | | | | Adding back logic to delete the association request when adding a user to an ↵tball/add_user_to_org | tyler-ball | 2015-08-19 | 3 | -16/+37 | |
| | | | | | | | | | | | | | | | | | org (as well as adding the user to the groups) | |||||
| * | | | | Use new json_response API for /server_api_version | Andrew Brown | 2015-08-14 | 3 | -6/+8 | |
| | | | | | | | | | | | | | | | | | | | | | We should be using the new API for json_response, since this is a new endpoint. | |||||
| * | | | | Further support for /server_api_version | Andrew Brown | 2015-08-13 | 2 | -4/+36 | |
| | | | | | | | | | | | | | | | | | | | | | This adds checks to ensure that the requested API version is checked early on in the request cycle, to comply with RFC041. | |||||
| * | | | | Initial support for /server_api_version | Andrew Brown | 2015-08-13 | 2 | -0/+15 | |
| | |_|/ |/| | | | | | | | | | | | This adds initial support for /server_api_version and also adds constants for the min/max API versions. | |||||
| * | | | Preliminary support for _identifiers API | Andrew Brown | 2015-08-12 | 2 | -0/+24 | |
| | | | | | | | | | | | | | Adding preliminary support for the _identifiers REST endpoint. | |||||
| * | | | Support POST /organizations/ORGNAME/users | Andrew Brown | 2015-07-10 | 3 | -15/+39 | |
| | | | | | | | | | | | | | | | | | | | | | | This commit re-adds support for POST /organizations/ORGNAME/users. Since the code is very similar to /organizations/ORG/association_requests, we introduced a helper module to avoid code duplication. | |||||
| * | | | Force complete deletion of org on DELETE request | Marc Paradise | 2015-07-10 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | use the supplied org_type in org creation | Marc Paradise | 2015-07-10 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | cleanup a TODO left behind and clean up some debug code | Marc Paradise | 2015-07-10 | 2 | -3/+0 | |
| | | | | ||||||
| * | | | update chef-zero to be fully compatible with CS12 | Marc Paradise | 2015-07-10 | 8 | -39/+40 | |
| | | | | ||||||
| * | | | Bump revision to 4.2.3v4.2.3 | John Keiser | 2015-06-19 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fix variable error causing when_the_chef_server issues | John Keiser | 2015-06-19 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Make server_scope: :context work againjk/server_scope_fix | John Keiser | 2015-06-19 | 1 | -19/+21 | |
| |/ / | ||||||
| * | | Update version and changelog for 4.2.2v4.2.2release-4.2.2 | danielsdeleo | 2015-05-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Access server opts in example context not describe context | danielsdeleo | 2015-05-18 | 1 | -5/+7 | |
| | | | ||||||
| * | | Adding 'server_on_port' method to socketless server maptball/socketless | tyler-ball | 2015-05-06 | 1 | -0/+8 | |
| | | | ||||||
| * | | Prep for releasing 4.2.1v4.2.1 | tyler-ball | 2015-04-07 | 1 | -1/+1 | |
| | | | ||||||
| * | | Don't pollute global Chef server optionsjk/chef_server_options | John Keiser | 2015-04-06 | 1 | -4/+5 | |
| | | | ||||||
| * | | Updating changelog and version for 4.2.0 release | tyler-ball | 2015-04-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #119 from chef/jk/org_and_scope | Tyler Ball | 2015-04-06 | 1 | -222/+225 | |
| |\ \ | | | | | | | Add :organization and :data_scope options to with_chef_server | |||||
| | * | | Add :organization and :data_scope options to with_chef_serverjk/org_and_scope | John Keiser | 2015-03-19 | 1 | -222/+225 | |
| | | | | | | | | | | | | | | | | - :organization => 'org' lets you specify that an org should be created and pointed at - :data_scope => :context lets you specify that the server and any data should be kept around for the entire example group | |||||
| * | | | Bump to 4.1.0 to release socketless modev4.1.0 | danielsdeleo | 2015-04-01 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Extract socketless server map and add specssocketless | danielsdeleo | 2015-03-30 | 2 | -47/+85 | |
| | | | | ||||||
| * | | | Initial implementation of socketless requests | danielsdeleo | 2015-03-27 | 2 | -3/+71 | |
| | | | | ||||||
| * | | | Partially Revert 1b2a6e5f107254cce8200a4750035b30265ae0c8partial-revert-1b2a6e5f107254cce8200a4750035b30265ae0c8 | danielsdeleo | 2015-03-27 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, mounting the /users endpoint at the top level when in osc_compat mode causes errrors in the Chef integration tests. This may be due to a misconfiguration in the way Chef implements local mode but I am unable to pinpoint the exact causes right now. In any case, this is the minimal "revert" of 1b2a6e5f107254cce8200a4750035b30265ae0c8 that gets Chef's integration tests working again. | |||||
| * | | | Support /version; fix some global URIs | Phil Dibowitz | 2015-03-26 | 3 | -6/+36 | |
| |/ / | ||||||
| * | | Update validation messages to match erchef | danielsdeleo | 2015-02-25 | 1 | -19/+34 | |
| | | | ||||||
| * | | Validate that revision_id is not empty | danielsdeleo | 2015-02-23 | 1 | -0/+2 | |
| | | | ||||||
| * | | Policyfile revision_id field is mandatory, validate format | danielsdeleo | 2015-02-23 | 1 | -1/+12 | |
| | | | ||||||
| * | | Bump revision to 4.0v4.0 | John Keiser | 2015-02-11 | 1 | -1/+1 | |
| | | | ||||||
| * | | Check before create/update to determine correct status code | danielsdeleo | 2015-01-28 | 1 | -10/+9 | |
| | | | | | | | | | | | | | The memore store and ChefFS store have different behaviors when writing to an existing object, so work around that by checking for the existence of the item before creating/updating. | |||||
| * | | Set backtraces on "nested" exceptions | danielsdeleo | 2015-01-27 | 1 | -2/+6 | |
| | | | | | | | | | | | Future ruby has automagic nested exceptions but with current ruby raising a new exception during rescue obscures the backtrace | |||||
| * | | Add policies endpoint | danielsdeleo | 2015-01-20 | 2 | -1/+129 | |
| | | | ||||||
| * | | Show invalid data in error message | danielsdeleo | 2015-01-20 | 1 | -1/+1 | |
| |/ | ||||||
| * | Version bump for 3.2.1. | Serdar Sutay | 2014-11-26 | 1 | -1/+1 | |
| | | ||||||
| * | fix: should set https to rack.url_scheme #87 | sawanoboly | 2014-11-25 | 1 | -0/+1 | |
| | | ||||||
| * | add CORS headernls/CORS | Nathan L Smith | 2014-10-18 | 1 | -0/+3 | |
| | | ||||||
| * | Bump revision to 3.2v3.2 | John Keiser | 2014-09-26 | 1 | -1/+1 | |
| | | ||||||
| * | Removing 'json' gem dependency, replacing with 'ffi-yajl'tball/chef-zero-yajl-replace-json | tyler-ball | 2014-09-26 | 53 | -148/+148 | |
| | | ||||||
| * | Bump revision to 3.1.3v3.1.3 | John Keiser | 2014-09-03 | 1 | -1/+1 | |
| | | ||||||
| * | Handle exceptional conditions where stops are being called all over | John Keiser | 2014-09-03 | 1 | -2/+2 | |
| | | ||||||
| * | Pass base URI to V1 data store only in true single org modebase_uri | John Keiser | 2014-09-03 | 2 | -7/+4 | |
| | | ||||||
| * | Make v2_to_v1 get() munge the base URI so cookbooks | John Keiser | 2014-09-03 | 3 | -3/+19 | |
| | | | | | generate the correct URLs | |||||
| * | Bump revision to 3.1.2v3.1.2 | John Keiser | 2014-08-29 | 1 | -1/+1 | |
| | | ||||||
| * | Add default for cookbook() | John Keiser | 2014-08-29 | 1 | -3/+12 | |
| | | ||||||
