summaryrefslogtreecommitdiff
path: root/app/models/note.rb
Commit message (Expand)AuthorAgeFilesLines
* Explicitly define ordering in models using default_scopeDmitriy Zaporozhets2015-02-051-0/+1
* Code improvements according to styleguideDmitriy Zaporozhets2015-01-221-2/+5
* Merge pull request #8607 from skburgart/fix-typosDmitriy Zaporozhets2015-01-211-1/+1
|\
| * Fix various typosSteven Burgart2015-01-181-1/+1
* | Only count the user's last voteMichael Clarke2015-01-191-0/+17
|/
* If noteable is nil - make discussion outdatedDmitriy Zaporozhets2015-01-101-0/+1
* Fix random Argument error when update noteDmitriy Zaporozhets2014-12-151-1/+1
* Merge branch 'commit-comments' of https://gitlab.com/jeroenj/gitlab-ce into j...Dmitriy Zaporozhets2014-11-121-3/+17
|\
| * Adds comments to commits in the APIJeroen Jacobs2014-09-261-3/+17
* | Merge pull request #7617 from pkill/issue-280-commit-note-notificationsDmitriy Zaporozhets2014-11-121-2/+2
|\ \
| * | Issue-280 Send notifications when a note is added to a commit and author is a...Alex Elman2014-11-051-2/+2
* | | Do not allow cross reference note in a mr if a mr contains mentioned commit.Marin Jankovski2014-11-051-1/+10
|/ /
* | DRY mentioned in magic note constantCiro Santilli2014-10-191-2/+14
* | Prevent PG::Error exception when check commit reference on commitDmitriy Zaporozhets2014-10-061-4/+9
* | Make Mentionables work for cross-project refsVinnie Okada2014-10-031-4/+69
|/
* Refactoring inside refactoring. We need to go deeperDmitriy Zaporozhets2014-09-081-4/+18
* Use new diff parsing logicDmitriy Zaporozhets2014-09-081-7/+32
* Pluralize commit text for note when push to existing MRDmitriy Zaporozhets2014-09-051-1/+2
* Add comment to merge request when new push happensDmitriy Zaporozhets2014-09-051-0/+18
* Dont allow edit or remove of system notesDmitriy Zaporozhets2014-08-291-0/+4
* Add search method to Note classDmitriy Zaporozhets2014-08-261-0/+4
* Moved some behaviour to one placeJeroen van Baarsen2014-07-251-3/+1
* Make app works with strong paramsDmitriy Zaporozhets2014-06-261-6/+6
* Note strong_paramsDmitriy Zaporozhets2014-06-261-2/+0
* User model to strong params. Comment other attr_accessible to let tests runDmitriy Zaporozhets2014-06-261-2/+2
* dont render discussion diff unless note is for diffDmitriy Zaporozhets2014-06-251-0/+2
* Improve discussionsDmitriy Zaporozhets2014-06-241-3/+19
* Remove NotesObserverDmitriy Zaporozhets2014-06-171-0/+5
* Wipe wall notes featureDmitriy Zaporozhets2014-06-131-6/+0
* Make a system comment when issue milestone changedDmitriy Zaporozhets2014-06-101-0/+16
* Refactor link to new diff note renderingDmitriy Zaporozhets2014-06-061-5/+9
* Editing previewskv-headless2014-04-151-3/+4
* Re-annotate modelsDmitriy Zaporozhets2014-04-091-3/+3
* Add values to default fields to prevent 500 error when migrate from MySQL to ...Dmitriy Zaporozhets2014-04-091-0/+2
* New bindings to vote on notes.Marin Jankovski2014-03-201-2/+4
* Fix bug with cross-reference note on commitDmitriy Zaporozhets2014-02-071-4/+10
* Remove deprecated findersskv2014-01-191-2/+2
* Add note for assignee changesDrew Blessing2014-01-061-0/+12
* Make note anchors actually workDmitriy Zaporozhets2013-12-251-23/+46
* Fix dashboard event cachingDrew Blessing2013-12-131-0/+15
* added thumbsup and thumsdown emoji voting with rspec testsvagrant2013-11-281-2/+4
* Annotate!Dmitriy Zaporozhets2013-10-011-0/+1
* Link issues from comments and automatically close themash wilson2013-08-251-2/+34
* ReannotateDmitriy Zaporozhets2013-08-211-2/+3
* Merge branch 'master' into karlhungus-mr-on-forkDmitriy Zaporozhets2013-08-081-8/+44
|\
| * Fix find_diff for note when noteable is nilDmitriy Zaporozhets2013-08-051-1/+1
| * Move diff parsing to own class. Correctly identify note diff lineDmitriy Zaporozhets2013-08-041-4/+15
| * Dont show comment on diff if diff line was changed after comment leftDmitriy Zaporozhets2013-08-041-0/+11
| * Store diff with line note. It makes possible to see inline notes with proper ...Dmitriy Zaporozhets2013-08-041-8/+22
* | Style changes from review with @randxIzaak Alpert2013-07-171-14/+14