- 22 Sep, 2016 2 commits
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 21 Sep, 2016 3 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
- For target project show only environments for target branch or with tags - For source project show only environments for source branch
-
- 15 Sep, 2016 2 commits
-
-
Patricio Cano authored
-
Patricio Cano authored
Groups can enable/disable LFS, but this setting can be overridden at the project level. Admin only
-
- 13 Sep, 2016 2 commits
-
-
Yorick Peterse authored
This moves tracking of the pushes since the last Git GC from PostgreSQL to Redis. This reduces the number of writes on the "projects" table. This in turn reduces the vacuuming overhead. The lease used for incrementing the counter has been removed. This lease was mostly put in place to prevent high database load but this isn't needed anymore due to the counter now being stored in Redis. Fixes gitlab-org/gitlab-ce#22125
-
Kamil Trzcinski authored
Use a permissions of user to access all dependent projects from CI jobs (this also includes a container images, and in future LFS files)
-
- 06 Sep, 2016 1 commit
-
-
Connor Shea authored
-
- 01 Sep, 2016 1 commit
-
-
Felipe Artur authored
-
- 30 Aug, 2016 3 commits
-
-
Patricio Cano authored
-
Patricio Cano authored
-
Patricio Cano authored
-
- 26 Aug, 2016 1 commit
-
-
Alejandro Rodríguez authored
-
- 25 Aug, 2016 1 commit
-
-
Hannes Rosenögger authored
This commit makes sure that the project icon is being read from the default branch instead of 'master'
-
- 24 Aug, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 20 Aug, 2016 1 commit
-
-
Douwe Maan authored
-
- 19 Aug, 2016 1 commit
-
-
- 18 Aug, 2016 1 commit
-
-
Sean McGivern authored
-
- 17 Aug, 2016 2 commits
-
-
Douglas Barbosa Alexandre authored
-
Paco Guzman authored
Use just SQL to check is a user can admin_issue on a project Tradeoff - we duplicate how we check admin_issue in a SQL relation in the Ability class
-
- 11 Aug, 2016 3 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- 10 Aug, 2016 2 commits
-
-
Rémy Coutable authored
Also, mutualize AccessRequests and Members endpoints for Group & Project. New API documentation for the AccessRequests endpoints. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Stan Hu authored
Instead of redirecting from the project service to the service and back to the model, put all destruction code in the service. Also removes a possible source of failure where run_after_commit may not destroy the project.
-
- 09 Aug, 2016 1 commit
-
-
Stan Hu authored
This is in preparation to address the DB load caused by the counting in gitlab-com/infrastructure#303.
-
- 04 Aug, 2016 2 commits
-
-
tiagonbotelho authored
-
James Lopez authored
-
- 02 Aug, 2016 1 commit
-
-
tiagonbotelho authored
developer cannot push to protected branch when project is empty or he has not been granted permission to do so
-
- 01 Aug, 2016 1 commit
-
-
James Lopez authored
squashed - fixed label and milestone association problems, updated specs and refactored reader class a bit
-
- 29 Jul, 2016 1 commit
-
-
Timothy Andrew authored
1. Remove `Project#developers_can_push_to_protected_branch?` since it isn't used anymore. 2. Remove `Project#developers_can_merge_to_protected_branch?` since it isn't used anymore.
-
- 28 Jul, 2016 1 commit
-
-
Stan Hu authored
-
- 27 Jul, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 26 Jul, 2016 1 commit
-
-
Alejandro Rodríguez authored
-
- 23 Jul, 2016 1 commit
-
-
Stan Hu authored
Helping to diagnose #20178
-
- 21 Jul, 2016 1 commit
-
-
- 20 Jul, 2016 2 commits
-
-
Alejandro Rodríguez authored
Currently, even when searching for all authorized issues of *one* project, we run the `Users#authorized_projects` query (which can be rather slow). This update checks if we are handling issues of just one project and does the authorization check locally. It does have the downside of basically repeating the logic of `Users#authorized_projects` on `Project#authorized_for_user`.
-
Lin Jen-Shin authored
This version of MySQL doesn't yet support 'LIMIT & IN/ALL/ANY/SOME subquery' Oh well.
-