该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 9月 24, 2022
-
-
由 Brett Walker 创作于
to better support cross-platform Changelog: fixed
-
- 8月 19, 2022
-
-
由 Florie Guibert 创作于
Changelog: changed
-
- 8月 10, 2022
-
-
由 Donald Cook 创作于
Changelog: changed
-
- 8月 03, 2022
-
-
由 Marco Zille 创作于
Changelog: changed
-
- 7月 27, 2022
-
-
由 Kushal Pandya 创作于
Fixes a bug where clicking on "Attach a file or image" would insert a new line in markdown field while opening a file picker. Changelog: fixed
-
- 7月 26, 2022
-
-
由 Kushal Pandya 创作于
Move attach file button to GFM toolbar and show only upload progress in status bar. Changelog: changed
-
- 5月 27, 2022
-
-
由 Marcel van Remmerden 创作于
-
- 5月 03, 2022
-
-
由 Paul Slaughter 创作于
- We choose to allow this for some props like "class", "style", and VueRouter's "to". Also v-bind which expects an object and is matched by `^$`. - There's some trivial fixes possible, but to keep this review trivial we opt for just adding the eslint-disable and eslint-enable for existing violations
-
- 4月 29, 2022
-
-
由 Rajendra Kadam 创作于
Add specs covering the changes Apply spec cleanup suggestions
-
- 4月 08, 2022
-
-
由 Coung Ngo 创作于
Use webpack aliases to make import paths more readable
-
- 3月 20, 2022
-
-
由 Daniel Tian 创作于
Changelog: fixed MR:
-
- 2月 24, 2022
-
-
由 Steve Mokris 创作于
- Adds a toolbar button - Adds a keyboard shortcut (mod+shift+x) - Avoids showing the label autocomplete menu Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/81092
-
- 2月 18, 2022
-
-
由 Andrew Smith 创作于
Fixes https://gitlab.com/gitlab-org/gitlab/-/issues/228883 Changelog: added Signed-off-by:
Andrew Smith <espadav8@gmail.com>
-
由 Enrique Alcantara 创作于
Fix a tabs migration bug where the toolbar buttons in the Markdown field stop working after switching between Edit and Preview modes Changelog: fixed
-
- 2月 16, 2022
-
-
由 Daniel Tian 创作于
MR: Changelog: changed
-
- 8月 12, 2021
-
-
由 Jarek Ostrowski 创作于
Changelog: changed
-
- 8月 10, 2021
-
-
由 Paul Slaughter 创作于
This reverts merge request !67058
-
由 Jarek Ostrowski 创作于
Changelog: changed
-
- 5月 07, 2021
-
-
由 Austin Regnery 创作于
-
- 5月 05, 2021
-
-
由 Austin Regnery 创作于
-
由 Austin Regnery 创作于
-
由 Austin Regnery 创作于
-
由 Austin Regnery 创作于
-
- 3月 26, 2021
-
-
由 Phil Hughes 创作于
This makes the code suggestions button be aware of the multi-line comments. The content in the suggestion and the indexes are based on the multi-line comments options. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/232339
-
- 3月 18, 2021
-
-
由 Nathan Friend 创作于
This commit refactors almost all keyboard shortcuts to use keysFor. A small number of shortcuts have been left as-is because their implementation is unconventional/unusual. These will be addressed in follow-up commits.
-
- 2月 15, 2021
-
-
由 Vitaly Slobodin 创作于
See https://gitlab.com/gitlab-org/frontend/eslint-plugin/-/issues/18 for more information.
-
- 1月 27, 2021
-
-
由 svistas 创作于
This MR adds a transient test that is scheduled by the Transient Working Group and covers the apply suggestion feature. This ensures that any regressions for transientness can be easily detected Apply 1 suggestion(s) to 1 file(s)
-
- 12月 24, 2020
-
-
由 Lukas Eipert 创作于
Part of our prettier migration; changing the arrow-parens style.
-
- 9月 16, 2020
-
-
由 Nathan Friend 创作于
This commit updates the Markdown editor keyboard shortcuts to only apply the appropriate variant (Ctrl vs ⌘) for the current platform.
-
- 9月 12, 2020
-
-
由 Nathan Friend 创作于
This commit adds the ability to add keyboard shortcuts to out markdown editors. This commit implements 3 shortcuts: bold (cmd/control+b), italic (cmd/control+i), and link (cmd/control+k).
-
- 9月 09, 2020
-
-
由 Brett Walker 创作于
instead of `*`. This makes it more consistent with selected text and keystroke `*` for bolding and keystroke `_` for italics
-
- 8月 24, 2020
-
-
由 Lukas Eipert 创作于
This replaces all the usages of ~/vue_shared/components/icon.vue with the corresponding GitLab UI component within the `vue_shared` directory. In a previous MR [0] we already replaced the internal implementation with the GitLab UI component. This should allow us to migrate all usages without any test failures relating to the differences in their implementation. The actual deletion of the file will be done in a follow-up in case we have missed an instance or someone introduces a new one in the meanwhile. [0]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/38778
-
- 8月 20, 2020
-
-
由 jeldergl 创作于
-
- 7月 22, 2020
-
-
由 Jochen Roth 创作于
Remove `update-tag` event and use existing click event, do not access vuejs elements directyl instead use `querySelector` https://gitlab.com/gitlab-org/gitlab/-/merge_requests/36753#note_383620360 https://gitlab.com/gitlab-org/gitlab/-/merge_requests/36753#note_383620356 https://gitlab.com/gitlab-org/gitlab/-/merge_requests/36753#note_383620351
-
由 Jochen Roth 创作于
-
- 7月 21, 2020
-
-
由 Christie Lenneville 创作于
-
- 6月 19, 2020
- 6月 02, 2020
-
-
由 Marcel Amirault 创作于
-
- 4月 03, 2020
-
-
由 Paul Gascou-Vaillancourt 创作于
- Renamed all instances of GlButton to GlDeprecatedButton - Renamed all instance of gl-button to gl-deprecated-button
-