该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 4月 13, 2024
-
-
由 Chad Lavimoniere 创作于
When a user has a comment draft saved in localstorage, we do not indicate that on page load at all; the user can only see their comment draft by clicking reply and seeing the draft populated into the markdown editor. This MR changes the noteable_discussion component's behavior such that it exposes the markdown editor with the user's comment draft on page load if there is a saved draft for the comment in localstorage. Changelog: fixed
-
- 3月 25, 2024
-
-
由 Taras Tadai 创作于
-
- 8月 15, 2023
-
-
由 Frédéric Caplette 创作于
We are moving away from VueX in favour of Vue and ApolloClient. We want to ling against new VueX imports to make sure to warn developers not to introduce new stores.
-
- 6月 16, 2023
-
-
由 Sascha Eggenberger 创作于
Changelog: changed
-
- 6月 07, 2023
-
-
由 Deepika Guliani 创作于
Changelog: fixed
-
- 6月 06, 2023
-
-
由 Hinam Mehra 创作于
- When there is a validation error when adding a new note or replying to a discussion, display the error message on top of the note in question, instead of at the top of the viewing window - Remove the placeholder note and return context to the note-form Changelog: fixed
-
- 3月 17, 2023
-
-
由 Miguel Rincon 创作于
This change is a refactor to not leave "bad examples" in the test code wrongly restoring `window.gon` to its previous states unnecessarily.
-
- 3月 09, 2023
-
-
* update @gitlab/eslint-plugin to the 18.2.0 * enable vtu-no-explicit-wrapper-destroy rule for spec files
-
- 12月 16, 2022
-
-
由 Stanislav Lashmanov 创作于
-
- 9月 01, 2022
-
-
由 Florie Guibert 创作于
No user facing changes
-
- 8月 12, 2022
-
-
由 Illya Klymov 创作于
* act on @vue/test-utils 1.x deprecations to prepare for Vue3 upgrade
-
- 6月 23, 2022
-
-
由 Stanislav Lashmanov 创作于
-
- 6月 13, 2022
-
-
由 Kushal Pandya 创作于
Renames comment button title in discussion reply form to `Reply` when note is public, for internal notes, it remains `Reply internally`. Changelog: changed
-
- 4月 05, 2022
-
-
由 Marcel van Remmerden 创作于
This change fixes a bug where only "Markdown is supported" instead of "Markdown" and "quick actions are supported" links are shown when editing issue descriptions and comments Changelog: fixed
-
- 11月 20, 2021
-
-
由 Paul Slaughter 创作于
This reverts commit c76dc705, reversing changes made to e7a39d48.
-
- 11月 02, 2021
-
-
由 Thomas Randolph 创作于
When you scroll a discussion halfway up the page, the Jump To Next Unresolved Discussion button will go to the discussion after that one. When you scroll the page such that a discussion scrolls down through the middle of the page and below it, the Jump button considers that discussion the "next" in line to be seen, and will scroll to it. Changelog: added
-
- 10月 07, 2021
-
-
由 Albert Salim 创作于
- spec/frontend/monitoring - spec/frontend/notebook - spec/frontend/notes
-
- 6月 07, 2021
-
-
由 Phil Hughes 创作于
This fixes a bug where merge requests imported from GitHub would cause the reply button to throw a JS error because the discussion has no diff_refs. Changelog: fixed Closes https://gitlab.com/gitlab-org/gitlab/-/issues/332574
-
- 3月 31, 2021
-
-
由 Kerri Miller 创作于
Added in 13.6
-
- 3月 03, 2021
-
-
由 Eulyeon Ko 创作于
loadJSONFixtures and preloadFixtures aren't used in jest specs. - Update eslint config - Remove preloadFixtures calls from the jest specs - Remove preloadFixtures and loadJSONFixtures from test_setup.js
-
- 2月 18, 2021
-
-
由 Mike Greiling 创作于
In discussion threads there is a "Reply..." button styled to look like a textarea which, when clicked, will open up a full GFM discussion form with a textarea element. This changes this button into an actual textarea to improve accessibility.
-
- 2月 15, 2021
-
-
由 Vitaly Slobodin 创作于
See https://gitlab.com/gitlab-org/frontend/eslint-plugin/-/issues/18 for more information.
-
- 12月 25, 2020
-
-
由 Illya Klymov 创作于
`@vue/test-utils` 1.x deprecate `setMethods`
-
- 12月 24, 2020
-
-
由 Lukas Eipert 创作于
Part of our prettier migration; changing the arrow-parens style.
-
- 8月 18, 2020
-
- 8月 17, 2020
-
-
由 Vitaly Slobodin 创作于
We follow this imports order: // 1. "external" modules import _ from 'lodash'; import chalk from 'chalk'; // 2. "internal" and aliased modules import foo from 'src/foo'; // 3. modules from a "parent" directory import foo from '../foo'; import qux from '../../foo/qux'; // 4. "sibling" modules from the same or a sibling's directory import bar from './bar'; import baz from './bar/baz'; // 5. "index" of the current directory import main from './';
-
- 5月 08, 2020
-
-
由 Lukas Eipert 创作于
See https://gitlab.com/gitlab-org/gitlab/-/issues/202172 This is part of multiple merge requests in order to reduce the risk of breaking master
-
- 4月 02, 2020
-
-
由 Lukas 'Eipi' Eipert 创作于
We are migrating all specs in javascripts/notes to frontend/notes
-
- 1月 30, 2020
-
-
由 Justin Boyson 创作于
Move jump logic into mixin. Remove logic from consuming components.
-
- 1月 10, 2020
-
-
由 Illya Klymov 创作于
This commit removes { sync: false } accross entire codebase This is useless since upgrade to @vue/test-utils 1.0.0.beta-30
-
- 12月 30, 2019
-
-
由 Alexandru Croitor 创作于
Login or register widget used to be displayed if user cannot reply which is not always right, as for instance when project is archived or perhaps issue is locked and user cannot post a comment.
-
- 11月 23, 2019
-
-
由 sstern 创作于
Fix karma violations with vue test utils by ensuring components are mounted correctly
-
- 11月 12, 2019
-
-
由 Thomas Randolph 创作于
Since the Noteable Discussion already had pretty robust test coverage of the header, this is basically just moving the code for the component and the tests that cover it to a separate file.
-
- 9月 12, 2019
-
-
由 Samantha Ming 创作于
- Show if user can_resolve all of the notes
-
- 7月 03, 2019
-
-
由 Natalia Tepluhina 创作于
- all commits squashed to make danger review happy
-
- 7月 02, 2019
-
-
由 Michel Engelen 创作于
-
由 Michel Engelen 创作于
-
由 Michel Engelen 创作于
-
由 Michel Engelen 创作于
-
- 6月 26, 2019
-
-
由 Michel Engelen 创作于
-