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-01-16Merge branch 'jej/lfs-rev-list-handles-non-utf-paths-41627' into 'master'Stan Hu
2018-01-16Prevent RevList failing on non utf8 pathsJames Edwards-Jones
2018-01-16Merge branch 'feature/migrate-commit-uri-to-gitaly' into 'master'Sean McGivern
2018-01-15Migrate Commit#uri_type to GitalyAhmad Sherif
2018-01-15Migrate importing repository to GitalyAhmad Sherif
2018-01-15Merge branch 'feature/migrate-can-be-merged-to-gitaly' into 'master'Grzegorz Bizon
2018-01-12Merge branch 'feature/migrate-is-rebase-in-progress-to-gitaly' into 'master'Robert Speicher
2018-01-12Merge branch 'feature/migrate-rebase-to-gitaly' into 'master'Robert Speicher
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2018-01-11Migrate Repository#can_be_merged? to GitalyAhmad Sherif
2018-01-11Merge branch 'feature/migrate-merged-branch-names-to-gitaly' into 'master'Rémy Coutable
2018-01-11Migrate merged_branch_names to GitalyAhmad Sherif
2018-01-10Merge branch 'git-write-ref-prep' into 'master'Robert Speicher
2018-01-10Migrate Gitlab::Git::Repository#rebase to GitalyAhmad Sherif
2018-01-10Migrate rebase_in_progress? to GitalyAhmad Sherif
2018-01-09Migrate GitlabProject (re)move project endpointsZeger-Jan van de Weg
2018-01-09Client-prep Gitlab::Git::Repository#write_refKim "BKC" Carlbäcker
2018-01-08Merge branch 'remove-commit-tree' into 'master'Sean McGivern
2018-01-08Merge branch 'gitaly-fetch-internal-remote' into 'master'Sean McGivern
2018-01-07Fix error 500 when viewing commit and merge request diffsStan Hu
2018-01-05Incorporate RemoteService.FetchInternalRemote Gitaly RPCAlejandro Rodríguez
2018-01-05Move git operations for multi_action into Gitlab::GitAlejandro Rodríguez
2018-01-05Use --left-right and --max-count for counting diverging commitsLin Jen-Shin (godfat)
2018-01-05Merge branch 'zj-blob-batch' into 'master'Douwe Maan
2018-01-05Merge branch 'fix/prepare-rebase-to-be-migrated-to-gitaly' into 'master'Sean McGivern
2018-01-05Fix typos in a code commentZeger-Jan van de Weg
2018-01-04Remove the Commit#tree methodJacob Vosmaer
2018-01-04Merge branch 'ce-gitaly-remote-mirror-prep' into 'master'Dmitriy Zaporozhets
2018-01-04Prepare Gitlab::Git::Repository#rebase for Gitaly migrationAhmad Sherif
2018-01-04Merge branch 'feature/add-max-count-to-count-commits-rpc' into 'master'Rémy Coutable
2018-01-04Move git operations for UpdateRemoteMirrorService into Gitlab::GitAlejandro Rodríguez
2018-01-04Move delete_remote_branches from Gitlab::Shell to Gitlab::Git::RepositoryAlejandro Rodríguez
2018-01-04Move push_remote_branches from Gitlab::Shell to Gitlab::Git::RepositoryAlejandro Rodríguez
2018-01-03Merge branch 'sh-optimize-commit-stats' into 'master'Robert Speicher
2018-01-03Merge branch 'migrate-fork-repo-to-gitaly' into 'master'Robert Speicher
2018-01-03Merge branch 'gitaly-conflict-resolver' into 'master'Grzegorz Bizon
2018-01-03Speed up generation of commit stats by using Rugged native methodsStan Hu
2018-01-02Simplify conflict resolution interface and codeAlejandro Rodríguez
2018-01-02Migrate repo forking to GitalyAhmad Sherif
2018-01-02Reroute batch blobs to single blob RPCZeger-Jan van de Weg
2017-12-28Merge branch 'gitaly-opt-out' into 'master'Stan Hu
2017-12-28Unmark Gitaly features as OPT_OUT until the gRPC proxy issue is fixedAlejandro Rodríguez
2017-12-27Fix feature flags for Gitaly's RemoteService RPCsAlejandro Rodríguez
2017-12-27Incorporate ConflictsService.ResolveConflicts Gitaly RPCAlejandro Rodríguez
2017-12-27Incorporate ConflictsService.ListConflictFiles Gitaly RPCAlejandro Rodríguez
2017-12-27Add support for max_count option to Git::Repository#count_commitsAhmad Sherif
2017-12-25Merge branch 'gitaly-remotes' into 'master'Dmitriy Zaporozhets
2017-12-23Incorporate Gitaly's RemoteService RPCsAlejandro Rodríguez
2017-12-23Remove unused method `remote_exists?`Alejandro Rodríguez
2017-12-22Use gitlab-stylesRémy Coutable