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:
authorYorick Peterse <yorickpeterse@gmail.com>2016-04-18 18:42:48 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2016-04-18 18:44:24 +0300
commitb9698d2b4512cca4687579aafba6a4403cbc6067 (patch)
tree0857e4cbdc3e9dab7da290acd097c535831fe304 /CHANGELOG
parent58665b64f5bd8795571876587ea3a19253532286 (diff)
Add "action" tag to /internal/allowed API
This allows us to re-use any other analytics that rely on the "action" tag having a value set.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 350be45627f..9a6f1bbfef5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
Please view this file on the master branch, on stable branches it's out of date.
v 8.7.0 (unreleased)
+ - Transactions for /internal/allowed now have an "action" tag set
- Method instrumentation now uses Module#prepend instead of aliasing methods
- Repository.clean_old_archives is now instrumented
- Add support for environment variables on a job level in CI configuration file