Commit Graph

17 Commits

Author SHA1 Message Date
R. Tyler Croy 441cabee42
Add a simple Jenkinsfile for building 2017-09-10 13:51:27 -07:00
R. Tyler Croy 5c89a50ab3
Add support for generating limited local javadocs based on our dependency graph 2016-12-19 09:32:31 -08:00
R. Tyler Croy 0c2663c9ff
Add some tools yet to be incorporated 2016-12-19 08:01:02 -08:00
R. Tyler Croy 63fa1db747
Add a simple readme explaining wtf it is that I am doing here 2016-12-19 07:58:22 -08:00
R. Tyler Croy 763a424b69
Add integration tests to ensure that text/html requests get web pages
And of course, application/json requests get JSON objects
2016-12-19 07:47:19 -08:00
R. Tyler Croy 7a1b414d76
Add a simple Spock-based test for the GetResource 2016-12-18 15:27:26 -08:00
R. Tyler Croy be60079b1c
Add support for rendering mustache views and start with the get/200 view 2016-12-18 14:37:16 -08:00
R. Tyler Croy 95dc237b05
Add the GetResoruce for responding with 200 to GET requests 2016-12-18 12:57:18 -08:00
R. Tyler Croy ab5d9b0b7e
Include spock testing support in the application
This requires pinning a specific minor version of Groovy since Spock requires a
specific package name for each major/minor release of Groovy
2016-12-18 12:14:54 -08:00
R. Tyler Croy 2822beb0f5
Expose the appVersion via the VersionCheck healthcheck 2016-12-18 11:45:23 -08:00
R. Tyler Croy 3329b6f475
Add a basic check which does nothing (right now) 2016-12-18 11:41:34 -08:00
R. Tyler Croy 38cf06bf7c
Make `check` the default task for easy testing 2016-12-18 10:31:02 -08:00
R. Tyler Croy 13dc8672cf
Dynamically generate a configuration which can be loaded by `./gradlew run` 2016-12-18 10:30:21 -08:00
R. Tyler Croy ac6907c5f1
Bootstrap a simple Dropwizard(.io) application 2016-12-18 10:16:53 -08:00
R. Tyler Croy d026153e8a
Add the GPLv2 license to the project 2016-12-18 10:12:41 -08:00
R. Tyler Croy 0b06c58a28
Basic groovy compile/lint setup 2016-12-18 09:57:14 -08:00
R. Tyler Croy c7310cce0e
Initial commit with gradle tooling 2016-12-18 09:51:25 -08:00