该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 2月 13, 2024
-
- 10月 17, 2023
-
-
由 Dan Mizzi-Harris 创作于
-
- 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.
-
- 7月 28, 2023
-
-
由 Phil Hughes 创作于
Merge branch 'security-diff-comment-file-fix' into 'master' See merge request gitlab-org/security/gitlab!3401 Changelog: security
-
- 6月 13, 2023
-
-
由 Justin Ho Tuan Duong 创作于
- Fix rendering of discussions that do not have "diff_file.diff_refs". Some comments on a whole file (imported from GitHub) did not render properly as they use LegacyDiffNotes on the backend which does not include "diff_refs". This fix adds a fallback value for the old / new SHA to use "commit_id" which when passed, renders the correct file path. - Add "no_preview" option as a diffFile viewer option. This makes sure we don't show the "replaced" side-by-side option for file comments. Changelog: fixed
-
- 6月 07, 2023
-
-
由 Phil Hughes 创作于
This allows users to comment on the full diff file instead of only being allowed to comment on a line in a diff file.
-
- 11月 18, 2022
-
-
由 Dheeraj Joshi 创作于
This change moves all GlSafeHtmlDirective imports to use SafeHtml directive in `vue_shared` directory. This is a fork from gitlab ui which was added earlier to roll out changes more reliably. It also restricts future import of GlSafeDirective with the help of a new eslint rule.
-
- 5月 31, 2022
-
-
由 Marcel van Remmerden 创作于
Changelog: changed
-
- 5月 25, 2022
-
-
由 Florie Guibert 创作于
No visual changes
-
- 4月 08, 2022
-
-
由 Coung Ngo 创作于
Use webpack aliases to make import paths more readable
-
- 2月 03, 2022
-
-
由 Coung Ngo 创作于
-
- 11月 19, 2021
-
-
由 Dheeraj Joshi 创作于
-
- 9月 02, 2021
-
-
- 2月 15, 2021
-
-
由 Vitaly Slobodin 创作于
See https://gitlab.com/gitlab-org/frontend/eslint-plugin/-/issues/18 for more information.
-
- 12月 24, 2020
-
-
由 Lukas Eipert 创作于
Part of our prettier migration; changing the arrow-parens style.
-
- 12月 04, 2020
-
-
由 Thomas Randolph 创作于
-
- 11月 26, 2020
-
-
由 Phil Hughes 创作于
This changes the positioning of the image diff comments from absolute x & y positions to instead use percents. These percents then mean that the comment bubble can correctly adjust depending on the screen size. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/225961
-
- 10月 26, 2020
-
-
由 Thomas Randolph 创作于
Of course, this means that there's a bunch of logic to coordinate the new flag with the original - `automaticallyCollapsed` - flag. In addition: the UI is updated to use the new flag whenever it's been set, but to continue to fall back to the old flag. This is primarily facilitated by a new helper utility for diff files to do the resolution in a single centralized place. Of note: the diff_file is updated to depend on the global store as the authoritative source of determining whether the file is collapsed or not. The previous version kept a local `isCollapsed` in sync with the global store, which introduced a huge amount of interwoven complexity. The update ingests the resolved collapsed state from the store when various observed properties update instead of inverting that flow. This is a full refactor of file collapsing. Because the previous version was a single flag, then modified with a user preference (file-by-file), there were some issues including a THIRD possible way that collapsing works. This update slightly simplifies how collapsing works by depending more heavily on the two flags stored in state and only modifying them with the user preference when necessary.
-
- 9月 29, 2020
-
-
由 Thomas Randolph 创作于
- This leaves a small inaccuracy since now the "manual" (user) collapsed files are toggling the "automatic" flag. This will be resolved in an upcoming merge request.
-
- 9月 02, 2020
-
-
由 peterhegman 创作于
Will be replaced with GlSkeletonLoader, but for not this just indicates that GlSkeletonLoading is deprecated
-
- 8月 26, 2020
-
-
由 Dheeraj Joshi 创作于
This enables an eslint rule to prevent usage of v-html to avoid potential XSS vulnerabilities
-
- 5月 20, 2020
-
-
由 Thomas Randolph 创作于
Also updates other components that eventually use the same component
-
- 4月 10, 2020
-
-
由 Thomas Randolph 创作于
-
由 Justin Boyson 创作于
Error is just a boolean and should never be displayed.
-
- 4月 02, 2020
-
-
由 Lukas 'Eipi' Eipert 创作于
We are migrating all specs in javascripts/notes to frontend/notes
-
- 3月 17, 2020
-
-
由 Lukas Eipert 创作于
The eslint rule paths have changed. So we need to explitly change to the shorter path
-
- 12月 11, 2019
-
-
由 Takuya Noguchi 创作于
only for CE-specific contents under /app/assets/javascripts/[j-n]*
-
- 8月 08, 2019
-
-
由 Ezekiel Kigbo 创作于
Disables the vue-i18n eslint rules for files that are not able to be autofixed, this will stop these offences causing pipeline failures but they will need manual fixing.
-
由 Ezekiel Kigbo 创作于
Disables the vue-i18n eslint rules for files that are not able to be autofixed, this will stop these offences causing pipeline failures but they will need manual fixing.
-
- 7月 04, 2019
-
-
由 Ezekiel Kigbo 创作于
i18n linting for .vue files under the app/assets/javascripts/notes directory
-
由 Ezekiel Kigbo 创作于
i18n linting for .vue files under the app/assets/javascripts/notes directory
-
- 6月 21, 2019
-
-
由 Samantha Ming 创作于
Add test for checking output
-
- 4月 13, 2019
-
-
由 George Tsiolis 创作于
-
- 4月 12, 2019
-
-
由 George Tsiolis 创作于
-
- 3月 26, 2019
-
-
由 Douwe Maan 创作于
-
由 Douwe Maan 创作于
We need this to be able to distinguish between Markdown tables and diff tables.
-
由 Douwe Maan 创作于
-
由 Douwe Maan 创作于
We need this to be able to distinguish between Markdown tables and diff tables.
-
- 2月 16, 2019
-
-
由 Natalia Tepluhina 创作于
- replaced file.too_large - replaced file.text - replaced file.collapsed
-
- 1月 23, 2019
-
-
由 Douwe Maan 创作于
Before, diff file `higlighted_diff_lines`/`parallel_diff_lines` and diff discussion `truncated_diff_lines` were inconsistent: `text` and `rich_text` on the latter included the leading +/-/<space> character, like on the backend, while the former had no `text` and its `rich_text` had dropped this char. This resulted in a bug when the suggestions feature expected these diff line objects to be identical in format and thus interchangeable, which was not the case.
-