Граф коммитов

203 Коммитов

Автор SHA1 Сообщение Дата
Grant Birkinbine 7510d92375
Merge branch 'main' into dependabot/bundler/rack-3.0.9.1 2024-03-18 10:30:31 -06:00
Grant Birkinbine 2e24e5ed90
Merge pull request #26 from arunsathiya/main
ci: Use GITHUB_OUTPUT envvar instead of set-output command
2024-03-18 10:30:17 -06:00
dependabot[bot] 97978c51b9
Bump rack from 3.0.8 to 3.0.9.1
Bumps [rack](https://github.com/rack/rack) from 3.0.8 to 3.0.9.1.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/v3.0.8...v3.0.9.1)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 16:26:17 +00:00
Grant Birkinbine 0547095a39
Merge branch 'main' into main 2024-03-18 10:25:47 -06:00
Grant Birkinbine d99d088180
Merge pull request #29 from github/repo-refresh
Repo Refresh
2024-03-18 10:25:16 -06:00
GrantBirki 215e3ac099
update `.gitignore` 2024-03-18 10:08:06 -06:00
GrantBirki 677e12d88b
test builds on linux and macos 2024-03-18 10:03:00 -06:00
GrantBirki 578d9fbd98
upgrade to latest ruby version 2024-03-18 10:01:27 -06:00
GrantBirki 97bd81c156
workflow permissions updates 2024-03-18 09:59:44 -06:00
GrantBirki 02dfdb7c18
update `rugged` gem 2024-03-18 09:55:49 -06:00
GrantBirki 90e7c85343
test with additional ruby versions 2024-03-18 09:50:09 -06:00
GrantBirki f6a5490587
update all `actions/checkout` versions to v4 2024-03-18 09:46:22 -06:00
GrantBirki 4e1d5fbfdb
update bootstrap script 2024-03-18 09:44:20 -06:00
GrantBirki cd3cac8418
fmt 2024-03-18 09:42:29 -06:00
GrantBirki 7c87f34399
fix broken acceptance tests and pin bundler to a version for stability 2024-03-18 09:39:34 -06:00
Arun 9672545585
Quote envvar to match documentation 2024-01-22 17:34:46 -08:00
Arun 51c8ded24b
ci: Use GITHUB_OUTPUT envvar instead of set-output command 2024-01-12 21:33:27 -08:00
Grant Birkinbine f9b81cf67f
Merge pull request #24 from github/release-updates
Release Updates
2023-08-29 15:35:45 -06:00
GrantBirki 978a05d5a3
update all the gems 2023-08-29 14:16:52 -06:00
GrantBirki fdd7a42562
linter 2023-08-29 14:11:37 -06:00
GrantBirki 188ab0ad56
panolint fixes 2023-08-29 14:10:26 -06:00
GrantBirki c851355a24
bundle install 2023-08-29 14:08:40 -06:00
GrantBirki 3da705c7be
use our standard 'lib/version.rb' file 2023-08-29 14:08:25 -06:00
GrantBirki e2991ccd69
add new status badges 2023-08-29 14:04:42 -06:00
GrantBirki b42648b701
remove old release script 2023-08-29 13:58:39 -06:00
GrantBirki d9ef9258a2
add build ci job 2023-08-29 13:53:31 -06:00
GrantBirki 5bad72d7ab
update workflows 2023-08-29 13:53:07 -06:00
GrantBirki f9a6b13c97
add release workflow 2023-08-29 13:51:01 -06:00
GrantBirki d9d78c8705
update docs 2023-08-29 13:46:13 -06:00
Grant Birkinbine a380771872
Merge pull request #22 from github/Shaeli-patch-1
Update ldap.rb to allow unencrypted LDAP Access
2023-08-29 11:08:06 -06:00
Grant Birkinbine 94c75021a2
Merge branch 'main' into Shaeli-patch-1 2023-08-28 17:50:34 -06:00
Victor H 27deb869de
Merge pull request #23 from github/nobe4-patch-1
Delete vendor-gem
2023-06-08 23:52:33 +02:00
Victor H a3dad6bc36
Delete vendor-gem
Remove unused file
2023-06-08 23:42:45 +02:00
Eléonore Carpentier 00ec1db325 Add missing gems 2023-04-03 09:43:49 +02:00
Eléonore Carpentier 896e28a913 Bump version 2023-04-03 09:30:37 +02:00
Eléonore Carpentier b5c1f18a11 Fix tests 2023-04-03 09:15:37 +02:00
Eléonore Carpentier f71769fc06
Update ldap.rb to allow LDAP and not LDAPS access
The code was failing because 
```
vendor/gems/ruby/3.1.0/gems/net-ldap-0.17.1/lib/net/ldap/connection.rb:72:in `open_connection': unsupported encryption method  (Net::LDAP::Error)
```
The "nil" encryption method doesn't exist, to not use encryption, we can just omit the `encryption` parameter
2023-04-02 12:26:55 +02:00
Dan Hoerst 3a623ac8a7
Merge pull request #18 from brasic/readme-fix
Remove broken link
2023-03-07 10:15:25 -05:00
Carl Brasic ab80a241b4 Remove broken link
It looks like docs/reorgs.md was redacted by blanking when this repo was
open sourced. To avoid a README which points to a blank page, delete the
reference as well as the file.
2023-01-20 15:46:54 -06:00
Dan Hoerst 2d489448aa
Merge pull request #14 from chrisgavin/allow-ignoring-expirations
Add a configuration option for ignoring expirations.
2022-11-09 12:22:12 -05:00
Dan Hoerst 8d63a8de86
Merge branch 'main' into allow-ignoring-expirations 2022-11-09 11:00:04 -05:00
Rick Bradley d77a37e01f
Merge pull request #8 from github/ruby3
Upgrade to ruby3(.1.2)
2022-09-14 11:21:05 -05:00
Rick Bradley 6dd13e2eeb
Merge branch 'main' into allow-ignoring-expirations 2022-09-05 12:59:14 -05:00
Rick Bradley ae6ca68fd0 Stop using deprecated bundler flags in bootstrap 2022-09-05 12:50:29 -05:00
Rick Bradley 169843f4de Merge remote-tracking branch 'origin/main' into ruby3 2022-09-05 12:27:39 -05:00
Rick Bradley 264dad1381 upgrade simplecov-erb 2022-09-05 12:24:00 -05:00
Chris Gavin f5d650894b
Add a configuration option for ignoring expirations. 2022-09-02 14:22:07 +01:00
Dan Hoerst 2f6d495df9
Merge pull request #13 from github/octokit
Remove octokit dependency since that lives in entitlements-github-plu…
2022-08-25 17:31:19 -04:00
Dan Hoerst af8de8179d Add bundler lock 2022-08-25 15:32:24 -04:00
Dan Hoerst f72f272288 Remove bundler freeze 2022-08-25 15:28:47 -04:00