summaryrefslogtreecommitdiff
path: root/chef-server-webui
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into nuoyan/CHEF-677Adam Jacob2009-12-166-21/+18
|\ | | | | | | | | | | | | Conflicts: chef-server-api/Rakefile chef-server-webui/app/controllers/nodes.rb chef-server-webui/app/controllers/users.rb
| * remove old dependencies like ferret, stomp, etc.Christopher Brown2009-12-151-12/+8
| |
| * update docs for thin vs. mongrel, general dependencies. Update actual gem ↵Christopher Brown2009-12-151-1/+1
| | | | | | | | dependencies
| * Merge branch 'chef-758' of git://github.com/fujin/chef into fujin/chef-758Adam Jacob2009-12-101-2/+2
| |\
| | * CHEF-758: WebUI doesn't use preformatted output for keysAJ Christensen2009-12-081-2/+2
| | |
| * | [CHEF-764] Do not use pretty_generate on remaining attributesBryan McLellan2009-12-011-3/+1
| |/
| * Merge branch 'chef-623' of git://github.com/btm/chef into btm/chef-623Adam Jacob2009-11-241-2/+3
| |\
| | * [CHEF-623] Web UI allows creation of nodes with no nameBryan McLellan2009-11-241-2/+3
| | | | | | | | | | | | | | | Raise exception if user tries to create node with no name Display exception to the Web UI if the error is under 150chars (not a JSON dump)
| * | Merge branch 'CHEF-698' of git://github.com/pcross616/chef into ↵Adam Jacob2009-11-241-1/+3
| |\ \ | | | | | | | | | | | | pcross616/CHEF-698
| | * | Fixing CHEF-698Peter Crossley2009-11-241-1/+3
| | |/ | | | | | | | | | * when editing a node autodetect is disabled so if a user edits a value incorrectly a JSON error is now thrown for the type of the attribute.
| * | [CHEF-741] Require username for Web UI user creationBryan McLellan2009-11-241-1/+2
| |/
* | fixing databags, adding error handling.Nuo Yan2009-12-164-13/+27
| |
* | fix deletion of databags in webuiNuo Yan2009-12-152-6/+24
| |
* | fixed empty runlist shown as recipe[recipe[]] bugNuo Yan2009-12-141-1/+1
| |
* | switch from 'syntax' to 'coderay'Nuo Yan2009-12-102-7/+3
| |
* | Fixing CHEF-677. Creating Users API in Chef-Server-Api. WebUI Users CRUD by ↵Nuo Yan2009-11-246-34/+40
| | | | | | | | calling those APIs
* | fixing default user creationNuo Yan2009-11-231-12/+9
| |
* | fixing users, default admin can now be deleted. Last admin user cannot be ↵Nuo Yan2009-11-233-6/+28
|/ | | | deleted. If no admin user exists, on webui start, the default admin user will be created
* added the new JSON editorNuo Yan2009-11-172-6/+5
|
* Merge branch 'master' of git://github.com/opscode/chef into CHEF-677Nuo Yan2009-11-1726-1201/+1205
|\
| * Merge branch 'CHEF-543' of git://github.com/nuoyan/chef into nuoyan/CHEF-543Adam Jacob2009-11-0926-114/+346
| |\ | | | | | | | | | | | | | | | Conflicts: chef-server-webui/app/controllers/status.rb chef-server-webui/public/javascripts/JSONeditor.js
| * \ Merge branch 'chef-634' of git://github.com/btm/chef into btm/chef-634Adam Jacob2009-11-091-2/+5
| |\ \
| | * | CHEF-634: Be more verbose about UI node errorsBryan McLellan2009-10-291-2/+5
| | | | | | | | | | | | | | | | | | | | Log exceptions for create/update failures Notify the UI when an update failure occurs
| * | | Merge branch 'CHEF-659-ALPHA' of git://github.com/pcross616/chef into ↵Adam Jacob2009-11-0925-1199/+1200
| |\ \ \ | | | | | | | | | | | | | | | pcross616/CHEF-659-ALPHA/master
| | * | | CHEF-659 0.8 Array fix.Bryan McLellan2009-11-061-31/+43
| | | | | | | | | | | | | | | | | | | | Fixing array creation, now detects parent object type.
| | * | | Updating CHEF-659:Bryan McLellan2009-11-0625-1274/+1182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * now using partials * nodes/roles both use the same jsoneditor * removed old version. Conflicts: chef-server-webui/public/javascripts/JSONeditor.js
| | * | | Fix for issue CHEF-659Peter Crossley2009-11-064-9/+90
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * using new JSON editor which handles escaped and non escaped characters * JSON editor can load and refresh contents while editing the node * attribute search * much faster rendering * uses JQuery and JSON2 libs Supporting Code: Views in the slice can throw content to header_content to add view specific header includes.
| * | | CHEF-678: Get CouchDB name from Chef::ConfigBryan McLellan2009-11-031-1/+1
| |/ /
* | | WebUI Users workNuo Yan2009-11-124-6/+28
| | |
* | | CHEF-677 Users workNuo Yan2009-11-1219-97/+472
| |/ |/|
* | deleting users stuffs which were accidentally added during last commitNuo Yan2009-11-021-0/+0
| |
* | webui workNuo Yan2009-11-0212-555/+579
| |
* | CHEF-543 webui workNuo Yan2009-11-021-59/+0
| |
* | CHEF-543, webui workNuo Yan2009-11-0215-14/+271
| |
* | search webui workNuo Yan2009-10-275-34/+44
|/
* Merge branch 'master' of git@github.com:opscode/chef into 0712-mergeAdam Jacob2009-10-1639-21/+36
| | | | | | | | | | | | | | | | | | Conflicts: Rakefile chef-server-slice/Rakefile chef-server-slice/app/controllers/application.rb chef-server-slice/app/controllers/cookbooks.rb chef-server-slice/app/views/cookbooks/show.html.haml chef-server-slice/lib/chef-server-slice.rb chef-server/Rakefile chef/Rakefile chef/lib/chef.rb chef/lib/chef/client.rb chef/lib/chef/cookbook.rb chef/spec/unit/client_spec.rb cucumber.yml
* fix view for status pageNuo Yan2009-10-131-1/+1
|
* fixing the link in the nodes view after PL-298Nuo Yan2009-10-131-1/+1
|
* PL-298 work on webui and related stuffsNuo Yan2009-10-1323-126/+440
|
* Working Node Web UI vs API.Adam Jacob2009-09-263-31/+36
| | | | | | | | | Updated the API to use the cdb_* methods for Chef::Node and Chef::Role.list. Updated the Web UI to exclusively use the non-cdb backing store methods. Non-cdb backing store methods hit the API.
* Refactored Node Index in Web UI to use REST APIAdam Jacob2009-09-263-10/+9
| | | | | | | | Renamed the internal couchdb Chef::Node.list to cdb_list Made Chef::Node.list hit the REST API Fixed bug in Chef::Solr index rebuild script Updated /nodes API endpoint to return a Hash rather than Array Updated features
* A few tweaks to the webuiAdam Jacob2009-09-243-26/+10
|
* Merge branch 'master' of git@github.com:opscode/chef into 0.8-alpha-mergeAdam Jacob2009-09-141-1/+1
| | | | | | | | | | | | | | Conflicts: Rakefile chef-server-slice/Rakefile chef-server/Rakefile chef/Rakefile chef/lib/chef.rb chef/lib/chef/config.rb chef/lib/chef/couchdb.rb chef/lib/chef/node/attribute.rb cucumber.yml
* Merge branch '0.8-alpha' of git@github.com:opscode/chef into 0.8-alpha-wtfAdam Jacob2009-08-204-36/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: chef-server-webui/app/views/cookbook_templates/index.html.haml chef-server-webui/app/views/cookbooks/show.html.haml chef-server-webui/app/views/openid_login/index.html.haml chef-server-webui/app/views/openid_server/decide.html.haml chef/lib/chef/client.rb chef/lib/chef/compile.rb chef/lib/chef/node/attribute.rb chef/lib/chef/rest.rb chef/spec/unit/client_spec.rb chef/spec/unit/couchdb_spec.rb chef/spec/unit/node/attribute_spec.rb
| * Initial pass at a Chef 0.8.0 alphaAdam Jacob2009-08-01159-0/+9372
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Rakefile chef-server-slice/Rakefile chef-server-slice/app/controllers/application.rb chef-server-slice/app/controllers/exceptions.rb chef-server-slice/app/controllers/nodes.rb chef-server-slice/app/controllers/openid_consumer.rb chef-server-slice/app/controllers/openid_server.rb chef-server-slice/app/helpers/nodes_helper.rb chef-server/Rakefile chef-server/config/dependencies.rb chef-server/config/init.rb chef/Rakefile chef/lib/chef.rb chef/lib/chef/application/indexer.rb chef/lib/chef/client.rb chef/lib/chef/config.rb chef/lib/chef/node.rb chef/lib/chef/queue.rb chef/spec/unit/application/indexer_spec.rb chef/spec/unit/client_spec.rb chef/spec/unit/config_spec.rb cucumber.yml features/api/nodes/create_node_api.feature features/api/nodes/delete_node_api.feature features/api/nodes/list_nodes_api.feature features/api/nodes/show_node_api.feature features/api/nodes/update_node_api.feature features/api/roles/list_roles_api.feature features/steps/fixture_steps.rb
* Initial pass at a Chef 0.8.0 alphaAdam Jacob2009-08-20159-0/+9372
Conflicts: Rakefile chef-server-slice/Rakefile chef-server-slice/app/controllers/application.rb chef-server-slice/app/controllers/exceptions.rb chef-server-slice/app/controllers/nodes.rb chef-server-slice/app/controllers/openid_consumer.rb chef-server-slice/app/controllers/openid_server.rb chef-server-slice/app/helpers/nodes_helper.rb chef-server/Rakefile chef-server/config/dependencies.rb chef-server/config/init.rb chef/Rakefile chef/lib/chef.rb chef/lib/chef/application/indexer.rb chef/lib/chef/client.rb chef/lib/chef/config.rb chef/lib/chef/node.rb chef/lib/chef/queue.rb chef/spec/unit/application/indexer_spec.rb chef/spec/unit/client_spec.rb chef/spec/unit/config_spec.rb cucumber.yml features/api/nodes/create_node_api.feature features/api/nodes/delete_node_api.feature features/api/nodes/list_nodes_api.feature features/api/nodes/show_node_api.feature features/api/nodes/update_node_api.feature features/api/roles/list_roles_api.feature features/steps/fixture_steps.rb