summaryrefslogtreecommitdiffstats
path: root/build.moxie
Commit message (Collapse)AuthorAgeFilesLines
* Use Guice-Servlet rather than custom code and expose the InjectorJames Moger2014-07-031-1/+3
| | | | | | | | | | | | | | | This is a fairly functional variation of Gitblit with one notable exception: The security filters are not working properly. This is a design flaw in Guice that I have reported upstream [1]. The general idea is that Guice-Servlet filters are not properly wrapping the ServletRequest. This has historically been a problem for Guice-Servlet servlets but Google has fixed most of those issues. Unfortunately, all the same flaws reported against the servlet delegation also exist in Guice-Servlet filter delegation. :( [1]: https://code.google.com/p/google-guice/issues/detail?id=807
* Replace Dagger with Guice 4.0 beta and update Guava to 16.0.1James Moger2014-07-031-3/+2
|
* Update to Dagger 1.2.1 and Guava 15James Moger2014-07-031-2/+3
|
* Switch apt folder from 'dagger' to 'gen'James Moger2014-07-031-1/+1
|
* Update to SSHD 0.11.1-atlassian-1James Moger2014-07-031-2/+3
|
* Update to JGit 3.4.1James Moger2014-07-031-1/+1
|
* Update to Groovy 2.3.3James Moger2014-07-031-1/+1
|
* Update to SLF4j 1.7.7James Moger2014-07-031-3/+3
|
* Update to Freemarker 2.3.20James Moger2014-07-021-3/+3
|
* Update to gson 2.2.2James Moger2014-07-021-1/+1
|
* Update to SLF4j 1.7.7James Moger2014-07-021-2/+2
|
* Merge branch 'fix-mxwebxml'James Moger2014-06-171-1/+1
|\
| * Fix WAR web.xml generation regressionJames Moger2014-06-171-1/+1
| |
| * Reset build identifiers for next point release cycleJames Moger2014-06-161-1/+1
| |
* | Merge branch 'pr-201' into developJames Moger2014-06-171-1/+1
|\ \
| * | Update Lucene version to 4.8.1David Ostrovsky2014-06-171-1/+1
| | |
* | | Merge pull request #202 from davido/patch-6James Moger2014-06-171-1/+1
|\ \ \ | | | | | | | | Update Jetty version to 9.2.1.v20140609
| * | | Update Jetty version to 9.2.1.v20140609David Ostrovsky2014-06-171-1/+1
| |/ / | | | | | | | | | | | | | | | The Jetty 9.2 quick start mechanism provides almost an order of magnitude improvement in start time [1]. [1] https://webtide.com/jetty-9-quick-start/
* / / Update JGit version to 3.4.0.201406110918-rDavid Ostrovsky2014-06-171-1/+1
|/ /
* / Reset build identifiers for next minor release cycleJames Moger2014-06-161-1/+1
|/
* Prepare 1.6.0 releasev1.6.0James Moger2014-06-161-3/+3
|
* Update to Moxie 0.9.2James Moger2014-06-091-1/+1
|
* Merge branch 'master' into developJames Moger2014-05-071-2/+2
|\
| * Reset build identifiers for next development cycleJames Moger2014-05-071-1/+1
| |
| * Prepare 1.5.1 releasev1.5.1James Moger2014-05-071-3/+3
| |
* | Update to javax.mail 1.5.1James Moger2014-05-051-1/+1
| |
* | Split pages servlet into a raw branch servlet and a gh-pages servletJames Moger2014-05-041-0/+1
| |
* | Reset build identifier to next milestone snapshotJames Moger2014-05-011-1/+1
|/
* Correct the build identifierJames Moger2014-04-251-1/+1
|
* Update to Apache MINA/SSHD 0.11.0James Moger2014-04-231-2/+2
|
* Reset build identifiers for next development cycleJames Moger2014-04-171-1/+1
|
* Prepare 1.5.0 releasev1.5.0James Moger2014-04-171-3/+3
|
* Update to SLF4J 1.7.5James Moger2014-04-151-2/+2
|
* Update to pf4j 0.8.0James Moger2014-04-151-1/+1
|
* Update to Jetty 9, drop AJPJames Moger2014-04-111-4/+3
|
* Build with Java 7James Moger2014-04-111-4/+4
|
* Update to pf4j 0.7.1 for a bug fixJames Moger2014-04-111-1/+1
|
* Improve plugin manager based on upstreamed contributions to pf4jJames Moger2014-04-101-1/+1
|
* Add plugins/extension infrastructureDavid Ostrovsky2014-04-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Plugins are stored in `${baseFolder}/plugins` and are loaded during startup by the PluginManager. A plugin defines it's metadata in META-INF/MANIFEST.MF: Plugin-Class: com.gitblit.plugins.cookbook.CookbookPlugin Plugin-Dependencies: foo, bar Plugin-Id: gitblit-plugin Plugin-Provider: John Doe Plugin-Version: 1.0 Plugins can define extension points that can be implemented by other plugins and they can depend on other plugins: Plugin-Dependencies: foo, bar During the load phase, a directed acyclic graph is built and the loading order of the dependency chain is reversed using a topological sort; parent followed by children. The parent plugin classloader is the combined classloader of all parent plugins. Change-Id: I738821fa2bff02a5dbe339a944cc7e3c4dd8e299
* Bump SSHD version to 0.10.1David Ostrovsky2014-04-101-1/+3
| | | | Change-Id: Ic7e204fb7ee2eb172f4c8424fc3d4b7e6c631ddd
* Support serving repositories over the SSH transportEric Myhre2014-04-101-0/+2
| | | | | | | Gitblit would greatly benefit from an integrated SSH server. This would complete the transport trifecta. Change-Id: I6fb95abe65655fa74d47ea71522d8d9a1541450c
* Remove remaining GoogleCharts code and update documentationJames Moger2014-04-101-1/+0
|
* Update to JGit 3.3.1James Moger2014-03-271-1/+1
|
* Replace JCommander with args4jJames Moger2014-03-271-1/+1
|
* Change build identifier to 1.5.0-SNAPSHOTJames Moger2014-03-271-1/+1
|
* Reset build identifiers for next development cycleJames Moger2014-03-181-1/+1
|
* Prepare 1.4.1 releasev1.4.1James Moger2014-03-181-3/+3
|
* Reset build identifiers for next development cycleJames Moger2014-03-091-1/+1
|
* Prepare 1.4.0 releasev1.4.0James Moger2014-03-091-3/+3
|
* Update to JGit 3.3.0James Moger2014-03-051-3/+3
|