summaryrefslogtreecommitdiff
path: root/spec/unit/run_list
Commit message (Collapse)AuthorAgeFilesLines
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-023-3/+3
| | | Created via git ls-files | xargs perl -pi -e "s/(Copyright.*?), Opscode(,)? Inc(\.)?/\\1, Chef Software Inc./gi"
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-023-3/+3
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-5/+5
| | | | | | See chef/chefstyle#11 for analysis and discussion. We select '{}' since audit of our source code shows that is the most common, and that used to be the dominant learning paradigm (e.g. in ruby 1.9 pickaxe book.
* Use double quotes by defaultThom May2016-01-143-44/+44
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-2/+2
| | | | chefstyle -a fixed 1044 occurrances
* Added run list expansion json conversion. Creates a json tree from the run ↵kyleen/addExpandedRunListKyleen MacGugan2015-10-211-3/+18
| | | | | | | | | | list expansion trace. Added event to report expanded run list Updated json conversion to use chef compat json. Remove RunListExpansion from JsonCompat
* Ensure that our list of recipes is backwards compattm/duplicate_recipesThom May2015-09-291-0/+5
| | | | | | | | | Prior to chef 12.2 we included unexpanded 'cookbook' names for default recipes. In 12.2, we moved to expanded ('cookbook::default') names, which broke some searches. However, some of our users have now moved to searching for expanded, so we need to cater for both. Fixes #3767
* Don't mutate recipe name string in versioned_recipe_listdanielsdeleo2015-06-301-2/+0
| | | | fixes #3618
* Add test coverage versioned_recipe_list, repro #3618danielsdeleo2015-06-301-0/+66
|
* Modernize versioned recipe list specsdanielsdeleo2015-06-301-48/+51
|
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-2/+2
|
* Update to RSpec 3.Claire McQuin2014-10-293-61/+61
|
* s/stub!/stub/gLamont Granquist2014-01-291-3/+3
| | | | fix deprecation warnings
* Normalize whitespace on all filesSeth Vargo2013-09-261-1/+1
|
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-303-0/+369
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!