- 03 Jan, 2018 5 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
We'd need to keep track of project full path otherwise directory tree created with hashed storage enabled cannot be usefully imported using the import rake task.
-
James Lopez authored
-
James Lopez authored
-
- 02 Jan, 2018 3 commits
-
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
- 30 Aug, 2017 2 commits
-
-
Gabriel Mazetto authored
We need to cleanup after each execution so we can still re-use the same paths and prevent collision with the on disk validation
-
Tiago Botelho authored
-
- 25 Aug, 2017 4 commits
-
-
Gabriel Mazetto authored
There are some redundancies in the validation steps, and that is to preserve current error messages behavior Also few specs have to be changed in order to fix madness in validation logic.
-
Nick Thomas authored
-
Nick Thomas authored
Only admins have the ability to create a project in another user's personal namespace. Prior to this commit, we were explicitly adding them as masters to the project. However, admins already have access (by virture of being admins), so this is unnecessary.
-
Nick Thomas authored
If the project is in a group, the `group.refresh_members_authorized_projects` is made non-blocking, and we call `current_user.refresh_authorized_projects` directly. Projects in a personal namespace are more difficult. Rather than passing the `blocking:` parameter through the entire `add_master` chain, have the `AuthorizedProjectsWorker` automatically inline authorizations for three IDs or less. Since the maximum number of IDs in this path is 2, that has the same effect.
-
- 07 Aug, 2017 1 commit
-
-
Z.J. van de Weg authored
-
- 05 Jun, 2017 1 commit
-
-
Tiago Botelho authored
-
- 27 Apr, 2017 1 commit
-
-
Toon Claes authored
When an admin creates a project in the namespace of a user, that user automatically gains master access to that project.
-
- 13 Apr, 2017 1 commit
-
-
Stan Hu authored
-
- 02 Mar, 2017 1 commit
-
-
Toon Claes authored
Add `visibility` & `visibility=` methods to the `Gitlab::VisibilityLevel` module so the `visibility_level` can be get/set with a string value.
-
- 07 Feb, 2017 1 commit
-
-
Z.J. van de Weg authored
-
- 23 Jan, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 18 Nov, 2016 1 commit
-
-
Ahmad Sherif authored
Closes #23150
-
- 16 Nov, 2016 1 commit
-
-
Adam Niedzielski authored
-
- 04 Oct, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
If the GitHub project repository has wiki, we should not create the default wiki. Otherwise the GitHub importer will fail because the wiki repository already exist. This bug was introduced here https://gitlab.com/gitlab-org/gitlab-ce/commit/892dea67717c0efbd6a28f763 9f34535ec0a8747
-
- 27 Sep, 2016 1 commit
-
-
Nick Thomas authored
Projects::ForkService delegates to this service almost entirely, but needed one small change so it would propagate create errors correctly. CreateService#execute needs significant refactoring; it is now right at the complexity limit set by Rubocop. I avoided doing so in this commit to keep the diff as small as possible. Several tests depend on the insecure behaviour of ForkService, so fi them up at the same time.
-
- 01 Sep, 2016 1 commit
-
-
Felipe Artur authored
-
- 15 Jun, 2016 1 commit
-
-
James Lopez authored
-
- 14 Jun, 2016 2 commits
-
-
James Lopez authored
-
James Lopez authored
-
- 03 Jun, 2016 4 commits
-
-
James Lopez authored
This reverts commit 7a0cd631f3f5.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
James Lopez authored
-
James Lopez authored
-
- 13 May, 2016 1 commit
-
-
James Lopez authored
-
- 12 May, 2016 3 commits
-
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
- 11 May, 2016 2 commits
-
-
James Lopez authored
-
James Lopez authored
-
- 10 May, 2016 1 commit
-
-
James Lopez authored
-