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
path: root/lib
AgeCommit message (Collapse)Author
2018-01-29fix typo in the bucketsPawel Chojnacki
2018-01-29Do not use include Gitlab::CurrentSettings unnecessarilyPawel Chojnacki
2018-01-29Let mutex be initialized only oncePawel Chojnacki
2018-01-29Fix wrong histograam bucketsPawel Chojnacki
2018-01-29Add missing feature gate for cpu metricsPawel Chojnacki
2018-01-29Refactor metrics to use metrics dsl notationPawel Chojnacki
2018-01-29Convert InfluxDB to concern. Fix uninitialized metrics when metrics code is ↵Pawel Chojnacki
inherited.
2018-01-29Move prometheus metrics to module. Use class instance variables for metrics ↵Pawel Chojnacki
and metrics cache in metrics concern
2018-01-29use class variable for Mutex instead of ConstPawel Chojnacki
2018-01-29Cleanup rspecPawel Chojnacki
2018-01-29NullMetric as a singletonPawel Chojnacki
2018-01-29Avoid cascading lockingPawel Chojnacki
2018-01-29Migrate and reduce the buckets of Gitaly metricsPawel Chojnacki
/cc @bjk-gitlab /cc @zj
2018-01-29Test if feature is respectedPawel Chojnacki
2018-01-29Add Tests for Metrics::ConcernPawel Chojnacki
2018-01-29Use Global Mutex, and class instance variables usingPawel Chojnacki
``` metric = @_metrics_provider_cache&.[](name) return metric if metric `` acccessor that only slightly slower (<20ns) than direct class variable access
2018-01-29Fix rubocop warningsPawel Chojnacki
2018-01-29Fix testsPawel Chojnacki
2018-01-29Convert active recordPawel Chojnacki
2018-01-29Fix helper methods and document metric builder optionsPawel Chojnacki
2018-01-29Reduce cardinality and convert some metrics to new schemePawel Chojnacki
2018-01-29Put View instrumentation and transaction memory use behind featurePawel Chojnacki
2018-01-29Fix code after refactoringPawel Chojnacki
2018-01-29Refactor method concern to use hashesPawel Chojnacki
2018-01-29Refactor transaction metricsPawel Chojnacki
2018-01-29cleanup method callPawel Chojnacki
2018-01-29Actually make the new methods workPawel Chojnacki
2018-01-29Initiaal implementation of metrics concernPawel Chojnacki
2018-01-29Merge branch 'improve_nginx_confs' into 'master'Rémy Coutable
Improve Nginx configuration files See merge request gitlab-org/gitlab-ce!16605
2018-01-29Merge branch 'sh-mute-notifications-seeder' into 'master'Rémy Coutable
Mute notifications in the seeder to speed GDK development See merge request gitlab-org/gitlab-ce!16747
2018-01-29Set alternate object directories in run_gitJacob Vosmaer (GitLab)
2018-01-29Merge branch '42290-pass-BUNDLE_PATH' into 'master'Rémy Coutable
Resolve "Make tests running bundle install for gitaly more flexible" Closes #42290 See merge request gitlab-org/gitlab-ce!16654
2018-01-28Return more consistent values for merge_status on MR APIOswaldo Ferreira
2018-01-27Mute notifications in the seeder to speed GDK developmentStan Hu
2018-01-26update code based on feedbackJames Lopez
2018-01-26disable retry attempts for Import/Export until that is fixedJames Lopez
2018-01-26Pass BUNDLE_PATH to install to the same path for testLin Jen-Shin
2018-01-26Use Process::Status rather than an integerLin Jen-Shin
However keep backward compatibility
2018-01-26Fix rubocop offenses. It's not checked before whenLin Jen-Shin
it's inside lib/tasks/*
2018-01-26Eliminate the last warning for redis wrapperLin Jen-Shin
2018-01-26We need Rails in order to use Gitlab.config anywayLin Jen-Shin
2018-01-26Eliminate the warnings for databaseLin Jen-Shin
2018-01-26Eliminate the warnings from task helpersLin Jen-Shin
2018-01-26Convert parser warnings to stdout in haml_lintLin Jen-Shin
So we ignore it in static-analysis when status is 0, yet still report it if it's not.
2018-01-26Ignore flay warningsLin Jen-Shin
2018-01-26Fail static-analysis if there's output to stderrLin Jen-Shin
TODO: fix offenders
2018-01-26Add omnibus remarksMelroy van den Berg
2018-01-25Merge branch 'feature/migrate-repo-restorer-to-gitaly' into 'master'Robert Speicher
Migrate restoring repo from bundle to Gitaly Closes gitaly#946 See merge request gitlab-org/gitlab-ce!16623
2018-01-25Merge branch 'lint-rugged' into 'master'Rémy Coutable
Add a lint check to restrict use of Rugged See merge request gitlab-org/gitlab-ce!16656
2018-01-25Merge branch 'contrain-run-git' into 'master'Rémy Coutable
Make Gitlab::Git::Repository#run_git private See merge request gitlab-org/gitlab-ce!16622