-
- Downloads
There was an error fetching the commit references. Please try again later.
Remove controller, actions, and job class fields from Marginalia
These are all covered by the endpoint ID field.
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- config/initializers/0_marginalia.rb 1 addition, 1 deletionconfig/initializers/0_marginalia.rb
- doc/development/database_query_comments.md 21 additions, 8 deletionsdoc/development/database_query_comments.md
- spec/lib/marginalia_spec.rb 39 additions, 14 deletionsspec/lib/marginalia_spec.rb
Loading
| Loading
| @@ -312,7 +312,7 @@ gem 'pg_query', '~> 1.3.0' |
gem 'premailer-rails', '~> 1.10.3' | ||
# LabKit: Tracing and Correlation | ||
gem 'gitlab-labkit', '~> 0.16.1' | ||
gem 'gitlab-labkit', '~> 0.16.2' | ||
# Thrift is a dependency of gitlab-labkit, we want a version higher than 0.14.0 | ||
# because of https://gitlab.com/gitlab-org/gitlab/-/issues/321900 | ||
gem 'thrift', '>= 0.14.0' | ||
Loading
| Loading
|
Please register or sign in to comment