source-integration
source-integration copied to clipboard
Source control integration plugin framework for MantisBT, including support for Github, Gitlab, Bitbucket, Gitweb, Cgit, Subversion, Mercurial and more
Current use of print_small_button() generates a complex GET URL showing the form security token. It would be better to use print_form_button() so the token is handled as hidden form parameter....
I've a repo with 22 branches and obviously this is greater than Gitlab default -> 20. Please add at least add '&per_page=50' or may be '&per_page=100' when building the uri...
The Webhook delivery results in an HTTP 200 return code, but the response is actually a MantisBT error page: INTERNAL APPLICATION ERROR Delivering the payload with `$g_show_detailed_errors = ON;` yields...
[Write up of the changes](https://github.com/bright-tools/source-integration/blob/master/CommitMessageCheck.md) Essentially it's implementing similar functionality to that which was previously provided by [ScmBug](http://www.mkgnu.net/scmbug), using the information in Mantis to validate commits via a pre-commit hook....
Looks like currently "Fetch latest" does the full fetch... It would be nice to fetch latest 100 or something like this instead public function import_latest( $p_repo ) { return $this->import_full(...
I am running a Mantis instance which hosts different projects with different users and different permissions, but all repositories are visible to everyone. It would be nice to be able...
Using the latest 2.1 version (because I'm on IIS 10) when I try and Import Latest Data, the page returned just says 'Import Results' There are no import results or...
Hello, I am using the Mantis GitLab Plugin and I would like to have an extension for the Plugin. It would be great to implement another status change when linking...