summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Remove branch pin from .travis.ymljk/policies-aclsJohn Keiser2016-02-011-1/+9
|
* Add win2012r2 to kitchen.yml and update .gitignore.Kartik Null Cating-Subramanian2016-01-271-1/+1
|
* Merge pull request #4369 from chef/ksubrama/omnibusKartik Null Cating-Subramanian2016-01-111-6/+8
|\ | | | | Migrate omnibus-chef project/software definitions for chef in here.
| * Update .gitignores to not clashKartik Null Cating-Subramanian2016-01-081-6/+8
| |
* | Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-0/+1
|/ | | | | | | In the process, stop auto-expanding JSON in the HTTP client, and let individual classes control that themselves. Fixes #2737, Fixes #3518
* Add knife/ChefFS support for policyfiles and policy_groups.John Keiser2015-12-151-0/+1
|
* Include pedant.gemfile.lock in .gitignoreJohn Keiser2015-11-061-1/+1
|
* Allow user@hostname format for knife-bootstrap. [#3527]Patrick Connolly2015-10-241-0/+3
| | | | | * Fix unit test cases. * Ignore temporary spec testing files.
* Generate a text version of MAINTAINERSThom May2015-06-091-0/+1
|
* Add specs for many external dependent projectsJohn Keiser2015-05-131-0/+1
|
* Make sure we don't close the output_stream after running rspec.Serdar Sutay2014-12-171-2/+2
|
* Basic test for audit mode.Serdar Sutay2014-12-171-0/+3
|
* * Dscl user provider changes to support Mac 10.7, 10.8 & 10.9.Serdar Sutay2014-08-121-0/+4
| | | | | | * Make the dscl user provider password handling idempotent. * Refactor / modernize dscl user provider unit tests. * Functional tests for dscl user provider.
* Ignore .kitchen/ and Berksfile.lockClaire McQuin2014-08-121-0/+4
|
* Add .project to .gitignore. Obvious fix.Eric Krupnik2014-06-111-0/+3
|
* [CHEF-5269] Added additional ruby environment files to .gitignore.Alex Ethier2014-05-021-0/+2
| | | | | - .ruby-version - .ruby-gemset
* [OC-3564] move README to markdown formatSeth Chisamore2012-10-301-1/+5
|
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-32/+2
| | | | The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!
* update gitignore with more sane defaultsSeth Chisamore2011-12-291-3/+16
|
* Add Gemfile.lock to .gitignoreBryan McLellan2011-09-291-0/+1
|
* [CHEF-2076] Add integration tests for frozen cookbooksDaniel DeLeo2011-03-251-0/+1
|
* Fixed client spec tests for changes to client run (only one save, call to ↵Tim Hinderliter2011-03-171-0/+1
| | | | | | | | | | | | | | | environments endpoint for run_list expansion) * also refactored main "run" spec Fixed run_list spec tests for changes to exceptions thrown from CookbookVersionSelector Fixed typo in rethrowing DepSelector::Exceptions::NoSolutionExists -> Chef::Exceptions::CookbookVersionSelection::UnsatisfiableRunListItem Removed Node#reset_defaults_and_overrides, as it was a leaky API only used in combination with Node#expand!. Its functionality was merged into Node#expand! Added emacs backup files, *~, to .gitignore
* ignore chef-expander pkg dirDaniel DeLeo2011-03-131-0/+1
|
* ignore ctags filesDaniel DeLeo2011-03-081-0/+1
|
* Ban the _default environment from Roles' env_run_listsDaniel DeLeo2011-03-021-1/+2
| | | | the default run list is set in the top level run_list entity.
* add configurable log locationsDaniel DeLeo2011-02-081-0/+1
|
* import new solr preprocessing daemonDaniel DeLeo2011-02-031-0/+3
|
* Initial commit of Knife support for Blue Box Blocks. Provides the ability ↵Jesse Proudman2010-11-081-0/+1
| | | | to list imges, create servers, destroy servers and list servers.
* [CHEF-1801] extract gemspecs to their own filesDaniel DeLeo2010-10-231-1/+0
|
* more rdoc tweaks, use sdoc, and gitignore the rdoc directoryDaniel DeLeo2010-07-311-0/+1
|
* ignore rubinius rbc files :)Daniel DeLeo2010-06-031-0/+1
|
* fix solr startup and features knife configDaniel DeLeo2010-06-031-1/+2
|
* Merge branch 'master' into 0.9-alphaDaniel DeLeo2010-05-061-0/+1
|\ | | | | | | | | | | Conflicts: chef/lib/chef/client.rb chef/lib/chef/node.rb
| * Fixing dscl group and user calls on OSX (10.5.8 tested)Bruce Krysiak2010-05-031-0/+1
| |
* | Adding .swo filesAdam Jacob2010-04-181-0/+1
|/
* gitignore zsh rake task completion cache filesDaniel DeLeo2010-02-051-0/+1
|
* fix Rakefile comment and add gemspec to .gitignoreChristopher Brown2009-12-151-0/+1
|
* Initial pass at a Chef 0.8.0 alphaAdam Jacob2009-08-201-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* CHEF-448: Chef Server URL metaconfiguration optionAJ Christensen2009-07-291-0/+1
| | | | | | | Adds -S to chef-client for chef-server-url Adds chef_server_url configuration option for client.rb to set the values of registration_url, openid_url, template_url, remotefile_url, search_url and role_url
* Adding metadata.json to the ignore listAdam Jacob2009-06-041-0/+1
|
* Updating .gitignore to ignore chef-server-slice pkgAdam Jacob2009-02-271-0/+1
|
* Adding rake tasks to run a dev environment, and run a dev environment ↵Adam Jacob2009-02-221-0/+3
| | | | specifically for cucumber features to run against
* Adding the features tmp directory to the ignore listAdam Jacob2009-02-171-0/+1
|
* Updating gitignore to include log directories, which are always spurious.Adam Jacob2008-10-131-0/+2
|
* Updating .gitignore for pkg directoriesAdam Jacob2008-10-091-0/+2
|
* Add vim swapfiles to gitignoreAJ Christensen2008-09-241-0/+1
|
* Updating .gitignore to include example openid directoriesAdam Jacob2008-06-221-0/+2
|
* Adding files to .gitignoreAdam Jacob2008-05-301-0/+2
|
* Adding db store to .gitignoreAdam Jacob2008-05-301-0/+1
|
* Adding test recipeAdam Jacob2008-04-081-0/+2
|