summaryrefslogtreecommitdiff
path: root/lib/gitlab/daemon.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-07-251-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-06-061-3/+13
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-02-101-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-11-221-5/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-041-1/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-1/+11
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-171-2/+2
|
* Improve resillency of monitorKamil Trzciński2019-08-211-1/+4
| | | | | | | - Retry connection when it fails - Properly shutdown daemon - Stop monitor if the Exception is raised - Properly guard exception handling
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
|
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-2/+2
|
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
| | | | Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
* Cleanup sampling code and fix bug with samplers running without sleepPawel Chojnacki2017-11-021-1/+1
|
* Add sidekiq metrics endpoint and add http server to sidekiqPaweł Chojnacki2017-08-071-0/+62