summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #84 from ↵HEADmainPrajaktaPurohit2022-04-075-17/+47
|\ | | | | | | | | chef/IPACK-101-chef-mixlib-cli-operationalize-ruby-3-0-3-1-in-verify-pipeline add ruby tests 3.0 and 3.1 in verify pipeline
| * add ruby tests 3.0/3.1jayashri garud2022-04-075-17/+47
| | | | | | | | Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
* | http -> https in the github templateTim Smith2021-10-161-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #83 from chef/bundler_deprecated_warningTom Duffield2021-08-302-1/+3
|\ \ | |/ | | Replace deprecated --without flag with bundle config
| * Pin rubocop-ast to 1.4.1bundler_deprecated_warningjayashri garud2021-08-301-0/+1
| | | | | | | | Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
| * Replace deprecated --without flag with bundle configjayashri garud2021-08-231-1/+2
| | | | | | | | Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
* | Updating references of master to main as part of Expeditor agent rename.chef-expeditor[bot]2021-08-240-0/+0
|/
* Merge pull request #81 from chef/update-expeditor-configurationmasterTom Duffield2021-07-011-18/+20
|\ | | | | Updating expeditor configurations
| * Updating expeditor configurationsSwati Keshari2021-07-011-18/+20
|/ | | | Signed-off-by: Swati Keshari <skeshari@msystechnologies.com>
* Bump version to 2.1.10 by Chef Expeditorv2.1.10Chef Expeditor2021-06-253-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #80 from chef/dependabot/add-v2-config-fileTim Smith2021-06-251-0/+9
|\ | | | | Upgrade to GitHub-native Dependabot
| * Upgrade to GitHub-native Dependabotdependabot/add-v2-config-filedependabot-preview[bot]2021-04-281-0/+9
|/
* Bump version to 2.1.9 by Chef Expeditorv2.1.9Chef Expeditor2020-09-163-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #79 from chef/file_dirTim Smith2020-09-164-4/+3
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update spec/spec_helper.rb file_dirTim Smith2020-09-161-1/+0
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * Update spec/mixlib/cli_spec.rb Tim Smith2020-09-161-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * Replaces uses of __FILE__ with __dir__Tim Smith2020-09-084-4/+4
|/ | | | | | This makes these bits easier to read Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 2.1.8Chef Expeditor2020-08-211-12/+9
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 2.1.8 by Chef Expeditorv2.1.8Chef Expeditor2020-08-213-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #78 from chef/requiresTim Smith2020-08-213-4/+4
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Pin test deps for Ruby < 2.6requiresTim Smith2020-08-211-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Optimize our requiresTim Smith2020-08-212-3/+3
| | | | | | | | | | | | Avoid requiring things that are already defined. Rubygems is very slow at traversing the filesystem. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 2.1.7 by Chef Expeditorv2.1.7Chef Expeditor2020-08-213-4/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #77 from chef/spellingTim Smith2020-08-215-10/+10
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix minor typosspellingTim Smith2020-07-285-10/+10
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 2.1.6Chef Expeditor2020-04-071-11/+8
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Test on the final release of Ruby 2.7Tim Smith2019-12-291-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove the github lock configTim Smith2019-12-291-1/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 2.1.5Chef Expeditor2019-12-221-6/+10
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 2.1.6 by Chef Expeditorv2.1.6Chef Expeditor2019-12-223-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #76 from chef/relativeTim Smith2019-12-211-1/+1
|\ | | | | Substitute require for require_relative
| * Substitute require for require_relativerelativeTim Smith2019-12-201-1/+1
|/ | | | | | require_relative is significantly faster and should be used when available. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 2.1.5 by Chef Expeditorv2.1.5Chef Expeditor2019-12-193-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #75 from chef/testing++Tim Smith2019-12-196-13/+71
|\ | | | | Test on Ruby 2.7 + random testing improvements
| * Test on Ruby 2.7 + random testing improvementsTim Smith2019-12-196-13/+71
|/ | | | | | | | | Update the Github templates to use multiple labels Use Gem caching our BK Add Ruby 2.7 testing Use Debian 10 Ruby containers not Debian 9 Signed-off-by: Tim Smith <tsmith@chef.io>
* Simplify the gemfile for dependabotTim Smith2019-10-281-6/+0
|
* Bump version to 2.1.4 by Chef Expeditorv2.1.4Chef Expeditor2019-08-283-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #73 from chef/windows_testingTim Smith2019-08-283-1/+18
|\ | | | | Add windows PR testing with Buildkite
| * Add windows PR testing with Buildkitewindows_testingTim Smith2019-07-223-1/+18
| | | | | | | | | | | | The road to complete platform testing. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CODEOWNERSTim Smith2019-08-061-3/+3
|/
* Bump version to 2.1.3 by Chef Expeditor2.1.3Chef Expeditor2019-07-123-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #71 from MsysTechnologiesllc/VSingh/fix-chefstyleTim Smith2019-07-124-52/+54
|\ | | | | Fix chef-style
| * Fix chefstyleVivek Singh2019-07-124-52/+54
|/ | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* Bump version to 2.1.2 by Chef Expeditor2.1.2Chef Expeditor2019-06-253-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #68 from chef/rakeTim Smith2019-06-242-10/+16
|\ | | | | Use our standard rakefile
| * Add buildkite readme badgerakeTim Smith2019-06-101-1/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use our standard rakefileTim Smith2019-06-101-9/+14
|/ | | | | | Rescue failures and use chefstyle in the description. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #67 from chef/bkTim Smith2019-06-103-9/+9
|\ | | | | Speed up Buildkite tests
| * Speed up Buildkite testsTim Smith2019-06-103-9/+9
| | | | | | | | | | | | Use the smaller containers, skip gems we don't need and use chefstyle from rubygems. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md to reflect the promotion of 2.1.1Chef Expeditor2019-06-101-11/+8
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.