summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Correct Gemfile.lockjk/version-bumpJohn Keiser2016-05-181-5/+5
|
* Merge pull request #4940 from chef/jk/licensesJohn Keiser2016-05-1811-0/+37
|\ | | | | Add licenses to all software defs
| * Add licenses to all software defsjk/licensesJohn Keiser2016-05-1811-0/+37
|/
* Merge pull request #4942 from chef/lcg/universal-dslThom May2016-05-186-30/+88
|\ | | | | create 'universal' DSL
| * typeofix thanks @ranjiblcg/universal-dslLamont Granquist2016-05-171-1/+1
| |
| * update for feedback from stevenLamont Granquist2016-05-173-0/+3
| |
| * create 'universal' DSLLamont Granquist2016-05-166-30/+85
| | | | | | | | this is for DSL methods that get mixed in everywhere.
* | Merge pull request #4902 from MichaelPereira/handle-user-id-git-resourceThom May2016-05-182-1/+42
|\ \ | | | | | | Handle numeric id for the user value in the git resource
| * | remove extra space from expected unit test outputMichael Pereira2016-05-101-1/+1
| | |
| * | try @thommay suggestion for resolving unit test issueMichael Pereira2016-05-101-1/+1
| | |
| * | remove trailing spaceMichael Pereira2016-05-061-1/+0
| | |
| * | take @coderanger review comments into accountMichael Pereira2016-05-051-4/+1
| | |
| * | typo in error logMichael Pereira2016-05-051-1/+1
| | |
| * | Handle numeric id for the user value in the git resourceMichael Pereira2016-05-052-1/+46
| | |
* | | Bump version of chef to 12.10.59 by Chef Versioner.v12.10.59Chef Versioner2016-05-184-8/+8
| | |
* | | Merge pull request #4950 from chef/with_acceptanceMatt Wrock2016-05-173-22/+23
|\ \ \ | | | | | | | | With acceptance
| * | | fising docker recipie namewith_acceptanceMatt Wrock2016-05-171-1/+1
| | | |
| * | | Pull in updated `chef-acceptance`schisamo/verify-chef-fixSeth Chisamore2016-05-171-1/+1
| | | | | | | | | | | | | | | | In particular we are after this fix: https://github.com/chef/chef-acceptance/pull/40
| * | | copy chef-acceptance suites into $WORKSPACESeth Chisamore2016-05-171-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will ensure the path to the suites can be fully resolved, it prevents errors like: ``` STDERR: /home/jenkins/workspace/chefdk-test/architecture/x86_64/platform/acceptance/project/chefdk/role/tester/vendor/bundle/ruby/2.1.0/gems/mixlib-shellout-2.2.6/lib/mixlib/shellout/unix.rb:183:in `chdir': No such file or directory @ dir_chdir - /home/jenkins/workspace/chefdk-test/architecture/x86_64/platform/acceptance/project/chefdk/role/tester/opscode-ci/.acceptance/acceptance-cookbook (Errno::ENOENT) ```
| * | | Revert "exit 0 -- its how acceptance works"Seth Chisamore2016-05-171-20/+19
|/ / / | | | | | | | | | This reverts commit aac62e28ae3112c586f223c48ef7fe360f98e56a.
* | | Bump version of chef to 12.10.58 by Chef Versioner.v12.10.58Chef Versioner2016-05-174-9/+9
| | |
* | | Merge pull request #4945 from chef/no_acceptanceMatt Wrock2016-05-171-19/+20
|\ \ \ | | | | | | | | exit 0 -- its how acceptance works
| * | | exit 0 -- its how acceptance worksMatt Wrock2016-05-171-19/+20
|/ / /
* | | Bump version of chef to 12.10.57 by Chef Versioner.v12.10.57Chef Versioner2016-05-174-8/+8
| | |
* | | Merge pull request #4941 from chef/omnibusMatt Wrock2016-05-161-2/+2
|\ \ \ | |_|/ |/| | update omnibus dependency with appx fix
| * | update omnibus dependency with appx fixMatt Wrock2016-05-161-2/+2
|/ /
* | Bump version of chef to 12.10.56 by Chef Versioner.v12.10.56Chef Versioner2016-05-164-9/+9
| |
* | Merge pull request #4927 from chef/praj/FLOW-382/changelogPrajaktaPurohit2016-05-161-0/+26
|\ \ | | | | | | Update changelog for 12.10.24 release
| * | Update changelog for 12.10.24 releasepraj/FLOW-382/changelogPrajakta Purohit2016-05-121-0/+26
| | |
* | | Bump version of chef to 12.10.55 by Chef Versioner.v12.10.55Chef Versioner2016-05-165-13/+13
| | |
* | | Merge pull request #4936 from chef/tm/fix_cb_showThom May2016-05-162-100/+95
|\ \ \ | | | | | | | | Load cookbook versions correctly for knife
| * | | Load cookbook versions correctly for knifetm/fix_cb_showThom May2016-05-162-100/+95
|/ / / | | | | | | | | | | | | | | | Fixes #4934 Signed-off-by: Thom May <thom@may.lt>
* | | Bump version of chef to 12.10.54 by Chef Versioner.v12.10.54Chef Versioner2016-05-164-12/+12
| | |
* | | Merge pull request #4919 from chef/tm/zoloThom May2016-05-1623-129/+185
|\ \ \ | | | | | | | | RFC 31 - Default solo to local mode
| * | | move legacy config into a separate functiontm/zoloThom May2016-05-161-26/+29
| | | | | | | | | | | | | | | | | | | | | | | | per review Signed-off-by: Thom May <thom@may.lt>
| * | | remove dead commentThom May2016-05-161-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@may.lt>
| * | | Ensure that legacy mode and local mode workThom May2016-05-161-90/+120
| | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * | | Ensure that solo specific code is run at the proper timeThom May2016-05-1622-39/+43
| | | | | | | | | | | | | | | | | | | | | | | | ie, only when we're in OG mode and not in local mode. Signed-off-by: Thom May <thom@chef.io>
| * | | default to using local modeThom May2016-05-161-28/+48
|/ / / | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | Bump version of chef to 12.10.53 by Chef Versioner.v12.10.53Chef Versioner2016-05-144-9/+9
| | |
* | | Merge pull request #4933 from chef/lcg/better-handler-wiringLamont Granquist2016-05-142-0/+120
|\ \ \ | | | | | | | | wire up chef handlers directly from libraries
| * | | wire up chef handlers directly from librarieslcg/better-handler-wiringLamont Granquist2016-05-132-0/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | smear just a little bit of minimal DSL wiring into the Chef::Report class so that classes can wire themselves up automatically as handlers. this also extends the Chef::Config[*_handler] arrays to take classes as well as instances. in the case of passing a class that is not a singleton, a new instance will be created when the report is run. it will obviously be difficult to pass any state into this instance. if the class that is passed supports calling `#instance` we assume it is a Singleton and get the instance and use that. this is to support other chef code grabbing/creating the singleton instance and poking it with data (probably configuring where the reporter goes and what creds it needs to publish and other stuff).
* | | | Bump version of chef to 12.10.52 by Chef Versioner.v12.10.52Chef Versioner2016-05-144-8/+8
| | | |
* | | | Merge pull request #4907 from nathwill/systemd-unit-valid-iniThom May2016-05-142-1/+36
|\ \ \ \ | | | | | | | | | | reject malformed ini content in systemd_unit resource
| * | | | reject malformed ini contentNathan Williams2016-05-132-1/+36
| | | | |
* | | | | Bump version of chef to 12.10.51 by Chef Versioner.v12.10.51Chef Versioner2016-05-134-9/+9
| | | | |
* | | | | Merge pull request #4932 from chef/schisamo/fix-acceptance-archivingSeth Chisamore2016-05-131-5/+7
|\ \ \ \ \ | | | | | | | | | | | | Execute chef-acceptance without elevated privileges
| * | | | | Execute chef-acceptance without elevated privilegesSeth Chisamore2016-05-131-5/+7
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We output all data generated during a chef-acceptance run to the workspace of the executing Jenkins job using chef-acceptance's `--data-path` option. If the `chef-acceptance` commands are executed with elevated privileges (using `sudo`) the generated files are owned by `root`: https://gist.github.com/schisamo/7ce7262813f2bc81b7314d9eab53afa0 This is an issue as the generated data cannot be properly archived OR cleaned up when the next job runs: https://gist.github.com/schisamo/b7246987d49534b27b8a4ad72f9ad965
* | | | | Bump version of chef to 12.10.50 by Chef Versioner.v12.10.50Chef Versioner2016-05-134-8/+8
| | | | |
* | | | | Merge pull request #4931 from chef/appxMatt Wrock2016-05-131-0/+4
|\ \ \ \ \ | | | | | | | | | | | | add appx block with signing key to omnibus project