summaryrefslogtreecommitdiff
path: root/lib/chef/resource/apt_repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Update examples and descriptions for better automated documentationTim Smith2020-10-131-3/+2
* Merge pull request #10463 from 007lva/chore/use-ruby-2.6-endless-rangeTim Smith2020-09-251-1/+1
|\
| * Use Ruby 2.6 endless Range syntax007lva2020-09-241-1/+1
* | autoload addressable/uri on :URI inside addressable modulemwrock2020-09-241-1/+3
|/
* use autoloading for many required gemsmwrock2020-09-081-1/+1
* Avoid unnecessary control flow.Pete Higgins2020-08-031-10/+1
* Use .match? when we don't need data from a regex matchTim Smith2020-08-031-1/+1
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-12/+19
* Improve resource doc formattingTim Smith2020-04-291-3/+3
* Add documentation descriptions to multiple resourcesauto-generate-resource-docsTim Smith2020-04-271-3/+3
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Remove the canonical DSLLamont Granquist2020-03-031-1/+0
* Properly fix encoding of the entire URI by using AddressableLamont Granquist2020-02-211-3/+3
* add require for CGIlcg/unescapeLamont Granquist2020-02-201-1/+2
* fix ruby 2.7 URI.unescape deprecationLamont Granquist2020-02-201-1/+1
* apt_repository: add a description for components when using a PPATim Smith2020-01-281-1/+1
* WIP: Chef-16 resource cleanup + unified_mode (#9174)Lamont Granquist2020-01-211-1/+333
* Add more resource examples to the codebaseTim Smith2019-09-161-13/+19
* Add examples to the resourcesTim Smith2019-07-081-0/+63
* Style/RegexpLiteralLamont Granquist2019-07-051-1/+1
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-23/+23
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* Improve resource descriptions for documentationTim Smith2018-11-141-1/+1
* Add skip_docs and default_description to resource propertiesdocumentation_enhancementsTim Smith2018-10-281-1/+1
* Add introduced versions for properties and more descriptionsTim Smith2018-09-061-1/+1
* Remove smart quotesTim Smith2018-07-251-2/+2
* Add missing periods and rely on word wrapcleanupTim Smith2018-04-271-4/+4
* Add descriptions to more resourcesTim Smith2018-04-261-15/+42
* Modify the provides for all resources from cookbooks so chef winsprovidesTim Smith2018-04-061-1/+1
* Remove Chef 12-isms from the apt_repository resourceTim Smith2018-03-201-6/+11
* Fail with a warning if users specify apt/yum/zypper repos with slashesrepo_filenamesTim Smith2018-03-191-1/+5
* Lazy eval empty Hash/Array resource properties.Tim Smith2018-03-161-2/+2
* Add new introduced and description resource properties to many resourceTim Smith2018-02-141-4/+4
* Nillable properties are the default nowtm/true_nillableThom May2018-01-261-5/+5
* Add descriptions and @since comments to all resourcesTim Smith2017-12-191-0/+4
* Open apt resources up to prevent breaking changeapt_openTim Smith2017-09-171-1/+1
* Remove the usage of an array for the platform_familyapt_resourcesTim Smith2017-09-141-1/+1
* Replace which apt-get check with simple debian check in apt resourcesTim Smith2017-09-141-2/+2
* [x].flatten is better written as Array(x)Gavin Reynolds2017-09-011-1/+1
* Support an array of keys for apt_repositoryGavin Reynolds2017-08-311-1/+1
* Deprecate creating properties whose names are already methodsadamleff/warn-on-dangerous-property-namesAdam Leff2017-01-181-1/+0
* 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