- Dec 23, 2024
-
-
Bob Van Landuyt authored
Update `gitlab-styles` to v13 to get new Rubocop version See merge request !133
-
- Dec 18, 2024
-
-
Vitaly Slobodin authored
-
Vitaly Slobodin authored
Update the `gitlab-styles` gem to pull new Rubocop version that supports Ruby 3.
-
- Dec 16, 2024
-
-
Matthias Käppler authored
Bump the minimum required Ruby version to 3.2 See merge request !129
-
Vitaly Slobodin authored
Ruby 3.1 support ends on March 31, 2025 (https://endoflife.date/ruby), and most of our projects currently use Ruby 3.2. It makes sense to bump the minimum required Ruby version to 3.2. This is a breaking change.
-
Matthias Käppler authored
Update `rake` to 13.2 See merge request !131
-
- Dec 12, 2024
-
-
Vitaly Slobodin authored
-
Bob Van Landuyt authored
Pin the major version of `google-protobuf` gem to 3 See merge request !132
-
Vitaly Slobodin authored
Without locking dependencies with `Gemfile.lock`, installing the `labkit-ruby` gem could pull the wrong version of `google-protobuf` gem that is not compatible with the current `grpc` gem.
-
- Dec 11, 2024
-
-
Bob Van Landuyt authored
Update `httparty` to 0.22.0 See merge request !130
-
Vitaly Slobodin authored
Updating the `httparty` gem unblocks the upgrade path towards Ruby 3.2.6. We have to bump this gem since we will upgrade two gems `gitlab-dangerfiles` and `rake`. The `gitlab-dangerfiles` pulls the `gitlab@5` gem as a dependency, but because the `gitlab` gem depends on a newer version of the `httparty` gem, we need to update the `httparty` gem to get version 5.
-
- Dec 05, 2024
-
-
- Dec 02, 2024
-
-
Bob Van Landuyt authored
Support rails-8-0 See merge request !127
-
Ou.Yang.Jin.Ting authored
-
- Nov 25, 2024
-
-
Matthias Käppler authored
Update CONTRIBUTING.md and LICENSE See merge request !126
-
-
- Jul 02, 2024
-
-
Kamil Trzciński authored
ci: Use danger-review component See merge request !125
-
-
- Jun 27, 2024
-
-
Bob Van Landuyt authored
Update `faraday` dependency to `1.10.3` See merge request !124
-
- Jun 26, 2024
-
-
Bojan Marjanovic authored
-
- Apr 04, 2024
-
-
- Mar 20, 2024
-
-
Tyler Amos authored
Updating grpc and grpc-tools gem dependencies to target version 1.62.0.
-
- Feb 09, 2024
-
-
Bob Van Landuyt authored
Maintain correlation_id across Sidekiq retries See merge request !121
-
Bob Van Landuyt authored
chore: remove Context.known_log_keys See merge request !122
-
Dylan Griffith authored
Previously this code was overriding the correlation_id in the `job` hash. That's because retries were generating a new context and this new context had a new random `correlation_id`. Now we take the previous `correlation_id` into account when generating a new context. This resolves gitlab-org/gitlab#440700
-
- Feb 08, 2024
-
-
Bob Van Landuyt authored
Since 9c62fa8f, labkit does not know what keys might be part of the context. But I forgot to remove this dead method. The method as it currently stands would fail, since the `KNOWN_KEYS` constant does not exist.
-
- Jan 09, 2024
-
-
Bob Van Landuyt authored
Allow pg_query v5 See merge request !119
-
Bob Van Landuyt authored
Fix failing Ruby specs See merge request !120
-
- Jan 08, 2024
-
-
Stan Hu authored
pg_query v5 updates to the PostgreSQL 16 parser: Diff: https://my.diffend.io/gems/pg_query/4.2.3/5.0.0
-
Stan Hu authored
Rails 7.1+ appears to need `require 'activesupport'` before requiring submodules. Relates to https://github.com/rails/rails/issues/49495#issuecomment-1748812627
-
- Sep 20, 2023
-
-
Matthias Käppler authored
Fix source_code_url in gemspec See merge request !118
-
- Sep 19, 2023
-
-
Lee Tickett authored
-
- Aug 29, 2023
-
-
Bob Van Landuyt authored
Update Rubies in tool versions and CI config Closes #30 See merge request !117
-
- Aug 28, 2023
-
-
Matthias Käppler authored
-
- Aug 07, 2023
-
-
Bob Van Landuyt authored
Update pg_query version See merge request !116
-
- Aug 05, 2023
-
-
Vladyslav Takhtai authored
-
- Aug 04, 2023
-
-
Bob Van Landuyt authored
chore: explicitly call out the gem name and namesquatting of labkit-ruby See merge request !115
-
Bob Van Landuyt authored
This calls out the gem name in the docs, so people don't go looking for labkit-ruby on RubyGems.org. It also adds a blurb about the gem we're namesquatting to avoid confusion.
-
- May 23, 2023
-
-
Bob Van Landuyt authored
Update pg_query version to 4.2.1 See merge request !114
-