gitlab-labkit 1.8.0 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/labkit/fields.rb +5 -5
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 83ec781fd3b5955bb25dd8b3beb5719bd39fbb624db27ce3166227c9cc295aa7
4
- data.tar.gz: 0d710400cece77eb16ab725ee1cb0b3eb0bfc833618a5218681865e72fd07aa6
3
+ metadata.gz: ce6ea44972e6b4b1831c66fd9980f6b501d7c517d89e987cd13e54fa8869fd8d
4
+ data.tar.gz: e03f282e419b06a8a030eaf5b9215eb99ced4883064c66abbca3ca84f9d452bf
5
5
  SHA512:
6
- metadata.gz: 576fc58fe5c6319f2a35a3ac3b83ad64f56e187ee0f5844b88e2fa37f8a0f2a7d0d0a1ea0e85640941d50331b187139b99033a4c5a5804b478aa3640108d48d7
7
- data.tar.gz: b7fe82edce2720772c26f2f2057b139be363dc34adf77d860fdf11614500e45a9abff07319a912accf1f6e38f1833bbaa19d55b4217befe72e960821ea975a35
6
+ metadata.gz: 602a91b5315f74bdfd68997e7c5dd7bc4c4ec888fb7ab79e68baa98ca0173b77d59a826bcdb695c492665ef3d3f46e586863ea06274245b0d8047e46297408bd
7
+ data.tar.gz: 7d972eaf40419b5b4c33ae4c283a72d496cfc81be35386d16924fc133b9b94f028456bd9e0bfc7f076799239f938dee931b7a7a20c690cabcb4fcab571df8b8a
data/lib/labkit/fields.rb CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Code generated by labkit-spec. DO NOT EDIT.
4
4
  #
5
- # Source: schema/fields.yaml (version 1.0)
5
+ # Source: https://gitlab.com/gitlab-org/quality/tooling/labkit-spec/-/blob/main/schema/fields.yaml (version 1.0)
6
6
 
7
7
  module Labkit
8
8
  module Fields
@@ -33,9 +33,9 @@ module Labkit
33
33
  # HTTP method (e.g. "GET", "POST").
34
34
  HTTP_METHOD = "method"
35
35
 
36
- # URL of an HTTP request containing only scheme, host, and path (e.g.
37
- # "https://example.com/foo"). Query strings and fragments must be omitted to
38
- # avoid logging sensitive information.
36
+ # URL of an HTTP request containing only scheme, host, and path. Query
37
+ # strings and fragments must be omitted to avoid logging sensitive
38
+ # information.
39
39
  HTTP_URL = "url"
40
40
 
41
41
  # Duration of any operation in seconds. Not limited to HTTP requests; can be
@@ -51,7 +51,7 @@ module Labkit
51
51
  TCP_ADDRESS = "tcp_address"
52
52
 
53
53
  # Request URI including path and query string with sensitive parameters
54
- # masked (e.g. "?password=[FILTERED]").
54
+ # masked (e.g. "?password=FILTERED").
55
55
  HTTP_URI = "uri"
56
56
 
57
57
  # HTTP Host header of a request (e.g. "api.gitlab.com").
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-labkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Newdigate