Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-03-13Run rubocop -aNick Thomas
2019-01-29Port this style change from EELin Jen-Shin
2018-11-17Enable even more frozen string for lib/gitlabgfyoung
2018-10-18Make getting a user by the username case insensitiveWilliam George
2018-07-09Use stable gitlab-styles and eliminate offensesLin Jen-Shin
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-01-29Rename Concern -> MethodsPawel Chojnacki
2018-01-29remove unused (?) variablesPawel Chojnacki
2018-01-29Do not use include Gitlab::CurrentSettings unnecessarilyPawel Chojnacki
2018-01-29Add missing feature gate for cpu metricsPawel Chojnacki
2018-01-29Convert InfluxDB to concern. Fix uninitialized metrics when metrics code is i...Pawel Chojnacki
2018-01-29Move prometheus metrics to module. Use class instance variables for metrics a...Pawel Chojnacki
2018-01-29Fix testsPawel Chojnacki
2018-01-29Reduce cardinality and convert some metrics to new schemePawel Chojnacki
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2017-12-21Merge branch 'pawel/reduce_cardinality_of_prometheus_metrics' into 'master'Douwe Maan
2017-12-19Fix tests and formattingPawel Chojnacki
2017-11-22Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin
2017-11-17Use StrongMemoize and enable/disable cops properlyLin Jen-Shin
2017-11-17Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin
2017-11-02Add info about prometheus bucketsPawel Chojnacki
2017-11-02Split call name to module and method namePawel Chojnacki
2017-11-02Fix measure codde to work with secondsPawel Chojnacki
2017-11-02Cleanup transaction metricsPawel Chojnacki
2017-11-02Remove transaction tags and map transaction metrics to prometheusPawel Chojnacki
2017-09-18Allow simple ivar ||= form. Update accordinglyLin Jen-Shin
2017-09-18Add cop to make sure we don't use ivar in a moduleLin Jen-Shin
2017-08-31`current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-02Fix circular dependency condition with `current_application_settings`Pawel Chojnacki
2017-06-02Split the metrics implementation to separate modules for Influx and PrometheusPawel Chojnacki