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
diff options
context:
space:
mode:
authorAleksei Lipniagov <alipniagov@gitlab.com>2019-09-11 21:32:24 +0300
committerKamil TrzciƄski <ayufan@ayufan.eu>2019-09-11 21:32:24 +0300
commit50cb6eca570a352a3b9799a66f77edad261763be (patch)
treed5157634a5100ca6900a3dc8d7b0b806caf39ca5 /changelogs
parent6db9cbfe77a556ea2d321f0ea0a0c6b6e14a817c (diff)
Use 'gitlab_chronic_duration' gem
Replace 'chronic_duration' to 'gitlab_chronic_duration', to make relevant method calls thread-safe.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/66637-use-chronic-duration-in-thread-safe-way.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/66637-use-chronic-duration-in-thread-safe-way.yml b/changelogs/unreleased/66637-use-chronic-duration-in-thread-safe-way.yml
new file mode 100644
index 00000000000..549f523076e
--- /dev/null
+++ b/changelogs/unreleased/66637-use-chronic-duration-in-thread-safe-way.yml
@@ -0,0 +1,5 @@
+---
+title: Use `ChronicDuration` in a thread-safe way
+merge_request: 32817
+author:
+type: fixed