An error occurred fetching the project authors.
- 13 May, 2020 1 commit
-
-
Ryan Cobb authored
This removes influxdb from our Gitlab::Metrics module. It also removes influxdb sampling.
-
- 20 Apr, 2020 1 commit
-
-
mbergeron authored
The following tasks now accept an `index_name` parameter to specify the name of the index to be created or acted upon: - gitlab:elastic:create_empty_index - gitlab:elastic:delete_index - gitlab:elastic:recreate_index The following obsolete task has been removed: - gitlab:elastic:reindex_to_another_cluster
-
- 17 Dec, 2019 1 commit
-
-
Lin Jen-Shin authored
Because otherwise helpers won't be verified, and since we're using prepend to override direct methods mostly, it should work anyway. We also skip instrumentation when we're doing static verification. Also we need to move some methods from geo_git_access to git_access, because that's where it's trying to override methods, not in geo itself. This also assumes GitAccessWiki does not use those methods, of course. It won't work anyway, because it's not getting methods from GitAccess!
-
- 04 Dec, 2019 1 commit
-
-
Mark Chao authored
The indexer now triggers indexing on all indices. Since it is outside the common multi-indices architecture, we expose elastic_write_targets as public so indexer can operate on indices. Remove unused encoder Usage removed when Ruby elasticsearch indexer was removed
-
- 21 Oct, 2019 1 commit
-
-
allison.browne authored
-
- 15 Oct, 2019 1 commit
-
-
Thong Kuah authored
There should be no cases where we need to inherit=true.
-
- 17 Sep, 2019 1 commit
-
-
Yorick Peterse authored
This changes any mention of gitlab-ce to gitlab-foss, and any mention of gitlab-ee to just gitlab.
-
- 21 Aug, 2019 1 commit
-
-
Mark Chao authored
Doc for multi-indices archtecture
-
- 20 Aug, 2019 1 commit
-
-
- 16 Jul, 2019 3 commits
-
-
Sarah Yasonik authored
-
Robert Speicher authored
-
Robert Speicher authored
-
- 10 Apr, 2019 1 commit
-
-
Stan Hu authored
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
-
- 10 Feb, 2019 1 commit
-
-
Peter Leitzen authored
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!
-
- 20 Dec, 2018 1 commit
-
-
Lin Jen-Shin authored
Because this could potentially load a model and we shouldn't load models before all the patches we have in places.
-
- 25 Oct, 2018 3 commits
-
-
Andrew Newdigate authored
-
Stan Hu authored
Normally, this is what's supposed to happen when you invoke `rails g generate migration`: 1. `Rails.application.load_generators` is called here: https://github.com/rails/rails/blob/v4.2.10/railties/lib/rails/commands/commands_tasks.rb#L129 2. This loads the local `generator_templates` path in https://github.com/rails/rails/blob/v4.2.10/railties/lib/rails/generators.rb#L69. However, when metrics are enabled, the application is eager loaded here in the initializer. This short-circuits the `load_generators` and loads `ActiveRecord::Generators::MigrationGenerator` automatically, so the custom path is never loaded properly. With this change, we skip the initializing of metrics and eager loading if generators are in use. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52651
-
Andrew Newdigate authored
This allows us (and others) to test drive Puma without it affecting all users. Puma can be enabled by setting the environment variable "EXPERIMENTAL_PUMA" to a non empty value.
-
- 03 Oct, 2018 1 commit
-
-
Alejandro Rodríguez authored
On a previous commit it was enabled but after the CE Upstream merge it needed to be disabled again
-
- 02 Oct, 2018 2 commits
-
-
Alejandro Rodríguez authored
Cleanup code, and refactor tests that still use Rugged. After this, there should be no Rugged code that access the instance's repositories on non-test environments. There is still some rugged code for other tasks like the repository import task, but since it doesn't access any repository storage path it can stay.
-
Alejandro Rodríguez authored
Cleanup code, and refactor tests that still use Rugged. After this, there should be no Rugged code that access the instance's repositories on non-test environments. There is still some rugged code for other tasks like the repository import task, but since it doesn't access any repository storage path it can stay.
-
- 23 Jul, 2018 2 commits
-
-
Stan Hu authored
For one README.md file, this instrumentation was adding several seconds and significant RAM and CPU overhead since these filters often iterate through all HTML nodes in tight loops. Relates to #49409
- 07 May, 2018 1 commit
-
-
Felipe Artur authored
-
- 07 Mar, 2018 1 commit
-
-
blackst0ne authored
-
- 23 Nov, 2017 1 commit
-
-
Pawel Chojnacki authored
-
- 08 Nov, 2017 2 commits
-
-
Yorick Peterse authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 07 Nov, 2017 1 commit
-
-
Francisco Javier López authored
-
- 06 Nov, 2017 2 commits
-
-
Francisco Javier López authored
-
micael.bergeron authored
-
- 03 Nov, 2017 2 commits
-
-
Pawel Chojnacki authored
-
micael.bergeron authored
also, I refactored the MergeRequest#fetch_ref method to express the side-effect that this method has. MergeRequest#fetch_ref -> MergeRequest#fetch_ref! Repository#fetch_source_branch -> Repository#fetch_source_branch!
-
- 02 Nov, 2017 2 commits
-
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
- 01 Nov, 2017 1 commit
-
-
Stan Hu authored
This reduces some polling overhead and reduces the need to aggregate empty metrics from the Sidekiq worker.
-
- 15 Sep, 2017 1 commit
-
-
Nick Thomas authored
-
- 06 Sep, 2017 1 commit
-
-
Tiago Botelho authored
-
- 01 Sep, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 28 Aug, 2017 1 commit
-
-
Jarka Kadlecova authored
-