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-19Merge branch 'moved-submodules' into 'master'Rémy Coutable
2017-06-16repository: index submodules by pathDavid Turner
2017-06-16Add table for files in merge request diffsSean McGivern
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-08Move diffable? method from Repository to Diff::FileDouwe Maan
2017-06-06Fix Diff::Position#diff_file for positions on straight diffsDouwe Maan
2017-06-05Merge branch '31983-increase-merge-request-diff-file-size-limit-for-default-t...Douwe Maan
2017-06-02Merge branch 'fix/use-new-gitaly-commit-diff-rpc' into 'master'Robert Speicher
2017-06-02Increase diff limits to 100 KB for collapse and 200 KB overallSean McGivern
2017-06-02Use the new Gitaly CommitDiff RPCAhmad Sherif
2017-06-02Rename `Gitlab::Git::EncodingHelper` to `Gitlab::EncodingHelper`Bob Van Landuyt
2017-06-01Merge branch 'dm-collapsed-blob' into 'master'Sean McGivern
2017-05-31Change no_limits to limitsDouwe Maan
2017-05-31Fix Diff#too_large? and specsDouwe Maan
2017-05-31Make .gitmodules parsing more resilient to syntax errorsDouwe Maan
2017-05-30Avoid crash when trying to parse string with invalid UTF-8 sequenceBob Van Landuyt
2017-05-30Consistent diff and blob size limit namesDouwe Maan
2017-05-23Add test that shows DiffCollection restart bugJacob Vosmaer
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-10Enable the Style/TrailingCommaInArguments copRémy Coutable
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
2017-05-04Sort the network graph both by commit date and topographically.Timothy Andrew
2017-05-03Merge branch 'fix-gitaly-not-found' into 'master' Douwe Maan
2017-05-03Merge branch 'rs-described_class-cop-2' into 'master' Douwe Maan
2017-05-02Re-enable ref operations with gitaly after not-found fixAlejandro Rodríguez
2017-05-01Auto-correct `RSpec/DescribedClass` violationsRobert Speicher
2017-04-28Fix RSpecKim "BKC" Carlbäcker
2017-04-27Fix ordering of commits in the network graph.Timothy Andrew
2017-04-20Return empty string on UTF8 conversion with U_STRING_NOT_TERMINATED_WARNING e...James Lopez
2017-04-20Refactor changing files in web UIDouwe Maan
2017-04-18Fix specsDouwe Maan
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::RevList and add a new #new_refs methodRémy Coutable
2017-04-10Retrieve Git-specific env in Gitlab::Git::Repository#ruggedRémy Coutable
2017-04-10Add a Gitlab::Git::Env to store Git-specific env thread-safelyRémy Coutable
2017-04-04Incorporate Gitaly client for refs serviceAlejandro Rodríguez
2017-04-02Fix symlink icon in project treemhasbini
2017-03-30Support >1 path in Gitlab::Git::Repository#logSean McGivern
2017-03-25Fix RSpec/DescribeSymbol cop violationsRobert Speicher
2017-03-17Merge branch 'feature/use-gitaly-for-commit-show' into 'master'Robert Speicher
2017-03-16Fix archive prefix bug for refs containing dotsMark Fletcher
2017-03-15Use Gitaly for CommitController#showAhmad Sherif
2017-03-14Allow to override GITLAB_GIT_TEST_REPO_URL to specify a different gitlab-git-...Rémy Coutable
2017-03-08Returns correct header data for commits endpointOswaldo Ferreira
2017-03-08Fix pagination headers for repository commits api endpointGeorge Andrinopoulos
2017-03-02Ensure archive download is only one directory deepMark Fletcher
2017-02-25Merge branch '23062-allow-git-log-to-accept-follow-and-skip' into 'master' Robert Speicher