summaryrefslogtreecommitdiff
path: root/spec/unit/knife/bootstrap_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-11/+10
* Merge pull request #4481 from chef/jdm/fips-58Jay Mundrawala2016-02-031-1/+36
|\
| * Allow use of command line fips switch for knifeJay Mundrawala2016-01-281-1/+36
* | Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
|/
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-4/+4
* Use double quotes by defaultThom May2016-01-141-17/+17
* no longer wait on node search to refresh vault but pass created ApiClient ins...Matt Wrock2015-12-221-4/+8
* Fix testsJeff Blaine2015-11-231-7/+7
* Handle nil run list option in knife bootstrapnil-run-list-bootstrapdanielsdeleo2015-11-051-0/+15
* write spec for --json-attribute-file and move configration under render_templatesawanoboly2015-10-241-6/+33
* Add --policy-name and --policy-group opts to knife bootstrapdanielsdeleo2015-09-241-3/+55
* Stub `windows?` on ChefConfig so it applies to configdanielsdeleo2015-05-201-1/+1
* Enforce passing a node name when bootstrapping with chef-vault or userryan/validatorless_bootstrapRyan Cragun2015-05-011-0/+13
* Fixup all specs to reference PathHelper.home.Kartik Null Cating-Subramanian2015-03-201-8/+20
* Fix expect receiveJay Mundrawala2015-03-021-1/+1
* Rename specJay Mundrawala2015-03-021-1/+1
* write spec for case of validation_key is nil.sawanoboly2015-02-271-0/+14
* derpLamont Granquist2015-02-131-1/+1
* fixed a bug in --bootstrap-vault-itemLamont Granquist2015-02-131-0/+7
* prepend bootstrap_ to all CLI argslcg/1923Lamont Granquist2015-02-111-2/+2
* validatorless bootstraps and chef-vault integrationLamont Granquist2015-02-111-15/+61
* moving bootstrap templates directoryLamont Granquist2015-02-111-1/+1
* Rspec 3 compat.Serdar Sutay2014-11-071-3/+3
* Make sure that :distro is evaluated later than :bootstrap_template and :templ...Serdar Sutay2014-11-071-1/+27
* Update to RSpec 3.Claire McQuin2014-10-291-82/+82
* Fixed review comments related to bootstrap config spec testssiddheshwar-more2014-10-201-0/+40
* Removed spec tests related to bootstrap config optionssiddheshwar-more2014-10-111-74/+0
* Fixed issue related to precedence of knife config optionssiddheshwar-more2014-10-091-0/+30
* Make knife bootstrap unit test pass on windowsJay Mundrawala2014-09-291-1/+4
* Fixing bad method definitiontyler-ball2014-09-291-3/+3
* Finishing UX spec - storing CL options in different config values so we can c...tyler-ball2014-09-291-55/+9
* Thanks to Lamont, fix trusted certs test failures on Windows.Chris Doherty2014-09-161-1/+1
* reliably stub cert transfer testsClaire McQuin2014-09-081-7/+11
* Stub reading of validation keyClaire McQuin2014-09-081-0/+2
* Fetch certs in bootstrap_context.rb, not in templates to avoid copypasta.Claire McQuin2014-09-081-0/+5
* Use :trusted_certs_dir from Chef::Config, only grab .crt and .pem filesClaire McQuin2014-09-081-1/+1
* Transfer trusted certs during bootstrapClaire McQuin2014-09-081-0/+27
* Use existing Chef::Config values for verify_api_cert and ssl_verify_mode duri...Serdar Sutay2014-08-261-24/+15
* Add --ssl-verify-mode and --[no-]verify-api-cert options.Claire McQuin2014-08-261-0/+52
* Fixes based on PR comments.Serdar Sutay2014-08-261-4/+11
* Specs for bootstrap cleanup.Serdar Sutay2014-08-261-168/+277
* Remove encrypted_data_bag_secret distribution via Chef::Config and enable dis...Serdar Sutay2014-08-261-23/+0
* Deprecate --distro and --template-file options in favor of --template.Serdar Sutay2014-08-261-6/+4
* fix another Yajl referenceLamont Granquist2014-06-231-2/+2
* Merge pull request #1333 from ceraslabs/masterSerdar Sutay2014-05-071-0/+6
|\
| * Don't eat the authentication failed exception on bootstrapHongbin Lu2014-03-281-0/+6
* | Fix unit tests to not access /etc/chef/encrypted_data_bag_secretdanielsdeleo2014-03-261-4/+13
|/
* s/stub!/stub/gLamont Granquist2014-01-291-17/+17