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
2018-02-01Merge branch 'gitaly-970-repo-write-config' into 'master'Robert Speicher
2018-02-01Merge branch '42497-rubocop-style-regexpliteral' into 'master'Rémy Coutable
2018-02-01Merge branch 'repository-log-disable-walk' into 'master'Douwe Maan
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2018-01-31Migrate Gitlab::Git::Repository#write_config to GitalyKim "BKC" Carlbäcker
2018-01-31Merge branch 'rugged-reference-cache-rescue' into 'master'Sean McGivern
2018-01-31Merge branch 'zj-gitaly-server-info' into 'master'Sean McGivern
2018-01-31Merge branch 'fix/move-can-be-merged-to-lib-git' into 'master'Grzegorz Bizon
2018-01-31Remove Rugged::Walk implementation of #logJacob Vosmaer
2018-01-31Gitaly Server info for admin panelZeger-Jan van de Weg
2018-01-31Merge branch 'fix/add-support-for-pre-receive-error-in-merge-branch' into 'ma...Robert Speicher
2018-01-31Merge branch 'feature/migrate-delete-refs-to-gitaly' into 'master'Robert Speicher
2018-01-31Add support for PreReceiveError in UserMergeBranch RPCAhmad Sherif
2018-01-31Migrate Git::Repository#delete_refs to GitalyAhmad Sherif
2018-01-30Merge branch '41771-reduce-cardinality-of-metrics' into 'master'Grzegorz Bizon
2018-01-30Merge branch 'feature/migrate-wiki-page-formatted-data-to-gitaly' into 'master'Robert Speicher
2018-01-30Merge branch 'rc/ignore-schema-in-ee_compat_check' into 'master'Robert Speicher
2018-01-30Merge branch 'gitaly-784-repo-write-ref' into 'master'Douwe Maan
2018-01-30Merge branch '21554-mark-new-user-as-external' into 'master'Douwe Maan
2018-01-30Move Repository#can_be_merged? to Gitlab::Git::RepositoryAhmad Sherif
2018-01-30Ignore conflicts in db/schema.rb in Gitlab::EeCompatCheckRémy Coutable
2018-01-30Remove Rugged exception in cache rescueJacob Vosmaer
2018-01-30Decouple more of Repository from RuggedJacob Vosmaer (GitLab)
2018-01-30Migrate fetching wiki page formatted content to GitalyAhmad Sherif
2018-01-30Only new users get marked as externalTiago Botelho
2018-01-30Migrate Git::Repository#write_ref to GitalyKim "BKC" Carlbäcker
2018-01-30Merge branch '41972-make-sure-no-warnings' into 'master'Robert Speicher
2018-01-29Don't allow Repository#log with limit zeroJacob Vosmaer (GitLab)
2018-01-29Rename Concern -> MethodsPawel Chojnacki
2018-01-29add comment aabout hotspotsPawel Chojnacki
2018-01-29remove unused (?) variablesPawel Chojnacki
2018-01-29Use class variables for metrics provider cachePawel Chojnacki
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 i...Pawel Chojnacki
2018-01-29Move prometheus metrics to module. Use class instance variables for metrics a...Pawel Chojnacki
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
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
2018-01-29Fix rubocop warningsPawel Chojnacki
2018-01-29Fix testsPawel Chojnacki