summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Setup auto issue labeler for docslabelerTim Smith2021-12-133-1/+18
| | | | | | Make sure that things the docs team should review are auto labeled so it shows up on their zenhub board. This will create false positives, but that's better than missing stuff. Signed-off-by: Tim Smith <tsmith@chef.io>
* Properly fail on windows testsLamont Granquist2021-12-091-8/+11
| | | | | | | | | | | | | | This ensures that we cannot silently start failing to appbundle without failing these tests. There's a fairly bad bug here where the bundle install is failing due to native gems (that apparently we don't actually need) and it doesn't seem to matter for testing (all kinds of junk that kitchen-inspec brings in) Once that is fixed, the bundle install should no longer be ignored, and then the manual install of berkshelf can be removed. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Replace Ubuntu 21.10 testing with 22.04 testing22.04_testingTim Smith2021-11-301-1/+1
| | | | | | There's a docker container for the nightly builds of this version now. Signed-off-by: Tim Smith <tsmith@chef.io>
* Reference `GITHUB_REPOSITORY` if available when pulling Infra Client source ↵Jared Kauppila2021-10-261-2/+2
| | | | | | code during tests to enable forked builds Signed-off-by: Jared Kauppila <Jared.Kauppila@sentry.com>
* Replace Ubuntu 21.04 kitchen tests with 21.10Tim Smith2021-10-161-1/+1
| | | | | | Test with the very latest Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #11898 from chef/api-based-macos-userdefaultsTim Smith2021-10-161-0/+15
|\ | | | | rewrite macos_userdefaults using corefoundation gem
| * add macos runner to github workflowrishichawda2021-10-061-0/+15
| | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
* | Update branch in dependabot configTim Smith2021-09-281-1/+1
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Use bundle config set pathJason Barnett2021-09-211-2/+4
| | | | Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
* Test on Windows 2022 in GitHub actionsTim Smith2021-09-171-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* bump a bunch of CI to mainLamont Granquist2021-08-243-5/+5
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Adding local config optionjayashri garud2021-08-161-2/+2
| | | | Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
* Update dependabot.ymlTim Smith2021-07-151-2/+2
| | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update dependabot.ymlTim Smith2021-07-151-1/+12
| | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add dependabot configTim Smith2021-07-141-0/+11
| | | | | | They fixed their bundler issue by upgrading Signed-off-by: Tim Smith <tsmith@chef.io>
* Run Linux Kitchen jobs on Ruby 3Tim Smith2021-06-211-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Use our config in RuboCop to prevent pulling in othersTim Smith2021-05-271-1/+1
| | | | | | | | Due to https://github.com/rubocop/rubocop/issues/9832 we're pulling in configs from vendor dirs in the GitHub Actions job. If you set it with -c you avoid that. Signed-off-by: Tim Smith <tsmith@chef.io>
* Don't env set the kitchen config nowTim Smith2021-05-171-1/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Set another working-directoryTim Smith2021-05-171-0/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Try setting the working dirTim Smith2021-05-171-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Make sure we're in the correct directoryTim Smith2021-05-171-0/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* More config updatesTim Smith2021-05-171-3/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Try removing sudoTim Smith2021-05-171-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Test more platforms in Dokken / GH ActionsTim Smith2021-05-071-2/+5
| | | | | | Add the full set of platforms Signed-off-by: Tim Smith <tsmith@chef.io>
* Try running Linux dokken tests in GitHub ActionsTim Smith2021-05-071-0/+35
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove the ruby-prof gem from omnibus packagesremove_profTim Smith2021-04-302-3/+3
| | | | | | It's a 5 meg gem on windows and it serves very little value. Signed-off-by: Tim Smith <tsmith@chef.io>
* Move macOS Test Kitchen tests to GitHub ActionsTim Smith2021-04-221-1/+37
| | | | | | Move off Azure Pipelines Signed-off-by: Tim Smith <tsmith@chef.io>
* Add Test Kitchen tests in GitHub Actions for WindowsTim Smith2021-04-221-0/+53
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove macOS 11 testingTim Smith2021-04-221-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add macos unit testing with GitHub actionsunitTim Smith2021-04-211-0/+26
| | | | | | Free! Signed-off-by: Tim Smith <tsmith@chef.io>
* Add problem matchers for our Chefstyle run in GHTim Smith2021-04-142-23/+15
| | | | | | | This will make it much easier for contributors to see where they make a mistake Signed-off-by: Tim Smith <tsmith@chef.io>
* Test running spellcheck in Github ActionsTim Smith2021-04-141-0/+23
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Run choco tests on Windows 2016/2019gh_actionsTim Smith2021-04-142-1/+26
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Move Chefstyle to GitHub ActionsTim Smith2021-04-131-0/+21
| | | | | | Test this on GH Actions Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove the dependabot configTim Smith2021-01-051-25/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Setup omnibus bumping on chef 16/15Tim Smith2021-01-051-0/+16
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Create Dependabot config filedependabot/add-v2-config-filedependabot-preview[bot]2021-01-011-0/+9
|
* Fix the codeowners to work correctlyTim Smith2019-07-101-1/+1
| | | | | | | Github skips empty groups even if they have child groups that have users in them. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update the codeowners formatTim Smith2019-07-011-3/+3
| | | | | | ** isn't what we wanted here Signed-off-by: Tim Smith <tsmith@chef.io>
* Use our org default pull request templateexpeditor_updateTim Smith2019-04-241-16/+0
| | | | | | This comes from the org now and it's better there. Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix the codeowners fileTim Smith2019-04-231-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update codeowners for new groupTim Smith2019-04-231-4/+2
| | | | | | This implements our new project setup in which we have a reviewers group for each project. This group includes those in the "owner" group who are the maintainers of the Chef Infra project as a whole. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update the PR template a bitTim Smith2019-04-081-1/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add issue labels to our other templatesTim Smith2019-04-054-3/+3
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add label assignment to our bug templateTim Smith2019-04-051-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update DESIGN_PROPOSAL.mdTim Smith2019-04-011-2/+1
|
* Add Design Propsal issue templateTim Smith2019-03-261-0/+40
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Lower the lock timeoutLamont Granquist2019-03-191-1/+1
| | | | | | | | | | | Old PRs and Issues fall off our radar much faster than 2 months, and in the case where someone does make a comment and it is missed, then waiting 2 months to autolock it just makes it worse by having it sit in limbo. Any activity on the closed PR/Issue does reset the timer to zero. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Fix capitalization in github bug templateTim Smith2019-02-281-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Minor update to the github templateTim Smith2018-11-021-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>