Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-06Log and pass correlation-id between Unicorn, Sidekiq and GitalyKamil TrzciƄski
The Correlation ID is taken or generated from received X-Request-ID. Then it is being passed to all executed services (sidekiq workers or gitaly calls). The Correlation ID is logged in all structured logs as `correlation_id`.
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2018-07-20Bring JsonLogger to CEStan Hu
This backports a module that was in EE for Geo so that other modules can have structured logging support.