该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 11月 18, 2023
-
-
由 João Pereira 创作于
The `api` scope for access tokens grants read and write access to the Container Registry and Dependency Proxy. However, the documentation and UI do not reflect that, they only mention the Package Registry. This change updates the UI and documentation to reflect the current behavior. Changelog: changed
-
- 11月 17, 2023
-
-
由 Martin Tan 创作于
Enforce users to accept the latest terms by a feature flag
-
由 Sylvester Chin 创作于
Changelog: other
-
由 Bojan Marjanovic 创作于
Changelog: removed
-
由 Niklas 创作于
-
由 kik 创作于
This is the third and last part of the merging the overarching subscription MR at https://gitlab.com/gitlab-org/gitlab/-/merge_requests/132460 . This provides the controller, route and service used to create subscriptions. We add the `inbox` endpoint as specified by ActivityPub on our `releases` actor to receive various post requests. The only requests we accept are Follow and unfollow (Undo > Follow) ones. If we receive an other kind of activity (that could be, for example, that someone commented on our release post in the Fediverse), we silently discard it. The service's role is to create the blank subscription and to queue the background job that will resolve the various URLs and prepare the subscription.
-
由 Max Fan 创作于
Changelog: fixed
-
由 Marius Bobin 创作于
It adds a condition on partition_id to be have the same value between the relations.
-
由 Carolyn Braza 创作于
-
由 Brett Walker 创作于
This allows for more accurate and safe parsing rather than relying on complex regexs to parse markdown.
-
- 11月 16, 2023
-
-
由 bmarjanovic 创作于
-
由 Zakir Dzhamaliddinov 创作于
https://gitlab.com/gitlab-org/gitlab/-/issues/378613 Changelog: fixed
-
由 Adam Hegyi 创作于
This change increases the maximum page size to 500 for the contribution analytics queries. Changelog: changed EE: true
-
由 Gary Holtz 创作于
Changelog: performance
-
由 Darby Frey 创作于
-
- 11月 15, 2023
-
-
由 Marc Shaw 创作于
MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/136993 Changelog: other
-
由 Marius Bobin 创作于
-
由 Dmytro Biryukov 创作于
-
由 Heinrich Lee Yu 创作于
This has already been enabled by default for several releases Changelog: other
-
由 Nicolas Dular 创作于
This introduces a new filter and pipeline for Duo Chat where we change the links from relative to absolute ones. This is necessary because if the LLM includes a link from the documentation, the user needs to be able to click on it and gets to the correct URL.
-
由 Allen Cook 创作于
-
由 Piotr Skorupa 创作于
This is to prevent GitlabSettings::MissingSetting, as you apparently can't stub a non-existing example setting with `stub_config`.
-
- 11月 14, 2023
-
-
由 Vasilii Iakliushin 创作于
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/429049 **Problem** 1. It's possible to run multiple migration workers for the same project/snippet/group simultaneously 2. The worker can be killed and rescheduled by Sidekiq interrupt signal. It will leave the migration in inconsistent state. **Solution** Use an exclusive lock in storage migration workers. The exclusive lease key includes a project/snippet/group id to prevent simultaneous updates. The key value is a Sidekiq worker jid to track the owner of the update. This setup should handle following situations: 1. Worker tries to migrate a repository under existing migration (result: job is marked as failed) 2. Worker started a migration but was interrupted and rescheduled. (result: job is marked as failed, lock is released) Changelog: fixed
-
由 Marius Bobin 创作于
This makes the sentry settings in the admin panel to appear by default Changelog: other
-
由 Igor Drozdov 创作于
-
由 Nikola Milojevic 创作于
- The SyncServiceToken worker is a Sidekiq CronWorker - It’s triggered once per day. - It is responsible for refreshing the JWT Service token - It makes a request to the Subscription Portal with the license key
-
由 Eduardo Bonet 创作于
Feature has been active for many milestones, no need to keep this live. Changelog: other
-
由 Anna Vovchenko 创作于
The feature is already available on gitlab.com. Updating it to enabled by default. Changelog: other
-
由 Jan Provaznik 创作于
It's possible to send additional context about selected text in Duo Chat now. Changelog: added EE: true
-
由 Igor Drozdov 创作于
A new boolean group setting is introduced in order to control whether SSH certificates are enforced or not. The previous approach can be safely removed later because it hasn't been released yet. A customer has noticed that with the current approach deploy key won't be accepted as well. It shows the limitation of treating SSH certificates as a separate Git protocol. Changelog: added
-
由 Piotr Skorupa 创作于
-
由 Drew Blessing 创作于
This reverts commit 3c426a56, reversing changes made to 33761759. Changelog: removed
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 11月 13, 2023
-
-
由 Nikola Milojevic 创作于
Changelog: other
-
由 Phil Hughes 创作于
Changelog: added
-
由 Samantha Ming 创作于
The tool filter on the project vulnerability report page can now filter vulnerabilities by scanners. This MR removes all the code related to the feature flag development. Changelog: changed EE: true
-
由 Igor Drozdov 创作于
This patch has been removed along with Rails 7 upgrade. However, it includes the ability to specify Proc as a value to disable_joins: it's somethings that Rails doesn't provide.
-
由 Adie Po 创作于
Changelog: changed
-
由 Drew Blessing 创作于
Add default attribute_statements to support Microsoft SAML attribute format. Microsoft uses a URL format by default. Prior to this change self-managed instances had to manually configure attribute statements and SaaS users had to add custom attributes to their SAML responses. This makes both self-managed and SaaS work out of the box with Microsoft. Changelog: changed
-
- 11月 11, 2023
-
-
由 Paul Slaughter 创作于
- This will be used as a stopping point for user leaving the site. - The user can make sure the URL is a place they want to go to. - Especially helpful when URL's are coming from user land like Mastodon social.
-