summaryrefslogtreecommitdiff
path: root/chef-server-api/app
Commit message (Expand)AuthorAgeFilesLines
* Fixed attributes precendence order broken by previous Client/RunContext/Node ...Tim Hinderliter2011-03-172-50/+46
* re-worked Chef-side exceptions for CookbookVersionSelectorTim Hinderliter2011-03-172-19/+25
* changed /environments/:id/cookbook_versions to return hash with name => manif...Tim Hinderliter2011-03-171-20/+5
* More work on refactoring of dependency solver:Tim Hinderliter2011-03-172-25/+22
* added /environments/:env_id/cookbook_versions endpointTim Hinderliter2011-03-171-1/+67
* Revert "Chef::Version and Chef::VersionConstraint have been moved to DepSelec...Seth Falcon2011-03-171-0/+2
* Some cleanupChris Walters2011-03-171-1/+1
* Letting DepSelector do dep graph and run list item validation and transformin...Chris Walters2011-03-171-1/+1
* Fixing up some fallout from the rebaseChris Walters2011-03-171-4/+4
* 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
* chef-server-api:sdelano2011-03-101-1/+1
* webui edge cases when selected cookbook version is not available in envSeth Falcon2011-02-241-1/+2
* cleanup the cookbook_version_helpersdelano2011-02-171-1/+1
* api: cookbooks AND environments/:id/cookbookssdelano2011-02-163-6/+28
* Fix CHEF-2057: renamed Chef::JSON to Chef::JSONCompat, soTim Hinderliter2011-02-161-3/+3
* api: /cookbooks/:id, /environments/:id/cookbooks/:idsdelano2011-02-133-9/+93
* fix a bug where the lowest version cookbook was usedDaniel DeLeo2011-02-121-3/+6
* fix routing to the search indicesDaniel DeLeo2011-02-121-1/+1
* Removing /cookbooks/_latest cookbook endpoint and fix the sort order of versi...Nuo Yan2011-02-101-11/+2
* update cukes for the API changeNuo Yan2011-02-092-2/+2
* CHEF-2028 API change on /cookbooks and /environments/:env_id/cookbooksNuo Yan2011-02-082-10/+20
* make webui url generation more robust and also configurableDaniel DeLeo2011-02-052-2/+11
* fix html page at root for chef-server-apiDaniel DeLeo2011-02-055-38/+57
* Refactor SolrQuery adding a from_params class methodSeth Falcon2011-02-041-10/+2
* update features infrastructure for chef-expanderDaniel DeLeo2011-02-032-2/+2
* remove libxmlDaniel DeLeo2011-02-031-3/+0
* move solr querying logic from chef-solr into chefDaniel DeLeo2011-02-031-3/+3
* Fix CHEF-1292/PL-538: make JSON.parse/to_json default recursion depthTim Hinderliter2011-02-021-1/+1
* changes to search controller to accomodate SOLR constructor changes,Tim Hinderliter2011-02-021-3/+4
* add api endpoint to list recipes available for environment policyDaniel DeLeo2011-01-281-0/+6
* fix block binding/precedence error. whitespace purgeDaniel DeLeo2011-01-211-16/+17
* fix run list expansion in view code to use correct environmentDaniel DeLeo2011-01-201-1/+1
* More fixes for CHEF-1292: updated comments, refactored feature tests. AddedTim Hinderliter2010-11-241-4/+9
* Fix CHEF-1292/PL-538: make JSON.parse/to_json default recursion depthTim Hinderliter2010-11-221-2/+12
* Remove stale require of metadata/versionSeth Falcon2010-11-181-1/+0
* Replacing tabs with two spaces.Christian Paredes2010-11-081-1/+1
* Use Chef::Version instead of Gem::Version in nodes controller CHEF-1818Seth Falcon2010-11-021-10/+22
* revise per environment data structureNuo Yan2010-11-012-2/+2
* enable search for environment objects and complete the knife environment from...Nuo Yan2010-11-011-1/+1
* restrict cookbook loading to environment versionssdelano2010-11-011-93/+35
* return all cookbooks available for an environmentsdelano2010-11-011-1/+8
* Return 412 if we can't load a dependent cookbookThom May2010-11-011-1/+5
* Convert index_recipes to return *all* recipesThom May2010-11-011-6/+4
* 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