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-13Don't show new MR URL after push when it doesn't make senseDouwe Maan
2016-08-11api for generating new merge requestScott Le
2016-08-11Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-08-09remove offending empty linewinniehell
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-18Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable
2016-07-13Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher
2016-07-13Enforce "developers can merge" during `pre-receive`.Timothy Andrew
2016-07-12Avoid `describe`-ing symbols in specsRobert Speicher
2016-07-04Handle custom Git hook result in GitLab UIValery Sizov
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-03Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski
2016-06-03Fix other places where we still use commit attribute of BuildKamil Trzcinski
2016-06-03Fix more places where we should rename ci_commit to pipelineKamil Trzcinski
2016-06-03Rename Ci::Build commit to pipelineKamil Trzcinski
2016-06-02Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski
2016-05-29Update specs to carry out changes in note factoryGrzegorz Bizon
2016-05-24Enable RSpec/NotToNot cop and auto-correct offensesRobert Speicher
2016-05-21Merge branch 'rm-source-branch' into 'master' Douwe Maan
2016-05-21Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan
2016-05-20Allows MR authors to have the source branch removed when merging the MRJeroen Jacobs
2016-05-18Create DiffFilter and change SystemNoteService#change_title to use Gitlab::Di...Adam Butler
2016-05-17Create a todo on failing MR buildSean McGivern
2016-05-06Don't auto-set MR title for confidential issuesSean McGivern
2016-05-06Auto-set title for branches created from issuesSean McGivern
2016-05-06Add specs for MergeRequests::BuildServiceSean McGivern
2016-04-22Update specs to accomodate issuable assign changesGrzegorz Bizon
2016-03-15Improving the original label-subscribing implementationRémy Coutable
2016-03-15Original implementation to allow users to subscribe to labelsTimothy Andrew
2016-03-03Use Gitlab::Git::DiffCollectionsJacob Vosmaer
2016-02-22Check the HEAD of branch when doing Merge When SucceededKamil Trzcinski
2016-02-22Merge branch 'tasks' into 'master' Douglas Barbosa Alexandre
2016-02-20Rename Tasks to TodosDouglas Barbosa Alexandre
2016-02-20Fix rubocop offensesDouglas Barbosa Alexandre
2016-02-20Create a pending task when a user is mentioned when edit a issue/mr/noteDouglas Barbosa Alexandre
2016-02-20Marks pending tasks for an user as done when he close the MRDouglas Barbosa Alexandre
2016-02-20Marks pending tasks for an user as done when he edit a MRDouglas Barbosa Alexandre
2016-02-20Create a pending task when an MR is assigned to someoneDouglas Barbosa Alexandre
2016-02-20Discover branches for commit statuses ref-less when doing merge when succeededKamil Trzcinski
2016-02-20Fix Merge When Succeeded for multiple stagesKamil Trzcinski
2016-01-20Use a MR with commits.Rubén Dávila
2015-12-11Fix errorsKamil Trzcinski
2015-12-09Merge branch 'master' into split-up-buildsDouwe Maan
2015-12-09Tag service specsDouwe Maan
2015-12-07Merge branch 'master' into merge-if-greenZeger-Jan van de Weg