summaryrefslogtreecommitdiff
path: root/chef-server-api/app/controllers/nodes.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed attributes precendence order broken by previous Client/RunContext/Node ...Tim Hinderliter2011-03-171-2/+2
* re-worked Chef-side exceptions for CookbookVersionSelectorTim Hinderliter2011-03-171-5/+15
* More work on refactoring of dependency solver:Tim Hinderliter2011-03-171-24/+12
* Revert "Chef::Version and Chef::VersionConstraint have been moved to DepSelec...Seth Falcon2011-03-171-0/+2
* Letting DepSelector do dep graph and run list item validation and transformin...Chris Walters2011-03-171-1/+1
* Chef::Version and Chef::VersionConstraint have been moved to DepSelectorChris Walters2011-03-171-2/+0
* Respect version constraints for cookbook dependenciesSeth Falcon2011-03-171-61/+4
* fix a bug where the lowest version cookbook was usedDaniel DeLeo2011-02-121-3/+6
* update features infrastructure for chef-expanderDaniel DeLeo2011-02-031-1/+1
* fix run list expansion in view code to use correct environmentDaniel DeLeo2011-01-201-1/+1
* Remove stale require of metadata/versionSeth Falcon2010-11-181-1/+0
* Use Chef::Version instead of Gem::Version in nodes controller CHEF-1818Seth Falcon2010-11-021-10/+22
* restrict cookbook loading to environment versionssdelano2010-11-011-93/+35
* Return 412 if we can't load a dependent cookbookThom May2010-11-011-1/+5
* Implement versioned dependenciesThom May2010-11-011-15/+22
* Fix bug where we'd explode if we encountered non-recipe items on the run listThom May2010-11-011-2/+1
* Add satisfy_all functionThom May2010-11-011-10/+30
* Ensure the list of versions is sortedThom May2010-11-011-2/+2
* implement dependency version matching for cookbooksThom May2010-11-011-1/+26
* Serve the correct cookbook versionThom May2010-11-011-8/+15
* environments cookbooks apisdelano2010-11-011-1/+1
* don't load node twice when fetching it's cookbookssdelano2010-11-011-14/+6
* Move update logic from nodes controller to node model objectSeth Falcon2010-11-011-7/+1
* Make update of a node save chef_environmentSeth Falcon2010-11-011-0/+1
* enforce versions when listing cookbooks for nodessdelano2010-08-231-1/+6
* further fixes to tests for CHEF-1314, non-existent roleChristopher Brown2010-06-111-2/+2
* adjust server code for new run list expansion return valueDaniel DeLeo2010-06-111-3/+5
* return 412 when a cookbook depends on a non-existent cookbookDaniel DeLeo2010-06-031-2/+66
* fix auth checksDaniel DeLeo2010-05-071-1/+1
* [CHEF-1072] unslice the API serverDaniel DeLeo2010-05-071-3/+3
* 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
* Fixing CHEF-992/964Nuo Yan2010-03-021-4/+2
* fixed search/query tests to include clients search url, changed Forbidden to ...Christopher Brown2010-02-191-1/+1
* added client indexing, minor changes to indexable for object id, fix reset! c...Christopher Brown2010-02-171-1/+1
* CHEF-777: Double node save with _ in hostnameAJ Christensen2009-12-311-3/+4
* Fixes CHEF-693Adam Jacob2009-11-091-0/+5
* Fixes for 0.7.12->0.8 merge, tests passAdam Jacob2009-10-191-1/+1
* Working Node Web UI vs API.Adam Jacob2009-09-261-8/+8
* Refactored Node Index in Web UI to use REST APIAdam Jacob2009-09-261-2/+2
* Adding back in chef-server style authzAdam Jacob2009-09-141-0/+1
* Client registration working, test suite fixes.Adam Jacob2009-09-121-5/+5
* Initial pass at a Chef 0.8.0 alphaAdam Jacob2009-08-201-0/+95