Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing `data bag edit` according to spec, no longer requires --encrypttball/encrypted-data-bag-ux | tyler-ball | 2014-09-29 | 3 | -8/+15 |
| | |||||
* | Fixing bad method definition | tyler-ball | 2014-09-29 | 6 | -31/+39 |
| | |||||
* | Fixing :print_after so it correctly displays the edited data bag, even if it ↵ | tyler-ball | 2014-09-29 | 2 | -53/+65 |
| | | | | became encrypted | ||||
* | Updating documentation for new data bag UX - providing examples and explanation | tyler-ball | 2014-09-29 | 1 | -0/+36 |
| | |||||
* | Finishing UX spec - storing CL options in different config values so we can ↵ | tyler-ball | 2014-09-29 | 8 | -152/+110 |
| | | | | correctly validate, updating bootstrap to use shared module | ||||
* | Unsorted file listings were causing intermittent test failures on different ↵ | tyler-ball | 2014-09-29 | 1 | -20/+19 |
| | | | | boxes - mocked out the file lister so the results are consistent now | ||||
* | Trying to fix intermittent test failure on Travis | tyler-ball | 2014-09-29 | 1 | -11/+12 |
| | |||||
* | Refactoring duplicated code into a separate module. Also making CLI options ↵ | tyler-ball | 2014-09-29 | 5 | -171/+166 |
| | | | | more informative | ||||
* | Addressing review comments - better naming, comments, removed some TODOs | tyler-ball | 2014-09-29 | 6 | -19/+20 |
| | |||||
* | Refactoring matchers into their own folders/files | tyler-ball | 2014-09-29 | 4 | -40/+45 |
| | |||||
* | Fixing broken tests and updating all tests to (attempt) to use ↵ | tyler-ball | 2014-09-29 | 6 | -197/+174 |
| | | | | describe/context blocks for readability | ||||
* | Finishing specs for create and edit. During edit functional testing I ↵ | tyler-ball | 2014-09-29 | 9 | -93/+117 |
| | | | | discovered some large refactors needed. | ||||
* | Refactoring the common tests out into their own spec. Removing double ↵ | tyler-ball | 2014-09-29 | 3 | -132/+145 |
| | | | | coverage from the create tests | ||||
* | Finishing spec work for data bag UX ↵ | tyler-ball | 2014-09-29 | 5 | -178/+174 |
| | | | | (https://gist.github.com/sersut/94c8daad5c11369bd2e8). Tests up next, breaking into multiple commits to keep the review smaller. | ||||
* | Updating tests for encrypted data bag create - found some missing coverage | tyler-ball | 2014-09-29 | 2 | -3/+68 |
| | |||||
* | Fix logic and spec out new knife data bag create behaviors. | Claire McQuin | 2014-09-29 | 2 | -42/+81 |
| | |||||
* | Update to RSpec 3. | Claire McQuin | 2014-09-29 | 1 | -86/+96 |
| | |||||
* | Create encrypted data bag from config secrets with --encrypt. | Claire McQuin | 2014-09-29 | 1 | -10/+31 |
| | |||||
* | rspec test | Anshul Sharma | 2014-09-29 | 1 | -0/+31 |
| | |||||
* | [Feature] encrypted flag to knife data bag create | Anshul Sharma | 2014-09-29 | 6 | -30/+56 |
| | |||||
* | Merge pull request #2123 from andytson/feature/fix-rhel-pre-7-service | lamont-granquist | 2014-09-27 | 1 | -1/+1 |
|\ | | | | | Fix RHEL pre 7 provider service mapping | ||||
| * | Fix RHEL pre 7 provider service mapping | Andy Thompson | 2014-09-27 | 1 | -1/+1 |
| | | | | | | | | | | This is to fix the issue made when the Redhat-based 7 distro support was added. | ||||
* | | Merge pull request #2046 from opscode/lcg/remove-shellout-syntax-checks | lamont-granquist | 2014-09-26 | 2 | -45/+6 |
|\ \ | | | | | | | removing shelling out to erubis/ruby | ||||
| * | | add changelog for PR #2046 | Lamont Granquist | 2014-09-26 | 1 | -0/+3 |
| | | | |||||
| * | | removing shelling out to erubis/ruby | Lamont Granquist | 2014-09-26 | 1 | -45/+3 |
|/ / | | | | | | | ruby-1.8.7 is dropped so we don't do this any more. | ||||
* | | Merge pull request #2122 from opscode/btm/windows-locale | Bryan McLellan | 2014-09-26 | 1 | -1/+5 |
|\ \ | |/ |/| | Quietly keep locale en_US.UTF-8 on Windows | ||||
| * | Quietly keep locale en_US.UTF-8 on Windowsbtm/windows-locale | Bryan McLellan | 2014-09-26 | 1 | -1/+5 |
|/ | | | | | | We're not sure if anything cares what we set the locale to this way on Windows. For now we'll leave it as en_US.UTF-8 until we find a use case that indicates we should do something else. | ||||
* | update HTML man pages | jamescott | 2014-09-25 | 41 | -335/+1220 |
| | |||||
* | update knife xargs man page examples | jamescott | 2014-09-25 | 1 | -3/+3 |
| | |||||
* | update CTLs for 11.16 | jamescott | 2014-09-25 | 34 | -258/+301 |
| | |||||
* | Merge pull request #2092 from opscode/mcquin/escape_glob | Claire McQuin | 2014-09-24 | 30 | -41/+150 |
|\ | | | | | Escape file paths for globbing | ||||
| * | Merge branch 'master' into mcquin/escape_globmcquin/escape_glob | Claire McQuin | 2014-09-24 | 4 | -7/+339 |
| |\ | |/ |/| | | | | | Conflicts: CHANGELOG.md | ||||
* | | Merge pull request #2036 from opscode/mcquin/Issue-1944 | Claire McQuin | 2014-09-23 | 4 | -7/+339 |
|\ \ | | | | | | | Verify X509 properties of trusted certificates | ||||
| * | | Update for x509 property verification during knife ssl checkmcquin/Issue-1944 | Claire McQuin | 2014-09-23 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'master' into mcquin/Issue-1944 | Claire McQuin | 2014-09-23 | 124 | -556/+4224 |
| |\ \ | |/ / |/| | | | | | | | | Conflicts: DOC_CHANGES.md | ||||
| * | | Remove SO link from comments, link to docs later | Claire McQuin | 2014-09-15 | 1 | -7/+0 |
| | | | |||||
| * | | Troubleshooting tips for trusted certificate warnings. | Claire McQuin | 2014-09-15 | 1 | -47/+172 |
| | | | |||||
| * | | fix typo | Claire McQuin | 2014-09-12 | 1 | -1/+1 |
| | | | |||||
| * | | Document verifying X509 certificates, methods on generating certificates | Claire McQuin | 2014-09-10 | 1 | -0/+97 |
| | | | |||||
| * | | Use stronger wording in warn message | Claire McQuin | 2014-09-10 | 1 | -1/+1 |
| | | | |||||
| * | | Refactor X509 certificate validation and debugging. | Claire McQuin | 2014-09-10 | 2 | -45/+72 |
| | | | |||||
| * | | Detect invalid X509 certificates. | Claire McQuin | 2014-09-10 | 2 | -7/+96 |
| | | | |||||
| | * | Add spec for escape_glob with multiple path parts. | Claire McQuin | 2014-09-24 | 2 | -1/+15 |
| | | | |||||
| | * | Remove requires path_helper from provider class, add to provider subclasses ↵ | Claire McQuin | 2014-09-24 | 8 | -1/+7 |
| | | | | | | | | | | | | using PathHelper. | ||||
| | * | Remove requires path_helper from knife class, add to knife subclasses using ↵ | Claire McQuin | 2014-09-24 | 4 | -1/+4 |
| | | | | | | | | | | | | PathHelper. | ||||
| | * | Use cleanpath after join | Claire McQuin | 2014-09-22 | 1 | -1/+1 |
| | | | |||||
| | * | Fix broken spec. | Claire McQuin | 2014-09-22 | 1 | -2/+2 |
| | | | |||||
| | * | Update for new PathHelper method escape_glob. | Claire McQuin | 2014-09-22 | 2 | -0/+20 |
| | | | |||||
| | * | Excape path for globbing. | Claire McQuin | 2014-09-22 | 1 | -1/+2 |
| | | | |||||
| | * | Excape path for globbing. | Claire McQuin | 2014-09-22 | 1 | -1/+1 |
| | | |