- 09 Nov, 2017 4 commits
-
-
Sean McGivern authored
The todos page limit is 20, and both that and a user's pending todo count are integers. Using integer division means that the result's floor will be taken, defeating the point of the later call to `#ceil`. So we need to convert one side of the division to a float first, otherwise the last page won't be treated as available.
-
Douwe Maan authored
Add GitHub enterprise support to the GitHub Rake task and better handle rate limiting being disabled See merge request gitlab-org/gitlab-ce!15284
-
Douwe Maan authored
Include X-Content-Type-Options (XCTO) header into API responses See merge request gitlab/gitlabhq!2211 (cherry picked from commit 6c818e77f2abeef2dd7b17a269611b018701fa79) e087e075 Include X-Content-Type-Options (XCTO) header into API responses
-
Douwe Maan authored
Replace SSRF resolver with Addrinfo.getaddrinfo to include alternative localhost versions See merge request gitlab/gitlabhq!2219 (cherry picked from commit 4a1e73783d5480aa514db7b53e10c075f95580b5) 1bffa0c3 Replace SSRF resolver with Addrinfo.getaddrinfo to include alternative localhost versions
-
- 08 Nov, 2017 36 commits
-
-
Yorick Peterse authored
GitHub Enterprise disables rate limiting for the API, resulting in HTTP 404 errors when requesting rate limiting details. This changes Gitlab::GithubImport::Client so it can deal with rate limiting being disabled.
-
Yorick Peterse authored
This restores GH enterprise support in the GH import Rake task.
-
Stan Hu authored
Fail when issuable_meta_data is called on an unlimited collection Closes #39845 See merge request gitlab-org/gitlab-ce!15249
-
Douwe Maan authored
Github enterprise support importer Closes #39931 See merge request gitlab-org/gitlab-ce!15281
-
Achilleas Pipinellis authored
Fix issue 39935 : Add created_at and updated_at fields in MR payload Closes #39935 See merge request gitlab-org/gitlab-ce!15274
-
Yorick Peterse authored
This task was broken in a few areas with the removal of the old GitHub importer code.
-
Douwe Maan authored
Migrate GitLab::Git::Wiki.update_page to Gitaly Closes gitaly#700 See merge request gitlab-org/gitlab-ce!15268
-
Yorick Peterse authored
This was removed by accident as the old GitHub importer handled this deep down the codebase, making it easy to miss.
-
Filipa Lacerda authored
Remove ineffective Vue service specs See merge request gitlab-org/gitlab-ce!15277
-
Rémy Coutable authored
Fix Error 500 when pushing LFS objects with a write deploy key Closes #39467 See merge request gitlab-org/gitlab-ce!15039
-
Stan Hu authored
-
Nick Thomas authored
Added file storage documentation and updated hash storage one See merge request gitlab-org/gitlab-ce!15269
-
Rémy Coutable authored
Use Commit#notes and Note.for_commit_id when possible to make sure we use all indexes available to us Closes #34509 See merge request gitlab-org/gitlab-ce!15253
-
Kim "BKC" Carlbäcker authored
-
Gabriel Mazetto authored
-
Achilleas Pipinellis authored
Make a note of which files to check in after externalizing strings See merge request gitlab-org/gitlab-ce!15207
-
Phil Hughes authored
Resolve "Merge request widget - CI information has different margins" Closes #38395 See merge request gitlab-org/gitlab-ce!15237
-
Filipa Lacerda authored
-
Grzegorz Bizon authored
Fix test selection in Test::Integration::Mattermost See merge request gitlab-org/gitlab-ce!15278
-
Richard Clamp authored
In ce3b81b9 we changed Test::Integration::Mattermost#perform to consume a required positional parameter and pass on the rest of the arguments to the superclass. There was an error in implementation here and instead of splatting the files array to produce no additional arguments, we passed in the default case an empty array. This had the effect of calling rspec with no test files, rather than expected default of 'qa/specs/features` Here we correct that bug, and re-add the :core suite, as that was a poor deuction in the investagtion for 74d6b8a2.
-
Douwe Maan authored
Rewrite the GitHub importer to perform work in parallel and greatly improve performance Closes #33135, #38621, and #39361 See merge request gitlab-org/gitlab-ce!14731
-
Eric Eastwood authored
-
Tim Zallmann authored
Added missing strings to prepare the tags page for internationalization See merge request gitlab-org/gitlab-ce!15256
-
Douwe Maan authored
Use Commit#notes and Note.for_commit_id when possible to make sure we use all the indexes available to us
-
Rémy Coutable authored
Add Internal QA specs to the pipeline See merge request gitlab-org/gitlab-ce!15240
-
Grzegorz Bizon authored
-
Bob Van Landuyt authored
-
Douwe Maan authored
Change Sign Out route from a DELETE to a GET Closes #39708 See merge request gitlab-org/gitlab-ce!15231
-
Sébastien Le Gall authored
Add those fields to the documentation payload about merge requests that were missing but actually present when calling the endpoints
-
Tim Zallmann authored
Cleanup tests See merge request gitlab-org/gitlab-ce!15261
-
Douwe Maan authored
When deleting merged branches, ignore protected tags Closes #39732 See merge request gitlab-org/gitlab-ce!15252
-
Douwe Maan authored
Free some reserved group routes See merge request gitlab-org/gitlab-ce!15052
-
Stan Hu authored
Make BackgroundTransaction#labels public See merge request gitlab-org/gitlab-ce!15257
-
Mike Greiling authored
fix karma config file See merge request gitlab-org/gitlab-ce!15263
-
Marcia Ramos authored
Modals in UX guide See merge request gitlab-org/gitlab-ce!14886
-
Stan Hu authored
Adds typescript support in webpack. With Mike G. See merge request gitlab-org/gitlab-ce!15264
-