summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix Lint/DuplicatedKeylcg/duplicated-keysLamont Granquist2016-01-131-3/+6
| | | | | | | | | | | so, this is a bit special... the API for "priority" is clearly broken. but this broken API comes from the service resource itself which appears to have been broken by design since at least 2010. just fixing the code for how it behaves and dropping in FIXMEs for now, since this uncovered a fairly massive API-breaking yak.
* Merge pull request #4390 from chef/tm/fix_failLamont Granquist2016-01-133-3/+3
|\ | | | | Correct uses of fail to raise
| * Correct uses of fail to raisetm/fix_failThom May2016-01-133-3/+3
| | | | | | | | Style/SignalException - 3
* | Merge pull request #4344 from chef/if/warn-on-reload-resourceThom May2016-01-133-4/+4
|\ \ | |/ |/| Warn (v. info) when reloading resources
| * debug log messages upon reloaded resourcesif/warn-on-reload-resourceIsa Farnik2016-01-123-4/+4
| | | | | | | | tests for debug messages when reloading resources
* | Merge pull request #4388 from chef/lcg/more-rubocop-lintThom May2016-01-135-16/+12
|\ \ | | | | | | more rubocop fixes
| * | more rubocop fixeslcg/more-rubocop-lintLamont Granquist2016-01-126-17/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes: Lint/UnreachableCode Lint/NonLocalExitFromIterator Lint/LiteralInCondition Lint/EmptyEnsure Lint/DefEndAlignment Lint/CircularArgumentReference
* | | Merge pull request #4385 from chef/ksubrama/excludeKartik Null Cating-Subramanian2016-01-121-4/+4
|\ \ \ | |_|/ |/| | Pull in the latest omnibus software
| * | Pull in the latest omnibus softwareKartik Null Cating-Subramanian2016-01-121-4/+4
| | |
* | | Merge pull request #4384 from chef/lcg/really-fix-copsLamont Granquist2016-01-1238-536/+536
|\ \ \ | |/ / |/| | really fix cops
| * | really fix copslcg/really-fix-copsLamont Granquist2016-01-1238-536/+536
| |/
* | Merge pull request #4383 from chef/ksubrama/cleanupThom May2016-01-128-16/+4
|\ \ | | | | | | Bringing in open PRs with +1s from omnibus-chef
| * | Update dmg iconKartik Null Cating-Subramanian2016-01-121-0/+0
| | |
| * | Remove references to shefKartik Null Cating-Subramanian2016-01-126-15/+3
| | |
| * | Update API endpoint in omnibus BerksfileKartik Null Cating-Subramanian2016-01-121-1/+1
| | |
* | | Merge pull request #4373 from PatrickWalker/feature/issue-4268Thom May2016-01-122-1/+9
|\ \ \ | | | | | | | | Ensuring running Help returns an exit code of 0
| * | | Ensuring running Help returns an exit code of 0Patrick Walker2016-01-112-1/+9
| | | |
* | | | Merge pull request #4355 from kisoku/fix_json_createThom May2016-01-121-1/+1
|\ \ \ \ | | | | | | | | | | don't blow up when json object has no recipes
| * | | | don't blow up when json object has no recipesMathieu Sauve-Frankel2016-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | fixes loading brand new node objects from json
* | | | | Merge pull request #4343 from jordane/jordane/supports-use-platform-parserThom May2016-01-122-1/+6
|\ \ \ \ \ | | | | | | | | | | | | use platform parser with metadata supports
| * | | | | Use platform version parser to parse supports in metadataJordan Evans2015-12-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously supports was using the cookbook version parser, which would not correctly parse all platform versions.
| * | | | | add cookbook metadata that will fail testsJordan Evans2015-12-281-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This cookbook metadata uses the supports method, which currently parses versions using the cookbook version parser, when it should be using the platform parser.
* | | | | | Merge pull request #4378 from chef/choco_editsMatt Wrock2016-01-122-5/+49
|\ \ \ \ \ \ | | | | | | | | | | | | | | assert candidates exist for alternate sources and when pinning versions
| * | | | | | assert candidates exist for alternate sources and when pinning versionsMatt Wrock2016-01-122-5/+49
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #4375 from chef/no_version_detectMatt Wrock2016-01-123-94/+9
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | fixes #4354 and fixes #4372 stop trying to auto detect versions for exe installers
| * | | | | fexes #4354 and fiexs #4372 stop trying to auto detect versions for exe ↵no_version_detectMatt Wrock2016-01-113-94/+9
| |/ / / / | | | | | | | | | | | | | | | installers
* | | | | Merge pull request #4381 from chef/lcg/useless-to-sLamont Granquist2016-01-1246-209/+209
|\ \ \ \ \ | | | | | | | | | | | | chefstyle: fix Lint/StringConversionInInterpolation
| * | | | | chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-1246-209/+209
| |/ / / / | | | | | | | | | | | | | | | useless use of `"#{foo.to_s}"`
* | | | | Merge pull request #4380 from chef/lcg/lint-copsLamont Granquist2016-01-1218-22/+22
|\ \ \ \ \ | | | | | | | | | | | | fix some lint cops
| * | | | | fix some lint copsLamont Granquist2016-01-1218-22/+22
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes the following offenses: 46 Lint/EndAlignment 21 Lint/BlockAlignment 3 Lint/SpaceBeforeFirstArg 1 Lint/DefEndAlignment
* | | | | Merge pull request #4379 from chef/tm/add_chefstyleThom May2016-01-124-0/+16
|\ \ \ \ \ | |/ / / / |/| | | | Per RFC 64, do style checking of the Chef repo
| * | | | exclude vendor dirtm/add_chefstyleThom May2016-01-122-0/+2
| | | | |
| * | | | Per RFC 64, do style checking of the Chef repoThom May2016-01-124-0/+14
|/ / / / | | | | | | | | | | | | | | | | | | | | This commit enables ChefStyle, but with no active cops. Cops will be added per the RFC (one at a time, with a supporting PR to this repo) as we go on.
* | | | Merge pull request #4369 from chef/ksubrama/omnibusKartik Null Cating-Subramanian2016-01-1140-33/+2056
|\ \ \ \ | | | | | | | | | | Migrate omnibus-chef project/software definitions for chef in here.
| * | | | Bump omnibus-software in Gemfile.lockKartik Null Cating-Subramanian2016-01-111-1/+1
| | | | |
| * | | | Update CHANGELOGKartik Null Cating-Subramanian2016-01-111-0/+1
| | | | |
| * | | | By default, build from the local sourceKartik Null Cating-Subramanian2016-01-111-1/+1
| | | | |
| * | | | Move Jenkins verification scripts to top-levelSeth Chisamore2016-01-114-27/+0
| | | | |
| * | | | Update READMEKartik Null Cating-Subramanian2016-01-111-8/+7
| | | | |
| * | | | Update kitchen.yml to look in the right placeKartik Null Cating-Subramanian2016-01-112-20/+9
| | | | |
| * | | | Remove non-chef related filesKartik Null Cating-Subramanian2016-01-1164-4171/+0
| | | | |
| * | | | Update .gitignores to not clashKartik Null Cating-Subramanian2016-01-082-10/+8
| | | | |
| * | | | Import all of omnibus-chef under the omnibus directoryKartik Null Cating-Subramanian2016-01-08100-0/+6234
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Pinning to the latest version of kichen-inspectyler-ball2016-01-071-1/+1
| | | | |
| | * | | Merge pull request #576 from chef/tball/revert_arTyler Ball2016-01-071-2/+5
| | |\ \ \ | | | | | | | | | | | | Reverting https://github.com/chef/omnibus/pull/583 to try and fix ChefDK build errors
| | | * | | Reverting https://github.com/chef/omnibus/pull/583 to fix ChefDK buildtyler-ball2016-01-071-2/+5
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | errors. This fixes the builds because (we think) the makefile for libgecode isn't appropriatly leveraging the ARFLAGS environment variable. This causes the ar command to lose its operation (add, replace, etc.).
| | * | | Merge pull request #575 from chef/tball/chefdk_subfolderTyler Ball2016-01-062-13/+9
| | |\ \ \ | | | | | | | | | | | | ChefDK is getting cached in a subdirectory (chef-dk/chefdk)
| | | * | | Pulling in the latest omnibus changes where we put all cached items into ↵tyler-ball2016-01-062-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | .../src/<software definition name>/<package>
| | | * | | ChefDK is getting cached in a subdirectory (chef-dk/chefdk) so we need to ↵tyler-ball2016-01-043-13/+10
| | |/ / / | | | | | | | | | | | | | | | pull in omnibus changes to respect that, and modify our appbundle call to use the correct new API
| | * | | Using the latest Test Kitchen RC in the ChefDk. This RC includes support ↵tyler-ball2015-12-291-2/+2
| | | | | | | | | | | | | | | | | | | | for the proxy config