summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* Preserve created at time of notes when moving issueGrzegorz Bizon2016-03-201-1/+2
* Merge branch 'master' into feature/issue-moveGrzegorz Bizon2016-03-203-2/+27
|\
| * Merge branch 'remove-wip' into 'master' Jacob Schatz2016-03-192-0/+25
| |\
| | * Merge remote-tracking branch 'origin/master' into remove-wipRémy Coutable2016-03-1821-121/+259
| | |\
| | * | Improve the "easy WIP & un-WIP from link" featureRémy Coutable2016-03-182-7/+4
| | * | Merge branch 'master' into remove-wipDouwe Maan2016-02-293-8/+6
| | |\ \
| | * | | Use specialized system notes when MR is (un)marked as WIPDouwe Maan2016-02-262-0/+28
| * | | | Merge branch 'issue-branch-iid-postfix' into 'master' Douwe Maan2016-03-192-2/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | \#to_branch_name now uses the iid as postfixissue-branch-iid-postfixZeger-Jan van de Weg2016-03-182-2/+2
* | | | | Rename reference unfolder to rewriter, minor refactoringsGrzegorz Bizon2016-03-201-2/+2
* | | | | Update reference unfolder according to recent ability changesGrzegorz Bizon2016-03-191-1/+2
* | | | | Merge branch 'master' into feature/issue-moveGrzegorz Bizon2016-03-199-37/+77
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'no-gc-retry' into 'master' Robert Speicher2016-03-181-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Do not retry "git gc"Jacob Vosmaer2016-03-171-1/+1
| * | | | Use `Note#for_project_snippet?` to skip notes on project snippetDouglas Barbosa Alexandre2016-03-181-1/+1
| * | | | Trigger a todo for mentions on commits pageDouglas Barbosa Alexandre2016-03-181-25/+40
| * | | | Merge branch 'confidential-issues' into 'master' Douwe Maan2016-03-183-7/+4
| |\ \ \ \
| | * | | | Restrict access to confidential issues on search resultsDouglas Barbosa Alexandre2016-03-172-2/+3
| | * | | | Restrict access for confidential issues on autocompleteDouglas Barbosa Alexandre2016-03-171-5/+1
| * | | | | Merge branch 'issue_14374' into 'master' Robert Speicher2016-03-181-3/+4
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Check push permissions only when pushing directly to target branch.issue_14374Rubén Dávila2016-03-171-3/+4
| * | | | | Cache project avatars stored in GitYorick Peterse2016-03-171-1/+1
| |/ / / /
| * | | | Merge branch 'master' into new-branch-button-issueZeger-Jan van de Weg2016-03-172-12/+16
| |\ \ \ \
| * | | | | Incorporate the review and update specZeger-Jan van de Weg2016-03-151-2/+2
| * | | | | Incorporate reviewZeger-Jan van de Weg2016-03-151-1/+1
| * | | | | Link in the note when started a new branch from an issueZeger-Jan van de Weg2016-03-151-1/+4
| * | | | | Enhance new branch button on an issueZeger-Jan van de Weg2016-03-152-4/+17
| * | | | | new-branch-buttonZeger-Jan van de Weg2016-03-151-0/+11
* | | | | | Improvements in issue move feaure (refactoring)Grzegorz Bizon2016-03-192-52/+39
* | | | | | Prevent issue move if issue has been already movedGrzegorz Bizon2016-03-171-2/+7
* | | | | | Update methods that use issue close serviceGrzegorz Bizon2016-03-173-3/+3
* | | | | | Add minor improvements in code related to issue moveGrzegorz Bizon2016-03-172-26/+15
* | | | | | Add new notifications for issue move actionGrzegorz Bizon2016-03-172-2/+17
* | | | | | Reuse existing issue services when moving issueGrzegorz Bizon2016-03-174-51/+25
* | | | | | Add initial notifications and hooks for issue moveGrzegorz Bizon2016-03-172-7/+38
* | | | | | Add access-level filter support for projects selectGrzegorz Bizon2016-03-171-2/+2
* | | | | | Make it possible to move issue if user is a reporterGrzegorz Bizon2016-03-171-2/+2
* | | | | | Preserve original author when moving issueGrzegorz Bizon2016-03-171-21/+19
* | | | | | Move reference unfolder for GFM to separate classGrzegorz Bizon2016-03-171-5/+2
* | | | | | Use internal reference extractor in banzai unfold pipelineGrzegorz Bizon2016-03-171-17/+9
* | | | | | Add reference unfold pipeline used when moving issueGrzegorz Bizon2016-03-171-4/+7
* | | | | | Minor refactoring of issue move service and specsGrzegorz Bizon2016-03-171-15/+17
* | | | | | Rewrite references in notes when moving issueGrzegorz Bizon2016-03-171-2/+7
* | | | | | Take care about data being rewritten when moving issueGrzegorz Bizon2016-03-171-3/+1
* | | | | | Use a new issue create service when moving an issueGrzegorz Bizon2016-03-171-5/+24
* | | | | | Do not pass unsanitized params to issue move serviceGrzegorz Bizon2016-03-171-5/+2
* | | | | | Rewrite references in issue description when moving itGrzegorz Bizon2016-03-171-1/+16
* | | | | | Silently close old issue when it has been movedGrzegorz Bizon2016-03-171-7/+5
* | | | | | Add issue move ability and use it in move serviceGrzegorz Bizon2016-03-171-6/+3
* | | | | | Add implementation that rewrites issue notes when movingGrzegorz Bizon2016-03-171-5/+18