summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use path_join to create local-mode-cachejk/config_dirJohn Keiser2014-06-052-21/+68
| | | | Always give config_dir a value
* Release notes for CHEF-5113, CHEF-5152, CHEF-5174, CHEF-5228Bryan McLellan2014-06-051-0/+8
|
* CHEF-5113: Add a unit testBryan McLellan2014-06-051-0/+5
|
* Raise exception when using apt package with sourceChulki Lee2014-06-051-0/+9
|
* Merge branch 'CHEF-5152'Bryan McLellan2014-06-052-0/+43
|\
| * add tests for chef/http/basic_clientCam Cope2014-06-051-0/+42
| |
| * added open_timeout to http connectionCam Cope2014-06-051-0/+1
|/
* Merge branch 'CHEF-5174'Bryan McLellan2014-06-052-0/+69
|\
| * Refactored the spec tests to make things a little cleanerSander van Harmelen2014-06-051-12/+1
| | | | | | | | Used a double instead of a custom class
| * Added unit tests to test new behaviourSander van Harmelen2014-06-051-0/+78
| |
| * Added two lines so changes in the environment variables are can be used in ↵Sander van Harmelen2014-06-051-0/+2
|/ | | | | | | | | the same chef-run that sets them These two lines add or remove environment variables from the Ruby ENV object, so that right after setting the new variables you can use them in later steps in the same chef run. Without these lines you need a second chef run if preceding steps depend on the newly added variables.
* Merge branch 'CHEF-5228'Bryan McLellan2014-06-056-2/+22
|\
| * making the chef-zero host configurable for knife and chef-clientLuke Amdor2014-06-056-2/+22
|/
* Merge pull request #1449 from opscode/btm/windows-paths2Bryan McLellan2014-06-055-0/+240
|\ | | | | CHEF-5322: Add utility for validating Windows paths
| * CHEF-5322: Add utility for validating Windows pathsBryan McLellan2014-06-055-0/+240
| |
* | pin rspec_junit_formatter at 0.1.x for ruby 1.8.7Lamont Granquist2014-06-051-2/+6
| |
* | Merge pull request #1463 from opscode/sersut/contribution-infoSerdar Sutay2014-06-051-99/+140
|\ \ | | | | | | Update CONTRIBUTING.md per new Github process.
| * | Typo fix ups.sersut2014-06-041-5/+5
| | |
| * | Minor updatesBryan McLellan2014-06-031-20/+24
| | |
| * | Language updates and PR comments.sersut2014-06-031-5/+35
| | |
| * | Update CONTRIBUTING.mdBryan McLellan2014-06-031-14/+16
| | | | | | | | | Minor updates to language
| * | Update CONTRIBUTING.md per new Github process.sersut2014-05-281-100/+105
| | |
* | | use :not_supported_on_solaris insteadLamont Granquist2014-06-051-5/+3
| | |
* | | remove stray copypasta from other testLamont Granquist2014-06-051-2/+0
| | |
* | | solaris does not support uuid typesLamont Granquist2014-06-051-3/+7
| |/ |/| | | | | | | changed this so it raises in the resource rather than in the provider, so its blowing up on solaris when we try to unit test now.
* | Merge pull request #1451 from opscode/lcg/CHEF-2824lamont-granquist2014-06-046-12/+907
|\ \ | | | | | | Add mount provider for Solaris OS and derivates
| * | fixes from dan code reviewLamont Granquist2014-06-041-1/+2
| | |
| * | ruby 1.8.7 trololololololing me...Lamont Granquist2014-06-021-1/+1
| | |
| * | srsly i hate ruby 1.8.7Lamont Granquist2014-06-021-1/+1
| | |
| * | moved this check into the resourceLamont Granquist2014-06-021-16/+0
| | |
| * | remove accidentally duplicated lineLamont Granquist2014-06-021-1/+0
| | |
| * | move validation to resource codeLamont Granquist2014-06-022-6/+8
| | |
| * | effing ruby 1.8.7Lamont Granquist2014-06-021-0/+1
| | |
| * | enable_fs tests and target perms fixupLamont Granquist2014-06-022-49/+64
| | |
| * | fix regexp anchorsLamont Granquist2014-06-021-2/+2
| | |
| * | adding disable_fs unit testsLamont Granquist2014-05-302-76/+105
| | | | | | | | | | | | still need enable_fs unit tests
| * | more unit testingLamont Granquist2014-05-302-177/+171
| | |
| * | more progress on unit tests...Lamont Granquist2014-05-302-75/+145
| | |
| * | fix typo, thnx @juliandunnLamont Granquist2014-05-291-1/+1
| | |
| * | fixes and unit test progressLamont Granquist2014-05-292-126/+245
| | |
| * | starting on unit spec testsLamont Granquist2014-05-291-0/+457
| | |
| * | the #enabled? method had side effectsLamont Granquist2014-05-291-11/+11
| | |
| * | add VFSTAB constantLamont Granquist2014-05-291-7/+9
| | |
| * | better tempfile handlingLamont Granquist2014-05-291-12/+12
| | |
| * | unfished refactoring of vfstab editingLamont Granquist2014-05-291-4/+1
| | |
| * | remove FIXMELamont Granquist2014-05-291-1/+0
| | |
| * | use delegationLamont Granquist2014-05-291-37/+43
| | |
| * | syntax: remove doLamont Granquist2014-05-291-7/+19
| | |
| * | turn mountable? into define_resource_requirementsLamont Granquist2014-05-291-19/+18
| | |
| * | remove redundant debuggingLamont Granquist2014-05-291-2/+1
| | |