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-08Move diffable? method from Repository to Diff::FileDouwe Maan
2017-05-31Remove entry variableDouwe Maan
2017-05-31Make .gitmodules parsing more resilient to syntax errorsDouwe Maan
2017-05-18Merge branch 'gitaly-local-branches' into 'master'Douwe Maan
2017-05-18Incorporate Gitaly's local_branches operation into repo codeAlejandro Rodríguez
2017-05-16Re-enable gitaly migration for ref_name_for_sha after bugfixesAlejandro Rodríguez
2017-05-15Merge branch 'use-gitaly-migrate' into 'master' Douwe Maan
2017-05-15Don't reuse gRPC channelsJacob Vosmaer
2017-05-11Use gitaly_migrate helper on all current migrations in repositoryAlejandro Rodríguez
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
2017-05-09Remove some unused Gitlab::Git codeJacob Vosmaer
2017-05-04Merge branch '30973-network-graph-sorted-by-date-and-topo' into 'master' Douwe Maan
2017-05-04Sort the network graph both by commit date and topographically.Timothy Andrew
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-02Re-enable ref operations with gitaly after not-found fixAlejandro Rodríguez
2017-05-02Merge branch 'gitaly-branch-tag-count' into 'master' Sean McGivern
2017-04-28Fix Gitaly::Commit#is_ancestorKim "BKC" Carlbäcker
2017-04-28Use Gitaly for getting Branch/Tag countsKim "BKC" Carlbäcker
2017-04-27Fix ordering of commits in the network graph.Timothy Andrew
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-10Retrieve Git-specific env in Gitlab::Git::Repository#ruggedRémy Coutable
2017-04-07Use Gitlab::Git::Repository#gitaly_... moreJacob Vosmaer
2017-04-07Send more Gitaly::Repository fieldsJacob Vosmaer
2017-04-06Hopefully this worksKim "BKC" Carlbäcker
2017-04-06Use Gitaly for Environment#first_deployment_forKim "BKC" Carlbäcker
2017-04-04Incorporate Gitaly client for refs serviceAlejandro Rodríguez
2017-04-02Merge branch 'use-gitaly-commit-is-ancestor' into 'master' Robert Speicher
2017-03-30Merge branch 'allow-multiple-paths-in-repository-log' into 'master' Robert Speicher
2017-03-30Make GitLab use Gitaly for commit_is_ancestorKim "BKC" Carlbäcker
2017-03-30Support >1 path in Gitlab::Git::Repository#logSean McGivern
2017-03-28Use Rugged::SORT_NONE instead of Rugged::SORT_DATEAdam Niedzielski
2017-03-28Remove unused method Gitlab::Git::Repository#commits_sinceAdam Niedzielski
2017-03-16Fix archive prefix bug for refs containing dotsMark Fletcher
2017-03-08Returns correct header data for commits endpointOswaldo Ferreira
2017-03-08Fix pagination headers for repository commits api endpointGeorge Andrinopoulos
2017-03-02Merge branch '28805-download-archive-with-branch-like-feature-xxxx-add-extra-...Rémy Coutable
2017-03-02Ensure archive download is only one directory deepMark Fletcher
2017-03-01Enable and autocorrect the CustomErrorClass copSean McGivern
2017-02-25Merge branch '23062-allow-git-log-to-accept-follow-and-skip' into 'master' Robert Speicher
2017-02-24Consistently create, update, and delete files, taking CRLF settings into accountDouwe Maan
2017-02-23Optimize a bit Gitlab::Git::Repository#log_by_shell and its specsRémy Coutable
2017-02-23Make Git history follow renames again by performing the --skip in RubyRémy Coutable
2017-02-23Stylistic tweaksDouwe Maan
2017-02-23ActiveSupport delegation is preferred over ForwardableDouwe Maan
2017-02-23Enable Rails/DelegateDouwe Maan
2017-01-17Remove some useless require_relative statementsRémy Coutable
2017-01-05Use configured git rather than system gitRobert Schilling
2017-01-05Ensure internal Gitlab::Git references use the namespaceRobert Speicher