summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/file_system/chef_server
Commit message (Collapse)AuthorAgeFilesLines
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-183-3/+3
| | | | | | 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.
* Revert "another chefstyle catchup + pull master"Lamont Granquist2016-01-182-7/+7
| | | | This reverts commit ccf46bf3055b2a1c06499ec104f3d74c26643395.
* another chefstyle catchup + pull masterLamont Granquist2016-01-182-7/+7
| | | | | | | bunch of merges over the weekend need re-fixing again. seems like pointing at master of chefstyle is probably a good idea to start making people fix their code before merging.
* Fix unused variables and commentsjk/cookbook-artifactsJohn Keiser2016-01-151-2/+0
|
* Make upload cookbook_artifacts workJohn Keiser2016-01-153-2/+9
|
* Get download of cookbook_artifacts workingJohn Keiser2016-01-151-1/+0
|
* Add server cookbook artifacts and list_specJohn Keiser2016-01-156-10/+154
|
* Use double quotes by defaultThom May2016-01-1424-121/+121
| | | | | | | 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.
* Merge pull request #4398 from chef/lcg/trailing_commaThom May2016-01-142-3/+3
|\ | | | | autocorrecting Style/TrailingComma
| * autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-132-3/+3
| | | | | | | | chefstyle -a fixed 1044 occurrances
* | Split versioned cookbook dir from unversionedJohn Keiser2016-01-134-24/+75
| |
* | Split versioned and unversioned cookbooks into separate classesJohn Keiser2016-01-133-65/+106
|/
* Move server and repository fs objects to their own directoriesJohn Keiser2016-01-1322-0/+2088