summaryrefslogtreecommitdiff
path: root/chef-server-api/app
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' into 0.9-alphaDaniel DeLeo2010-05-062-3/+18
|\
| * test if the requesting client is admin or validatorDaniel DeLeo2010-05-041-1/+1
| * Limit the validation key to creating non-admin clientsTollef Fog Heen2010-05-042-2/+17
| * Only allow non-admin clients to show themselvesTollef Fog Heen2010-05-021-2/+2
* | Webui display of automatic attrsAdam Jacob2010-04-161-0/+1
* | Adding CHEF-838 featuresAdam Jacob2010-04-161-3/+0
* | Fixing node webui for 3 attrsAdam Jacob2010-04-151-1/+1
|/
* Removing debugging statmenet from file specificityAdam Jacob2010-03-171-1/+1
* Changed .error to .debug to fix CHEF-965.Eric Hankins2010-03-111-1/+1
* Fixing CHEF-992/964Nuo Yan2010-03-021-4/+2
* fixed search/query tests to include clients search url, changed Forbidden to ...Christopher Brown2010-02-196-6/+6
* added client indexing, minor changes to indexable for object id, fix reset! c...Christopher Brown2010-02-171-1/+1
* allow queries for api clientsDaniel DeLeo2010-02-111-2/+1
* [CHEF-879] data bag show needs to return a hashDaniel DeLeo2010-02-051-1/+1
* Whitespace cleanupAdam Jacob2010-01-261-1/+0
* API should require admin privs to modify data bag itemsDan DeLeo2010-01-151-1/+1
* Merge branch 'CHEF-799' of git://github.com/danielsdeleo/chef into danielsdel...Adam Jacob2010-01-041-10/+32
|\
| * fixes CHEF-799, remote_directory now works againDan DeLeo2010-01-011-3/+8
| * CHEF-799 WIP: send file list for remote_directoriesDan DeLeo2010-01-011-8/+25
* | CHEF-777: More legacy . -> _ transcodesAJ Christensen2009-12-311-5/+0
* | CHEF-777: Double node save with _ in hostnameAJ Christensen2009-12-312-16/+4
|/
* require admin to rebuild the indexDan DeLeo2009-12-221-0/+1
* rebuild the SOLR index via 'knife index rebuild'Dan DeLeo2009-12-221-1/+1
* add an API endpoint for SOLR rebuildsDan DeLeo2009-12-211-0/+4
* Merge branch 'thommay/CHEF-505'Adam Jacob2009-12-211-1/+2
|\
| * if recipes are set in the request use them for back compat purposesThom May2009-11-251-0/+1
| * Update the API to cope with roles with a run_listThom May2009-11-251-1/+1
* | Merge branch 'master' into nuoyan/CHEF-677Adam Jacob2009-12-163-6/+149
|\ \
| * \ Merge branch 'CHEF-542-754' of git://github.com/cwalters/chef into cwalters/C...Adam Jacob2009-12-102-3/+148
| |\ \
| | * | Accounting for tarballs whose entries begin with ./ in tarball validationchris2009-12-081-1/+1
| | * | CHEF-542: cookbook tarball CRUD, which necessitated CHEF-754: repositories co...chris2009-12-072-3/+148
| | |/
| * | [CHEF-764] Do not use pretty_generate on remaining attributesBryan McLellan2009-12-011-3/+1
| |/
* | Fixing CHEF-677. Creating Users API in Chef-Server-Api. WebUI Users CRUD by c...Nuo Yan2009-11-241-0/+77
|/
* Merge branch 'master' of git://github.com/opscode/chef into CHEF-677Nuo Yan2009-11-172-0/+9
|\
| * Merge branch 'CHEF-543' of git://github.com/nuoyan/chef into nuoyan/CHEF-543Adam Jacob2009-11-091-0/+29
| |\
| * | Fixes CHEF-693Adam Jacob2009-11-091-0/+5
| * | Fixes CHEF-681Adam Jacob2009-11-031-0/+4
* | | CHEF-677 Users workNuo Yan2009-11-121-2/+0
| |/ |/|
* | webui workNuo Yan2009-11-021-0/+29
|/
* Fixes for 0.7.12->0.8 merge, tests passAdam Jacob2009-10-192-2/+1
* Merge branch 'master' of git@github.com:opscode/chef into 0712-mergeAdam Jacob2009-10-161-3/+9
* forgot adding authenticate_every back in the main and search controllers afte...Nuo Yan2009-10-132-3/+2
* PL-298 work on webui and related stuffsNuo Yan2009-10-137-37/+59
* Working Node Web UI vs API.Adam Jacob2009-09-263-11/+11
* Refactored Node Index in Web UI to use REST APIAdam Jacob2009-09-261-2/+2
* Adding the admin fieldAdam Jacob2009-09-141-5/+18
* Adding back in chef-server style authzAdam Jacob2009-09-147-24/+20
* API Client support, with full tests passing.Adam Jacob2009-09-143-7/+13
* Fixing up the test sweet, adding destroy support to API ClientsAdam Jacob2009-09-121-5/+5
* Client registration working, test suite fixes.Adam Jacob2009-09-123-19/+22