Closed mohan43u closed 3 years ago
I have fixed gitlab redirect_uri issue. Also fixed related test cases as well as code coverage. I would like to see this PR reviewed and hopefully merged.
Thanks for all your work @meteorlxy and @mohan43u .. great system!
Do you have some expectation on when this feature will be added to an official release of vssue?
Thanks!
Hi again!
It is possible to use your version @mohan43u ? I cannot figure how to use a named-space plugin out of the original source, and is not possible to add dependencies based on a subfolder of a repository.
How can I use it while we wait for official releases that fix support to Gitlab?
Thanks!
@CieNTi you have to build vssue.gitlab.min.js, here is the steps
yarn
which will automatically install node
$ yarn install
$ yarn lint
$ yarn build
$ yarn test
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
fix(api-gitlab-v4): workaround for gitlab redirect_uri issue (close #99)