summaryrefslogtreecommitdiff
path: root/lib/chef_zero/server.rb
Commit message (Expand)AuthorAgeFilesLines
* Update http -> https links in tests / commmentshttpsTim Smith2021-09-071-1/+1
* Optimize our requiresTim Smith2020-08-191-1/+1
* Optimize requires for non-omnibus installsTim Smith2020-08-121-6/+6
* Substitute require for require_relativeTim Smith2019-12-291-79/+79
* Apply ChefstyleTim Smith2019-12-291-4/+8
* Initial brand refactoringTensibai2019-04-251-3/+4
* fixes for new chefstyleLamont Granquist2018-07-031-2/+2
* remove hashrocket syntaxlcg/remove-hashrocketsLamont Granquist2018-06-261-17/+17
* chefstyle 0.6Thom May2018-02-151-1/+1
* add the universe endpointLamont Granquist2017-07-141-1/+3
* Fix a few chefstyle warningscontribTim Smith2016-09-221-5/+3
* ChefStyletm/styleThom May2016-07-291-189/+188
* Merge pull request #138 from kongslund/request-timeoutThom May2016-07-191-0/+1
|\
| * Increase WEBrick request timeout to 300 seconds. Fixes #137Jonas Kongslund2015-05-271-0/+1
* | Merge pull request #106 from higanworks/disable_sslv3Thom May2016-07-191-0/+12
|\ \
| * | disable sslv3 and few unsecure optionssawanoboly2014-11-271-0/+12
* | | 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-221-19/+23
* | | Implemented GET /orgs/ORG/users/USER/keys(/key) endpoint recently added to se...tc/org-scoped-user-keys-getTyler Cloke2016-03-151-2/+7
* | | Move default keys logic into ActorDefaultKeyEndpoint; fix #putjr/pedant-keys-2Jordan Running2016-02-241-3/+6
* | | Make user and client keys endpoints pass Pedant specsJordan Running2016-02-241-1/+7
* | | Return 410 on /controls so we stop skipping that pedant spec.cd/run-controls-specsChris Doherty2016-01-251-0/+2
* | | Rename cookbook artifactsJohn Keiser2016-01-151-4/+4
* | | Fix cookbook_artifactJohn Keiser2016-01-141-14/+19
* | | Implement /cookbook_artifacts endpoints.Chris Doherty2015-12-101-0/+6
* | | Split policy endpoints into separate endpointsJohn Keiser2015-12-071-9/+14
* | | Make policy groups and policies bettererJohn Keiser2015-12-071-0/+8
* | | Add rspec support for policies.Chris Doherty2015-12-071-0/+10
* | | open_source_endpoints() -> endpoints()Chris Doherty2015-11-101-2/+2
* | | Add a dummy GET that returns meaningful values, due to pedant making Solr-rel...Chris Doherty2015-11-101-0/+2
* | | Implement oc_pedant's REST routes for policyfiles.Chris Doherty2015-11-101-3/+12
* | | Initial support for /server_api_versionAndrew Brown2015-08-131-0/+3
* | | Preliminary support for _identifiers APIAndrew Brown2015-08-121-0/+2
| |/ |/|
* | Extract socketless server map and add specssocketlessdanielsdeleo2015-03-301-47/+1
* | Initial implementation of socketless requestsdanielsdeleo2015-03-271-2/+69
* | Partially Revert 1b2a6e5f107254cce8200a4750035b30265ae0c8partial-revert-1b2a6e5f107254cce8200a4750035b30265ae0c8danielsdeleo2015-03-271-4/+4
* | Support /version; fix some global URIsPhil Dibowitz2015-03-261-6/+20
* | Add policies endpointdanielsdeleo2015-01-201-1/+2
|/
* fix: should set https to rack.url_scheme #87sawanoboly2014-11-251-0/+1
* add CORS headernls/CORSNathan L Smith2014-10-181-0/+3
* Removing 'json' gem dependency, replacing with 'ffi-yajl'tball/chef-zero-yajl-replace-jsontyler-ball2014-09-261-2/+2
* Handle exceptional conditions where stops are being called all overJohn Keiser2014-09-031-2/+2
* Add /organization/_acl endpoint for knife download/uploadJohn Keiser2014-08-291-0/+2
* Fix invite and org membership rspec data loadingJohn Keiser2014-08-261-3/+16
* Add organization, acl, group, container rspec macrosrspec_enterpriseJohn Keiser2014-08-261-5/+38
* Add license endpointJohn Keiser2014-08-221-0/+2
* Move CookbookData and DataNormalizer under ChefDataJohn Keiser2014-08-221-3/+3
* Remove /verify_passwordJohn Keiser2014-08-221-2/+0
* Make acls endpoints return 405 for disallowed methodsJohn Keiser2014-08-221-2/+0