summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Mark migration as requiring no downtimePawel Chojnacki2017-06-024-1/+9
| | | | | + Add spaces for four phases approach + fix InfluxDB rename
* Move most of MetricsController logic to MetricsServicePawel Chojnacki2017-06-023-37/+47
|
* Use interpolation instead of concatenationPawel Chojnacki2017-06-021-4/+4
|
* move check if metrics are enabled to before actionPawel Chojnacki2017-06-022-2/+16
|
* Correctly handle temporary folder for testing multiproces metricsPawel Chojnacki2017-06-025-5/+13
|
* Add tests for metrics behaviorPawel Chojnacki2017-06-022-7/+134
|
* Add Changelog fix textual description in config.ruPawel Chojnacki2017-06-022-1/+5
|
* Ensure prometheus_data_dir existsPawel Chojnacki2017-06-021-0/+0
|
* Bump prometheus client versionPawel Chojnacki2017-06-021-2/+2
|
* Use only ENV for metrics folder locationPawel Chojnacki2017-06-025-15/+12
|
* Bring back the tokenPawel Chojnacki2017-06-021-0/+1
|
* remove prometheus samplerPawel Chojnacki2017-06-021-51/+0
|
* Split metrics from health controller into metrics controllerPawel Chojnacki2017-06-027-90/+98
|
* Add Prometheus metrics configurationPawel Chojnacki2017-06-023-2/+34
| | | | + Cleanup Gemfile
* Prometheus settingsPawel Chojnacki2017-06-024-10/+13
|
* Add trailing newline to response.Kevin Lyda2017-06-023-19/+20
| | | | | | Prometheus requires a trailing newline in its response. + cleanup
* Prometheus metrics first passPawel Chojnacki2017-06-026-10/+146
| | | | metrics wip
* Use the gem for the ruby prometheus client.Kevin Lyda2017-06-021-9/+3
|
* Initial pass at prometheus monitoring.Kevin Lyda2017-06-024-0/+26
| | | | | | | | | | | | | | | | This is a step for #29118. Add a single metric to count successful logins. Summary types are not supported so remove Collector. Either we need to support the summary type or we need to create a multiprocess-friendly Collector. Add config to load prometheus and set up the Collector and the Exporter. Fix `Gemfile` as current prometheus-client gemspec is missing the `mmap2` dependency.
* Add the prometheus gem.Kevin Lyda2017-06-021-0/+10
|
* Merge branch '2361-pending-migrations-break-current-settings' into 'master'Rémy Coutable2017-06-023-4/+5
|\ | | | | | | | | | | | | Skip loading application settings from the database when migrations are pending Closes gitlab-ee#2361 See merge request !11842
| * Skip loading application settings from the database when migrations are pendingNick Thomas2017-06-023-4/+5
| | | | | | | | | | | | Various Rails initializers (metrics, sentry, etc) are run before migrations, which can lead to a mismatch between app/models/application_settings.rb and schema.
* | Merge branch 'winh-styled-people-search-bar' into 'master'Tim Zallmann2017-06-0212-143/+414
|\ \ | | | | | | | | | | | | | | | | | | Style people in issuable search bar Closes #30468 See merge request !11402
| * | Style people in issuable search bar (!11402)winh-styled-people-search-barwinh2017-06-0210-22/+237
| | |
| * | Move clear search button out of issuable search barwinh2017-06-022-3/+3
| | |
| * | Add frontend fixture for issue listwinh2017-06-021-0/+11
| | |
| * | Simplify filtered_search_visual_tokens_spec.jswinh2017-06-021-118/+163
| | |
* | | Merge branch 'job-details-increase-deboune' into 'master'33126-vue-js-timeago-add-missing-functionalitiesPhil Hughes2017-06-022-4/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use throttle when window is resized Closes #33222 See merge request !11857
| * | | Use throttle when window is resizedFilipa Lacerda2017-06-022-4/+2
|/ / /
* | | Merge branch 'port-refactor-wiki-page-services' into 'master'Grzegorz Bizon2017-06-023-48/+53
|\ \ \ | | | | | | | | | | | | | | | | Refactor specs for WikiPage services See merge request !11862
| * | | Refactor specs for WikiPage servicesport-refactor-wiki-page-servicesDouglas Barbosa Alexandre2017-06-023-48/+53
| | |/ | |/|
* | | Merge branch ↵Rémy Coutable2017-06-023-8/+50
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '32983-merge-conflict-resolution-removed-the-newline-in-the-end-of-file' into 'master' Resolve "Merge conflict resolution removed the newline in the end of file" Closes #32983 See merge request !11817
| * | | Keep trailing newline when picking conflict sections32983-merge-conflict-resolution-removed-the-newline-in-the-end-of-fileSean McGivern2017-06-013-8/+50
| | | | | | | | | | | | | | | | | | | | If our side of the conflict file has a trailing newline, and we are picking sections, not editing the whole content, then add a trailing newline back.
* | | | Merge branch '32747-translation-of-dates-for-cycle-analytics-is-incomplete' ↵James Lopez2017-06-023-1/+72
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Add translations for elapsed time in words Closes #32747 See merge request !11769
| * | | | Add translations for elapsed time in words32747-translation-of-dates-for-cycle-analytics-is-incompleteRuben Davila2017-06-023-1/+72
| | | | |
* | | | | Merge branch '33242-create-project-for-user-api-ignores-path-parameter' into ↵Sean McGivern2017-06-023-5/+26
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add optional path parameter and fix tests Closes #33242 See merge request !11868
| * | | | | Fix missing optional path parameter in "Create project for user" API33242-create-project-for-user-api-ignores-path-parameterAthar Hameed2017-06-023-5/+26
| | | | | |
* | | | | | Merge branch '28080-system-checks' into 'master'Sean McGivern2017-06-0231-479/+1197
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | SystemCheck library for executing checks from a rake task See merge request !9173
| * | | | | | Refactor and move things around to improve in YAGNI perspectiveGabriel Mazetto2017-05-316-102/+91
| | | | | | |
| * | | | | | Fix BasicExecutor specsGabriel Mazetto2017-05-313-31/+11
| | | | | | |
| * | | | | | ChangelogGabriel Mazetto2017-05-311-0/+4
| | | | | | |
| * | | | | | Fixed and improved some existing checks and SystemCheck libraryGabriel Mazetto2017-05-3112-77/+61
| | | | | | |
| * | | | | | Fix codestyleGabriel Mazetto2017-05-314-12/+8
| | | | | | |
| * | | | | | Improve Specs and some fixesGabriel Mazetto2017-05-316-8/+198
| | | | | | |
| * | | | | | Add ActiveUsers CheckGabriel Mazetto2017-05-312-6/+19
| | | | | | |
| * | | | | | Refactor gitlab:app:checks to use SystemCheckGabriel Mazetto2017-05-3122-504/+778
| | | | | | |
| * | | | | | Added specs for BaseExecutorGabriel Mazetto2017-05-311-0/+51
| | | | | | |
| * | | | | | Added specs for SystemCheck and custom matcherGabriel Mazetto2017-05-313-0/+65
| | | | | | |
| * | | | | | Fix a few method signature checksGabriel Mazetto2017-05-312-2/+2
| | | | | | |
| * | | | | | Move rainbow monkey patch to String to spec_helperGabriel Mazetto2017-05-312-1/+3
| | | | | | |