GitLab Bot
38ff3a8118
Add latest changes from gitlab-org/gitlab@master
2023-02-09 03:07:46 +00:00
GitLab Bot
0122d00cac
Add latest changes from gitlab-org/gitlab@master
2022-12-16 18:09:43 +00:00
GitLab Bot
3f0848998e
Add latest changes from gitlab-org/gitlab@master
2022-12-13 21:07:31 +00:00
GitLab Bot
b5bdf6e521
Add latest changes from gitlab-org/gitlab@master
2022-11-08 15:09:34 +00:00
GitLab Bot
21b8ed2e35
Add latest changes from gitlab-org/gitlab@master
2022-10-29 00:08:52 +00:00
GitLab Bot
0407f1573d
Add latest changes from gitlab-org/gitlab@master
2022-10-27 15:09:49 +00:00
GitLab Bot
634e9bccc6
Add latest changes from gitlab-org/gitlab@master
2022-01-31 18:18:10 +00:00
GitLab Bot
69d28d313c
Add latest changes from gitlab-org/gitlab@master
2021-04-30 15:09:50 +00:00
GitLab Bot
62baa95f25
Add latest changes from gitlab-org/gitlab@master
2020-11-03 18:09:22 +00:00
GitLab Bot
bdca097916
Add latest changes from gitlab-org/gitlab@master
2020-08-11 03:11:00 +00:00
GitLab Bot
2ecc6e22e3
Add latest changes from gitlab-org/gitlab@master
2020-08-04 18:09:49 +00:00
GitLab Bot
8b0ef13236
Add latest changes from gitlab-org/gitlab@master
2020-06-03 18:08:28 +00:00
GitLab Bot
57d1bb8254
Add latest changes from gitlab-org/gitlab@master
2020-05-19 09:08:12 +00:00
GitLab Bot
0e65189f85
Add latest changes from gitlab-org/gitlab@master
2020-05-13 09:08:37 +00:00
GitLab Bot
b158645575
Add latest changes from gitlab-org/gitlab@master
2020-04-23 00:09:41 +00:00
GitLab Bot
1c8fa70f9d
Add latest changes from gitlab-org/gitlab@master
2020-02-28 18:09:07 +00:00
GitLab Bot
79cbe31b18
Add latest changes from gitlab-org/gitlab@master
2020-02-05 03:08:49 +00:00
Krasimir Angelov
d745ff0431
Add username to deploy tokens
...
This new attribute is optional and used when set instead of the default
format `gitlab+deploy-token-#{id}`.
Empty usernames will be saved as null in the database.
Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/50228 .
2019-07-02 18:56:48 +00:00
gfyoung
93a44e135b
Add some frozen string to spec/**/*.rb
...
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
2019-04-15 10:17:05 +00:00
blackst0ne
b44a2c801a
Update specs to rails5 format
...
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 }`
2018-12-19 10:04:31 +11:00
Nick Thomas
e8a675d35f
Remove the project_cleanup feature flag
2018-12-15 13:50:59 +00:00
Dylan Griffith
f31429c1f6
Remove Sidekiq::Testing in RepositoryController spec
2018-12-07 13:12:35 +01:00
Nick Thomas
9395d198f9
Use BFG object maps to clean projects
2018-12-06 18:58:00 +00:00
Mark Chao
a63bce1a4b
Resolve "Rename the `Master` role to `Maintainer`" Backend
2018-07-11 14:36:08 +00:00
Jacopo
2f40dac352
Refactor `have_http_status` into `have_gitlab_http_status` in the specs
2017-10-20 10:13:18 +02:00
Jose Ivan Vargas
bd9887e617
Fixed repository_controller_spec
...
also added an #open_branches private method
2017-03-06 09:47:44 -06:00
Jose Ivan Vargas
43958926c5
Added delegations to comply with the new rubocop rules
...
Also fixed the deploy_keys view and moved the code from the repository_helper
to the repository_controller
2017-03-06 09:47:44 -06:00
Jose Ivan Vargas
a29517dd0c
Added tests for the repository_controller and repository_helper
...
Added specs for the deploy_keys_presenter and added a new method in the presenter
called #key_available?
Fixed some minor UX inconsistencies and added a concern to handle
redirection
2017-03-06 09:47:44 -06:00