Skip to content

Web IDE (vscode) fails to load/clone all the files in large repos

Summary

Web IDE (vscode) fails to load/clone all the files in large repos. Not sure whether the limit is on size or number of files.

Reports:

  1. #385787 (comment 1352362530)
  2. ZD (internal)

Steps to reproduce

Try loading a big repo on Web IDE. Sample: https://gitlab.com/-/ide/project/chrishappy/sv-benchmarks-java/edit/main/-/ (original report).

Example Project

https://gitlab.com/-/ide/project/chrishappy/sv-benchmarks-java/edit/main/-/

What is the current bug behavior?

All files won't load/clone.

What is the expected correct behavior?

All files should load/clone.

Relevant logs and/or screenshots

No errors were found.

Output of checks

Results of GitLab environment info

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)

Possible fixes