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-12-20Merge branch '38318-search-merge-requests-with-api' into 'master'Rémy Coutable
2017-12-20Add optional `search` param for Merge Requests APIMark Fletcher
2017-12-20Employ declared_params in finder methods for MR and Issue API listsMark Fletcher
2017-12-20Only include the user's ID in the time_spent command's update hashRobert Speicher
2017-12-19Merge branch 'zj-gitaly-pipelines-n-1' into 'master'Robert Speicher
2017-12-19Load commit in batches for pipelines#indexZeger-Jan van de Weg
2017-12-18Merge branch 'sh-add-schedule-pipeline-run-now' into 'master'Kamil Trzciński
2017-12-15Merge branch 'no-ivar-in-modules' into 'master'Robert Speicher
2017-12-15Merge branch 'dm-ldap-email-readonly' into 'master'Sean McGivern
2017-12-15Make sure user email is read only when synced with LDAPDouwe Maan
2017-12-15Backport changes from EELin Jen-Shin
2017-12-15Merge branch 'gitaly-conflicts-prep' into 'master'Sean McGivern
2017-12-15Merge branch '41016-import-gitlab-shell-projects' into 'master'Douwe Maan
2017-12-15Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin
2017-12-15Merge branch 'lfs-badge' into 'master'Douwe Maan
2017-12-14Simplify conflict resolver interfaceAlejandro Rodríguez
2017-12-14Merge branch 'feature/migrate-merge-base-to-gitaly' into 'master'Robert Speicher
2017-12-14Merge branch 'rc/update-flipper' into 'master'Robert Speicher
2017-12-14Import gitlab_projects.rb from gitlab-shellNick Thomas
2017-12-14sorting for tags apihaseeb
2017-12-14moved lfs_blob_ids method into ExtractsPath modulePhil Hughes
2017-12-14Merge branch 'dm-dedicated-sidekiq-queues' into 'master'Sean McGivern
2017-12-14moved lfs blob fetch from extractspath filePhil Hughes
2017-12-14Update flipper to 0.11.0 and take advantage of the new featuresRémy Coutable
2017-12-13Merge branch '13695-order-contributors-in-api' into 'master'Rémy Coutable
2017-12-13Merge branch 'pawel/cache_feature_check_for_5_minutes_for_method_call' into '...Robert Speicher
2017-12-13Merge branch 'add-tcp-check-rake-task' into 'master'Rémy Coutable
2017-12-13Adds ordering to projects contributors in APIJacopo
2017-12-13Migrate Gitlab::Git::Repository#merge_base_commit to GitalyAhmad Sherif
2017-12-13Add a gitlab:tcp_check rake taskNick Thomas
2017-12-13Address review comments with playing pipeline schedulerStan Hu
2017-12-13Fix Rubocop offense and use a symbol instead of a stringStan Hu
2017-12-13Add spec for ActionRateLimiterStan Hu
2017-12-13Add rate limiting to guard against excessive scheduling of pipelinesStan Hu
2017-12-13Use class variable and add rubocop exceptionPawel Chojnacki
2017-12-12Merge branch 'tmlee/gitlab-ce-28004-consider-refactoring-member-view-by-using...Robert Speicher
2017-12-12Merge branch 'zj-memoization-mr-commits' into 'master'Sean McGivern
2017-12-12Expire feature flag cache after 1minutePawel Chojnacki
2017-12-12use class variables instead of CONSTANTsPawel Chojnacki
2017-12-12move call_measurement_enabled? method to the bottom of the filePawel Chojnacki
2017-12-12Use AtomicFixNum to implement CAS isolated cache update.Pawel Chojnacki
2017-12-12Implemente measurement enabled cache using AtomicReferencePawel Chojnacki
2017-12-12Set cache expire only once the cache is filled,Pawel Chojnacki
2017-12-12Implement simple in memory cache that expires after 5 minutesPawel Chojnacki
2017-12-12Cache feature check for 5 minutes for MethodCall instrumentation togglePawel Chojnacki
2017-12-12Present member collection at the controller levelRémy Coutable
2017-12-12Merge branch 'repo-write-ref-client-prep' into 'master'Robert Speicher
2017-12-12Use a dedicated queue for each workerDouwe Maan
2017-12-12Use memoization for commits on diffsZeger-Jan van de Weg
2017-12-12Move Repository#write_ref to Git::Repository#write_refKim "BKC" Carlbäcker