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
2017-06-08Merge branch 'blob-load-all-data' into 'master'Grzegorz Bizon
2017-06-08nil-check Repository::is_ancestor?Kim Carlbäcker
2017-06-07Blob#load_all_data! doesn’t need an argumentDouwe Maan
2017-05-18Incorporate Gitaly's local_branches operation into repo codeAlejandro Rodríguez
2017-05-15Don't reuse gRPC channelsJacob Vosmaer
2017-05-11Fix displaying a repository without a readmeDouwe Maan
2017-05-11Reset Repository#license memo when license file is changedDouwe Maan
2017-05-11Implement auxiliary blob viewersDouwe Maan
2017-05-11Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into 'mas...Robert Speicher
2017-05-10Enable the Style/TrailingCommaInArguments copRémy Coutable
2017-05-10Load tree readme asynchronouslyDouwe Maan
2017-05-04Merge branch '31671-merge-request-message-contains-carriage-returns' into 'ma...Douwe Maan
2017-05-03removes the possibility of commit messages having carriage returnsTiago Botelho
2017-05-02Merge branch 'gitaly-branch-tag-count' into 'master' Sean McGivern
2017-04-28Fix Gitaly::Commit#is_ancestorKim "BKC" Carlbäcker
2017-04-28CleanupKim "BKC" Carlbäcker
2017-04-28Use Gitaly for getting Branch/Tag countsKim "BKC" Carlbäcker
2017-04-27Pass project to BlobDouwe Maan
2017-04-27Avoid including the MarkupHelperToon Claes
2017-04-27Refactor MarkupHelperDouwe Maan
2017-04-27Cache the rendered README, but post-process on showToon Claes
2017-04-17Merge branch 'fix-follow-with-multiple-paths' into 'master' Douwe Maan
2017-04-17Fix following with multiple pathsSean McGivern
2017-04-17Removes `Repository#version` method and testsDmitriy Zaporozhets
2017-04-12Merge branch 'gitaly-testing' into 'master' Rémy Coutable
2017-04-11Setup and run a Gitaly server for testing if GitalyClient is enabledAlejandro Rodríguez
2017-04-10Fix redundant cache expiration in Repositoryblackst0ne
2017-04-07Combine delegations in one lineJacob Vosmaer
2017-04-07Send more Gitaly::Repository fieldsJacob Vosmaer
2017-04-06Use Gitaly for Environment#first_deployment_forKim "BKC" Carlbäcker
2017-04-05Rename {create,inizialize}_raw_repositoryJacob Vosmaer
2017-04-04Incorporate Gitaly client for refs serviceAlejandro Rodríguez
2017-04-03Refactoring Projects::ImportServiceDouglas Barbosa Alexandre
2017-04-03Move methods that are not related to mirroring to the repository modelDouglas Barbosa Alexandre
2017-04-03Fetch GitHub project as a mirror to get all refs at onceDouglas Barbosa Alexandre
2017-03-30Make GitLab use Gitaly for commit_is_ancestorKim "BKC" Carlbäcker
2017-03-08Returns correct header data for commits endpointOswaldo Ferreira
2017-03-08Manually set total_count when paginating commitsJordan Ryan Reuter
2017-03-07Merge branch '28447-hybrid-repository-storages' into 'master' Sean McGivern
2017-03-03Update storage settings to allow extra values per shardAlejandro Rodríguez
2017-03-03Use separate error class for cherry-pick and revert tree errorsDouwe Maan
2017-03-03Fix cherry-picking or reverting through an MRDouwe Maan
2017-03-01Fix creating a file in an empty repo using the APIDouwe Maan
2017-02-25Merge branch '23062-allow-git-log-to-accept-follow-and-skip' into 'master' Robert Speicher
2017-02-24Fix specDouwe Maan
2017-02-24We don't need these checks anymoreDouwe Maan
2017-02-24Address reviewDouwe Maan
2017-02-24Rename commit_file, commit_dir and remove_file and update specsDouwe Maan
2017-02-24Consistently create, update, and delete files, taking CRLF settings into accountDouwe Maan
2017-02-23Make Git history follow renames again by performing the --skip in RubyRémy Coutable