feat: gitFs-only for GitLab
The gitlab platform is now implemented using gitFs over http/https. Ensure you are using a Personal Access Token with “api” scope. Remove any custom “gitFs” config option now - it will be autodetected based on the endpoint value. For most - maybe all - users, there should not be any change required at all. Closes #3478 BREAKING CHANGE: gitlab platform is now gitFs only and requires a Personal Access Token with api scope.
Showing
- lib/platform/gitlab/gl-got-wrapper.js 1 addition, 1 deletionlib/platform/gitlab/gl-got-wrapper.js
- lib/platform/gitlab/index.js 21 additions, 56 deletionslib/platform/gitlab/index.js
- lib/platform/gitlab/storage.js 0 additions, 304 deletionslib/platform/gitlab/storage.js
- test/platform/gitlab/__snapshots__/index.spec.js.snap 22 additions, 176 deletionstest/platform/gitlab/__snapshots__/index.spec.js.snap
- test/platform/gitlab/__snapshots__/storage.spec.js.snap 0 additions, 9 deletionstest/platform/gitlab/__snapshots__/storage.spec.js.snap
- test/platform/gitlab/index.spec.js 104 additions, 339 deletionstest/platform/gitlab/index.spec.js
- test/platform/gitlab/storage.spec.js 0 additions, 22 deletionstest/platform/gitlab/storage.spec.js
- test/workers/repository/init/apis.spec.js 0 additions, 10 deletionstest/workers/repository/init/apis.spec.js
Loading
Please register or sign in to comment