Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-14Support discussion locking in the backendJarka Kadlecova
2017-09-06WIP: refactor the first-contributor to Issuablemicael.bergeron
2017-09-06fix #35161, add a first-time contributor badgemicael.bergeron
2017-09-06Resolve outdated diff discussions on pushSean McGivern
2017-08-17Misc tweaksDouwe Maan
2017-08-07Convert ?full_data=1 -> ?view=full_dataSean McGivern
2017-07-28Merge branch 'fix-replying-to-commit-comment-in-mr-from-fork' into 'master'Douwe Maan
2017-07-28Fix replying to commit comments on MRs from forksSean McGivern
2017-07-25Removed inline JS in shared HAML filesPhil Hughes
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-29Render add-diff-note button with server.Bryce Johnson
2017-06-15Rename "Slash commands" to "Quick actions"Eric Eastwood
2017-06-07Added more actions and report as abuse to all notesLuke "Jared" Bennett
2017-06-01Fix replying to a commit discussion displayed in the context of an MRDouwe Maan
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
2017-05-05Support comments for personal snippetsJarka Kadlecova
2017-05-03Allow commenting on older versions of the diff and comparisons between diff v...Douwe Maan
2017-04-08Some code tweaksDouwe Maan
2017-04-08Fix views after rebaseDouwe Maan
2017-04-08Fix specs and make tweaksDouwe Maan
2017-04-08Add link to diff header tooDouwe Maan
2017-04-05Address review commentsDouwe Maan
2017-04-05Address review commentsDouwe Maan
2017-04-05Correctly display multiple separate discussions on the same diff lineDouwe Maan
2017-04-05Don't use original_discussion_idDouwe Maan
2017-04-05Fix some specsDouwe Maan
2017-04-05Add option to start a new discussion on an MRDouwe Maan
2016-09-20Fix note form hint showing slash commands supported for commitsRémy Coutable
2016-08-17Store discussion_id on Note for faster discussion lookup.Douwe Maan
2016-08-04Comment & resolve button no longer looks for can-resolve attributePhil Hughes
2016-08-04Merge branch 'master' into diff-line-comment-vuejsDouwe Maan
2016-08-02Speedup DiffNote#active? on discussions, preloading noteables and avoid touch...Paco Guzman
2016-07-29Moved most of the data handling into discussion & notes modelsPhil Hughes
2016-07-29Merge branch 'master' into diff-line-comment-vuejsDouwe Maan
2016-07-27Optimize maximum user access level lookup in loading of notesStan Hu
2016-07-26Comment & resolve button text is done through VueJSPhil Hughes
2016-07-26Use sha1 of discussion ID.Douwe Maan
2016-07-24Added resolve button to discussionsPhil Hughes
2016-07-21Add Discussion model to represent MR/diff discussionDouwe Maan
2016-07-08Do not set `@use_legacy_diff_notes`Douwe Maan
2016-07-08Fix behavior around MRs that need legacy diff notesDouwe Maan
2016-07-08Merge branch 'master' into faster-diffsDouwe Maan
2016-07-07Display new diff notes and allow creation through the web interfaceDouwe Maan
2016-07-07Extract parts of LegacyDiffNote into DiffOnNote concern and move part of resp...Douwe Maan
2016-07-07Style diff and blob file headers the same wayDouwe Maan
2016-07-06Simplify HAML code using unless condition and nestingPaco Guzman
2016-07-06Diffs will create button/diff form on demand no on server sideJacob Schatz
2016-06-29Be explicit which project and user ID are memoizedStan Hu
2016-06-29Memoize the maximum access level for the author of notesStan Hu
2016-05-14Extract LegacyDiffNote out of NoteDouwe Maan