Enhancement Summary
Ability to fetch PR's and Issue from self managed gitlab instances
Motivation
Currently pr and issues can be fetched only from public gitlab instances with are under gitlab.com domain if an organisation uses self managed gitlab instance they fetching pr and issue is impossible you get hit with 404 error and Failed to fetch message even tho pr and issue are publicly available
Proposed Solution
Currently in Gitlab constructor baseUrl is hard-coded to https://gitlab.com/api/v4 we just need to change domain (gitlab.com) and rest wiil function same and add a check does domain exists and prompt user with an gitlab instance url when selected gitlab in dropdown menu
Alternatives Considered
In Implementation i considered different approach's and regarding UX such as including and input field itself in dropdown (Gitlab Self hosted) option along with github and gitlab and in backend to pass url as parameter to function but as a feature request its a must as if we wanna provide first class integration with gitlab
Screenshots / Mockups
If applicable, add visuals or examples of how this could look/work.
Additional Context
Any other relevant information or use cases.
Contribution Checklist
Enhancement Summary
Ability to fetch PR's and Issue from self managed gitlab instances
Motivation
Currently pr and issues can be fetched only from public gitlab instances with are under gitlab.com domain if an organisation uses self managed gitlab instance they fetching pr and issue is impossible you get hit with 404 error and Failed to fetch message even tho pr and issue are publicly available
Proposed Solution
Currently in Gitlab constructor baseUrl is hard-coded to https://gitlab.com/api/v4 we just need to change domain (gitlab.com) and rest wiil function same and add a check does domain exists and prompt user with an gitlab instance url when selected gitlab in dropdown menu
Alternatives Considered
In Implementation i considered different approach's and regarding UX such as including and input field itself in dropdown (Gitlab Self hosted) option along with github and gitlab and in backend to pass url as parameter to function but as a feature request its a must as if we wanna provide first class integration with gitlab
Screenshots / Mockups
If applicable, add visuals or examples of how this could look/work.
Additional Context
Any other relevant information or use cases.
Contribution Checklist