- 10 May, 2017 1 commit
-
-
blackst0ne authored
-
- 05 May, 2017 4 commits
-
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
- 04 May, 2017 4 commits
-
-
James Lopez authored
-
James Lopez authored
-
Valery Sizov authored
-
James Lopez authored
-
- 03 May, 2017 1 commit
-
-
Mark Fletcher authored
Ensures deploy keys can't be re-added, which causes a validation error
-
- 02 May, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 01 May, 2017 1 commit
-
-
Robert Speicher 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.
-
- 18 Apr, 2017 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 13 Apr, 2017 1 commit
-
-
Stan Hu authored
-
- 04 Apr, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 03 Apr, 2017 2 commits
-
-
Douglas Barbosa Alexandre authored
-
Grzegorz Bizon authored
-
- 31 Mar, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 28 Mar, 2017 1 commit
-
-
Robert Speicher authored
-
- 24 Mar, 2017 2 commits
-
-
Robert Speicher authored
-
Grzegorz Bizon authored
-
- 23 Mar, 2017 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 21 Mar, 2017 1 commit
-
-
Douwe Maan authored
Protect server against SSRF in project import URLs See merge request !2068
-
- 06 Mar, 2017 2 commits
-
-
Robert Speicher authored
For reasons unknown, this spec was passing a project's repository as the first argument to `Projects::UploadService`, while it was expecting the project itself. Previously this wasn't a problem because `FileUploader` only needed the object to respond to `path_with_namespace`, which Repository and Project both did. But now because of `Upload` and its polymorphic association, it expects the object to respond to `primary_key`.
-
Grzegorz Bizon authored
-
- 05 Mar, 2017 1 commit
-
-
Kamil Trzcinski authored
-
- 23 Feb, 2017 3 commits
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
Douwe Maan authored
-
- 22 Feb, 2017 1 commit
-
-
Andre Guedes authored
-
- 19 Feb, 2017 1 commit
-
-
Stan Hu authored
There are two issues with truncating the project team early: 1. `Projects::UnlinkForkService` may not close merge requests properly since permissions may be revoked early. 2. If an error is encountered during flushing of caches, then the user will lose all privileges, possibly causing an issue on deletion on retry.
-
- 07 Feb, 2017 1 commit
-
-
Yorick Peterse authored
This ensures that project authorizations are refreshed when moving a project from one namespace to another. When doing so the permissions for all users of both the old and new namespaces are refreshed. See #26194 for more information.
-
- 05 Feb, 2017 1 commit
-
-
- 03 Feb, 2017 2 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- 01 Feb, 2017 3 commits
-
-
Stan Hu authored
Due to autoloading and Ruby scoping, the .update file was never being updated due to this error: ``` NoMethodError: undefined method `pages' for Projects::Settings:Module from /opt/gitlab/embedded/service/gitlab-rails/app/services/projects/update_pages_configuration_service.rb:50:in `pages_update_file' from /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/metrics/instrumentation.rb:157:in `pages_update_file' from (irb):6 from /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/railties-4.2.7.1/lib/rails/commands/console.rb:110:in `start' from /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/railties-4.2.7.1/lib/rails/commands/console.rb:9:in `start' from /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/railties-4.2.7.1/lib/rails/commands/commands_tasks.rb:68:in `console' from /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/railties-4.2.7.1/lib/rails/commands/commands_tasks.rb:39:in `run_command!' from /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/railties-4.2.7.1/lib/rails/commands.rb:17:in `<top (required)>' from bin/rails:9:in `require' ``` This error was caught and discarded quietly. This fix exercises this code and fixes the scope problem. Closes gitlab-com/infrastructure#1058
-
Yorick Peterse authored
-
Grzegorz Bizon authored
-