该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 30, 2021
-
-
由 Mark Florian 创作于
This should make the suite pass regardless of the state of the `security_configuration_redesign(_ee)?` feature flags. Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/336472.
-
- 7月 29, 2021
-
-
由 Enrique Alcántara 创作于
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/66540 Also note the [follow up][1] to further improve the reactivity approach for initializing the Content Editor. [1]: Move Content Editor loading and initialization to a Vue component
-
由 Eulyeon Ko 创作于
-
- 7月 28, 2021
-
-
由 Nicolò Maria Mezzopera 创作于
-
由 Denys Mishunov 创作于
-
由 Phil Hughes 创作于
-
由 Nicolò Maria Mezzopera 创作于
- source - test Changelog: fixed
-
由 Mayra Cabrera 创作于
-
由 Nicolò Maria Mezzopera 创作于
-
由 Robert Hunt 创作于
- Add compliance framework to entity - Add compliance framework label component to group item - Add compliance framework to store - Create tests Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/66819 EE: true
-
由 Mauricio Gonzalez 创作于
-
由 Mauricio Gonzalez 创作于
-
由 Mauricio Gonzalez 创作于
-
由 Marcel van Remmerden 创作于
-
由 Lee Tickett 创作于
We need to handle translation of errors returned by the papaparse csv parsing library and package up a reusable component for displaying them. This can be resued in the upcoming diff viewer. Changelog: added
-
由 Vitaly Slobodin 创作于
-
由 Amy Qualls 创作于
Participant avatars in merge requests used a generic alt tag ("user avatar") instead of the user's name, which meant screenreaders repeated the phrase "user avatar" over and over, instead of useful text. Changelog: changed
-
- 7月 27, 2021
-
-
由 Victor Vasiloi 创作于
This change fixes the help page URLs in the job sidebar for "Set maximum job timeout for a runner" to the correct page. Changelog: fixed
-
由 Miguel Rincon 创作于
This change adds the possibility for users to reset their registration token in their group.
-
由 Vijay Hawoldar 创作于
When an instance admin changes the user cap settings for signups, they will now see the number of pending users that will be automatically approved (if applicable) Changelog: added EE: true
-
由 Florie Guibert 创作于
-
由 Andrew Smith 创作于
Changelog: added EE: true
-
由 Jannik Lehmann 创作于
-
由 Vitaly Slobodin 创作于
-
由 Enrique Alcantara 创作于
Refactor Content Editor spec files to use simpler import statements to include extensions
-
由 Enrique Alcantara 创作于
-
由 Enrique Alcantara 创作于
Move node and mark serializers out of the tiptap extension files. Define the serializer config in the Markdown Serializer factory module
-
由 Evan Read 创作于
-
- 7月 26, 2021
-
-
由 Lee Tickett 创作于
-
由 Jacques Erasmus 创作于
Display correct edit buttons when viewing binary files
-
由 Justin Ho 创作于
The data-method attribute was removed by our config of DOMpurify since we are using v-safe-html. Since this is trusted input (comes from our own code), we should allow these attributes for Rails remote link functionality. Changelog: fixed
-
由 Justin Ho 创作于
Due to a bug in DOMPurify, we had to implement potentially dangerous data-* attribute sanitization using hooks. These checks can be removed now as they are no longer needed. This will allow v-safe-html to configure if it should allow these attributes for inputs that are safe. This reverts changes introduced in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/65301 Changelog: changed
-
由 Jannik Lehmann 创作于
-
由 Justin Ho 创作于
Only init the app for now
-
由 Dylan Griffith 创作于
As part of https://gitlab.com/groups/gitlab-org/-/epics/5759 we're preparing the GitLab application to handle connections to multiple databases. As such we want to improve our observability to understand these multiple databases. This MR just adds the database name to the performance bar details. Unfortunately the default rails database config name is `primary`. Eventually we will force this to be `main` and it will be distinct from the new `ci` database. This does create a little bit of confusion now as we also use the words `primary/replica` to distinguish between our read/write and read-only database servers. This means you may see "Replica" next to "Config name: primary" which could be confusing. I hope that the usage of "Config name" should help to disambiguate. I have also used a feature flag to be less disruptive.
- 7月 24, 2021
-
-
由 Samantha Ming 创作于
-
由 Veethika Mishra 创作于
Change the color variant for green from 608b2f to 366800 Changelog: changed
-
由 Taurie Davis 创作于
Gitorious was removed as a project import option in 8.11. This removes the logos that are no longer in use. Changelog: other
-
由 Justin Ho Tuan Duong 创作于
It is added both as filtered search value and token. This allows users to see labels as the selected token and they can even select more labels in the filter bar if needed. We are currently not using `fetchLabels` since the backend for this is not ready yet. Changelog: changed EE: true
-