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:
authorRémy Coutable <remy@rymai.me>2016-04-12 17:39:54 +0300
committerRémy Coutable <remy@rymai.me>2016-04-12 17:39:54 +0300
commit0b8852d3c4cee2dba509fe56219036ab56a111e0 (patch)
tree87dcc4d59308c48e38bd56c7c8669549250d5868 /CHANGELOG
parent13201a3a0513082197ab7f9bf04a6944e58e0646 (diff)
parent435892ed4398afb67043c62be8831df07d2078f2 (diff)
Merge branch 'instrument-service-classes' into 'master'
Instrument all service classes This will help us see where (mostly) Sidekiq code is spending time. See merge request !3675
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5744ed6adac..a294c750ccb 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)
+ - All service classes (those residing in app/services) are now instrumented (Yorick Peterse)
- Enable gzip for assets, makes the page size significantly smaller. !3544 / !3632 (Connor Shea)
- Load award emoji images separately unless opening the full picker. Saves several hundred KBs of data for most pages. (Connor Shea)
- All images in discussions and wikis now link to their source files !3464 (Connor Shea).