wbond / package_control

The Sublime Text package manager
https://packagecontrol.io
4.79k stars 814 forks source link

RepositoryProvider doesn't download package/dependency infos from Gitlab #1523

Closed deathaxe closed 3 years ago

deathaxe commented 3 years ago

Both of the following methods download repository/package info from Github and Bitbucket only.

As a result parsing Gitlab hosted releases fail validation and thus are ignored.

I've tried with https://github.com/deathaxe/package_control-json/blob/master/repository-3.0.0-gitlab_releases.json

Do we want to add support for those?

deathaxe commented 3 years ago

see: https://github.com/wbond/package_control/pull/1524