该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
Pull mirroring failed .
上次成功更新 。
上次成功更新 。
- 9月 26, 2024
-
-
由 Stanislav Lashmanov 创作于
-
- 8月 27, 2024
-
-
由 Stanislav Lashmanov 创作于
-
- 8月 14, 2024
-
-
由 Stanislav Lashmanov 创作于
Use 'file' query param instead of 'pin'
-
- 7月 23, 2024
-
-
由 Phil Hughes 创作于
Updates the logic of the show/hide all comments action to include toggling diff file discussions. Added a new expansion component to collapsed diff file discussions. https://gitlab.com/gitlab-org/gitlab/-/issues/465457
-
- 2月 14, 2024
-
-
由 Stanislav Lashmanov 创作于
Now collapse\expand all unresolved threads will always show or hide comments on the Changes tab in merge request Changelog: changed
-
- 1月 11, 2024
-
-
由 Stanislav Lashmanov 创作于
-
- 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.
-
- 3月 16, 2023
-
-
由 Thomas Randolph 创作于
-
- 3月 01, 2023
-
-
由 Thomas Randolph 创作于
In preparation for single-file-only file-by-file review, the UI must always refer to the FULL list of files for identifying order, finding files by hash, total number of files, and more. Since `diffFiles` could be empty, `diffFilesMeta` is the authority on these meta-values.
-
- 4月 14, 2021
-
-
由 Miranda Fluharty 创作于
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/58833 was merged, but broke some FOSS specs because the code was moved to `ee/` while the corresponding specs were not moved.
-
由 Kyle Wiebers 创作于
This reverts merge request !58833
-
- 4月 13, 2021
-
-
由 Miranda Fluharty 创作于
-
- 4月 03, 2021
-
-
由 Miranda Fluharty 创作于
-
- 3月 25, 2021
-
-
由 Thomas Randolph 创作于
... when getting the default suggestion commit message
-
- 2月 15, 2021
-
-
由 Vitaly Slobodin 创作于
See https://gitlab.com/gitlab-org/frontend/eslint-plugin/-/issues/18 for more information.
-
- 2月 04, 2021
-
-
由 Thomas Randolph 创作于
-
- 1月 25, 2021
-
-
由 Thomas Randolph 创作于
Big wins: - Not hooked into the Vuex sequence / memory load - Results aren't cached!!
-
- 12月 23, 2020
-
-
由 Lukas Eipert 创作于
Mandatory not to break master. Automatically created with prettier.
-
- 12月 18, 2020
-
-
由 Thomas Randolph 创作于
Also adds a getter to sort the reviews into an array organized in the same order as diffFiles.
-
- 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月 24, 2020
-
-
由 Phil Hughes 创作于
Cleans up the diff header by moving the action buttons into a more actions dropdown. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/199725
-
- 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
-
- 3月 20, 2020
-
-
由 Justin Boyson 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 3月 18, 2020
-
-
由 Fabio Huser 创作于
-
- 1月 15, 2020
-
-
由 Justin Boyson 创作于
Update actions to return data Remove diffFilesLength getter Use local state and props for diffFilesLength Update tests
-
- 2月 27, 2019
-
-
由 Denys Mishunov 创作于
Mousetrap is used as the help-tool to listen to keystrokes Added currentDiffIndex getter to store that holds the index of currently active diff file in the list Instead of computing it on the component, we will take advantage of it being available for all components in DiffsApp Testing keyboard navigation and jumpToFile()
-
- 2月 16, 2019
-
-
由 Natalia Tepluhina 创作于
- replaced file.too_large - replaced file.text - replaced file.collapsed
-
- 2月 05, 2019
-
- 1月 08, 2019
-
- 11月 27, 2018
-
-
由 Phil Hughes 创作于
-
由 Phil Hughes 创作于
Improve the renderign of new and existing discussions by reducing the number of watchers on each object & array. Previously every discussion change would trigger an update for every discussion component. Also tidied up some components to get them closer to our docs. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51506
-
- 11月 16, 2018
-
-
由 George Tsiolis 创作于
-
- 11月 15, 2018
-
-
由 Phil Hughes 创作于
This caused many pain points when working with it. Part of the data was camel cased the other snake case. Other parts where snake case & then getting converted in components, this conversion has the potential for leaking memory. This changes that & makes it consistent with what it returned from the API, snake case.
-
- 11月 07, 2018
-
-
由 Phil Hughes 创作于
This restores the behaviour of showing the expand all button on diffs even when only a single file is collapsed. Previously the button would only show when all files are collapsed. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51737
-
- 10月 17, 2018
-
- 10月 03, 2018
-
-
由 Phil Hughes 创作于
This file tree displays all the diff files in a tree like format Each file is taken and converted into a tree with folders Each folder can be toggled open & closed Clicking a file will scroll to the diff file & highlight with a glow affect Searching the tree list will search only files & return a list of the files without any folders Each file row contains an icon to show changed, new file or deleted Each row will also contain the added & removed lines count Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14249
-
- 9月 07, 2018
-
-
由 Tim Zallmann 创作于
-
由 Tim Zallmann 创作于
-