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-08-03switch from diff_file_collection to diffsPaco Guzman
2016-08-03Introduce Compare model in the codebase.Paco Guzman
2016-08-03Move to Gitlab::Diff::FileCollectionPaco Guzman
2016-08-01webhooks: include old revision in MR update eventsBen Boeckel
2016-07-29Properly abort a merge when merge conflicts occurStan Hu
2016-07-29Use `Gitlab::Access` to protected branch access levels.Timothy Andrew
2016-07-29Fix `git_push_service_spec`Timothy Andrew
2016-07-29Fix default branch protection.Timothy Andrew
2016-07-22Merge branch 'fix-data-integrity-issue-with-repository-downloads-path' into '...Douwe Maan
2016-07-21Merge branch 'rs-bulk-issues-update-spec' into 'master' Robert Speicher
2016-07-21Extract helper methods to clean up RepositoryArchiveCleanUpService specDouglas Barbosa Alexandre
2016-07-21Use Dir.mktmpdir instead of FileUtils.mkdir_p in the specDouglas Barbosa Alexandre
2016-07-21Use find instead Ruby to remove files due to performance reasonsDouglas Barbosa Alexandre
2016-07-21Cover the behavior RepositoryArchiveCleanUpService with testsDouglas Barbosa Alexandre
2016-07-21Add service to clean up repository archive cacheDouglas Barbosa Alexandre
2016-07-21Refactor Issues::BulkUpdateService specRobert Speicher
2016-07-19Get rid of `is_image` in FileUploaderRémy Coutable
2016-07-19Merge branch 'caironoleto/gitlab-ce-cn-issue-19747'Douwe Maan
2016-07-18Merge branch 'undo-revert-of-4892' into 'master' Rémy Coutable
2016-07-18Merge branch 'track-pipeline-user' into 'master' Rémy Coutable
2016-07-18Merge branch 'fix-deployment-creation-on-build-retry' into 'master' Rémy Coutable
2016-07-18Merge branch 'allow-to-pull-public-images' into 'master' Rémy Coutable
2016-07-18Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable
2016-07-16Fix creation of deployment on build that is retried, redeployed or rollbackKamil Trzcinski
2016-07-15Merge branch 'kradydal/gitlab-ce-create-todos-when-issue-author-assigne-or-me...Douwe Maan
2016-07-15Fix mentioned users list on diff notesDouglas Barbosa Alexandre
2016-07-15Make rubocop happyKamil Trzcinski
2016-07-15Track a user who created a pipelineKamil Trzcinski
2016-07-15Allow to access Container Registry for Public and Internal projectsKamil Trzcinski
2016-07-15Allow bulk (un)subscription from issues in issue indexCairo Noleto
2016-07-14When Issue author assign or mention himself Todos are createdKatarzyna Kobierska
2016-07-13Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher
2016-07-13Implement last round of review comments from !4892.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-12Avoid `describe`-ing symbols in specsRobert Speicher
2016-07-12Reset project pushes_since_gc when we enqueue the git gc callPaco Guzman
2016-07-12Expire the branch cache after `git gc` runsStan Hu
2016-07-11Allow SentNotification#position to be set as string or hashDouwe Maan
2016-07-07Add comment with diff to DiffPositionUpdateService specDouwe Maan
2016-07-07Add tests for DiffPositionUpdateServiceDouwe Maan
2016-07-07Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan
2016-07-04Handle custom Git hook result in GitLab UIValery Sizov
2016-07-04Better message for git hooks and file locksValery Sizov
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-30Merge branch 'fix-external-issue-rendering' into 'master' Robert Speicher
2016-06-30Expire branch/tag git data when needed.Paco Guzman
2016-06-30Fix broken spec in git_push_service_spec by stubbing an external issue trackerStan Hu
2016-06-30Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez
2016-06-27Merge branch 'fix-18997' into 'master' Robert Speicher