该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 12月 06, 2023
-
-
由 Andrew Fontaine 创作于
This will give the frontend the ability to fetch a specific set of deploy keys at at time, reducing page load times and DB query time.
-
- 10月 04, 2023
-
-
由 Tan Le 创作于
- spec/[b-f]*/**/*.rb
-
- 2月 16, 2023
-
-
由 Vitali Tatarintev 创作于
Fix offenses in controllers and controllers' specs Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/239356
-
- 1月 11, 2023
-
-
由 Bala Kumar 创作于
Changelog: fixed EE: true
-
- 10月 06, 2022
-
-
由 David Barr 创作于
Use a single succinct error message when a deploy key is invalid instead of returning all validation errors. Changelog: fixed
-
- 8月 25, 2022
-
-
由 Jonathan Schafer 创作于
This fixes all remaining files and removes the todo file
-
- 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
-
- 5月 13, 2020
-
-
由 Etienne Baqué 创作于
Removed hidden deploy_keys_project id from form Added before_action to DeployKey controller update. Added rspec accordingly.
-
- 4月 23, 2020
-
-
由 Etienne Baqué 创作于
Reverted changes in controllers, views and rspecs. Reverted changes in documentation. Added changelog file.
-
- 4月 15, 2020
-
-
由 Diego Louzán 创作于
-
- 3月 02, 2020
-
-
由 Etienne Baqué 创作于
Updated existing rspecs. Moved Deploy Keys feature specs into new file.
-
- 1月 28, 2020
-
-
由 Peter Leitzen 创作于
126 files inspected, 429 offenses detected, 429 offenses corrected
-
- 12月 11, 2019
-
-
由 Adam Hegyi 创作于
- Add test to prevent further N+1 queries
-
- 10月 22, 2019
-
-
由 allison.browne 创作于
-
- 10月 17, 2019
-
-
由 Athar Hameed 创作于
-
- 7月 16, 2019
-
-
由 Peter Leitzen 创作于
Prefer `json_response` where applicable.
-
由 Peter Leitzen 创作于
Prefer `json_response` where applicable.
-
- 4月 15, 2019
-
-
由 gfyoung 创作于
Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
-
- 12月 20, 2018
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 12月 19, 2018
-
-
由 blackst0ne 创作于
Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
-
由 blackst0ne 创作于
Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
-
- 11月 20, 2018
-
-
由 Stan Hu 创作于
-
- 11月 17, 2018
-
-
由 Stan Hu 创作于
Admins would be prevented from adding a project deploy key since the accessible keys would be restricted to the user's keys. Also backports a spec for DeployKeysController from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8432.
-
由 Stan Hu 创作于
In EE, the DeployKeyController reloads the user's accesible key so that it can audit changes. However, this has a side effect of preventing admins from deleting keys in the interface. Note that the deletion problem does not happen in CE because auditing is not performed there. We can clean up the code by reusing the key that was created or destroyed and pushing the logic into the service. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53783
-
- 8月 08, 2018
-
-
由 Mike Greiling 创作于
-
- 7月 11, 2018
- 12月 22, 2017
-
-
由 blackst0ne 创作于
-
- 8月 03, 2017
-
-
由 Robert Speicher 创作于
-
由 Robert Speicher 创作于
-
- 3月 24, 2017
-
-
由 Jarka Kadlecova 创作于
-