summaryrefslogtreecommitdiff
path: root/config/initializers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pawel/metrics-to-prometheus-33643' into 'master'Grzegorz Bizon2017-11-063-6/+19
|\
| * Only enable unicorn metrics when not in sidekiq mode.Pawel Chojnacki2017-11-021-1/+4
| * Cleanup transaction metricsPawel Chojnacki2017-11-023-8/+14
| * Finished Ruby SamplerPawel Chojnacki2017-11-021-1/+1
| * Add GC sampler and small refactor of samplersPawel Chojnacki2017-11-022-3/+7
* | Merge branch 'remove-ensure-ref-fetched-from-controllers' into 'master'Sean McGivern2017-11-061-4/+0
|\ \
| * | align with the commentsmicael.bergeron2017-11-061-3/+0
| * | removed the #ensure_ref_fetched from all controllersmicael.bergeron2017-11-031-2/+1
| |/
* | Resolve "DashboardController#activity.json is slow due to SQL"Francisco Javier López2017-11-061-1/+0
|/
* Disable Unicorn sampling in Sidekiq since there are no Unicorn sockets to mon...sh-disable-unicorn-sampling-sidekiqStan Hu2017-11-011-1/+3
* Add Gitaly data to the Peek performance barZeger-Jan van de Weg2017-10-231-0/+1
* Merge branch 'bvl-circuitbreaker-improvements' into 'master'Douwe Maan2017-10-171-11/+0
|\
| * Read circuitbreaker settings from `Gitlab::CurrentSettings`Bob Van Landuyt2017-10-171-11/+0
* | Make usage ping scheduling more robust39017-gitlabusagepingworker-is-not-running-on-gitlab-comSean McGivern2017-10-161-5/+7
|/
* Merge branch 'api-sentry-extra' into 'master'Douwe Maan2017-10-061-1/+3
|\
| * Send API parameters as extra data for sentry errorsapi-sentry-extraAlejandro Rodríguez2017-10-051-1/+3
* | Merge branch 'fix/update-doorkeeper-openid-connect' into 'master'Rémy Coutable2017-10-062-2/+2
|\ \
| * | Upgrade doorkeeper-openid_connectMarkus Koller2017-09-202-2/+2
* | | Merge branch '34102-online-view-of-artifacts-fe' into 'master'Nick Thomas2017-10-051-9/+10
|\ \ \
| * | | Incorporate feedbackZeger-Jan van de Weg2017-10-041-1/+1
| * | | Merge branch 'master' into 34102-online-view-of-artifacts-feEric Eastwood2017-10-043-2/+13
| |\ \ \
| * | | | Redirect to pages daemonZeger-Jan van de Weg2017-10-031-9/+10
| | |_|/ | |/| |
* | | | Merge branch 'master' into digitalmoksha/gitlab-ce-feature/verify_secondary_e...Douwe Maan2017-10-054-5/+28
|\ \ \ \
| * | | | Load only the currently needed JS locale fileTim Zallmann2017-10-041-0/+14
| | |/ / | |/| |
| * | | Add grpc.log for GitalyJacob Vosmaer (GitLab)2017-10-031-0/+11
| * | | Merge branch 'close-issue-by-implements' into 'master'Sean McGivern2017-10-031-1/+1
| |\ \ \
| | * | | Add "implements" to the default issue closing message regexGuilherme Vieira2017-10-021-1/+1
| | |/ /
| * | | Add `:email_confirmation` to devise `insensitive_keys`robdel122017-09-301-1/+1
| |/ /
| * | Remove Grit settings from default settingssh-remove-additional-grit-settingsStan Hu2017-09-231-3/+1
| |/
* | must now set the devise default scope (since we now have an :email scope)Brett Walker2017-09-241-1/+1
|/
* Merge branch 'fix-rails-migrations-for-partial-indexes' into 'master'Yorick Peterse2017-09-191-1/+1
|\
| * Fix regular expression used for opclasses to not be confused by partial index...fix-rails-migrations-for-partial-indexesGreg Stark2017-09-191-1/+1
* | Detect n+1 issues involving GitalyAndrew Newdigate2017-09-191-1/+6
|/
* Merge branch '37789-followup-for-read-registry-change' into 'master'Rémy Coutable2017-09-181-1/+1
|\
| * Clean up read_registry scope changesRobin Bobbitt2017-09-181-1/+1
* | Never connect to webpack-dev-server over SSLfix-dev-sslAlessio Caiazza2017-09-151-1/+1
|/
* Revert "Merge branch 'revert-f2421b2b' into 'master'"revert-2f46c3a8Annabel Dunstone Gray2017-09-111-0/+1
* Read import sources from setting at first initializationVisay Keo2017-09-091-1/+1
* Revert "Merge branch '35012-navigation-add-option-to-change-navigation-color-...revert-f2421b2bRubén Dávila2017-09-081-1/+0
* Merge remote-tracking branch 'origin/master' into zj/gitlab-ce-zj-auto-devops...Kamil Trzcinski2017-09-071-0/+1
|\
| * Restore some changes from !9199Rubén Dávila2017-09-061-0/+1
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into zj/gitlab-ce-zj...Kamil Trzcinski2017-09-062-4/+14
|\ \ | |/
| * Merge branch '34509-improves-markdown-rendering-performance-for-commits-list'...Douwe Maan2017-09-061-3/+0
| |\
| | * Adds cacheless render to Banzai object render34509-improves-markdown-rendering-performance-for-commits-listTiago Botelho2017-09-061-3/+0
| * | Profile updates from providersAlexander Keramidas2017-09-061-1/+14
| |/
* | Incorporate reviewZeger-Jan van de Weg2017-09-041-1/+1
* | Merge branch 'master' into zj-auto-devops-tableZeger-Jan van de Weg2017-09-042-1/+5
|\ \ | |/
| * Merge branch 'bvl-validate-po-files' into 'master'Douwe Maan2017-09-011-1/+4
| |\
| | * Ignore fuzzy translationsBob Van Landuyt2017-08-311-1/+4
| * | Merge branch '36061-mr-ref-instrument' into 'master'Sean McGivern2017-09-011-0/+1
| |\ \