summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* Reconfigure signal trapping.Claire McQuin2014-10-012-47/+67
* Do interval and splay sleep before running client.Claire McQuin2014-10-012-25/+26
* Disable unforked interval runs.Claire McQuin2014-10-014-56/+99
* Remove duplicate exceptionBryan McLellan2014-09-301-1/+3
* unit test for guard_interpreter creation during compilationBryan McLellan2014-09-301-0/+1
* refactor conditional to evaluate for guards laterBryan McLellan2014-09-301-7/+17
* update functional tests for guard_interpreterBryan McLellan2014-09-301-1/+1
* guard_interpreter requires a commandBryan McLellan2014-09-301-0/+5
* Merge pull request #2133 from opscode/jdmundrawala/remote-directory-fixJay Mundrawala2014-09-301-10/+22
|\
| * Refactor action_create in remote_directory providerjdmundrawala/remote-directory-fixJay Mundrawala2014-09-301-6/+18
| * Added comments about what remote_directory is doingJay Mundrawala2014-09-301-2/+4
| * Fixing cookbook loading for windowsJay Mundrawala2014-09-293-4/+14
| * Remote directory should pass specsJay Mundrawala2014-09-291-8/+6
* | Merge pull request #2131 from opscode/jdmundrawala/git-windowsJay Mundrawala2014-09-301-1/+2
|\ \
| * | Windows can have git as wellJay Mundrawala2014-09-291-1/+2
| |/
* | Merge pull request #2130 from opscode/jdmundrawala/cookbook-loadingJay Mundrawala2014-09-304-7/+15
|\ \
| * | Syntax checker uses helper method for relative pathjdmundrawala/cookbook-loadingJay Mundrawala2014-09-291-3/+1
| * | Fixing cookbook loading for windowsJay Mundrawala2014-09-293-4/+14
| |/
* | Merge pull request #2024 from opscode/jdmundrawala/windows_env_pathJay Mundrawala2014-09-303-14/+70
|\ \ | |/ |/|
| * Moved windows environment helper functions to their own modulejdmundrawala/windows_env_pathJay Mundrawala2014-09-112-23/+58
| * Use windows api to expand path. Cleaned up testsJay Mundrawala2014-09-112-5/+14
| * Fix setting Path for WindowsAlex Slynko2014-09-101-1/+13
* | Merge pull request #2116 from opscode/jdmundrawala/git-centosJay Mundrawala2014-09-291-1/+1
|\ \
| * | Support checkout for git < 1.7.3jdmundrawala/git-centosJay Mundrawala2014-09-251-1/+1
* | | 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-293-61/+63
* | | 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 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
| |/ /
* | | removing shelling out to erubis/rubyLamont Granquist2014-09-261-45/+3
* | | Quietly keep locale en_US.UTF-8 on Windowsbtm/windows-localeBryan McLellan2014-09-261-1/+5
|/ /
* | Merge branch 'master' into mcquin/escape_globmcquin/escape_globClaire McQuin2014-09-241-6/+70
|\ \
| * \ Merge branch 'master' into mcquin/Issue-1944Claire McQuin2014-09-2358-197/+1713
| |\ \
| * | | 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
* | | | Add spec for escape_glob with multiple path parts.Claire McQuin2014-09-241-1/+1