该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 20, 2021
-
-
由 Mark Florian 创作于
This also makes sure that the configuration guide link is only displayed for a given feature if that feature has a configurationHelpPath property.
-
由 Ezekiel Kigbo 创作于
-
由 Scott Stern 创作于
Changelog: fixed
-
- 7月 19, 2021
-
-
由 peterhegman 创作于
Per reviewer feedback
-
由 peterhegman 创作于
Remove user action cards in admin area and move the actions to a "User administration" dropdown. Changelog: changed
-
由 Coung Ngo 创作于
Delete them as they are no longer required https://gitlab.com/groups/gitlab-org/-/epics/4538
-
由 Lukas 'Eipi' Eipert 创作于
This allows us to decide a little better what a user wants as a locale for using with the Intl browser APIs. If they have set their GitLab to a language, it will check whether `navigator.languages` contains matching ones. This function always adds `en` as a fallback in order to have date renders if all fails before it. - Example one: GitLab language is `en` and browser languages are: `['en-GB', 'en-US']`. We would choose `['en-GB', 'en-US', 'en']` as the preferred locales, the Intl APIs would try to format first as British English, if that isn't available US or any English. - Example two: GitLab language is `en` and browser languages are: `['de-DE', 'de']`. We would choose `['en']`, so the Intl APIs would prefer English formatting in order to not have German dates mixed with English GitLab UI texts. If the user wants for example British English formatting (24h, etc), they could set their browser languages to `['de-DE', 'de', 'en-GB']`. - Example three: GitLab language is `de` and browser languages are \ `['en-US', 'en']`. We would choose `['de', 'en']`, aligning German dates with the chosen translation of GitLab. This function is currently only used for absolute dates: - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/65570 Changelog: changed
-
由 Sarah GP 创作于
Changelog: performance
-
由 Denys Mishunov 创作于
This is the first step in optimizing the performance for the Design Management app
-
由 Sarah GP 创作于
-
由 Miguel Rincon 创作于
This change unifies some runner types labels to use the `Runners|` namespace, this will help reduce the amount of translations of runner types.
-
由 Rajendra Kadam 创作于
-
由 Rajendra Kadam 创作于
-
- 7月 16, 2021
-
-
由 Jackie Fraser 创作于
API errors for single invitee scenarios are displayed in an error alert inside the modal. Multiple failures will display the first error.
-
由 Samantha Ming 创作于
-
由 Himanshu Kapoor 创作于
Fixes an issue in content editor where rows and cols were transposed. Changelog: fixed
-
- 7月 15, 2021
-
-
由 Ezekiel Kigbo 创作于
-
由 Jannik Lehmann 创作于
-
由 Mireya Andres 创作于
-
由 Marcin Sedlak-Jakubowski 创作于
-
由 Phil Hughes 创作于
Previously we would just show the raw markdown in placeholder notes which could result in a jarring effect when the new rendered note comes in. This changes that by using the `marked` markdown library.
-
由 Anna Vovchenko 创作于
Changelog: added
-
由 Phil Hughes 创作于
-
由 Justin Boyson 创作于
-
由 Max Woolf 创作于
The MR https://gitlab.com/gitlab-org/gitlab/-/merge_requests/65723 fixed a bug where the incorrect visibility was stored in the audit logs. However, this caused a regression that broke the permissions for private projects with public pages. This change reverts the change to avoid it being included in the 14.1 release. It does retain the newly added specs though. Changelog: fixed
-
由 Tomas Vik 创作于
-
由 Tom Quirk 创作于
-
由 Tom Quirk 创作于
-
由 Heinrich Lee Yu 创作于
Removes redundant text and removes the use of etc.
-
由 Florie Guibert 创作于
Fix adding milestone from board scope when creating a new issue on board
-
由 Florie Guibert 创作于
Changelog: changed
-
由 Florie Guibert 创作于
Review feedback
-
由 Florie Guibert 创作于
Use Add To Do widget on Issue and MR sidebars Remove To Do label for consistency with boards sidebar Changelog: changed
-
由 Zack Cuddy 创作于
-
由 Vitaly Slobodin 创作于
Switch from default export to named export and delete redundant file where this constant was define with the same value.
-
由 Vitaly Slobodin 创作于
-
- 7月 14, 2021
-
-
由 Phil Hughes 创作于
Reduces the DOM count by removing elements that aren't needed and reducing the markup of diff rows slightly.
-
由 Jacques Erasmus 创作于
-
由 Sam Beckham 创作于
potentially incorrect. This issue is being addressed elsewhere, but this solution hides the tab when editing on the non-default branch. It's a temporary solution that should be reverted as soon as the merged YAML functionality works correctly across multiple branches.
-
由 Terri Chu 创作于
The Search Group's Project dropdown will no longer include shared groups and will include subgroup projects when returning results. Changelog: fixed
-