summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use a slightly older revision of kitchen-ec2 ↵unbreak-kitchenJohn Keiser2015-06-181-1/+1
| | | | (40d29858e8ee8ba14492ca54c881d961860b2ae7~1)
* Do not set resource_name outside of Chef::Resourcejk/chef-resource-name-onlyJohn Keiser2015-06-183-22/+20
|
* Merge pull request #3522 from ranjib/lt_deyThom May2015-06-182-2/+6
|\ | | | | Proposing myself as Ubuntu LT
| * proposing myself as Ubuntu LTRanjib Dey2015-06-112-2/+6
| |
* | Only automatically set resources that do class X < Chef::Resource,jk/3524John Keiser2015-06-1617-21/+38
| | | | | | | | not X = Class.new(Chef::Resource)
* | Merge pull request #3541 from chef/jk/3535Lamont Granquist2015-06-164-8/+92
|\ \ | |/ |/| Ensure :nothing is in the list of allowed actions for an LWRP
| * 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 homepage
| * 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
| | | | | Call all the methods Provider#run_action would call rather than just poking lower-level implementation.
* Move 3503 regression tests into main describe blockdanielsdeleo2015-06-091-118/+59
|
* Clean up RPM package provider specsdanielsdeleo2015-06-091-76/+173
| | | | | | | | | | Most egregious problem was stubbing two shellout calls at once, which was confusing and let some shell_out calls slip though the stubbing. Also added a bogus catchall stub to ensure that all calls to shell out have a corresponding stub. Additionally, re-arranged some tests which were not in a sensible test context.
* 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
| | | | package has a tilde character in the version
* 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 experimental warning on audit mode.
| * 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
|\ \ | | | | | | Remove use_automatic_resource_name, make resource_name automatic
| * | 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 executed
| * | | 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
| | | | | | | | | | | | | | | by not repeatedly sorting and calling enabled_handlers (This was causing major slowdown in tests)
* | | Merge pull request #3501 from chef/tball/kitchen-ec2Thom May2015-06-081-1/+1
|\ \ \ | | | | | | | | Using master of kitchen-ec2 for travis integration tests
| * | | Using master of kitchen-ec2 because ↵tball/kitchen-ec2tyler-ball2015-06-081-1/+1
| | | | | | | | | | | | | | | | https://github.com/test-kitchen/kitchen-ec2/issues/148 has been fixed, travis should no longer break
* | | | 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 master