summaryrefslogtreecommitdiffstats
path: root/src/main/distrib/data/groovy
Commit message (Collapse)AuthorAgeFilesLines
* Fix &rt; to > in mail (in rename status line)Guilliam Xavier2016-07-291-1/+1
| | | fixes #1104
* Merge pull request #1084 from metasim/youtrack-hookJames Moger2016-06-132-0/+254
|\ | | | | Initial implementation of a JetBrains YouTrack hook for GitBlit.
| * Initial implementation of a JetBrains YouTrack hook for GitBlit.Simeon H.K. Fitch2016-06-032-0/+254
| |
* | Change Jenkins groovy script for any protocol (git/http/ssh)rgroux2015-12-161-1/+4
|/ | | | | groovy.jenkinsGitbaseurl in gitblit.properties or web.xml can override the http default protocol
* Repository url is now rThanksForAllTheFish2014-09-091-1/+1
| | | | The previous 'triggerUrl' version causes a response similar to 'No git jobs using repository: http://gitblit-host/gitblit/git/repo.git'. The wroking url is 'http://gitblit-host/gitblit/r/repo.git'. I also added brackets to improve readability
* Remove GitBlit static singleton reference from localclone.groovyJames Moger2014-05-231-1/+1
|
* Add subgit hook contributed by TMate SoftwareJames Moger2014-02-271-0/+138
|
* Add Redmine Fetch groovy hook (issue-359)Berke Viktor2014-01-281-0/+68
|
* Added fisheye hook scriptVitaly Litvak2014-01-281-0/+95
|
* Update unit tests for refactored architectureJames Moger2013-11-291-3/+3
| | | | Change-Id: I04639db977c515e5e1090ef8f0e1ce858820cb03
* Fixed sendmail-html.groovy unit testJames Moger2013-07-021-1/+1
|
* Moved orphaned Groovy scriptJames Moger2013-03-281-0/+167
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-278-0/+1170
This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.