summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Add ability for default to override name_propertyjk/name-defaultJohn Keiser2015-09-291-0/+12
* Simplify kill loop with WNOHANGjk/print-raceJohn Keiser2015-09-291-10/+3
* Change puts to print with \n for atomicityJohn Keiser2015-09-291-7/+7
* Add some insurance against timeouts failing (10s room, kill loop)John Keiser2015-09-291-5/+14
* Add tests for things that have created the lockfile but not yet acquired the ...John Keiser2015-09-291-21/+79
* Print what happened (and in what order) if test failsJohn Keiser2015-09-291-130/+89
* Make sure name_attribute works on derived propertiesjk/name-attribute-dupJohn Keiser2015-09-291-2/+46
* Merge pull request #3978 from tas50/knife-wording-2Thom May2015-09-291-3/+3
|\
| * Update specs for SupermarketTim Smith2015-09-271-3/+3
* | Merge pull request #3993 from chef/jk/win-provider-resolver-testsThom May2015-09-291-0/+4
|\ \
| * | Fix provider_resolver tests on Windowsjk/win-provider-resolver-testsJohn Keiser2015-09-291-0/+4
* | | Use much simpler regex for determining the rpm versionIrving Popovetsky2015-09-291-1/+18
|/ /
* | Get rid of state-keeping and reset in ServiceHelpersjk/systemctl-shenanigansJohn Keiser2015-09-281-1/+0
* | Add test for nonzero systemctl exit codeJohn Keiser2015-09-284-759/+748
* | Add system providers to the list of world-stubbed stuffJohn Keiser2015-09-283-63/+86
* | Test more of provider resolution by mocking the filesystem and commandsJohn Keiser2015-09-282-6/+96
* | Add spec for remote dir fixJohn Keiser2015-09-281-0/+74
|/
* If both name_attribute and name_property are specified, raise an error.jk/property-default-nilJohn Keiser2015-09-251-9/+9
* Don't treat name_property/attribute as defaults if they are falseJohn Keiser2015-09-251-0/+41
* Fix up property deprecation textJohn Keiser2015-09-251-4/+4
* Prefer name_property: true over default: nilJohn Keiser2015-09-251-2/+20
* Make race condition tests explicitjk/run-lockJohn Keiser2015-09-251-100/+260
* Add policyfile attributes to client builderpolicyfile-bootstrap-integrationdanielsdeleo2015-09-241-0/+11
* Don't pass -E to chef-client unless given an environmentdanielsdeleo2015-09-241-4/+4
* Add --policy-name and --policy-group opts to knife bootstrapdanielsdeleo2015-09-241-3/+55
* Add policyfile support to bootstrap contextdanielsdeleo2015-09-241-0/+10
* Re-upgrade chef-zero to latestjk/latest-chef-zeroJohn Keiser2015-09-233-1/+13
* Add deprecation warning for properties that specify default and name_propertyjk/default-ignoringJohn Keiser2015-09-221-6/+19
* Honor the ordering of whichever `name_attribute` or `default` comes firstJohn Keiser2015-09-221-2/+2
* Merge pull request #3939 from chef/salam/lazy-msiSalim Alam2015-09-221-0/+49
|\
| * Lazy load MSI provider, add check for MSI supportsalam/lazy-msiSalim Alam2015-09-221-0/+49
* | Merge pull request #3857 from coderanger/gateway-keyNoah Kantrowitz2015-09-222-7/+33
|\ \
| * | Lots of tests leak the log level so just fix it here.Noah Kantrowitz2015-09-011-0/+11
| * | Don't leak log_level=debug out of the cookbook_delete_spec test.Noah Kantrowitz2015-09-011-7/+17
| * | Stub Net::SSH.configuration_for.Noah Kantrowitz2015-09-011-0/+5
* | | Rename action_provider_class to less-wordy action_classjk/declare_action_classJohn Keiser2015-09-222-13/+15
| |/ |/|
* | Merge pull request #3937 from chef/mcquin/remove-constClaire McQuin2015-09-224-394/+434
|\ \
| * | Remove pesky whitespacemcquin/remove-constClaire McQuin2015-09-212-2/+0
| * | Remove should from spec textClaire McQuin2015-09-211-28/+28
| * | Use letClaire McQuin2015-09-212-345/+345
| * | Safely clean up Win32 namespace after specsClaire McQuin2015-09-214-21/+63
* | | Fix false positive in test, make test more strict.danielsdeleo2015-09-211-1/+1
* | | Configure named run list via command line or config filedanielsdeleo2015-09-211-0/+13
* | | Apply a named_run_list in policy builder via configurationdanielsdeleo2015-09-211-21/+85
|/ /
* | Remove Win32 after testsClaire McQuin2015-09-181-4/+25
* | Don't add win_evt logger when on nano.Claire McQuin2015-09-181-7/+68
* | Add `setup_chef_class` to Policyfile policy builderdanielsdeleo2015-09-171-0/+13
* | Detect when user wants policyfile compat modedanielsdeleo2015-09-171-0/+13
* | Populate node policyfile attrs from JSONdanielsdeleo2015-09-171-0/+8
* | Set the precedence of policyfile attrs and propagate them everywheredanielsdeleo2015-09-171-0/+158