- 27 Jul, 2017 18 commits
-
-
Alex Lossent authored
If a web hook HTTP request is sent but no response comes within a certain time (10s by default), the hook execution fails and will be retried. This commit makes such timeouts visible in the web hook log, like connection timeouts already are. Also log "no route to host" errors.
-
Rémy Coutable authored
Remove mentions of SeanPackham since he's no longer with GitLab See merge request !13081
-
Rémy Coutable authored
-
Sean McGivern authored
Ensure the overriding of Gitlab::Application.routes.default_url_options is only local See merge request !13125
-
Sean McGivern authored
Add note on external url setting for HA clusters. See merge request !13089
-
Tim Zallmann authored
Make issuable searchbar full height Closes #35417 See merge request !13046
-
Sean McGivern authored
Resolve "Add CSRF token verification to API" Closes #33601 See merge request !12154
-
Rémy Coutable authored
Remove help message about prioritized labels for non-members Closes #35191 See merge request !12912
-
Sean McGivern authored
Add author_id & assignee_id param to /issues API Closes #29430 See merge request !13004
-
Sean McGivern authored
Fix the :project factory by not copying the test repo twice See merge request !13123
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Merge branch '35539-can-t-create-a-merge-request-containing-a-binary-file-with-non-utf-8-characters' into 'master' Resolve "Can't create a merge request containing a binary file with non-UTF-8 characters" Closes #35539 See merge request !13086
-
Douwe Maan authored
-
Phil Hughes authored
Inline JS Removal for Merge Requests See merge request !13053
-
Tim Zallmann authored
-
Phil Hughes authored
Fix participant name link trailing space on milestone page Closes #35419 See merge request !13117
-
Rémy Coutable authored
Also, fixing some calls to the :project factory with the :test_repo trait since this trait is already included in the :project factory. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Takuya Noguchi authored
-
- 26 Jul, 2017 22 commits
-
-
Clement Ho authored
-
Clement Ho authored
change Fogbugz button to FogBugz See merge request !13113
-
Grzegorz Bizon authored
Update the large table list in AddColumnWithDefaultToLargeTable cop See merge request !13112
-
Ben Bodenmiller authored
-
Mike Greiling authored
added .nvmrc See merge request !9183
-
Rémy Coutable authored
Use LDAP-attributes configured in gitlab.yml in lookup instead of just hard-coded attributes. See merge request !13054
-
Casper authored
-
Robert Speicher authored
- ci_builds -- 33 million rows, 55 GB - merge_request_diff_files -- 5 million rows, 9 GB (and growing rapidly) - merge_request_diffs -- 5 million rows, 190 GB
-
Sean McGivern authored
Previously, we used Psych, which would: 1. Check if a string was encoded as binary, and not ASCII-compatible. 2. Add the !binary tag in that case. 3. Convert to base64. We need to do the same thing, using a new column in place of the tag.
-
Kamil Trzciński authored
Handle maximum pages artifacts size correctly Closes #35317 See merge request !13072
-
Sean McGivern authored
Handle errors while a project is being deleted asynchronously. Closes #29289 See merge request !11088
-
Sean McGivern authored
Handle errors while a project is being deleted asynchronously. Closes #29289 See merge request !11088
-
Douwe Maan authored
# Conflicts: # Gemfile # Gemfile.lock
-
Douwe Maan authored
Add LDAP SSL certificate verification See merge request !2115
-
Douwe Maan authored
Fix project wiki web_url spec See merge request !13105
-
Tiago Botelho authored
-
Yorick Peterse authored
Add lower path index to redirect_routes Closes #34638 See merge request !13062
-
Sean McGivern authored
Add missing colon See merge request !13099
-
Max Raab authored
-
Michael Kozono authored
-
Sean McGivern authored
Enable gitaly_post_upload_pack by default See merge request !13078
-
Michael Kozono authored
And this has already been done on EE, so it’ll match now.
-