1. b70225f Upgraded FreeMarker, and DropWizard dependency by ddekany · 1 year, 2 months ago master
  2. ae42ea3 Upgraded FreeMarker dependency by ddekany · 3 years, 1 month ago
  3. 97e1b3d Updated to FreeMarker 2.3.30 by ddekany · 4 years ago
  4. 672977d Avoid ERROR log for using dynamic current version (logged since 2.3.30) by ddekany · 4 years, 1 month ago
  5. e0d7636 Use SimpleObjectWrapper (a subclass of it with XML support actually), instead of DefaultObjectWrapper, to be on the safe side. by ddekany · 4 years, 6 months ago
  6. 4ea3a9a Trying to fix Travis problem by ddekany · 4 years, 7 months ago
  7. b605c97 Avoid NPE when the 2nd command line argument is missing by ddekany · 4 years, 7 months ago
  8. f403eb5 Upgraded to DropWizard 1.3.14 by ddekany · 4 years, 7 months ago
  9. fa3ed9c Updated/imprved README by ddekany · 4 years, 7 months ago
  10. 23a9484 Upgraded to FreeMarker 2.3.29 by ddekany · 4 years, 7 months ago
  11. f0a8c3f Redirecting old domains to https://try.freemarker.apache.org (also updated the URL in the README.md) by ddekany · 6 years ago
  12. 1b63a5e Updated config yml to reflect production setup by ddekany · 6 years ago
  13. 269bf79 Let's Encrypt verification URL and path must be /.well-known/acme-challenge/. Also, don't redirect that to HTTPS. by ddekany · 6 years ago
  14. 62980b6 Prepared for HTTPS and working together with Let's Encrypt certbot by ddekany · 6 years ago
  15. 53c2674 Updated FreeMarker dependency by ddekany · 6 years ago
  16. e2a16a1 Dependency version upgrades, and related code changes. by ddekany · 6 years ago
  17. ad2aef5 Upgraded Jackson by ddekany · 6 years ago
  18. 01a23c5 Upgraded Dropwizard, adjusted template handling accordingly. by ddekany · 6 years ago
  19. 36d5a23 (Flattened assets/ directory structure) by ddekany · 6 years ago
  20. 007c4e1 Added tagSyntax and interpolationSyntax dropdowns. Did cleanup/refactoring of old code along the way. by ddekany · 6 years ago
  21. 5313533 Updated FreeMarker home page address by ddekany · 6 years ago
  22. 9693a75 (Gradle build fix) by ddekany · 6 years ago
  23. ce37579 (Removed the removed banner.txt from the LICENSE) by ddekany · 6 years ago
  24. db05d7c Refined Rat excludes by ddekany · 6 years ago
  25. cf21526 Removed or excluded any remaining files for which Rat reports "Unknown License". by ddekany · 6 years ago
  26. b96fa9c Added rat task to build.gradle by ddekany · 6 years ago
  27. ef79502 Added missing copyright headers by ddekany · 6 years ago
  28. 6e99e84 Use CDN for pure.css. Also upgraded it to 1.0.0 by ddekany · 6 years ago
  29. 4a03c82 Improved error message a bit more... by ddekany · 6 years ago
  30. 5d7e357 Fixed poor error message ("undefined: undefined") when the HTTP error response doesn't contain the expected JSON structure by ddekany · 6 years ago
  31. 8621c48 Workaround for case when users manage to submit templates that spend very long time in non-interruptible code (which is not part of FreeMarker, and we can't do much about it). We simply stop() the offending thread... risky, but still better than a thread that works forever. by ddekany · 6 years ago
  32. 397f9af Added FreeMarker configuration to Dropwizard by ddekany · 6 years ago
  33. 4ddb62e Added some help to dropdowns by ddekany · 6 years ago
  34. c2c5072 Don't pollute error log with #recover reports. by ddekany · 6 years ago
  35. 5c529cb Updated to FreeMarker 2.3.27 by ddekany · 6 years ago
  36. 945fce8 Redirected (HTTP 301) the old domain name to the new one. This is needed as the old domain points to the new IP without HTTP-level redirection. by ddekany · 7 years ago
  37. 8b699eb Further cleanup: Upgraded Dropwizard to the latest, also Jersey to 2.x. Removed Spring dependencies (we haven't utilized it apart from a few IoC-related annotations, which I have replaced with a few lines of code in FreeMarkerOnlineTester, following the Dropwizard convention). Some other minor cleanups. by ddekany · 7 years ago
  38. 90a6e05 Updated production logging config by ddekany · 7 years ago
  39. 5c8a46e Updated dependency versions by ddekany · 7 years ago
  40. a0e05a2 (Updated gradlew.bat) by ddekany · 7 years ago
  41. e1d55ce Gradle files cleanup by ddekany · 7 years ago
  42. 71a5020 README.md improvements by ddekany · 7 years ago
  43. 244f04a Dropwizard config improvements by ddekany · 7 years ago
  44. e8037bc README.md improvements by ddekany · 7 years ago
  45. 9815567 Adjusted configuration to fit the VM at Apache by ddekany · 7 years ago
  46. 66b3737 Updated to FreeMarker 2.3.26 by ddekany · 7 years ago
  47. a47a84a Log full exception information on failed tests, so we see it in the Travis log by ddekany · 7 years ago
  48. 01a51fe (Better .gitignore) by ddekany · 7 years ago
  49. 1aab693 Replaced gradlew shell script with the custom one licensed by Apache. Removed gradlew.bat from LICENSE, as it turns out we don't have to mention that (according to rat). by ddekany · 7 years ago
  50. f4a0885 Updated README.md to refer to shadowJar by ddekany · 7 years ago
  51. c0a85a5 Merge commit 'refs/pull/10/head' of https://github.com/apache/incubator-freemarker-online-tester by ddekany · 7 years ago
  52. 13e1f02 added the coverage report badge to the readme by Pradeep Murugesan · 7 years ago
  53. 776bad3 added the coverage report by Pradeep Murugesan · 7 years ago
  54. b363757 Merge commit 'refs/pull/9/head' of https://github.com/apache/incubator-freemarker-online-tester by ddekany · 7 years ago
  55. 823b593 added the build status and edited the jdk 7 from read me by Pradeep Murugesan · 7 years ago
  56. 70bfe6a Upgraded the gradle and Java version. FatJar doesn't work with the latest gradle version. Looked outdated, so replaced the same with shadow jar plugin. by ddekany · 7 years ago
  57. d5f9932 added the java version as 8 by Pradeep Murugesan · 7 years ago
  58. 18915e7 upgraded gradle to the latest version by Pradeep Murugesan · 7 years ago
  59. 5291fab Merge commit 'refs/pull/7/head' of https://github.com/apache/incubator-freemarker-online-tester by ddekany · 7 years ago
  60. 7ebefc2 added the travis config by Pradeep Murugesan · 7 years ago
  61. bc1fad6 removed references to fallwizard by Pradeep Murugesan · 7 years ago
  62. c67cf04 initial commit for dropwizard integration, removed fallwizard dependency by Pradeep Murugesan · 7 years ago
  63. 808bd53 Renamed the package to org.apache.freemarker.onlinetester by ddekany · 7 years ago
  64. 2f0c042 renamed the package name to org/apache/freemarker/onlinetester by Pradeep Murugesan · 7 years ago
  65. 7b46afe Removed the jquery plugin files from source and license and use an external CDN URL instead. by ddekany · 7 years ago
  66. efa1593 removed the jquery plugin files from source and license and used the same from cdn by Pradeep Murugesan · 7 years ago
  67. 5dab330 Added the license references in the LICENSE file. Removed some "created by" comments. by ddekany · 7 years ago
  68. 3f548b6 added the gradle related files to LICENSE and removed the license headers from the gradle scripts by Pradeep Murugesan · 7 years ago
  69. ddfb3c2 added the proper comments for the free marker templates by Pradeep Murugesan · 7 years ago
  70. 2cfbd7d added the license references in the LICENSE file and removed the created by signature in the code by Pradeep Murugesan · 7 years ago
  71. 9e169f4 License headers. by ddekany · 7 years ago
  72. a257a32 Added the license headers for missed gradle files by Pradeep Murugesan · 7 years ago
  73. 521edc5 Added the license headers for all the source files by Pradeep Murugesan · 7 years ago
  74. fc99d2b Contribution from Kenshoo by ddekany · 7 years ago
  75. abb2629 initial commit by nirfeldman · 7 years ago
  76. 0fb645b Initial commit (LICENSE, etc.) by ddekany · 7 years ago