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 (Expand)Author
2017-11-06Merge branch 'dm-reallow-project-path-ending-in-period' into 'master'Sean McGivern
2017-11-06Prevent git push when LFS objects are missingJames Edwards-Jones
2017-11-06Reallow project paths ending in periodsDouwe Maan
2017-11-06Improve performance of the /projects/:id/repository/branches API endpointRémy Coutable
2017-11-06Merge branch 'master' into refactor-clustersShinya Maeda
2017-11-06Merge branch 'expose-job-duration' into 'master'Rémy Coutable
2017-11-06Merge branch 'jej/fix-lfs-changes-laziness' into 'master'Douwe Maan
2017-11-06Merge branch 'ce-gitlab-git-backport' into 'master'Sean McGivern
2017-11-06Gitlab::Git::RevList and LfsChanges use lazy popenJames Edwards-Jones
2017-11-06Gitlab::Git::Popen can lazily hand output to a blockJames Edwards-Jones
2017-11-06Support custom attributes on groupsMarkus Koller
2017-11-06Support custom attributes on projectsMarkus Koller
2017-11-06Merge branch 'refactor-clusters' into 38464-k8s-appsAlessio Caiazza
2017-11-05Expose `duration` in Job API entityMehdi Lahmam
2017-11-05Merge branch 'master' into refactor-clustersShinya Maeda
2017-11-04Merge branch 'sh-headless-chrome-support' into 'master'Stan Hu
2017-11-03Merge branch 'master' into sh-headless-chrome-supportMike Greiling
2017-11-03Encapsulate git operations for mirroring in Gitlab::GitAlejandro Rodríguez
2017-11-03Fix Gitlab::Metrics::System#real_time and #monotonic_time docRémy Coutable
2017-11-03Merge branch 'sherlock-ignore-cache' into 'master'Rémy Coutable
2017-11-03Merge branch 'performance-bar-sql-timings' into 'master'Rémy Coutable
2017-11-03fix the failing specmicael.bergeron
2017-11-03Ignore SQL CACHE hits in SherlockYorick Peterse
2017-11-03Fix SQL timings for the performance barYorick Peterse
2017-11-03Add changes_count to the merge requests APISean McGivern
2017-11-03removed the #ensure_ref_fetched from all controllersmicael.bergeron
2017-11-03Add missing mutex guard to method call metricsPawel Chojnacki
2017-11-03Fix typoAlessio Caiazza
2017-11-03Remove `Clusters::Applications::FetchInstallationStatusService`Alessio Caiazza
2017-11-03Merge remote-tracking branch 'origin/master' into 38464-k8s-appsKamil Trzcinski
2017-11-03Merge branch 'master' into refactor-clustersShinya Maeda
2017-11-03Merge branch 'master' into sh-headless-chrome-supportMike Greiling
2017-11-02Make subscriber tests pass, after refactoring metricsPawel Chojnacki
2017-11-02Use Mutex to guard metrics creation in transaction. Switch action view to thr...Pawel Chojnacki
2017-11-02move metrics for ActiveRecord, RailsCache and queue duration to instance vari...Pawel Chojnacki
2017-11-02rename BackgroundMigration to SidekiqMigrationPawel Chojnacki
2017-11-02Fix sidekiq middleware testsPawel Chojnacki
2017-11-02Remove unnecessary namespace usePawel Chojnacki
2017-11-02Tests for Web transaction and remove simple transactonPawel Chojnacki
2017-11-02Web/Sidekiq transaction splitPawel Chojnacki
2017-11-02Move labels to be initialized in constructorPawel Chojnacki
2017-11-02Avoid using Send (but is it better?) + small rubocop cleanupPawel Chojnacki
2017-11-02Cleanup metrics names and removing unnecessary cache read totalPawel Chojnacki
2017-11-02Adjust test to changed metrics methods.Pawel Chojnacki
2017-11-02Convert rails_queue_duration to metric_rails_queue_duration_secondsPawel Chojnacki
2017-11-02Add info about prometheus bucketsPawel Chojnacki
2017-11-02Guard metrics creation with a mutexPawel Chojnacki
2017-11-02Move labels tests from Metrics rack spec to Transaction specPawel Chojnacki
2017-11-02Fix rspec errors, and add more tests to MethodCall and ActionViewPawel Chojnacki
2017-11-02Fix Active record and transaction specsPawel Chojnacki