strider-gitlab
strider-gitlab copied to clipboard
Seamless integration between Strider and GitLab
*** 🚨 **Reminder!** Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 [Find out how to migrate...
*** 🚨 **Reminder!** Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 [Find out how to migrate...
Allow connecting a gitlab public gitlab account, like bitbucket and github. http://doc.gitlab.com/ce/api/oauth2.html https://github.com/fh1ch/passport-gitlab2 - [ ] Implement - [ ] Add setupLink to config
I just learned that our Gitlab instance doesn't allow users to access repos via SSH. We only support HTTPS. Is it somehow possible to configure the connection to a repo...
``` /api/v3/projects/10/repository/blobs/feature%2F3.0.0?filepath=strider.json&private_token=… ``` This will just give me a 404, even though the file exists. Or maybe it's not the dots, but the `3` that's the problem here :\
Capability for merge requests in gitlab to trigger strider jobs. (like github pull request and travis) There is a merge_request_events parameter in the API call for adding hooks. http://doc.gitlab.com/ce/api/projects.html#hooks ```...
When we configure a gitlab account to import the projects into strider, it was possible in v1.0.7 that the gitlab user, which token is configured in strider has only guest...