Commit graph

20 commits

Author SHA1 Message Date
GitLab Bot
52e32e255f Add latest changes from gitlab-org/gitlab@master 2021-04-28 18:10:12 +00:00
GitLab Bot
65f7976d0c Add latest changes from gitlab-org/gitlab@master 2021-04-23 09:10:03 +00:00
GitLab Bot
14a2a7de8e Add latest changes from gitlab-org/gitlab@master 2021-04-04 03:08:52 +00:00
GitLab Bot
cfec4ed6fe Add latest changes from gitlab-org/gitlab@master 2021-04-01 09:09:05 +00:00
GitLab Bot
659ad26b4e Add latest changes from gitlab-org/gitlab@master 2021-03-25 21:09:13 +00:00
GitLab Bot
a989894b49 Add latest changes from gitlab-org/gitlab@master 2021-03-09 09:10:44 +00:00
GitLab Bot
74780f24f2 Add latest changes from gitlab-org/gitlab@master 2021-03-03 09:10:53 +00:00
GitLab Bot
559d99e402 Add latest changes from gitlab-org/gitlab@master 2021-02-11 18:09:10 +00:00
GitLab Bot
283fb71e02 Add latest changes from gitlab-org/gitlab@master 2020-07-17 15:09:13 +00:00
GitLab Bot
4f5c8572e9 Add latest changes from gitlab-org/gitlab@master 2020-06-16 18:09:01 +00:00
GitLab Bot
22a0d312ae Add latest changes from gitlab-org/gitlab@master 2020-01-17 18:08:41 +00:00
GitLab Bot
b3e4ec8e8a Add latest changes from gitlab-org/gitlab@master 2019-10-23 09:06:03 +00:00
Camil Staps
ed1192c511
Remove "n private forks you have no access to" 2019-09-06 09:51:09 +02:00
Thong Kuah
73e848850c Add frozen_string_literal to spec/features
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-07-26 13:23:30 +12:00
Bob Van Landuyt
1de47ee373 Use namespace#path for building urls in specs
Some of the specs were using namespace names instead of paths for
building URLS. This would fail since we now build a namespace with a
user's name instead of a user's username.
2019-07-09 18:09:45 +02:00
Stan Hu
b49e6b419a Fix Error 500 when forking projects with Gravatar disabled
When Gravatar is disabled, the "no avatar" is used, which failed
to revert to the colorful identity icons for namespaces.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50254
2018-09-28 07:39:58 -04:00
Mark Chao
a63bce1a4b Resolve "Rename the Master role to Maintainer" Backend 2018-07-11 14:36:08 +00:00
Semyon Pupkov
e4558010ac Move project fork spinach tests to RSpec
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2018-03-05 19:57:45 +01:00
Bob Van Landuyt
299c543973 Redirect to an already forked project if it exists
Before the we would try to `POST` to the project path, which would
result in a 404, because that `POST` is not supported.

By changing this back to a normal link, not not handled in JS, we can
immeadiatly redirect.
2017-11-29 15:41:22 +01:00
Phil Hughes
8585ae61e7
Fix fork button being disabled for users who can fork to group
Previously the fork button was disabled for all users if they have
exceeded their project limit. This fixes that by changing the check
to see if the user can fork to a group instead of their own namespace.

This behaviour is already possible by visiting the new fork page
directly, so this just fixes the button being disabled.

Closes #38462
2017-09-29 10:51:26 +01:00