Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix &rt; to > in mail (in rename status line) | Guilliam Xavier | 2016-07-29 | 1 | -1/+1 |
| | | | fixes #1104 | ||||
* | Merge pull request #1084 from metasim/youtrack-hook | James Moger | 2016-06-13 | 2 | -0/+254 |
|\ | | | | | Initial implementation of a JetBrains YouTrack hook for GitBlit. | ||||
| * | Initial implementation of a JetBrains YouTrack hook for GitBlit. | Simeon H.K. Fitch | 2016-06-03 | 2 | -0/+254 |
| | | |||||
* | | Change Jenkins groovy script for any protocol (git/http/ssh) | rgroux | 2015-12-16 | 1 | -1/+4 |
|/ | | | | | groovy.jenkinsGitbaseurl in gitblit.properties or web.xml can override the http default protocol | ||||
* | Repository url is now r | ThanksForAllTheFish | 2014-09-09 | 1 | -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.groovy | James Moger | 2014-05-23 | 1 | -1/+1 |
| | |||||
* | Add subgit hook contributed by TMate Software | James Moger | 2014-02-27 | 1 | -0/+138 |
| | |||||
* | Add Redmine Fetch groovy hook (issue-359) | Berke Viktor | 2014-01-28 | 1 | -0/+68 |
| | |||||
* | Added fisheye hook script | Vitaly Litvak | 2014-01-28 | 1 | -0/+95 |
| | |||||
* | Update unit tests for refactored architecture | James Moger | 2013-11-29 | 1 | -3/+3 |
| | | | | Change-Id: I04639db977c515e5e1090ef8f0e1ce858820cb03 | ||||
* | Fixed sendmail-html.groovy unit test | James Moger | 2013-07-02 | 1 | -1/+1 |
| | |||||
* | Moved orphaned Groovy script | James Moger | 2013-03-28 | 1 | -0/+167 |
| | |||||
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 8 | -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. |