summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixing bad method definitionjustanshulsharma-feature/encrypted_data_flagtyler-ball2014-09-176-31/+39
|
* Fixing :print_after so it correctly displays the edited data bag, even if it ↵tyler-ball2014-09-162-53/+65
| | | | became encrypted
* Updating documentation for new data bag UX - providing examples and explanationtyler-ball2014-09-161-0/+36
|
* Finishing UX spec - storing CL options in different config values so we can ↵tyler-ball2014-09-168-152/+110
| | | | correctly validate, updating bootstrap to use shared module
* Unsorted file listings were causing intermittent test failures on different ↵tyler-ball2014-09-151-20/+19
| | | | boxes - mocked out the file lister so the results are consistent now
* Trying to fix intermittent test failure on Travistyler-ball2014-09-121-11/+12
|
* Refactoring duplicated code into a separate module. Also making CLI options ↵tyler-ball2014-09-125-171/+166
| | | | more informative
* Addressing review comments - better naming, comments, removed some TODOstyler-ball2014-09-126-20/+20
|
* Refactoring matchers into their own folders/filestyler-ball2014-09-124-40/+45
|
* Fixing broken tests and updating all tests to (attempt) to use ↵tyler-ball2014-09-126-197/+174
| | | | describe/context blocks for readability
* Finishing specs for create and edit. During edit functional testing I ↵tyler-ball2014-09-129-93/+117
| | | | discovered some large refactors needed.
* Refactoring the common tests out into their own spec. Removing double ↵tyler-ball2014-09-123-132/+145
| | | | coverage from the create tests
* Finishing spec work for data bag UX ↵tyler-ball2014-09-125-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 coveragetyler-ball2014-09-122-3/+68
|
* Fix logic and spec out new knife data bag create behaviors.Claire McQuin2014-09-122-42/+81
|
* Update to RSpec 3.Claire McQuin2014-09-121-86/+96
|
* Create encrypted data bag from config secrets with --encrypt.Claire McQuin2014-09-121-10/+31
|
* rspec testAnshul Sharma2014-09-121-0/+31
|
* [Feature] encrypted flag to knife data bag createAnshul Sharma2014-09-126-30/+56
|
* Merge pull request #2022 from jaymzh/12-whyrunPhil Dibowitz2014-09-113-3/+54
|\ | | | | [master/12] Fix whyrun_safe_ruby_block regression
| * [master/12] Fix whyrun_safe_ruby_block regressionPhil Dibowitz2014-09-093-3/+54
| | | | | | | | | | | | `whyrun_safe_ruby_block` broke in the 11 changes. Forward port of #2021
* | Merge pull request #2033 from opscode/lcg/1898lamont-granquist2014-09-103-1/+17
|\ \ | | | | | | Rebase and ChangeLOG of pr/1898
| * | add changelog for pr/1898Lamont Granquist2014-09-101-0/+2
| | |
| * | inverted if and removed elseNolan Davidson2014-09-101-4/+3
| | |
| * | Fixed Issue 1882 by printing usage when chef-apply is run with no argumentsNolan Davidson2014-09-102-3/+18
| | |
* | | Merge pull request #2032 from opscode/lcg/1785lamont-granquist2014-09-105-42/+55
|\ \ \ | |/ / | | | Rebase and ChangeLOG for pr/1785
| * | add CHANGELOG for pr/1785Lamont Granquist2014-09-101-0/+2
| | |
| * | Update stubsClaire McQuin2014-09-101-9/+19
| | |
| * | move (generate|delete)_config out of the process of running-configsakazuki2014-09-102-6/+6
| | |
| * | rewrite tests with file provider stub/mocksakazuki2014-09-101-14/+16
| | |
| * | refacteringsakazuki2014-09-101-2/+1
| | |
| * | fix bugsakazuki2014-09-101-2/+1
| | |
| * | rewrite in the style of remote_directorysakazuki2014-09-101-6/+14
| | |
| * | fix CHEF-4933sakazuki2014-09-101-11/+4
| | |
* | | Merge pull request #2035 from opscode/fix-configload-specs-windowslamont-granquist2014-09-101-2/+8
|\ \ \ | |/ / |/| | Spec fixes for Windows
| * | Fix typo.Chris Doherty2014-09-101-1/+1
| | |
| * | Spec fixes for Windows:Chris Doherty2014-09-101-2/+8
| | | | | | | | | | | | | | | - Switch pwd environment variable depending on platform. - Hardcode the temp file name instead of using described_class: Windows doesn't like ':' in paths.
* | | Merge pull request #2031 from opscode/lcg/1577lamont-granquist2014-09-103-3/+20
|\ \ \ | |/ / |/| | Rebase and ChangeLog for PR 1577
| * | add CHANGELOG for pr/1577Lamont Granquist2014-09-101-0/+2
| | |
| * | unit test for secret file discoveryKirill Shirinkin2014-09-101-1/+14
| | |
| * | rebaseKirill Shirinkin2014-09-101-2/+4
|/ /
* | Merge pull request #2025 from opscode/lcg/fix-e2elamont-granquist2014-09-102-4/+1
|\ \ | | | | | | pull ohai rc release
| * | use the released artifactsLamont Granquist2014-09-091-3/+0
| | |
| * | pull ohai rc releaseLamont Granquist2014-09-091-1/+1
|/ / | | | | | | | | if we don't specifically pull the rc release then we can't depsolve mixlib-shellout 2.x
* | Merge pull request #2020 from opscode/lcg/fix-lc-all-travislamont-granquist2014-09-091-6/+6
|\ \ | | | | | | fixing travis LC_ALL errors
| * | fixing travis LC_ALL errorsLamont Granquist2014-09-091-6/+6
| |/
* | Add ChefFS rdoc, format existing ChefFS rdoc correctlyjk/docJohn Keiser2014-09-094-22/+148
|/
* fix broken pedant testsLamont Granquist2014-09-091-0/+3
| | | | yes, it'd be good to pull this from the main gemfile
* Merge pull request #1977 from opscode/lcg/unicodelamont-granquist2014-09-0946-425/+433
|\ | | | | Unicode fixes for Chef 12
| * bump mixlib-shellout to 2.0, track ohai+mixlib-shellout masterLamont Granquist2014-09-082-3/+2
| |