summaryrefslogtreecommitdiff
path: root/app/models/note.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix small issues.Douwe Maan2015-04-241-4/+4
* Fix errors.Douwe Maan2015-04-241-2/+2
* Move participants method to shared Participable concern.Douwe Maan2015-04-241-0/+2
* Link cross-project cross-reference notes to correct project.Douwe Maan2015-04-241-35/+11
* Use project.commit convenience method.Douwe Maan2015-04-241-2/+2
* Merge branch 'rs-mentionable-examples-refactor' into 'master'Dmitriy Zaporozhets2015-04-231-2/+2
|\
| * Note#cross_reference_exists? should be checking the noteable_type alsoRobert Speicher2015-04-161-2/+2
* | Merge branch 'better-commit-mentions' into 'master'Dmitriy Zaporozhets2015-04-201-8/+0
|\ \ | |/ |/|
| * Clean up code around commit mentions.Douwe Maan2015-04-151-8/+0
* | Fix merge request comments on files with multiple commitsDominik Sander2015-04-151-1/+5
|/
* Support configurable attachment size via Application SettingsStan Hu2015-04-021-2/+8
* Don't include system notes in issue/MR comment count.notes-count-without-systemDouwe Maan2015-03-231-0/+1
* Fix cross references when usernames, milestones, or project names contain und...Stan Hu2015-03-191-10/+15
* Revert "Note: add default_scope { order(created_at: :asc, id: :asc) }"Dmitriy Zaporozhets2015-03-181-1/+0
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-03-181-0/+1
|\
| * Note: add default_scope { order(created_at: :asc, id: :asc) }Samuel Bernard2015-03-181-0/+1
* | Fix condensed range in MR push comment.Douwe Maan2015-03-181-2/+6
|/
* Merge branch 'condensed-mr-commits' into 'master'Dmitriy Zaporozhets2015-03-071-4/+27
|\
| * Use 2 periods instead of 3 to signify inclusive range.Douwe Maan2015-03-061-1/+1
| * Condense commits already in target branch when updating merge request source ...Douwe Maan2015-03-061-4/+27
* | Added comment notification events to HipChat and Slack services.Stan Hu2015-03-061-0/+8
|/
* Fix commit comments on first line of diff not rendering in Merge Request Disc...Douwe Maan2015-02-201-9/+9
* Add labels notesNikita Verkhovin2015-02-081-0/+30
* Add index on order columnsDmitriy Zaporozhets2015-02-061-1/+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