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-06-25Delete non-latest merge request diff files upon diffs reloadOswaldo Ferreira
2018-06-12Merge branch 'gitaly-disk-access-3' into 'master'Douwe Maan
2018-06-12Find and mark more Git disk access locations, part 2Jacob Vosmaer
2018-06-11Don't use Gitlab::Utils.nlbr in Gitlab::GitJacob Vosmaer (GitLab)
2018-06-08Resolve "Automatically created MR uses wrong target branch (when branching fr...Athar Hameed
2018-06-05Merge branch '42751-rename-mr-maintainer-push' into 'master'Robert Speicher
2018-06-01Resolve "Update `updated_at` on an issue/mr on every issue/mr changes"🙈 jacopo beschi 🙉
2018-06-01Rephrase "maintainer" to more precise "members who can merge to the target br...Mark Chao
2018-05-29Add 'squash and rebase' feature to CEblackst0ne
2018-05-17Create TODO when MR became unmergeablelulalala
2018-05-17Add cannot_be_merged_recheck merge_statuslulalala
2018-05-02Save and expose only generic merge errorJan Provaznik
2018-04-11Prevent new merge requests for archived projectsBob Van Landuyt
2018-04-06Fix 500 error when MR from fork has conflicts but worker has not runSean McGivern
2018-03-26Send notification emails when push to a merge requestYarNayar
2018-03-15Only cache MR diffs for one weekSean McGivern
2018-03-15Only cache highlight results for latest MR diffsSean McGivern
2018-03-07Allow a user to select `allow maintainer to push`Bob Van Landuyt
2018-03-05Merge branch 'wip-slash-command-on-mr-description' into 'master'Rémy Coutable
2018-03-01Fetch commit signatures from Gitaly in batchesAhmad Sherif
2018-03-01/wip slash command on MR creationAdam Pahlevi
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2018-02-14Fix closing issues text added to MRs for external issue trackersSean McGivern
2018-02-13Fix Error 500s creating merge requests with external issue trackerStan Hu
2018-02-06Merge branch 'gitaly-lfs-client-prep' into 'master'Robert Speicher
2018-02-02Refactor Gitlab::Git code related to LFS changes for Gitaly migrationAlejandro Rodríguez
2018-02-02Merge branch '40793-fix-mr-title-for-jira' into 'master'Sean McGivern
2018-02-02Resolve "Incorrect merge request title when Jira activated and multiple commi...Andrew McCallum
2018-02-02Merge branch 'osw-system-notes-for-commits-regression' into 'master'Sean McGivern
2018-02-02Fix and improve stubbed test for WIP commit refOswaldo Ferreira
2018-02-02Reload MRs memoization after diffs creationOswaldo Ferreira
2018-02-01Merge branch '36009-user-default-project-creator-in-factories' into 'master'Robert Speicher
2018-01-31Make user/author use project.creator in most factoriesRémy Coutable
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2018-01-29Close and do not reload MR diffs when source branch is deletedOswaldo Ferreira
2018-01-17Merge branch 'sh-backport-10-3-4-security-fixes' into 'master'Oswaldo Ferreira
2018-01-17Merge branch '41727-target-branch-name' into 'master'Sean McGivern
2018-01-17Set target_branch to the ref branch when creating MR from issueJarka Kadlecová
2018-01-17Merge branch '41567-projectfix' into 'security-10-3'Sean McGivern
2018-01-12Merge branch 'feature/migrate-rebase-to-gitaly' into 'master'Robert Speicher
2018-01-11Merge branch 'Ben305/gitlab-ce-36669-default-mr-title-with-external-issues' i...Grzegorz Bizon
2018-01-10Never set special MR titles for external issuesSean McGivern
2018-01-10Migrate Gitlab::Git::Repository#rebase to GitalyAhmad Sherif
2018-01-09Store only generic message if rebase failsJan Provaznik
2018-01-09Fix incorrect default merge request title when external issue tracker is acti...Benedikt Huss
2018-01-05Backport 'Rebase' feature from EE to CEJan Provaznik
2018-01-04Merge branch 'osw-introduce-merge-request-statistics' into 'master'Sean McGivern
2018-01-02Cache merged and closed events data in merge_request_metrics tableOswaldo Ferreira
2017-12-27Incorporate ConflictsService.ListConflictFiles Gitaly RPCAlejandro Rodríguez
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne