该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 4月 24, 2024
-
-
由 Marc Saleiko 创作于
Adds processing of tickets_confidential_by_default field to both ServiceDeskController and ServiceDeskSettings::UpdateService and pushes the feature flag service_desk_tickets_confidentiality to the frontend on the project settings page.
-
由 Peter Leitzen 创作于
It's unclear why it's failing.
-
由 Peter Leitzen 创作于
This reverts merge request !150052
-
由 Adie (she/her) 创作于
Changelog: changed EE: true
-
由 Joe Woodward 创作于
We already check if the code includes `danger` but the suggestion comment did not include it which can lead to confusion.
-
由 Peter Leitzen 创作于
This commit removes the huge ee/spec/models/factories_spec.rb in favor of linting factories per associated model. Linting is run in a isolated, outer context starting with `Lint factories for <described_class>`.
-
由 Peter Leitzen 创作于
-
由 Michael Lunøe 创作于
This MR implements handling for errors in the frontend and uses that to handle the authentication required error from Stripe that is a result of the 3DS authentication failing. Changelog: changed EE: true
-
由 Deepika Guliani 创作于
-
由 Luke Duncalfe 创作于
This reverts commit 7b4eca5d.
-
由 Justin Ho Tuan Duong 创作于
To be used for placeholder users from import by direct transfer. The tab is not shown at the moment as `showTab` returns false for the placeholder tab. It will only show when we send data from the backend helpers.
-
由 Pam Artiaga 创作于
Gitlab::Kas.version and Gitlab::Kas.version_info are called when the API or ~frontend needs to display the KAS semantic version. Both Gitlab::Kas.version and Gitlab::Kas.version_info bases the version on the contents of the GITLAB_KAS_VERSION file. We want to handle the possibility that the content of the GITLAB_KAS_VERSION file is a SHA. In this situation, Gitlab::Kas.version and Gitlab::Kas.version_info will be based on the Gitlab version, with the SHA as the suffix. Changelog: changed
-
由 Tiger 创作于
-
由 Kerri Miller 创作于
-
由 Payton Burdette 创作于
This MR removes the feature and documentation for visual review tools. Changelog: removed
-
由 Alexandru Croitor 创作于
When we are importing epics, either through file or direct import, we want to create a synced work item along the epic. This is also a preparation to keep the import functionality working as we prepare to introduce the NOT NULL constraint on epics.issue_id column. re https://gitlab.com/gitlab-org/gitlab/-/issues/446155
-
由 Simon Knox 创作于
-
由 Paul Gascou-Vaillancourt 创作于
Migrates occurrences of the `gl-visibility-hidden` legacy CSS util to Tailwind's `gl-invisible`.
-
由 Sheldon Led 创作于
Users of GitLab Community Edition can now see the Storage Usage Quotas for the projects under a user namespace Changelog: changed
-
由 Doug Stull 创作于
- the applying of a template creates a repository, which we map to git_write in learn gitlab. So we should ensure it is marked as completed when a project is created with a template.
-
Add All branches and All protected branches to branch rule dropdown for creating rules.
-
由 Andrew Evans 创作于
Currently, some token types besides those documented in [the Token authentication section of the GraphQL docs][1] can be used to authenticate a user for GraphQL. This MR ensures that only the documented token types are usable, once the associated feature flag is enabled. [1]: https://docs.gitlab.com/ee/api/graphql/#token-authentication Changelog: fixed
-
由 Nicolas Dular 创作于
This syncs changing the state from opened to closed for epic work items to the legacy epic when the feature flag is enabled.
-
- 4月 23, 2024
-
-
由 Gerardo Navarro 创作于
- Embrace reusibility and DRYness by using shared examples in tests Changelog: other
-
由 Rostyslav Safonov 创作于
It's a scaffold for product usage activity tracking for GitLab early access program. Only for participants of the program and only who agreed on optional tracking. Changelog: added
-
由 Niko Belokolodov 创作于
-
由 Abdul Wadood 创作于
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/144638, we introduced a bug due to which we started masking the parent group members from the subgroup members when the visibility of these groups were private. To check if the member is from an ancestor we should check whether the current source contains the member's source ID in its traversal IDs but we were doing the opposite. The specs had a gap because we were only testing public groups there and this problem only occurred for private groups. I have also added a feature spec to cover this case. Changelog: fixed
-
由 Miguel Rincon 创作于
Adds a full log viewer for completed logs to the job details page. Changelog: added
-
由 Pavel Shutsin 创作于
Pure specs refactoring
-
由 Nataliia Radina 创作于
Add edit button for the allow to merge, change the look of roles Changelog: changed
-
由 Sami Hiltunen 创作于
Gitaly's transaction support is being rolled out. Prior to the roll out, we want to exercise the transaction support in Rails pipeline. Transactions introduce partitioning to Gitaly. Transactions aren't allowed to do cross-partition operations on the file system. Object pooling involves the file system level operations against the other repositories in the same fork network. They need to be thus in the same partition for the operations to work. Gitaly automatically places the object pool and the forks in the same partition with the origin repository as long as they are created using CreateObjectPool and CreateFork. Rails specs are not doing this currently everywhere which leads to test failures due to the specs attempting to do cross-partition operations. Update the specs to use CreateObjectPool and CreateFork where needed.
-
由 Miguel Rincon 创作于
This change removes references when displaying a runner in the project area, so it shows runner manager fields. It places the runner manager fields at the bottom of the view. Changelog: changed
-
由 Igor Drozdov 创作于
If the param is true and commit signing is enabled, then the resulting commit will be signed. Default value is true because we want the commits to be signed when commit signing is enabled.
-
由 Jason Goodman 创作于
When block seat overages is enabled, the number of billable users in the group cannot exceed the number of seats in the subscription. Reject importing members from another project if there are not enough available seats in the subscription. Block seat overages is behind a feature flag.
-
由 Doug Stull 创作于
- ensure test coverage for further refactorings during work on https://gitlab.com/gitlab-org/gitlab/-/issues/443674
-
由 Vasilii Iakliushin 创作于
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/456986 **Problem** Squash operation sends an empty message to in `UserSquashRequest` to Gitaly. It leads to empty `CommitMessage` error. **Solution** Ensure that the message is always set. Changelog: fixed
-
由 Deepika Guliani 创作于
Changelog: fixed
-
由 Dheeraj Joshi 创作于
Updates the badges to use neutral variant for consistency. Changelog: changed
-
由 Peter Hegman 创作于
Migrate to Tailwind `gl-align-middle`
-