An error occurred fetching the project authors.
- 26 Jul, 2016 11 commits
-
-
Alejandro Rodríguez authored
-
Sean McGivern authored
A release's tag reference is just the name of the tag, not the entire tag object. This also fixes the tags index if a tag's message contains non-UTF8 byte sequences.
-
Sean McGivern authored
We can't reuse the existing value of the format parameter, because on the merge request page that's 'json', so the link would go to a JSON file. We can't set it to HTML, because that adds '.html' the URL, which breaks the compare view (and looks bad). Setting it to nil uses the default format, which in all of these cases is HTML anyway.
-
Katarzyna Kobierska authored
-
Katarzyna Kobierska authored
-
Paco Guzman authored
-
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>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Drew Blessing authored
-
Stan Hu authored
This significantly reduces the DB churn in the PostReceive task when it performs reference extraction. See #18663
-
- 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 7 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
-
Scott Le authored
-
- 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 4 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/...`
-