gitlab-org--gitlab-foss/changelogs
Stan Hu a74396dcc5 Add Gitaly and Rugged call timing in Sidekiq logs
This will help identify Sidekiq jobs that invoke excessive number of
filesystem access.

The timing data is stored in `RequestStore`, but this is only active
within the middleware and is not directly accessible to the Sidekiq
logger. However, it is possible for the middleware to modify the job
hash to pass this data along to the logger.
2019-08-09 01:08:32 -07:00
..
unreleased Add Gitaly and Rugged call timing in Sidekiq logs 2019-08-09 01:08:32 -07:00
README.md Extend yamllint test to changelogs 2019-07-23 12:23:51 +00:00
add-name-parameter-to-project-environments-api.yml Add name & search parameters to project environments API 2019-06-24 12:18:40 +00:00
archive.md Fix Typos 2019-06-12 15:51:29 +00:00

README.md

Generating changelog entries

To generate and validate your changelog entries:

  1. Run bin/changelog to generate.
  2. Run yamllint changelogs to validate.

See development/changelog documentation for detailed usage.