summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 3.1.0 by Chef ExpeditorHEADv3.1.0mainChef Expeditor2022-04-073-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #59 from chef/poorndm/IPACK-100-Test-Ruby-3.1Jeremiah Snapp2022-04-075-23/+51
|\ | | | | Remove Ruby 2.4 support & Test Ruby 3.1
| * Test Ruby 3.0/3.1poornima2022-04-075-23/+51
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: poornima <poorndm@progress.com> Update Label and Code owners Signed-off-by: poornima <poorndm@progress.com> Drop Ruby 2.4 Testing & Fix chefstyle issue Signed-off-by: poornima <poorndm@progress.com> Fix bundle exec args Signed-off-by: poornima <poorndm@progress.com> Modify bundle exec Signed-off-by: poornima <poorndm@progress.com> Modified verify-pipeline - command Signed-off-by: poornima <poorndm@progress.com> updated chefstyle Signed-off-by: poornima <poorndm@progress.com> Add ruby 3.0/3.1 tests on windows Signed-off-by: poornima <poorndm@progress.com> Offence corrected Signed-off-by: poornima <poorndm@progress.com>
* Fix typo and http -> httpsTim Smith2021-10-162-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Updating references of master to main as part of Expeditor agent rename.chef-expeditor[bot]2021-08-250-0/+0
|
* Merge pull request #58 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 3.0.11 by Chef Expeditorv3.0.11Chef Expeditor2021-06-253-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #57 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-291-0/+9
|/
* Update CHANGELOG.md to reflect the promotion of 3.0.10Chef Expeditor2021-03-151-13/+10
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 3.0.10 by Chef Expeditorv3.0.10Chef Expeditor2021-03-153-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #56 from chef/ruby_3Tim Smith2021-03-152-44/+18
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Test on Ruby 3 and update gem cachingruby_3Tim Smith2021-03-152-44/+18
| | | | | | | | | | | | Cache all our gem installs using Buildkite Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 3.0.9 by Chef Expeditorv3.0.9Chef Expeditor2021-03-153-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #54 from chef/chefstyleTim Smith2021-03-156-11/+11
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Replace __FILE__ with __dir__ and use safe operatorschefstyleTim Smith2020-09-086-11/+11
| | | | | | | | | | | | | | | | | | A few new chefstyle rules to improve readability here. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 3.0.8 by Chef Expeditorv3.0.8Chef Expeditor2021-03-153-4/+12
| |/ |/| | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #55 from chef/regex_splitTim Smith2021-03-153-15/+1
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove old test / docs depsregex_splitTim Smith2021-03-152-14/+0
| | | | | | | | | | | | Help with builds on Ruby 2.4 Signed-off-by: Tim Smith <tsmith@chef.io>
| * Split using a string not a regexTim Smith2021-03-151-1/+1
|/ | | | | | There's no need to use a regex here. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 3.0.7Chef Expeditor2020-08-211-11/+8
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 3.0.7 by Chef Expeditorv3.0.7Chef Expeditor2020-08-213-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #53 from chef/requiresTim Smith2020-08-218-16/+16
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix failing testsrequiresTim Smith2020-08-211-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Optimize our requiresTim Smith2020-08-217-15/+15
|/ | | | | | Avoid requiring things that are already defined. Rubygems is very slow at traversing the filesystem. Signed-off-by: Tim Smith <tsmith@chef.io>
* 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 3.0.6Chef Expeditor2019-12-301-12/+9
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 3.0.6 by Chef Expeditorv3.0.6Chef Expeditor2019-12-303-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #52 from chef/relativeTim Smith2019-12-295-8/+8
|\ | | | | Substitute require for require_relative
| * Substitute require for require_relativerelativeTim Smith2019-12-205-8/+8
|/ | | | | | require_relative is significantly faster and should be used when available. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 3.0.5 by Chef Expeditorv3.0.5Chef Expeditor2019-12-193-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #51 from chef/testing++Tim Smith2019-12-195-11/+69
|\ | | | | Test on Ruby 2.7 + random testing improvements
| * Test on Ruby 2.7 + random testing improvementsTim Smith2019-12-195-11/+69
|/ | | | | | | | | 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>
* Update CHANGELOG.md to reflect the promotion of 3.0.4Chef Expeditor2019-10-311-13/+10
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 3.0.4 by Chef Expeditorv3.0.4Chef Expeditor2019-10-313-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #50 from chef/dependabot/bundler/mixlib-log-tw-3Tim Smith2019-10-311-1/+1
|\ | | | | Update mixlib-log requirement from ~> 2 to ~> 3
| * Update mixlib-log requirement from ~> 2 to ~> 3dependabot/bundler/mixlib-log-tw-3dependabot-preview[bot]2019-10-281-1/+1
|/ | | | | | | | Updates the requirements on [mixlib-log](https://github.com/chef/mixlib-log) to permit the latest version. - [Release notes](https://github.com/chef/mixlib-log/releases) - [Changelog](https://github.com/chef/mixlib-log/blob/master/CHANGELOG.md) - [Commits](https://github.com/chef/mixlib-log/compare/v2.0.0...v3.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Simplify the gemfile for dependabotTim Smith2019-10-281-6/+0
|
* Add badge to the readmeTim Smith2019-08-061-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 3.0.3 by Chef Expeditorv3.0.3Chef Expeditor2019-08-073-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #48 from chef/bkTim Smith2019-08-0617-208/+149
|\ | | | | Update project owner + Remove Travis CI
| * Don't freeze the constants in the specsTim Smith2019-08-061-29/+30
| | | | | | | | | | | | We're abusing constants here. Kick this can down the road a bit. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Chefstyle fixesTim Smith2019-08-066-33/+35
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add version tagging backTim Smith2019-08-061-0/+2
| | | | | | | | | | | | It turns out we need this Signed-off-by: Tim Smith <tsmith@chef.io>
| * Replace Appveyor with BuildkiteTim Smith2019-08-062-46/+15
| | | | | | | | | | | | This way we test it all in one place Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use the standard appveyor configTim Smith2019-08-062-17/+20
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Switch to the ruby docker images in BKTim Smith2019-08-061-6/+6
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use the standard rakefileTim Smith2019-08-061-9/+14
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>