index
:
luigi-template
master
Unnamed repository; edit this file 'description' to name the repository.
Paul Duncan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
src
/
main
Age
Commit message (
Collapse
)
Author
Files
Lines
2018-09-08
java: replace ResultHandler with Appendable interface
Paul Duncan
3
-33
/
+22
2018-09-06
java: add remaining javadocs, add javadoc plugin to pom.xml
Paul Duncan
9
-3
/
+73
2018-09-06
java: document actions
Paul Duncan
3
-2
/
+65
2018-09-06
java: documentation for Filter, FilterReference, Parser, and ResultHandler
Paul Duncan
4
-15
/
+124
2018-09-06
java: whitespace cleanup
Paul Duncan
1
-0
/
+1
2018-09-06
remove legacy Test
Paul Duncan
1
-57
/
+0
2018-09-06
java: bump version to 0.4.2
Paul Duncan
1
-1
/
+1
2018-09-06
java: add Template documentation
Paul Duncan
1
-3
/
+98
2018-09-06
java: add javadoc for Cache, refactor TestResultHandler, add Cache#run with ↵
Paul Duncan
2
-2
/
+64
ResultHandler
2018-09-06
java: fix char conversions
Paul Duncan
1
-4
/
+2
2018-09-06
java: mv src/main/java/org/pablotron/luigi/{,errors/}*Errors.java and update ↵
Paul Duncan
14
-17
/
+20
code
2018-09-06
update errors, fix filters, add tests
Paul Duncan
9
-47
/
+234
2018-09-06
java: add src/main/java/org/pablotron/luigi/ResultHandler.java, update tests
Paul Duncan
2
-0
/
+14
2018-09-06
java: add pom.xml, mv sources to src/main/java/org/pablotron, add src/test, ↵
Paul Duncan
10
-0
/
+453
add initial junit tests, update makefile and .gitignore