Commit Graph

17 Commits

Author SHA1 Message Date
GitLab Bot 55b5a8778c Add latest changes from gitlab-org/gitlab@master 2020-07-30 12:09:33 +00:00
GitLab Bot ed00b1a6a3 Add latest changes from gitlab-org/gitlab@master 2020-07-28 12:09:49 +00:00
GitLab Bot 8c826685ec Add latest changes from gitlab-org/gitlab@master 2020-06-02 09:08:01 +00:00
GitLab Bot 707c0eca50 Add latest changes from gitlab-org/gitlab@master 2020-05-22 06:08:41 +00:00
GitLab Bot e2d4a6dedb Add latest changes from gitlab-org/gitlab@master 2020-05-14 00:07:47 +00:00
GitLab Bot e33f87ac0f Add latest changes from gitlab-org/gitlab@master 2020-04-21 15:21:10 +00:00
GitLab Bot 2a65a97e12 Add latest changes from gitlab-org/gitlab@master 2019-12-18 00:08:09 +00:00
GitLab Bot 8723197387 Add latest changes from gitlab-org/gitlab@master 2019-12-05 12:07:43 +00:00
GitLab Bot f155cc9034 Add latest changes from gitlab-org/gitlab@master 2019-10-16 03:06:12 +00:00
GitLab Bot 80f61b4035 Add latest changes from gitlab-org/gitlab@master 2019-09-18 14:02:45 +00:00
Mark Chao 55f9739c9c ES: sync with EE
Doc for multi-indices archtecture
2019-08-21 15:18:25 +08:00
Lin Jen-Shin b921b2d1fb Merge branch 'rs-zz-metrics' into 'master'
Add EE-only class instrumentation

See merge request gitlab-org/gitlab-ce!30802
2019-07-17 17:48:33 +00:00
Sarah Yasonik cea7ba513c Rename Redactor classes to ReferenceRedactor 2019-07-16 20:19:08 +00:00
Robert Speicher 355330dd1e
Add EE-only class instrumentation 2019-07-16 13:04:35 -05:00
Stan Hu b397ad8a69 Disable method instrumentation for diffs
When there a large number of discussions on diffs, the instrumentation
has a significant impact on performance since it's often run in a tight
loop for line position calculation etc. We should disable this since
there are other ways to benchmark performance.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52898
2019-04-10 12:06:07 -07:00
Peter Leitzen 1931c3efc9
Fix error when reloading code in Sidekiq
This commit fixes the following error in development:

    ArgumentError: A copy of Gitlab::Metrics::Transaction has been
    removed from the module tree but is still active!
2019-02-10 11:36:23 +01:00
Lin Jen-Shin 77b8c2c176 Always load the metrics the last
Because this could potentially load a model and we shouldn't
load models before all the patches we have in places.
2018-12-21 00:53:45 +08:00