lsif payload incorrectly limited
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Summary
Upon attempting to upload a dump.lsif
file greater than 37MB in size via reports:lsif
the user receives a 413 Payload too large
error. Other artifacts are picked up fine.
Steps to reproduce
A Go project that's sizeable enough to generate a file that's over 37MB A Code intelligence job
Please see this ticket (internal only) for more information
Example Project
See the above linked internal only ticket
What is the current bug behavior?
Payload is rejected
What is the expected correct behavior?
Payload should be accepted
Relevant logs and/or screenshots
Output of checks
N/A
Results of GitLab environment info
N/A
Expand for output related to GitLab environment info
(For installations with omnibus-gitlab package run and paste the output of: `sudo gitlab-rake gitlab:env:info`) (For installations from source run and paste the output of: `sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)
Results of GitLab application Check
Expand for output related to the GitLab application check
(For installations with omnibus-gitlab package run and paste the output of:
sudo gitlab-rake gitlab:check SANITIZE=true
)(For installations from source run and paste the output of:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true
)(we will only investigate if the tests are passing)