summaryrefslogtreecommitdiff
path: root/lib/chef/knife
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2170 from vaxvms/knife-status-json-outputSerdar Sutay2014-10-102-58/+167
|\
| * Remove commented codeNicolas DUPEUX2014-10-071-3/+0
| * Add JSON output to knife status commandNicolas Dupeux2014-10-062-58/+170
* | Merge pull request #2203 from martinb3/masterSerdar Sutay2014-10-101-8/+28
|\ \
| * | Adjust banner, error messagesMartin Smith2014-10-101-9/+9
| * | Allow `knife cookbook site share` to omit categoryMartin Smith2014-10-101-6/+26
* | | Merge pull request #2164 from alexpop/alexpop/issue-2163Serdar Sutay2014-10-101-1/+1
|\ \ \
| * | | [issue-2163] display new cookbook pathAlex Pop2014-10-041-1/+1
| | |/ | |/|
* | | Merge pull request #1724 from higanworks/prevew_archive_before_site_shareSerdar Sutay2014-10-101-0/+15
|\ \ \ | |_|/ |/| |
| * | remove line for debugsawanoboly2014-09-121-1/+0
| * | change option name to dry-run and set false as default.sawanoboly2014-09-121-6/+8
| * | Merge remote-tracking branch 'upstream/master' into prevew_archive_before_sit...sawanoboly2014-09-1219-364/+188
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into prevew_archive_before_sit...sawanoboly2014-08-124-7/+6
| |\ \ \
| * | | | change option name --preview-archive to --[no-]uploadsawanoboly2014-08-121-6/+7
| * | | | updates by comment. #1724sawanoboly2014-08-021-4/+4
| * | | | Add option --prevew-archive to `knife cookbook site share`sawanoboly2014-07-311-0/+13
* | | | | Stop ignoring colored knife output config on Windowsadamedx2014-10-091-1/+1
* | | | | Fixing some more changes I missedtyler-ball2014-10-073-6/+6
| |_|_|/ |/| | |
* | | | Fixing `data bag edit` according to spec, no longer requires --encrypttball/encrypted-data-bag-uxtyler-ball2014-09-292-6/+5
* | | | Fixing bad method definitiontyler-ball2014-09-293-23/+31
* | | | Fixing :print_after so it correctly displays the edited data bag, even if it ...tyler-ball2014-09-291-15/+13
* | | | Finishing UX spec - storing CL options in different config values so we can c...tyler-ball2014-09-294-45/+51
* | | | Refactoring duplicated code into a separate module. Also making CLI options ...tyler-ball2014-09-291-32/+5
* | | | Addressing review comments - better naming, comments, removed some TODOstyler-ball2014-09-295-12/+16
* | | | Fixing broken tests and updating all tests to (attempt) to use describe/conte...tyler-ball2014-09-291-1/+1
* | | | Finishing specs for create and edit. During edit functional testing I discov...tyler-ball2014-09-295-24/+26
* | | | Refactoring the common tests out into their own spec. Removing double covera...tyler-ball2014-09-291-1/+1
* | | | Finishing spec work for data bag UX (https://gist.github.com/sersut/94c8daad5...tyler-ball2014-09-295-178/+174
* | | | Updating tests for encrypted data bag create - found some missing coveragetyler-ball2014-09-291-3/+9
* | | | Fix logic and spec out new knife data bag create behaviors.Claire McQuin2014-09-291-3/+7
* | | | Create encrypted data bag from config secrets with --encrypt.Claire McQuin2014-09-291-10/+31
* | | | [Feature] encrypted flag to knife data bag createAnshul Sharma2014-09-293-18/+44
* | | | Merge branch 'master' into mcquin/escape_globmcquin/escape_globClaire McQuin2014-09-241-6/+70
|\ \ \ \
| * \ \ \ Merge branch 'master' into mcquin/Issue-1944Claire McQuin2014-09-234-2/+39
| |\ \ \ \
| * | | | | Remove SO link from comments, link to docs laterClaire McQuin2014-09-151-7/+0
| * | | | | fix typoClaire McQuin2014-09-121-1/+1
| * | | | | Use stronger wording in warn messageClaire McQuin2014-09-101-1/+1
| * | | | | Refactor X509 certificate validation and debugging.Claire McQuin2014-09-101-39/+66
| * | | | | Detect invalid X509 certificates.Claire McQuin2014-09-101-6/+50
* | | | | | Remove requires path_helper from knife class, add to knife subclasses using P...Claire McQuin2014-09-243-0/+4
* | | | | | Excape path for globbing.Claire McQuin2014-09-221-1/+1
* | | | | | Excape path for globbing.Claire McQuin2014-09-221-4/+4
* | | | | | Escape path for globbing.Claire McQuin2014-09-221-5/+6
* | | | | | Escape path for globbing.Claire McQuin2014-09-221-3/+2
* | | | | | Escape path for globbing.Claire McQuin2014-09-221-1/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #2003 from opscode/mcquin/transfer_trusted_certsClaire McQuin2014-09-154-0/+35
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Look for certs only if :trusted_certs_dir is not nilClaire McQuin2014-09-081-3/+5
| * | | | Fetch certs in bootstrap_context.rb, not in templates to avoid copypasta.Claire McQuin2014-09-084-27/+19
| * | | | Use :trusted_certs_dir from Chef::Config, only grab .crt and .pem filesClaire McQuin2014-09-082-3/+3
| * | | | add trusted_certs_dir to generated configClaire McQuin2014-09-081-0/+4