summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Only automatically set resources that do class X < Chef::Resource,jk/3524John Keiser2015-06-1617-21/+38
* Merge pull request #3541 from chef/jk/3535Lamont Granquist2015-06-164-8/+92
|\
| * Support arrays as input to actions / allowed_actionsjk/3535John Keiser2015-06-163-3/+43
| * Ensure :nothing is in the list of allowed actions for an LWRPJohn Keiser2015-06-164-8/+52
|/
* Merge pull request #3512 from chef/tm/fix_cc_gemThom May2015-06-101-1/+1
|\
| * Fix chef-config gem homepagetm/fix_cc_gemThom May2015-06-101-1/+1
|/
* Make the install/uninstall tests run more realisticallydanielsdeleo2015-06-091-104/+162
* Move 3503 regression tests into main describe blockdanielsdeleo2015-06-091-118/+59
* Clean up RPM package provider specsdanielsdeleo2015-06-091-76/+173
* Update tests to ensure shellout calls are stubbeddanielsdeleo2015-06-091-34/+79
* Adding rspec tests to cover the install, upgrade and noop scenarios when the ...Irving Popovetsky2015-06-091-0/+70
* fix rpm_package when sourced packages have a tilde character in the versionIrving Popovetsky2015-06-091-2/+2
* Update CHANGELOGKartik Null Cating-Subramanian2015-06-091-6/+6
* Release handles, set exit-code and handle errors.Kartik Null Cating-Subramanian2015-06-091-9/+47
* Move the type imports into the Chef namespace.Kartik Null Cating-Subramanian2015-06-091-11/+40
* Switch to using Win32 API to spawn a process.Kartik Null Cating-Subramanian2015-06-091-15/+159
* Rewrote this after I fully understood the madness involved.Kartik Null Cating-Subramanian2015-06-091-21/+77
* Change paths to correctly call embedded ruby.Kartik Null Cating-Subramanian2015-06-091-3/+16
* Moved module file into its own directory. This helps module auto-detection.Kartik Null Cating-Subramanian2015-06-091-0/+0
* Refactor the argument quoting logic and export one function for each binary.Kartik Null Cating-Subramanian2015-06-091-24/+37
* Add a chef powershell module that wraps ruby invocations.Kartik Null Cating-Subramanian2015-06-091-0/+34
* 12.4.0.rc.212.4.0.rc.2Thom May2015-06-093-3/+3
* Cope with toml not being installedThom May2015-06-091-35/+39
* 12.4.0.rc.112.4.0.rc.1Thom May2015-06-095-36/+46
* Update CHANGELOGThom May2015-06-091-1/+2
* Merge pull request #3299 from juliandunn/remove-audit-mode-experimental-warningThom May2015-06-092-24/+2
|\
| * Remove unneeded test if we're not marking audit as "experimental"Julian C. Dunn2015-04-291-5/+0
| * Remove experimental warning on audit mode.Julian C. Dunn2015-04-281-19/+2
* | Merge pull request #3495 from chef/jk/automatic-automatic-nameThom May2015-06-0988-388/+896
|\ \
| * | Make resource_for_short_name look up the canonical resourcejk/automatic-automatic-nameJohn Keiser2015-06-085-70/+204
| * | Make real exceptions, remove stray canonical argumentJohn Keiser2015-06-081-5/+3
| * | Remove unused test lineJohn Keiser2015-06-081-1/+0
| * | Make sure resource_name :x only removes automatic provides from that classJohn Keiser2015-06-087-29/+128
| * | Overwrite resource_name with providesJohn Keiser2015-06-0880-223/+324
| * | Fix up doc changesJohn Keiser2015-06-081-11/+43
| * | Make use_automatic_resource_name automaticJohn Keiser2015-06-089-181/+326
* | | Merge pull request #3497 from chef/adamedx/3485-run_context_corruptionThom May2015-06-093-1/+13
|\ \ \
| * | | Issue#3485: Fix corruption of run_context when guard interpreters are executedadamedx/3485-run_context_corruptionadamedx2015-06-063-1/+13
* | | | regen maintainersThom May2015-06-091-0/+1
* | | | install tomlrb in pedant gem setThom May2015-06-091-0/+1
* | | | fix copyrightThom May2015-06-091-3/+1
* | | | Generate a text version of MAINTAINERSThom May2015-06-096-0/+203
| |/ / |/| |
* | | Improve performance of method_missingjk/perfJohn Keiser2015-06-082-14/+35
* | | Merge pull request #3501 from chef/tball/kitchen-ec2Thom May2015-06-081-1/+1
|\ \ \
| * | | Using master of kitchen-ec2 because https://github.com/test-kitchen/kitchen-e...tball/kitchen-ec2tyler-ball2015-06-081-1/+1
* | | | Merge pull request #3484 from chef/tball/missed-testsThom May2015-06-081-0/+41
|\ \ \ \ | |/ / / |/| | |
| * | | These tests were accidently left out when I moved #2621 to mastertball/missed-teststyler-ball2015-06-081-0/+41
|/ / /
* | | Merge pull request #3438 from chef/tc/api-versioningTyler Cloke2015-06-0547-447/+3346
|\ \ \ | |/ /
| * | Update changelog with V1 API support and OSC 11 user deprecation note.tylercloke2015-06-051-0/+2
| * | Better API version error handling helper code.tylercloke2015-06-0513-62/+191