| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup only commit -- rename variables/method, remove dead code | Tim Hinderliter | 2010-06-03 | 1 | -1/+0 |
* | clean up indented blocks, Hash#index is deprecated on 1.9 | Daniel DeLeo | 2010-06-01 | 2 | -23/+21 |
* | [CHEF-1141] Nodes and clients should be sorted for Web UI | Akzhan Abdulin | 2010-06-01 | 4 | -15/+18 |
* | bump version to 0.9.0.a1 for 0.9 development | Daniel DeLeo | 2010-05-18 | 1 | -1/+1 |
* | bump to dev version 0.8.17 | Daniel DeLeo | 2010-05-12 | 1 | -1/+1 |
* | [CHEF-1194] fix cookbook screen in WebUI | Akzhan Abdulin | 2010-05-11 | 1 | -1/+0 |
* | [CHEF-1194] fix cookbook screen in WebUI | Akzhan Abdulin | 2010-05-11 | 1 | -0/+1 |
* | bump to version 0.8.14 since 0.8.12 was borked | Daniel DeLeo | 2010-05-11 | 1 | -1/+1 |
* | bump to dev version 0.8.15 | Daniel DeLeo | 2010-05-11 | 1 | -1/+1 |
* | bump to version 0.8.14 since 0.8.12 was borked | Daniel DeLeo | 2010-05-07 | 1 | -1/+1 |
* | remove API-only auth check | Daniel DeLeo | 2010-05-07 | 1 | -1/+0 |
* | [CHEF-1072] relax version requirements for merb 1.1 | Daniel DeLeo | 2010-05-07 | 1 | -12/+6 |
* | [CHEF-1072] chef-server-webui provides the executable | Daniel DeLeo | 2010-05-07 | 1 | -0/+9 |
* | [CHEF-1072] fix rackup files | Daniel DeLeo | 2010-05-07 | 1 | -74/+10 |
* | a gemfile to silence merb's bundler fanboism | Daniel DeLeo | 2010-05-07 | 1 | -0/+4 |
* | [CHEF-1072] unslice and merb 1.1 support for webui | Daniel DeLeo | 2010-05-07 | 67 | -600/+421 |
* | Merge branch 'master' into 0.9-alpha | Daniel DeLeo | 2010-05-06 | 3 | -36/+24 |
|\ |
|
| * | bump to version 0.8.12 | Daniel DeLeo | 2010-05-06 | 1 | -1/+1 |
| * | lock all chef gems to JSON 1.4.2 and lower, 1.4.3 is borked | Daniel DeLeo | 2010-05-06 | 1 | -7/+5 |
| * | whitespace | Daniel DeLeo | 2010-04-30 | 1 | -2/+2 |
| * | don't need to use tempfiles to show highlighted code in webui | Daniel DeLeo | 2010-04-30 | 2 | -28/+18 |
* | | Webui display of automatic attrs | Adam Jacob | 2010-04-16 | 2 | -9/+11 |
* | | Fixing node webui for 3 attrs | Adam Jacob | 2010-04-15 | 3 | -5/+5 |
|/ |
|
* | Bumping to 0.8.11 development | Adam Jacob | 2010-04-01 | 1 | -1/+1 |
* | Version 0.8.10, with manual binary setting | Adam Jacob | 2010-03-31 | 1 | -1/+1 |
* | Corrected pessimistic version constraints on merb | guyboltonking | 2010-03-29 | 1 | -6/+6 |
* | Merge branch 'CHEF-1064' of git://github.com/danielsdeleo/chef into danielsde... | Adam Jacob | 2010-03-29 | 1 | -7/+8 |
|\ |
|
| * | pessimistic version constraints on merb | Daniel DeLeo | 2010-03-25 | 1 | -7/+8 |
* | | WebUI did not enumerate available roles after error on role creation | Jon Swope & Bill Siggelkow | 2010-03-19 | 1 | -0/+2 |
|/ |
|
* | Bumping to version 0.8.9 | Adam Jacob | 2010-03-18 | 1 | -1/+1 |
* | Release 0.8.80.8.8 | Adam Jacob | 2010-03-17 | 1 | -1/+1 |
* | Bumping version to 0.8.7 | Adam Jacob | 2010-03-10 | 1 | -1/+1 |
* | Bumping to release version 0.8.6 | Adam Jacob | 2010-03-04 | 1 | -1/+1 |
* | Bumping to 0.8.5 for dev | Adam Jacob | 2010-03-03 | 1 | -1/+1 |
* | Marking Chef 0.8.4 for release0.8.4 | Adam Jacob | 2010-03-02 | 1 | -1/+1 |
* | Bumping to version 0.8.2 for release | Adam Jacob | 2010-02-28 | 1 | -1/+1 |
* | Merge branch 'CHEF-971' of git://github.com/nuoyan/chef into nuoyan/CHEF-971 | Adam Jacob | 2010-02-27 | 9 | -251/+186 |
|\ |
|
| * | fixing CHEF-969, 970, and 971 | Nuo Yan | 2010-02-26 | 8 | -20/+20 |
| * | CHEF-971 | Nuo Yan | 2010-02-26 | 9 | -238/+174 |
* | | fixing CHEF-989, being able to show client in the search result, and also fix... | Nuo Yan | 2010-02-26 | 7 | -25/+29 |
|/ |
|
* | Revert "fixing the api_client chef library's save method to expect 409 instea... | Adam Jacob | 2010-02-22 | 2 | -10/+12 |
* | Revert "revise some error handling code" | Adam Jacob | 2010-02-22 | 9 | -176/+238 |
* | revise some error handling code | Nuo Yan | 2010-02-22 | 9 | -238/+176 |
* | fixing the api_client chef library's save method to expect 409 instead of 403... | Nuo Yan | 2010-02-22 | 2 | -12/+10 |
* | added client indexing, minor changes to indexable for object id, fix reset! c... | Christopher Brown | 2010-02-17 | 2 | -4/+4 |
* | Merge branch 'CHEF-906' of git://github.com/danielsdeleo/chef into danielsdel... | Adam Jacob | 2010-02-11 | 1 | -1/+0 |
|\ |
|
| * | remove ref to JSONeditor.js which has been removed | Daniel DeLeo | 2010-02-11 | 1 | -1/+0 |
* | | fixing CHEF-935, chef-server-webui databag item creation and editing | Nuo Yan | 2010-02-11 | 3 | -8/+4 |
|/ |
|
* | add new dependency for merb-param-protection, fixes CHEF-919 | jtimberman | 2010-02-03 | 1 | -0/+1 |
* | Merge branch 'CHEF-822' of git://github.com/tfheen/chef into tfheen/CHEF-822 | Adam Jacob | 2010-01-27 | 1 | -1/+1 |
|\ |
|