summaryrefslogtreecommitdiff
path: root/app/models/note.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | MR on fork: Email fixes, style fixesIzaak Alpert2013-07-171-9/+9
* | Merge Request on forked projectsIzaak Alpert2013-07-171-20/+20
|/
* Merge branch 'master' into 6-0-devDmitriy Zaporozhets2013-06-241-0/+2
|\
| * Show participants on issues, including mentions, and notify email to all part...Javier Castro2013-06-241-0/+2
* | AnnotatedDmitriy Zaporozhets2013-06-191-2/+2
|/
* Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8...Dmitriy Zaporozhets2013-06-041-0/+6
|\
| * Notes fixedAndrew8xx82013-03-251-0/+6
* | Update app code to use Gitlab::Git::DiffDmitriy Zaporozhets2013-04-151-3/+3
* | Fix notes for commits inside MR being squashed in one discussionDmitriy Zaporozhets2013-04-041-1/+1
* | fix not inline comments being hidden cause line_code = ''Dmitriy Zaporozhets2013-04-041-1/+1
* | remove notify checkboxes from note formsDmitriy Zaporozhets2013-03-281-11/+0
|/
* Result of misspellings run.Kevin Lyda2013-03-171-1/+1
* All scopes must be in lambdasAndrew8xx82013-02-121-2/+2