- 07 Jun, 2017 1 commit
-
-
Pawel Chojnacki authored
-
- 06 Jun, 2017 1 commit
-
-
Pawel Chojnacki authored
-
- 02 Jun, 2017 38 commits
-
-
Pawel Chojnacki authored
remove file dangling after rebase
-
Pawel Chojnacki authored
small code formatting changes
-
Pawel Chojnacki authored
+ use strip_heredoc to make the text in tests much more readable
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
`current_application_settings` used by `influx_metrics_enabled` executed a markdown parsing code that was measured using `Gitlab::Metrics.measure` But since the Gitlab::Metrics::InfluxDb was not yet build so Gitlab::Metrics did not yet have `measure` method. Causing the NoMethodError. However If run was successful at least once then result was cached in a file and this code never executed again. Which caused this issue to only show up in CI preparation step.
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
+ rename controler method to #index from #metrics + remove assertion from nullMetric
-
Pawel Chojnacki authored
+ Use NullMetrics to mock metrics when unused + Use method_missing in NullMetrics mocking + Update prometheus gem to version that correctly uses transitive dependencies + Ensure correct folders are used in Multiprocess prometheus client tests. + rename Sessions controller's metric
-
Pawel Chojnacki authored
+ remove unecessarey require + fix small formatiing issues
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
+ Add spaces for four phases approach + fix InfluxDB rename
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
+ Cleanup Gemfile
-
Pawel Chojnacki authored
-
Kevin Lyda authored
Prometheus requires a trailing newline in its response. + cleanup
-
Pawel Chojnacki authored
metrics wip
-
Kevin Lyda authored
-
Kevin Lyda authored
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.
-
Kevin Lyda authored
-
Rémy Coutable authored
Skip loading application settings from the database when migrations are pending Closes gitlab-ee#2361 See merge request !11842
-
Tim Zallmann authored
Style people in issuable search bar Closes #30468 See merge request !11402
-
Phil Hughes authored
Use throttle when window is resized Closes #33222 See merge request !11857
-
Filipa Lacerda authored
-
Grzegorz Bizon authored
Refactor specs for WikiPage services See merge request !11862
-
Rémy Coutable authored
Resolve "Merge conflict resolution removed the newline in the end of file" Closes #32983 See merge request !11817
-
James Lopez authored
Add translations for elapsed time in words Closes #32747 See merge request !11769
-