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
2016-07-19Limit git rev-list output count to one in forced push checkAhmad Sherif
2016-07-19Fix help page paths to make sure shortcuts and the UI help page work.Connor Shea
2016-07-19Merge branch 'allow-deploy-key-to-download-public-projects' into 'master' Rémy Coutable
2016-07-19squashed - added avatar saver/restorer and specsJames Lopez
2016-07-19Allow to pull code with deploy key from public projectsKamil Trzcinski
2016-07-19Squashed - fix encoding issueJames Lopez
2016-07-19Merge branch 'cs-gemojione-3' into 'master' Robert Speicher
2016-07-19Merge branch '19820-safer-diffs' into 'master' Douwe Maan
2016-07-18Collapsed diffs lines/size don't accumulate to overflow diffs.Paco Guzman
2016-07-18Upgrade Gemojione from 2.6.1 to 3.0.1.Connor Shea
2016-07-18Merge branch 'undo-revert-of-4892' into 'master' Rémy Coutable
2016-07-18allow empty repos on import/exportJames Lopez
2016-07-18Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable
2016-07-18Merge branch 'fix-lfs-ci-fetch' into 'master' Rémy Coutable
2016-07-15Merge branch 'feature.rouge-20' into 'master' Robert Speicher
2016-07-15Merge branch 'fix/project-export-filename' into 'master' Douwe Maan
2016-07-15Merge branch 'fix/ee-to-ce-import'Douwe Maan
2016-07-15Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/project-exp...James Lopez
2016-07-15Merge branch 'disable-statement-timeout' into 'master' Robert Speicher
2016-07-15Fix LFS specsKamil Trzcinski
2016-07-15Fix fetching LFS objects for private CI projectsKamil Trzcinski
2016-07-15add project name and namespace to filename on project exportJames Lopez
2016-07-15Disable statement timeout outside of transaction and during adding concurrent...Stan Hu
2016-07-15Disable PostgreSQL statement timeout during migrationsStan Hu
2016-07-14use the proper variable names o_Ohttp://jneen.net/
2016-07-14style: factor out `@lexer` into a methodhttp://jneen.net/
2016-07-14fix Gitlab::Highlight#initializer bugs from rebasehttp://jneen.net/
2016-07-14use the local lexer variable to respect plain: ...http://jneen.net/
2016-07-14inline #rouge_formatterhttp://jneen.net/
2016-07-14use the new token_lines interface to format lineshttp://jneen.net/
2016-07-14kill the :cssclass optionhttp://jneen.net/
2016-07-14kill the nowrap optionhttp://jneen.net/
2016-07-14the call site always specifies this optionhttp://jneen.net/
2016-07-14do this thing in a clearer wayhttp://jneen.net/
2016-07-14fixed similar issue with gitlab.com importer because why not!James Lopez
2016-07-14fix updated_at not preserved after import - for GitLab projectsJames Lopez
2016-07-14fix EE => CE project import, and updated JSON specJames Lopez
2016-07-13Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher
2016-07-13Merge branch 'better-parallel-diff' into 'master' Robert Speicher
2016-07-13Keeps issue number when importing from Gitlab.comDouglas Barbosa Alexandre
2016-07-13Implement last round of review comments from !4892.Timothy Andrew
2016-07-13Move all "checks" under `GitLab::Checks`.Timothy Andrew
2016-07-13Appease rubocop.Timothy Andrew
2016-07-13Refactor `Gitlab::GitAccess`Timothy Andrew
2016-07-13Enforce "developers can merge" during `pre-receive`.Timothy Andrew
2016-07-13Added "developers can merge" setting to protected branchesMathias Vestergaard
2016-07-13Merge branch 'multi-line-inline-diff' into 'master' Douwe Maan
2016-07-13Actually render old and new sections of parallel diff next to each otherDouwe Maan
2016-07-13Rename constant to be more descriptiveDouwe Maan
2016-07-12Extended regexes ignore whitespace, so use \sDouwe Maan