summaryrefslogtreecommitdiff
path: root/app/models/note.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* change logic on line_codeDmitriy Zaporozhets2013-01-151-4/+10
* Merge commit 'master' into discussionsRiyad Preukschas2013-01-151-7/+8
|\
| * Remove unused methodsDmitriy Zaporozhets2013-01-051-4/+4
| * Continue refactoring. Use repostory and teamDmitriy Zaporozhets2013-01-041-1/+1
| * REpostiry, Team modelsDmitriy Zaporozhets2013-01-031-2/+3
* | Merge branch 'master' into discussionsRiyad Preukschas2012-12-231-3/+15
|\ \ | |/
| * Split commit_id and noteable_id for NoteDmitriy Zaporozhets2012-12-181-3/+7
| * Create events on comments and milestoneDmitriy Zaporozhets2012-12-141-0/+8
* | Revamped note form options.Riyad Preukschas2012-12-031-18/+0
* | Fix wall notesRiyad Preukschas2012-12-031-0/+4
* | Fix Note validationRiyad Preukschas2012-12-031-0/+1
* | Fix vote countingRiyad Preukschas2012-12-031-2/+14
* | Update notes views to support discussionsRiyad Preukschas2012-12-031-1/+1
* | Reorder Note methods and add helpersRiyad Preukschas2012-12-031-27/+58
|/
* remove length limit from notesNihad Abbasov2012-12-011-3/+2
* Annotated. schema updatedDmitriy Zaporozhets2012-11-191-17/+16
* Fix broken Note scopes with lambdas, 4.0 compatScott Holden2012-10-241-6/+6
* Make Note methods sanerRiyad Preukschas2012-10-131-8/+9
* Make notes for merge requests include commit notes and add helpersRiyad Preukschas2012-10-101-1/+5
* AnnotatedDmitriy Zaporozhets2012-10-091-0/+1
* simple refactoringAndrey Kumanyaev2012-10-091-7/+9
* cosmetical cleanup of modelsNihad Abbasov2012-09-271-27/+13
* annotate modelsNihad Abbasov2012-09-271-3/+3
* set activerecord whitelist_attributes to trueNihad Abbasov2012-09-261-1/+3
* Update Notes JS for reversed notesRiyad Preukschas2012-09-141-1/+1
* Update Note to load notes in the right orderRiyad Preukschas2012-09-141-1/+1
* Make notes recognize downvotesRiyad Preukschas2012-09-081-0/+6
* Update Note#upvote? to support emoji votingRobert Speicher2012-09-061-1/+1
* Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-101-19/+19
* Reannotatedrandx2012-06-261-5/+5
* Add method to Note to create notes about status changes.Robb Kidd2012-06-201-0/+8