该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 11月 29, 2023
-
-
由 Pavel Shutsin 创作于
It can be used for API access when session is not available
-
- 8月 03, 2023
-
-
由 Heinrich Lee Yu 创作于
Updates notes in real time using websockets instead of polling
-
- 4月 06, 2023
-
-
由 Matthias Kaeppler 创作于
This feature was part of the REID SEG and never shipped. The code removed was originally put in place to prepare the next steps, which never happened.
-
- 8月 17, 2022
-
-
由 Jonathan Schafer 创作于
This fixes all non-test file offenses
-
- 8月 01, 2022
-
-
由 Hannes Moser 创作于
-
- 7月 25, 2022
-
-
由 Nick Malcolm 创作于
Our specs use static passwords, many of them are weak. This makes it difficult to create changes which introduce password complexity constraints. This MR updates a small number of instances where we set weak or hardcoded passwords, to use randomly generated passwords. https://gitlab.com/gitlab-org/gitlab/-/issues/360030
-
- 7月 19, 2022
-
-
由 Hannes Moser 创作于
The awareness channel allows clients to subscribe to changes in an Awareness session via a Websocket connection. It also enables clients to report back any activity (touch) from their side, and request updates to the current state of the awareness session.
-
- 7月 15, 2022
-
-
由 Drew Blessing 创作于
Encrypt all new passwords with PBKDF2 with SHA512 and migrate from BCrypt to each time the user's password is compared. Feature is behind a default-disabled feature flag for now. Changelog: added
-
- 2月 02, 2022
-
-
由 Markus Koller 创作于
This will allow us to impose stricter rate limits for general API traffic, without affecting interactive API requests made by the frontend during normal GitLab usage. The frontend requests are identified by the inclusion of a CSRF token in the headers. Other rate limits that only affect a subset of API requests (e.g. the Files and Packages APIs, or protected paths) still take precedence, i.e. requests for these paths will always be matched even if they include a CSRF token. Changelog: changed
-
- 1月 21, 2022
-
-
由 Sean McGivern 创作于
This reverts merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/78082 because of a production incident. Changelog: other
-
由 Markus Koller 创作于
This will allow us to impose stricter rate limits for general API traffic, without affecting interactive API requests made by the frontend during normal GitLab usage. The frontend requests are identified by the inclusion of a CSRF token in the headers. Other rate limits that only affect a subset of API requests (e.g. the Files and Packages APIs, or protected paths) still take precedence, i.e. requests for these paths will always be matched even if they include a CSRF token. Changelog: changed
-
- 12月 23, 2021
-
-
由 Mayra Cabrera 创作于
-
- 12月 22, 2021
-
-
由 Markus Koller 创作于
This will allow us to impose stricter rate limits for general API traffic, without affecting interactive API requests made by the frontend during normal GitLab usage. The frontend requests are identified by the inclusion of a CSRF token in the headers. Other rate limits that only affect a subset of API requests (e.g. the Files and Packages APIs, or protected paths) are affected by this too, i.e. requests for these paths with a CSRF token will always be counted as web traffic, if the web rate limit is enabled. Changelog: changed
-
- 11月 23, 2021
-
-
由 nmilojevic1 创作于
- Remove shared example redis sessions store - We are using single instance in CI
-
由 nmilojevic1 创作于
-
- 5月 14, 2021
-
-
由 Heinrich Lee Yu 创作于
This is no longer needed since we moved to GraphQL subscriptions for this feature
-
- 10月 02, 2020
-
-
由 Heinrich Lee Yu 创作于
We can skip the session retrieval and just set current_user to nil when the session cookie is blank
-
- 6月 03, 2020
-
-
由 Arturo Herrero 创作于
The plan for RSpec 4.0 is to disable monkey patching: https://rspec.info/blog/2013/07/the-plan-for-rspec-3/#zero-monkey-patching-mode This commit stops using RSpec monkey patching: https://relishapp.com/rspec/rspec-core/docs/configuration/zero-monkey-patching-mode
-
- 6月 02, 2020
-
-
由 Heinrich Lee Yu 创作于
Upgrades lograge to support ActionCable and then overrides notification_payload to log extra information
-
- 4月 30, 2020
-
-
由 Heinrich Lee Yu 创作于
This allows us to update the issue sidebar in real-time
-