| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use fuzzy search with minimum length of 3 characters where appropriatedm-search-pattern | Douwe Maan | 2017-11-27 | 1 | -1/+1 |
| | | |||||
| * | Use Gitlab::SQL::Pattern where appropriate | Douwe Maan | 2017-11-24 | 1 | -0/+5 |
| | | |||||
| * | add `#with_metadata` scope to remove a N+1 from the notes' API | micael.bergeron | 2017-11-21 | 1 | -0/+1 |
| | | |||||
| * | reverting to the simpler approach | micael.bergeron | 2017-11-16 | 1 | -1/+13 |
| | | |||||
| * | CE port of code changed for epicsjk-epic-changes-ce-port | Jarka Kadlecova | 2017-11-02 | 1 | -2/+6 |
| | | |||||
| * | Merge branch 'security-10-1' into '10-1-stable' | Jen-Shin Lin | 2017-10-17 | 1 | -1/+1 |
| | | | | | | Security fixes for 10.1 RC See merge request gitlab/gitlabhq!2209 | ||||
| * | Commenting on image diffs | Felipe Artur | 2017-10-07 | 1 | -4/+12 |
| | | |||||
| * | add controller spec | micael.bergeron | 2017-09-06 | 1 | -7/+4 |
| | | | | | also fix some code styling issues | ||||
| * | rework the contributor badge | micael.bergeron | 2017-09-06 | 1 | -0/+5 |
| | | | | | | - only show in merge-requests - show as a little glyph | ||||
| * | round of fixes after code review | micael.bergeron | 2017-09-06 | 1 | -3/+11 |
| | | |||||
| * | WIP: refactor the first-contributor to Issuable | micael.bergeron | 2017-09-06 | 1 | -1/+24 |
| | | | | | | | | this will remove the need make N queries (per-note) at the cost of having to mark notes with an attribute this opens up the possibility for other special roles for notes | ||||
| * | Fix specs | Douwe Maan | 2017-08-30 | 1 | -1/+1 |
| | | |||||
| * | Prefer polymorphism over `is_a?` | Douwe Maan | 2017-08-17 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'master' into issue-discussions-refactor | Filipa Lacerda | 2017-08-10 | 1 | -10/+10 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (42 commits) alternative route for download archive Add missing command to compile GetText files Prevent user from changing username with container registry tags Rename RPC 'Exists' to 'RepositoryExists' Fix the sticky changes bar on commits page Fix ee_compat_check when EE branch uses a prefix Removed display styles when hiding the fly out navigation Explain why we use select all for project_url_constrainer.rb Fix pikaday being undefined Add a helper to stub storage settings with defaults Enable the Layout/SpaceBeforeBlockBraces cop update Install from Source instructions Translations can be picked without asking for exceptions Ask for exceptions in advance Don't require stackprof in Gemfile Synchronous Korean translation in zanata Use full path of user's avatar in webhooks Update icon color on hover Align all nav items in sidebar Fix height of collapsed sidebar items ... | ||||
| | * | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-cop | Rémy Coutable | 2017-08-09 | 1 | -10/+10 |
| | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | Expire ETag cache on note when award emoji changes | Sean McGivern | 2017-07-21 | 1 | -11/+11 |
| |/ | |||||
| * | Cache Note#notable for commits and fix testsrequest-store-wrap | Lin Jen-Shin | 2017-07-18 | 1 | -1/+1 |
| | | |||||
| * | Added Cop to blacklist the use of `dependent:` | Yorick Peterse | 2017-07-06 | 1 | -2/+2 |
| | | | | | | | | | This is allowed for existing instances so we don't end up 76 offenses right away, but for new code one should _only_ use this if they _have_ to remove non database data. Even then it's usually better to do this in a service class as this gives you more control over how to remove the data (e.g. in bulk). | ||||
| * | Create and use project path helpers that only need a project, no namespace | Douwe Maan | 2017-07-05 | 1 | -2/+1 |
| | | |||||
| * | Enable Style/DotPosition Rubocop :cop: | Grzegorz Bizon | 2017-06-21 | 1 | -3/+3 |
| | | |||||
| * | Rename "Slash commands" to "Quick actions" | Eric Eastwood | 2017-06-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand` | ||||
| * | Added Cop to blacklist polymorphic associations | Yorick Peterse | 2017-06-07 | 1 | -1/+1 |
| | | | | | | | | | One should really use a separate table instead of using polymorphic associations. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11168 for more information. | ||||
| * | Merge remote-tracking branch 'origin/master' into ↵ | Luke "Jared" Bennett | 2017-06-02 | 1 | -1/+1 |
| |\ | | | | | | | fix-realtime-edited-text-for-issues-9-3 | ||||
| | * | Move includes call to scopedm-discussions-n-plus-1 | Douwe Maan | 2017-05-31 | 1 | -1/+1 |
| | | | |||||
| * | | Port fix-realtime-edited-text-for-issues 9-2-stable fix to master. | Luke "Jared" Bennett | 2017-05-31 | 1 | -0/+1 |
| |/ | |||||
| * | Address review | Douwe Maan | 2017-05-24 | 1 | -6/+1 |
| | | |||||
| * | Fix specsdm-outdated-system-note | Douwe Maan | 2017-05-23 | 1 | -2/+5 |
| | | |||||
| * | Add system note with link to diff comparison when MR discussion becomes outdated | Douwe Maan | 2017-05-23 | 1 | -8/+9 |
| | | |||||
| * | Add comment to notes aliases | blackst0ne | 2017-05-04 | 1 | -0/+2 |
| | | |||||
| * | Add alias_attributes for notes | blackst0ne | 2017-05-04 | 1 | -0/+3 |
| | | |||||
| * | Add last_edited_at and last_edited_by attributes | blackst0ne | 2017-05-04 | 1 | -0/+1 |
| | | |||||
| * | Allow commenting on older versions of the diff and comparisons between diff ↵dm-link-discussion-to-outdated-diff | Douwe Maan | 2017-05-03 | 1 | -9/+13 |
| | | | | | versions | ||||
| * | Display issuable state only in notes and issuable description | Adam Niedzielski | 2017-04-19 | 1 | -1/+1 |
| | | | | | Closes #30964 | ||||
| * | Merge branch '30457-expire-note-destroy' into 'master' | Sean McGivern | 2017-04-12 | 1 | -0/+1 |
| |\ | | | | | | | | | | | | | Fix issue's note cache expiration after delete Closes #30457 See merge request !10461 | ||||
| | * | Fix issue's note cache expiration after delete | mhasbini | 2017-04-11 | 1 | -0/+1 |
| | | | |||||
| * | | Link to outdated diff in older MR version from outdated diff discussion | Douwe Maan | 2017-04-08 | 1 | -2/+6 |
| |/ | |||||
| * | Fix bug where commit comment would not show up in the right discussion on ↵ | Douwe Maan | 2017-04-07 | 1 | -2/+2 |
| | | | | | the MR page | ||||
| * | Refactor resolvability checks based on type | Douwe Maan | 2017-04-06 | 1 | -5/+4 |
| | | |||||
| * | Customize Start discussion message according to if the noteable can be ↵ | Alfredo Sumaran | 2017-04-05 | 1 | -0/+4 |
| | | | | | resolvable | ||||
| * | Remove and ignore notes.original_discussion_id column | Douwe Maan | 2017-04-05 | 1 | -0/+3 |
| | | |||||
| * | Address review comments | Douwe Maan | 2017-04-05 | 1 | -1/+3 |
| | | |||||
| * | Address review comments | Douwe Maan | 2017-04-05 | 1 | -7/+10 |
| | | |||||
| * | Correctly display multiple separate discussions on the same diff line | Douwe Maan | 2017-04-05 | 1 | -3/+2 |
| | | |||||
| * | Don't use original_discussion_id | Douwe Maan | 2017-04-05 | 1 | -24/+3 |
| | | |||||
| * | Extract commonalities between DiffDiscussion and LegacyDiffDiscussion | Douwe Maan | 2017-04-05 | 1 | -8/+1 |
| | | |||||
| * | Add specs | Douwe Maan | 2017-04-05 | 1 | -5/+22 |
| | | |||||
| * | Better notification emails for notes and (diff) discussions | Douwe Maan | 2017-04-05 | 1 | -1/+1 |
| | | |||||
| * | Add option to start a new discussion on an MR | Douwe Maan | 2017-04-05 | 1 | -38/+74 |
| | | |||||
| * | Create metadata when creating system notes | Jarka Kadlecova | 2017-03-28 | 1 | -1/+1 |
| | | |||||
| * | Add system_note_metadata model | Jarka Kadlecova | 2017-03-28 | 1 | -1/+4 |
| | | |||||
