Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2023-05-03 | 1 | -1/+13 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-12-16 | 1 | -87/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-11-15 | 1 | -0/+12 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-10-04 | 1 | -0/+12 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-09-27 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-09-23 | 1 | -2/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-08-25 | 1 | -18/+18 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-06-10 | 1 | -4/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-05-25 | 1 | -2/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-04-13 | 1 | -0/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-04-04 | 1 | -6/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-03-29 | 1 | -2/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-11-24 | 1 | -0/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-11-20 | 1 | -4/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-11-16 | 1 | -2/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-11-08 | 1 | -0/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-11-05 | 1 | -1/+7 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-09-21 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-07-13 | 1 | -1/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-06-22 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-06-18 | 1 | -2/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-04-14 | 1 | -0/+7 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-02-25 | 1 | -0/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-02-14 | 1 | -8/+8 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-02-04 | 1 | -6/+17 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-02-01 | 1 | -8/+8 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-12-23 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-10-05 | 1 | -2/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-08-20 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-08-12 | 1 | -0/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-05-07 | 1 | -2/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-26 | 1 | -37/+56 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-30 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-11 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-05 | 1 | -4/+7 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-18 | 1 | -1/+12 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-11 | 1 | -9/+18 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-27 | 1 | -3/+4 |
| | |||||
* | Change the way totalNotes is calculatedid-change-total-notes-calculation | Igor Drozdov | 2019-08-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | totalNotes is only used to prerender a number of skeleton containers until real notes are loaded issuable.discussions makes multiple requests, so too expensive for this This commit uses mere notes for this and sends actual totalNotes number if it's less than 10; otherwise it sends 10 - it allows us to avoid bunch of skeleton prerenderings, which are not necessary since they doesn't fit into the whole screen and disappear quite fast | ||||
* | Vue-i18n: app/assets/javascripts/notes directory | Ezekiel Kigbo | 2019-07-04 | 1 | -1/+2 |
| | | | | | i18n linting for .vue files under the app/assets/javascripts/notes directory | ||||
* | Move NoteApp tests to Jest | Winnie Hellmann | 2019-06-03 | 1 | -0/+4 |
| | |||||
* | Extract discussion notes into new component | Paul Gascou-Vaillancourt | 2019-05-01 | 1 | -1/+2 |
| | | | | | | | | | - Moved discussion notes out of `NoteableDiscussion` component into a new `DiscussionNotes` component - Wrote Jest tests for the new `DiscussionNotes` component - Updated Jest config for emojis fixtures - Updated Karma tests `NoteableDiscussion` to match its new structure - Convert `DiffDiscussions` tests to use Vue test utils | ||||
* | Add support for toggling discussion filter from notes section | Kushal Pandya | 2019-02-26 | 1 | -0/+3 |
| | | | | | | Adds discussion note style section under notes app from where user can toggle discussion when they have selected a filter to show only system notes. | ||||
* | CE backport of design-management-issue-tab | Phil Hughes | 2019-02-20 | 1 | -0/+7 |
| | | | | Backports template and Vue changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9632 to CE | ||||
* | Remove noteId prop from ReplyButton component | Winnie Hellmann | 2019-02-18 | 1 | -1/+12 |
| | | | | Move convertToDiscussion call from ReplyButton to NoteApp component | ||||
* | Fix polling for replies to individual notes | Heinrich Lee Yu | 2019-02-14 | 1 | -1/+4 |
| | | | | | Sets `updated_at` so that the transformed note is returned together with the new reply | ||||
* | Add reply to notes to turn into discussions | Heinrich Lee Yu | 2019-02-06 | 1 | -1/+6 |
| | |||||
* | Remove Redcarpet markdown engine | Jan Provaznik | 2019-02-04 | 1 | -10/+1 |
| | | | | | This engine was replaced with CommonMarker in 11.4, it was deprecated since then. | ||||
* | Allow suggesting single line changes in diffs | Oswaldo Ferreira | 2018-12-13 | 1 | -0/+6 |
| | |||||
* | Fixed emoji awards not being added to notes | Phil Hughes | 2018-12-11 | 1 | -1/+1 |
| | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55141 |