summaryrefslogtreecommitdiff
path: root/chef-server-api
Commit message (Expand)AuthorAgeFilesLines
...
* changed /environments/:id/cookbook_versions to return hash with name => manif...Tim Hinderliter2011-03-172-23/+5
* More work on refactoring of dependency solver:Tim Hinderliter2011-03-175-38/+82
* rspec tests for nodes/environments chef-server-api controllerTim Hinderliter2011-03-177-15/+529
* added /environments/:env_id/cookbook_versions endpointTim Hinderliter2011-03-172-1/+68
* 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
* Remove extlib dependency, copy mash code into sources, fix CHEF-1405Seth Falcon2011-03-042-2/+1
* [CHEF-1802] backport new behavior for Regexp.union to fix rack bugDaniel DeLeo2011-02-241-0/+2
* 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-162-4/+4
* api: /cookbooks/:id, /environments/:id/cookbooks/:idsdelano2011-02-134-9/+94
* fix a bug where the lowest version cookbook was usedDaniel DeLeo2011-02-121-3/+6
* fix routing to the search indicesDaniel DeLeo2011-02-122-2/+3
* Removing /cookbooks/_latest cookbook endpoint and fix the sort order of versi...Nuo Yan2011-02-102-14/+3
* 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-057-39/+62
* 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-282-0/+7
* 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-222-2/+45
* Remove stale require of metadata/versionSeth Falcon2010-11-181-1/+0
* Replacing tabs with two spaces.Christian Paredes2010-11-086-6/+6
* Use Chef::Version instead of Gem::Version in nodes controller CHEF-1818Seth Falcon2010-11-021-10/+22
* bump the version to 0.10.0.beta.0Nuo Yan2010-11-011-2/+2
* 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