An error occurred fetching the project authors.
- 25 Jul, 2016 6 commits
-
-
Clement Ho authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Jacob Schatz authored
-
Yorick Peterse authored
This allows us to see how much time is being spent in just parsing HTML/XML documents.
-
Stan Hu authored
Set permissions of backup dir to g+s Closes #20188
-
Stan Hu authored
We have a number of bugs caused by cache keys not being flushed properly during deletion of a project. Add the project ID to ensure this never happens. Closes #20027
-
- 24 Jul, 2016 6 commits
-
-
winniehell authored
-
Alejandro Rodríguez authored
This reverts merge request !5375
-
Stan Hu authored
-
Stan Hu authored
Closes gitlab-com/support-forum#874
-
winniehell authored
-
Stan Hu authored
Certain reverse proxies can send invalid IP addresses in the X-Forwarded-For header For example, Apache can send (null). Closes #20194
-
- 23 Jul, 2016 4 commits
-
-
Douwe Maan authored
Fix bug where replies to commit notes displayed in the MR discussion tab wouldn't show up on the commit page
-
Katarzyna Kobierska authored
-
Katarzyna Kobierska authored
Test for showing GitLab Workhorse version on Admin Dashboard Refactoring
-
winniehell authored
-
- 22 Jul, 2016 3 commits
-
-
tiagonbotelho authored
-
Ahmad Sherif authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 21 Jul, 2016 5 commits
-
-
Alejandro Rodríguez authored
-
Ahmad Sherif authored
See #19985
-
Douglas Barbosa Alexandre authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
-
- 20 Jul, 2016 13 commits
-
-
winniehell authored
-
Kamil Trzcinski authored
-
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`.
-
Alejandro Rodríguez authored
Also, in favour of consistency, deprecate `/projects/:id/keys/...` routes in favour of `/projects/:id/deploy_keys/...`
-
winniehell authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
James Lopez authored
-
Fatih Acet authored
-
Felipe Artur authored
-
Kamil Trzcinski authored
-
Phil Hughes authored
Closes #19741
-
Gabriel Mazetto authored
-
James Lopez authored
-
- 19 Jul, 2016 3 commits
-
-
Felipe Artur authored
-
Kamil Trzcinski authored
-
Ahmad Sherif authored
-