summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-sorting-by-votes-on-groups-page' into 'master' Douwe Maan2016-03-231-1/+1
|\
| * Fix sorting issues/mrs by votes on the groups pagefix-sorting-by-votes-on-groups-pageDouglas Barbosa Alexandre2016-03-211-1/+1
* | Merge branch 'notifications-for-subscribers-confidential-issue-labels' into '...Douwe Maan2016-03-231-4/+4
|\ \
| * | Fix issues count on labels pagenotifications-for-subscribers-confidential-issue-labelsDouglas Barbosa Alexandre2016-03-221-4/+4
* | | Do not allow to move issue if it has not been persistedmove-issue-section-should-not-be-displayed-in-the-new-issue-form-14489Grzegorz Bizon2016-03-231-1/+2
|/ /
* | Address feedbackDouwe Maan2016-03-222-7/+10
* | Merge branch 'master' into issue_12658Douwe Maan2016-03-218-15/+67
|\ \ | |/
| * Merge branch '2489-soft-delete-issues' into 'master' Douwe Maan2016-03-213-2/+9
| |\
| | * Merge branch 'master' into 2489-soft-delete-issuesZeger-Jan van de Weg2016-03-216-13/+57
| | |\
| | * | Minor improvements on IssuableActionsZeger-Jan van de Weg2016-03-211-2/+2
| | * | Dry destroy action on issuablesZeger-Jan van de Weg2016-03-196-14/+9
| | * | Hide delete botton on edit pageZeger-Jan van de Weg2016-03-192-2/+5
| | * | Soft delete issuablesZeger-Jan van de Weg2016-03-193-1/+10
| * | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/safe-import...James Lopez2016-03-2135-321/+705
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'issues-show-performance' into 'master' Robert Speicher2016-03-214-12/+32
| | |\ \
| | | * | Cache output of Repository#exists?Yorick Peterse2016-03-193-9/+29
| | | * | Tweaked performance of Issue#related_branchesYorick Peterse2016-03-191-3/+3
| | | |/
| | * | Merge branch 'master' into feature/issue-moveGrzegorz Bizon2016-03-202-5/+10
| | |\ \ | | | |/
| | * | Merge branch 'master' into feature/issue-moveGrzegorz Bizon2016-03-1911-73/+169
| | |\ \
| | * | | Improvements in issue move feaure (refactoring)Grzegorz Bizon2016-03-191-0/+9
| | * | | Prevent issue move if issue has been already movedGrzegorz Bizon2016-03-171-0/+12
| | * | | Add field that references issue this issue has been moved toGrzegorz Bizon2016-03-171-0/+3
| | * | | Add feature specs for issue moveGrzegorz Bizon2016-03-171-1/+1
| | * | | Add access-level filter support for projects selectGrzegorz Bizon2016-03-171-1/+1
| | * | | Make it possible to move issue if user is a reporterGrzegorz Bizon2016-03-171-1/+0
| | * | | Add issue move ability and use it in move serviceGrzegorz Bizon2016-03-171-1/+2
| * | | | update safe_import_url to prevent tokens to be showed by the UIJames Lopez2016-03-211-0/+1
* | | | | Fix specDouwe Maan2016-03-211-2/+7
* | | | | Fix specsDouwe Maan2016-03-201-2/+2
* | | | | Fix some specsDouwe Maan2016-03-201-8/+2
* | | | | Fix group project selection in IssuableFinderDouwe Maan2016-03-202-5/+1
* | | | | Tweaks, refactoring, and specsDouwe Maan2016-03-203-39/+41
* | | | | Merge branch 'master' into issue_12658Douwe Maan2016-03-2013-58/+156
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'remove-wip' into 'master' Jacob Schatz2016-03-191-1/+7
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/master' into remove-wipRémy Coutable2016-03-1839-434/+843
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Improve the "easy WIP & un-WIP from link" featureRémy Coutable2016-03-181-1/+1
| | * | | | Merge branch 'master' into remove-wipDouwe Maan2016-02-292-13/+41
| | |\ \ \ \
| | * | | | | Use specialized system notes when MR is (un)marked as WIPDouwe Maan2016-02-261-1/+7
| * | | | | | Merge branch 'issue-branch-iid-postfix' into 'master' Douwe Maan2016-03-191-4/+3
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | \#to_branch_name now uses the iid as postfixissue-branch-iid-postfixZeger-Jan van de Weg2016-03-181-4/+3
| * | | | | | Add a safeguard in MergeRequest#compute_diverged_commits_countRémy Coutable2016-03-181-1/+4
| |/ / / / /
| * | | | | Refactor `Todo#target`Douglas Barbosa Alexandre2016-03-181-5/+1
| * | | | | Rename `Todo#to_reference` to `Todo#target_reference`Douglas Barbosa Alexandre2016-03-181-1/+1
| * | | | | Use `Commit#short_id` instead of `Commit.truncate_sha`Douglas Barbosa Alexandre2016-03-181-1/+1
| * | | | | Reuse `for_commit?` on conditional validationsDouglas Barbosa Alexandre2016-03-181-2/+2
| * | | | | Update schema info comment on todo related filesDouglas Barbosa Alexandre2016-03-181-2/+3
| * | | | | Use todo.done without ! in the controller to mark todo as doneDouglas Barbosa Alexandre2016-03-181-1/+1
| * | | | | Trigger a todo for mentions on commits pageDouglas Barbosa Alexandre2016-03-181-1/+28
| * | | | | Merge branch 'fix-mr-source-sha' into 'master' Douwe Maan2016-03-181-1/+5
| |\ \ \ \ \
| | * | | | | Fix MergeRequest#source_sha when there is no diffPierre de La Morinerie2016-03-161-1/+5