summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Does not raise an error when Todo is already marked as doneDouglas Barbosa Alexandre2016-02-231-1/+1
* Ensure we don't check a commit's description for revert message if it has no ...Rémy Coutable2016-02-221-1/+1
* Merge branch 'tasks' into 'master' Douglas Barbosa Alexandre2016-02-223-1/+56
|\
| * "X assigned you Y" instead of "X assigned Y"Douwe Maan2016-02-201-11/+0
| * Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-203-4/+4
| * Refactoring task queue partialsDouglas Barbosa Alexandre2016-02-201-6/+6
| * Improve formatted message for tasks when action is a mentionDouglas Barbosa Alexandre2016-02-201-1/+1
| * Use destroy, in case we ever have before_destroy callbacks on TaskDouglas Barbosa Alexandre2016-02-201-1/+1
| * Fix task factoryDouglas Barbosa Alexandre2016-02-201-1/+1
| * Create a pending task when a user is mentioned on a noteDouglas Barbosa Alexandre2016-02-202-0/+8
| * Create a pending task when a user is mentioned on issue/mrDouglas Barbosa Alexandre2016-02-201-0/+2
| * Remove task abilities, since we will only ever show the user their ownDouglas Barbosa Alexandre2016-02-201-11/+0
| * Allow user to mark each task as done manuallyDouglas Barbosa Alexandre2016-02-202-0/+15
| * Add tasks queue list pageDouglas Barbosa Alexandre2016-02-201-0/+23
| * Add task modelDouglas Barbosa Alexandre2016-02-202-1/+30
* | Merge branch 'merge-when-succeeded' into 'master' Douwe Maan2016-02-222-10/+15
|\ \
| * | Fix Merge When Succeeded for multiple stagesKamil Trzcinski2016-02-192-10/+15
* | | Flush emptiness caches whenever neededYorick Peterse2016-02-201-0/+4
| |/ |/|
* | Merge branch 'visibletrap/gitlab-ce-label'Douwe Maan2016-02-191-7/+8
|\ \
| * | Label description and Label rowTap2016-02-171-7/+8
* | | Merge branch 'rs-blob' into 'master' Douwe Maan2016-02-201-0/+34
|\ \ \
| * | | Add a `Blob` model that wraps `Gitlab::Git::Blob`rs-blobRobert Speicher2016-02-181-0/+34
* | | | Merge branch '12792-emoji-as-text-diff-comment'Douwe Maan2016-02-191-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Improve #set_award! on the Note model12792-emoji-as-text-diff-commentZeger-Jan van de Weg2016-02-191-4/+1
| * | | Emoji reponses on diffs aren't award emojiZeger-Jan van de Weg2016-02-191-0/+4
* | | | Merge branch 'issue_3276' into 'master' Jacob Schatz2016-02-192-0/+18
|\ \ \ \
| * | | | Some refactor for CSS after code review.Rubén Dávila2016-02-031-0/+3
| * | | | Add specs.Rubén Dávila2016-02-021-0/+1
| * | | | Add elpased time.Rubén Dávila2016-02-021-0/+9
| * | | | Add labels tab to milestone detail view.Rubén Dávila2016-02-022-0/+5
* | | | | Merge branch 'commit-status-fix' into 'master' Kamil Trzciński2016-02-192-4/+4
|\ \ \ \ \
| * | | | | Fix missing ignored? for GenericCommitStatuscommit-status-fixKamil Trzcinski2016-02-192-4/+4
* | | | | | More updates from the last code review.Rubén Dávila2016-02-192-5/+3
* | | | | | Don't use `self` when looking for cross-references!Rubén Dávila2016-02-191-1/+1
* | | | | | Some updates from last code review.Rubén Dávila2016-02-192-4/+4
* | | | | | Make #commit_with_hooks return the new obj id plus some other fixes.Rubén Dávila2016-02-191-4/+3
* | | | | | Don't show revert button if commit/MR has already been reverted.Rubén Dávila2016-02-192-6/+30
* | | | | | Make more robust the test to see if a commit has been previously reverted.Rubén Dávila2016-02-191-5/+5
* | | | | | Refactor commit message for revert commit.Rubén Dávila2016-02-191-3/+3
* | | | | | No longer need to ignore temporary branch.Rubén Dávila2016-02-191-1/+1
* | | | | | Use a reference to the MR when reverting MRs.Rubén Dávila2016-02-191-1/+7
* | | | | | Fix build and add specsRubén Dávila2016-02-191-2/+1
* | | | | | Some fixes and refactors for code related to forks.Rubén Dávila2016-02-191-2/+0
* | | | | | Don't make Repository#revert aware of MRs.Rubén Dávila2016-02-191-3/+3
* | | | | | Some updates after last code review.Rubén Dávila2016-02-192-6/+6
* | | | | | Add link to fork if user can't revert MR.Rubén Dávila2016-02-191-0/+2
* | | | | | Update copy and URLs used when reverting MRs.Rubén Dávila2016-02-191-0/+6
* | | | | | Remove no longer required methods on MR.Rubén Dávila2016-02-191-12/+0
* | | | | | Big refactor for #revert_commit.Rubén Dávila2016-02-191-29/+11
* | | | | | Fix commit message plus other little fix.Rubén Dávila2016-02-192-3/+2