summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixing `data bag edit` according to spec, no longer requires --encrypttball/encrypted-data-bag-uxtyler-ball2014-09-293-8/+15
* Fixing bad method definitiontyler-ball2014-09-296-31/+39
* Fixing :print_after so it correctly displays the edited data bag, even if it ...tyler-ball2014-09-292-53/+65
* Updating documentation for new data bag UX - providing examples and explanationtyler-ball2014-09-291-0/+36
* Finishing UX spec - storing CL options in different config values so we can c...tyler-ball2014-09-298-152/+110
* Unsorted file listings were causing intermittent test failures on different b...tyler-ball2014-09-291-20/+19
* Trying to fix intermittent test failure on Travistyler-ball2014-09-291-11/+12
* Refactoring duplicated code into a separate module. Also making CLI options ...tyler-ball2014-09-295-171/+166
* Addressing review comments - better naming, comments, removed some TODOstyler-ball2014-09-296-19/+20
* Refactoring matchers into their own folders/filestyler-ball2014-09-294-40/+45
* Fixing broken tests and updating all tests to (attempt) to use describe/conte...tyler-ball2014-09-296-197/+174
* Finishing specs for create and edit. During edit functional testing I discov...tyler-ball2014-09-299-93/+117
* Refactoring the common tests out into their own spec. Removing double covera...tyler-ball2014-09-293-132/+145
* 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-292-3/+68
* Fix logic and spec out new knife data bag create behaviors.Claire McQuin2014-09-292-42/+81
* Update to RSpec 3.Claire McQuin2014-09-291-86/+96
* Create encrypted data bag from config secrets with --encrypt.Claire McQuin2014-09-291-10/+31
* rspec testAnshul Sharma2014-09-291-0/+31
* [Feature] encrypted flag to knife data bag createAnshul Sharma2014-09-296-30/+56
* Merge pull request #2123 from andytson/feature/fix-rhel-pre-7-servicelamont-granquist2014-09-271-1/+1
|\
| * Fix RHEL pre 7 provider service mappingAndy Thompson2014-09-271-1/+1
* | Merge pull request #2046 from opscode/lcg/remove-shellout-syntax-checkslamont-granquist2014-09-262-45/+6
|\ \
| * | add changelog for PR #2046Lamont Granquist2014-09-261-0/+3
| * | removing shelling out to erubis/rubyLamont Granquist2014-09-261-45/+3
|/ /
* | Merge pull request #2122 from opscode/btm/windows-localeBryan McLellan2014-09-261-1/+5
|\ \ | |/ |/|
| * Quietly keep locale en_US.UTF-8 on Windowsbtm/windows-localeBryan McLellan2014-09-261-1/+5
|/
* update HTML man pagesjamescott2014-09-2541-335/+1220
* update knife xargs man page examplesjamescott2014-09-251-3/+3
* update CTLs for 11.16jamescott2014-09-2534-258/+301
* Merge pull request #2092 from opscode/mcquin/escape_globClaire McQuin2014-09-2430-41/+150
|\
| * Merge branch 'master' into mcquin/escape_globmcquin/escape_globClaire McQuin2014-09-244-7/+339
| |\ | |/ |/|
* | Merge pull request #2036 from opscode/mcquin/Issue-1944Claire McQuin2014-09-234-7/+339
|\ \
| * | Update for x509 property verification during knife ssl checkmcquin/Issue-1944Claire McQuin2014-09-231-0/+1
| * | Merge branch 'master' into mcquin/Issue-1944Claire McQuin2014-09-23124-556/+4224
| |\ \ | |/ / |/| |
| * | Remove SO link from comments, link to docs laterClaire McQuin2014-09-151-7/+0
| * | Troubleshooting tips for trusted certificate warnings.Claire McQuin2014-09-151-47/+172
| * | fix typoClaire McQuin2014-09-121-1/+1
| * | Document verifying X509 certificates, methods on generating certificatesClaire McQuin2014-09-101-0/+97
| * | Use stronger wording in warn messageClaire McQuin2014-09-101-1/+1
| * | Refactor X509 certificate validation and debugging.Claire McQuin2014-09-102-45/+72
| * | Detect invalid X509 certificates.Claire McQuin2014-09-102-7/+96
| | * Add spec for escape_glob with multiple path parts.Claire McQuin2014-09-242-1/+15
| | * Remove requires path_helper from provider class, add to provider subclasses u...Claire McQuin2014-09-248-1/+7
| | * Remove requires path_helper from knife class, add to knife subclasses using P...Claire McQuin2014-09-244-1/+4
| | * Use cleanpath after joinClaire McQuin2014-09-221-1/+1
| | * Fix broken spec.Claire McQuin2014-09-221-2/+2
| | * Update for new PathHelper method escape_glob.Claire McQuin2014-09-222-0/+20
| | * Excape path for globbing.Claire McQuin2014-09-221-1/+2
| | * Excape path for globbing.Claire McQuin2014-09-221-1/+1