- Oct 05, 2022
-
-
- Sep 15, 2022
-
-
Bob Van Landuyt authored
Don't allow Ruby 3 build to fail See merge request !93
-
-
- Aug 30, 2022
-
-
Andrew Newdigate authored
Relax redis gem version to allow for v5 See merge request gitlab-org/labkit-ruby!92
-
Stan Hu authored
The newly-released v5 gem contains a much more efficient Ruby implementation (gitlab-org/gitlab#367857 (comment 1058650756)), as well as a solid hiredis implementation. Changelog: changed
-
- Jun 23, 2022
-
-
Kamil Trzciński authored
Support ActionPack and ActiveSupport 7.x See merge request gitlab-org/labkit-ruby!91
-
Heinrich Lee Yu authored
This is needed for Rails 7 compatibility
-
- Jun 17, 2022
-
-
Bob Van Landuyt authored
Add tools for checking and enabling FIPS mode See merge request gitlab-org/labkit-ruby!90
-
Stan Hu authored
The code needed for checking whether FIPS is enabled and to use OpenSSL's implementation of hash algorithms instead of Ruby's will be needed by any Ruby GitLab project. This code was extracted from the main GitLab Rails app. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/360174
-
- Mar 16, 2022
-
-
Bob Van Landuyt authored
Update gitlab-dangerfiles to 2.11.0 See merge request gitlab-org/labkit-ruby!89
-
- Mar 15, 2022
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jan 26, 2022
-
-
Matthias Käppler authored
Don't enforce logged keys to be known by Labkit See merge request gitlab-org/labkit-ruby!88
-
- Jan 25, 2022
-
-
Bob Van Landuyt authored
It would be handy if all projects used the same keys to log data, which is why I initially added this list, but having to modify all of the projects each time would become cumbersome to keep it in sync will become cumbersome. So this changes that all keys are allowed: when passing them in through Labkit, a meta. prefix is added (for logs). These will be propagated by Labkit when found in Sidekiq jobs. Now we need to pay attention in the other projects that will push into a context that they use the same format. But having duplicate information logged in different fields is likely better than losing information.
-
- Dec 02, 2021
-
-
Bob Van Landuyt authored
Update gitlab-dangerfiles to 2.6 See merge request gitlab-org/labkit-ruby!86
-
-
Bob Van Landuyt authored
Pin jaeger-client to 1.1.x See merge request gitlab-org/labkit-ruby!87
-
-
- Nov 22, 2021
-
-
Bob Van Landuyt authored
Require grpc 1.37 or newer See merge request gitlab-org/labkit-ruby!85
-
- Nov 19, 2021
-
-
Matthias Käppler authored
This changes the version pin on grpc to merely require the last known version we know to work well. This fix in c7d5d95d did not have the desired effect since ~>1.30 resolves to ~>1.30.+ which still does not allow us to go to version 1.4x.x. This change should address that problem.
-
- Nov 08, 2021
-
-
Bob Van Landuyt authored
Relax Sidekiq version See merge request gitlab-org/labkit-ruby!84
-
- Nov 06, 2021
-
- Oct 04, 2021
-
-
Rémy Coutable authored
Add Danger, add myself to CODEOWNERS See merge request gitlab-org/labkit-ruby!83
-
- Sep 24, 2021
-
-
Matthias Käppler authored
-
- Sep 15, 2021
-
-
Andrew Newdigate authored
Adding CONTRIBUTING.md after license audit review See merge request gitlab-org/labkit-ruby!80
-
- Sep 08, 2021
-
-
Bob Van Landuyt authored
Relax grpc version pin to 1.3x See merge request gitlab-org/labkit-ruby!82
-
- Sep 07, 2021
-
-
Matthias Käppler authored
Pinning this at the patch level make it impossible to experiment with grpc upgrades in repositories that depend on labkit.
-
- Aug 31, 2021
-
-
Bob Van Landuyt authored
Update Ruby to 2.7.4 See merge request gitlab-org/labkit-ruby!79
-
- Aug 24, 2021
-
-
Bob Van Landuyt authored
Downgrade grpc + tools to 1.30.2 See merge request gitlab-org/labkit-ruby!81
-
It was causing problems on older CPU architectures due to new instructions being used in the shared library. See gitlab-org/gitlab#339138
-
- Aug 19, 2021
-
-
Bronwyn Barnett authored
Recent audit of project licenses determined that CONTRIBUTING.md was missing for this project and should be applied as one of the correct licenses needed.
-
- Aug 17, 2021
-
-
Matthias Käppler authored
-
- Jul 22, 2021
-
-
Andrew Newdigate authored
Update grpc + tools to 1.38 See merge request gitlab-org/labkit-ruby!77
-
- Jul 09, 2021
-
-
Matthias Käppler authored
-
-
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
Andrew Newdigate authored
Add explicit dependency on webrick See merge request gitlab-org/labkit-ruby!75
-
Andrew Newdigate authored
Add missing requires in context.rb See merge request gitlab-org/labkit-ruby!76
-
- Jul 08, 2021
-
-
Matthias Käppler authored
-
Matthias Käppler authored
This also makes 1.7.x the minimum version, which addressed deprecation warnings under Ruby 3.
-
- Jul 05, 2021
-
-
Bob Van Landuyt authored
Switch back to pg_query See merge request gitlab-org/labkit-ruby!74
-