Commit Graph

92 Commits

Author SHA1 Message Date
adfoster-r7 d968d92e53 Remove Ruby 2.7 from Github actions 2023-06-30 14:10:07 +01:00
adfoster-r7 085943bd78 Add Ruby 3.3.0-preview1 to test suite 2023-06-29 22:53:17 +01:00
adfoster-r7 6aad398e2b Update attic issue text 2023-04-25 00:42:10 +01:00
cgranleese-r7 c1df987c0b Adds support for attic label on issues 2023-04-17 13:45:39 +01:00
adfoster-r7 6870efc34a Land #17426, Update all references to old Wiki to point to new docs site 2023-02-01 23:49:20 +00:00
adfoster-r7 5076518fe4 Land #17559, add support for Ruby 3.2 2023-01-31 13:45:51 +00:00
cgranleese-r7 fb196cb378 Testing Ruby 3.2 against CI 2023-01-31 13:19:06 +00:00
Grant Willcox 6043d0ffba Update all links from Wiki site to new docs site. 2023-01-27 09:58:53 -06:00
Grant Willcox 87b9152314 Continue fixing versions of Ruby in YAML files not being properly quoted like they should be. 2023-01-26 09:49:08 -06:00
adfoster-r7 e3cd004003 Add edit link to docs website 2023-01-13 14:01:40 +00:00
Grant Willcox 6057047384 fix: 🐛 Add quotes around Ruby version strings
This fixes issues where Ruby would interpret version strings as floats,
which could lead to casting errors. An example of this was when 3.0 would be interpreted
as the number 3, so instead of getting the latest Ruby 3.0.X release,
you would instead get the latest Ruby 3 release.
2022-12-27 12:27:54 -06:00
adfoster-r7 ee800db2fa Land #17161, Bump actions/checkout to version 3.x 2022-10-20 11:02:35 +01:00
Grant Willcox 3f6649982b Update additional .github files to use actions/checkout@v3 2022-10-19 12:59:32 -05:00
Grant Willcox 2d2ab6b739 Bump actions/checkout to version 3.x to use NodeJS 16.x instead of deprecated NodeJS 12 2022-10-19 11:36:36 -05:00
Gábor Lipták 548c3408a8 Bump actions/github-script to v6
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2022-10-04 19:47:20 -04:00
cgranleese-r7 55119aaac7 Land #16940, Rewrite datastore, and add support for option fallback lookups 2022-09-16 14:19:19 +01:00
adfoster-r7 3a281234df Add feature flagged datastore rewrite, with support for option fallback lookups 2022-09-16 12:59:02 +01:00
Jeffrey Martin 1aa5e2f38b update lint to ruby 2.7 2022-09-13 09:43:37 -05:00
cgranleese-r7 3587c38687 Updates ubuntu 18.04 to ubuntu-latest 2022-09-02 16:33:30 +01:00
cgranleese-r7 4993fb7921 updates ubuntu 18.04 to 20.04 2022-09-02 10:46:17 +01:00
adfoster-r7 f65119b353 Support OpenSSL3 and run Ubuntu 22.04 in test matrix 2022-08-03 15:49:53 +01:00
bcoles a7676dc375 Workflows: Labels: Fix typo 2022-07-21 12:08:57 +10:00
Alexandre ZANNI 1b8b37d313 update links for all other templates 2022-06-19 01:57:05 +02:00
Alexandre ZANNI 0e61db7e29 issue template: update doc links 2022-06-19 01:35:29 +02:00
mauvehed f1c6744e96 Correct color of big button to be pressed 2022-05-10 21:14:05 -05:00
Jeffrey Martin f4131817f0 improve PR filter to reference owner
When using `head` to filter the PR list user or head organization
and branch name in the format of `user:ref-name` or `organization:ref-name`
are required.
2022-05-02 12:22:01 -05:00
Jeffrey Martin 2934fe6ab8 add context to log entries 2022-04-28 17:03:31 -05:00
Jeffrey Martin 9b3424f166 log for PR status 2022-04-28 16:55:38 -05:00
Jeffrey Martin 6b6dff0c6a unique constants 2022-04-28 15:00:14 -05:00
Jeffrey Martin 7f386e635c expand weekly deps PR logging 2022-04-28 14:53:22 -05:00
adfoster-r7 0cba703b7e Add docs build to CI 2022-04-25 16:14:58 +01:00
Jeffrey Martin 3fe5e8b450 dependency updates PR action
In an effort to offer an opportunity for security review and approval
of gem updates after a version is tagged and pushed a new `bundle update`
be preformed and a branch pushed containing the isolate `Gemfile.lock` changes.

This new action will open a PR for committers to review and an land after
completing security review of updates in the gems.
2022-04-12 14:40:15 -05:00
dwelch-r7 a82c936613 Land #16373, Add initial ruby 3.1 support 2022-04-07 16:44:02 +01:00
adfoster-r7 76ede9ef8f Add ruby 3.1 support 2022-03-24 21:59:02 +00:00
adfoster-r7 078f165ff4 Add stale bot exemption for discussion label 2022-03-16 14:50:19 +00:00
adfoster-r7 9694b9ff1d Add explicit Github action permissions 2022-03-01 19:48:33 +00:00
Jeffrey Martin 370d0b4bc0 remove ruby 2.5 support
Update the project to officially drop Ruby 2.5.
2022-01-10 12:06:44 -06:00
Jeffrey Martin aad35abff2 expand version to 3.0.3 until 3.1 is handled 2021-12-28 09:22:17 -06:00
h00die ea836c2f41 update PR template w/ pcap sanitization 2021-12-19 16:27:55 -05:00
adfoster-r7 3c6dc6dba7 Remove ruby3 label automation 2021-09-07 14:53:16 +01:00
sjanusz d191042cbf Update workflow to Ubuntu 18.04 2021-09-02 14:06:55 +01:00
adfoster-r7 c97263b9d3 Add support for ruby 3 2021-08-10 12:58:09 +01:00
Brendan Coles 8a4bf53143 GitHub Actions: Termux issue label: auto close issue 2021-08-02 13:54:29 +00:00
M. Cory Billington baad6d87ae Fix typo in email address 2021-05-23 13:26:20 -05:00
Alan Foster 8039babfad Replace third-party github labels app with standalone github actions 2021-04-21 10:13:08 +01:00
Alan Foster 260527076c Require rubocop for new modules 2021-02-23 23:05:48 +00:00
Alan Foster 819e4782d2 Update bot label comments 2021-02-02 14:25:34 +00:00
Alan Foster 7cb8876e92 Ensure msftidy runs on ci 2021-01-29 12:29:15 +00:00
Alan Foster 4842ea2183 Add ruby 3.0.0 issue bot response 2021-01-27 17:08:45 +00:00
Jeffrey Martin 1a8911e934 Land #14495, Add github actions for testing 2020-12-14 12:18:13 -06:00