summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4979 from andrewjamesbrown/masterThom May2016-05-311-1/+6
|\
| * /etc/hosts needs to be non-atomic on dockerAndrew Brown2016-05-311-1/+1
| * Switch to node attributes for docker detectionAndrew Brown2016-05-301-1/+1
| * Style fixesAndrew Brown2016-05-301-3/+2
| * File atomic update default: false on docker filesAndrew Brown2016-05-301-1/+7
* | add more unit actionsNathan Williams2016-05-061-1/+3
|/
* Merge pull request #4700 from nathwill/features/systemd-unitThom May2016-05-011-0/+61
|\
| * add systemd_unit resource/providerNathan Williams2016-04-161-0/+61
* | add support for --layout option to mdadm resource providerKaren Bruner2016-04-211-0/+9
|/
* allow true to mean nil via coercsionslcg/nillable-apt-repository-distributionLamont Granquist2016-04-141-6/+6
* add nillable apt_repository and nillable propertiesLamont Granquist2016-04-141-1/+1
* Add an apt_repository resourcetm/apt_repositoryThom May2016-04-081-0/+47
* allow use_inline_resources for core chef providersLamont Granquist2016-03-211-0/+3
* Merge pull request #4658 from chef/tm/remote_file_download_progress11.9Thom May2016-03-151-0/+9
|\
| * Enable progress output to be configuredtm/remote_file_download_progressThom May2016-03-041-10/+1
| * Merge branch 'remote-file-download-progress' of https://github.com/brandocorp...Thom May2016-03-031-0/+18
| |\
| | * new doc formatter event, remove progress barBrandon Raabe2015-03-201-0/+1
| | * add progress interval, add ProgressBar classBrandon Raabe2015-03-151-0/+9
| | * add show_progress attributeBrandon Raabe2015-03-151-0/+8
* | | chefstyle Style/AndOr fixesLamont Granquist2016-03-143-3/+3
* | | Merge pull request #4661 from davide125/systemd-userPhil Dibowitz2016-03-081-0/+9
|\ \ \
| * | | Extend service resource to support systemd user servicesDavide Cavalca2016-03-031-0/+9
* | | | Merge pull request #4617 from chef/lcg/chefstyle-perfLamont Granquist2016-03-041-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-231-1/+1
| |/ /
* | | rework to use service resource directly instead of subclassingDavide Cavalca2016-02-222-51/+13
* | | rework to use a subclassed SystemdService resourceDavide Cavalca2016-02-222-13/+51
* | | Extend service resource to support maskingDavide Cavalca2016-02-221-2/+13
|/ /
* | flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-1933-216/+216
* | deal with 0.37.2 renamed copsLamont Granquist2016-02-183-3/+3
* | Merge pull request #4111 from mikedodge04/launchdPhil Dibowitz2016-02-171-0/+104
|\ \
| * | bundle exec chefstyle -aMike Dodge2016-02-151-6/+6
| * | made requested changesMike Dodge2016-02-151-365/+63
| * | fixed rebaseMike Dodge2016-02-151-1/+1
| * | added specsMike Dodge2016-02-151-6/+10
| * | launchdMike Dodge2016-02-151-0/+402
* | | test that splitting a string on commas DTRTtm/split_group_membersThom May2016-02-161-2/+2
* | | [chef/4294] group: split #members/#excluded_members on commasThom May2016-02-161-2/+2
|/ /
* | convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-121-2/+2
* | pull rubocop 0.37.2 into chefstyleLamont Granquist2016-02-121-2/+2
* | autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-092-2/+2
* | auto fixing some rubocopsLamont Granquist2016-02-092-2/+2
* | autofixing whitespace copsLamont Granquist2016-02-0551-309/+306
* | Update for chef.io domain in copyright lines too.Noah Kantrowitz2016-02-021-1/+1
* | Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-0248-66/+66
* | Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-0244-44/+44
* | Manual fix ups for things that didn't follow the usual pattern.Noah Kantrowitz2016-02-022-2/+2
* | Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-0273-76/+76
* | Make chef_gem.gem_binary use correct default valuejk/nil-for-realsJohn Keiser2016-01-271-1/+1
* | Fix nil with properties:John Keiser2016-01-272-3/+3
* | respond to review commentsThom May2016-01-221-1/+0