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 (Collapse)Author
2015-11-23Refactor MergeWhenBuildSucceedsService and incorporate feedbackZeger-Jan van de Weg
2015-11-20Monkey patching TaskList::Item is no longer required. #2296Rubén Dávila
2015-11-20Generate system note after Task item has been updated on Issue or Merge ↵Ruben Davila
Request. #2296 Everytime the User check or uncheck a Task Item from the Issue or Merge Request description, a new update is going to be added to the activity logs of the Issue or Merge Request. Note that when using the edit form, you can only update the Task item status or add/delete/modify existing ones. Doing both actions is not fully supported.
2015-11-18API support, incorporated feedbackZeger-Jan van de Weg
2015-11-02Merge when build succeedsZeger-Jan van de Weg
2015-10-21Clean up MR refresh service somewhat.Douwe Maan
2015-10-16Reorder system note verb to say "Restored source branch X" instead of ↵Stan Hu
"Source branch X restored"
2015-10-16Improve SystemNote interface for branch add/restore caseStan Hu
2015-10-16Add a system note and update relevant merge requests when a branch is ↵Stan Hu
deleted or re-added If a branch is deleted with an open merge request, amended offline, and then pushed again, GitLab doesn't bother to update the merge request even though the last commit ID and/or code may have changed. This MR ensures that each push will update any relevant merge requests and adds a system note if this happens as well. Closes #2926
2015-06-14Fix hooks for web based events with external issue referencesDaniel Gerhardt
The creation of cross references for external issues (which would fail) is now prevented. Fixes #1650, GH-9333.
2015-05-29Support editing target branch of merge requestStan Hu
Closes https://github.com/gitlabhq/gitlabhq/issues/7105 See: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/130
2015-05-27Merge branch 'rs-to_reference' into 'master'Dmitriy Zaporozhets
Add to_reference method to referable models Now there is a single source of information for which attribute a model uses to be referenced, and its special character. See merge request !641
2015-05-27Add a note when an Issue or Merge Request's title changesRobert Speicher
2015-05-26More SystemNoteService cleanupRobert Speicher
2015-05-11Refactor SystemNoteService.cross_reference_disallowed?Robert Speicher
2015-05-11Update SystemNoteService method naming conventionsRobert Speicher
Now the verb comes first, and there is no restriction on singular/plural.
2015-05-11Remove legacy special case for emphasized reference notesRobert Speicher
2015-05-11Add a SystemNoteService classRobert Speicher
There's a lot of code in the Note model that only deals with creating system notes, so we're going to split that into its own class.