2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-04-30 18:48:13 -07:00
Commit graph

942 commits

Author SHA1 Message Date
06fb1ea53f More test tweaks 2022-12-31 19:58:48 -05:00
d1c31b303c Re-enabled stacktrace 2022-12-31 19:32:40 -05:00
58531c06e2 More test fixes to try to make them local timezone agnostic 2022-12-31 19:29:06 -05:00
13e820ccb1 More test tweaks, changed workflow to only run failing test 2022-12-31 19:13:35 -05:00
8ebfe86a8d Test fixes 2022-12-31 18:56:47 -05:00
484718f118 Show full test failure exceptions 2022-12-31 18:39:57 -05:00
8fe6e44b65 Test fixes, verbose logging of test output 2022-12-31 18:23:12 -05:00
fcf47204e8 Disable transaction isolation test 2022-12-31 18:07:57 -05:00
04acfb4d36 Added test started display to track down which ones are stalling on GitLab 2022-12-31 18:01:45 -05:00
cb6a9821ad Minor tweaks 2022-12-31 17:54:53 -05:00
da573893b8 Updated README and version 2022-12-31 17:41:18 -05:00
ea32669de9 Re-activated full suite 2022-12-31 17:28:11 -05:00
f4a166fd49 More test tweaks for workflow 2022-12-31 17:26:05 -05:00
8de5033b0d Test template renames 2022-12-31 17:23:23 -05:00
da0e100f3f Test template renames 2022-12-31 17:21:52 -05:00
1a23752340 More tweaks to workflow 2022-12-31 17:18:18 -05:00
54e0260de0 Tweaks to workflow 2022-12-31 17:06:38 -05:00
37a525a9cb Tweaks to workflow 2022-12-31 17:04:37 -05:00
e05330a046 Project file tweaks for GitHub workflow 2022-12-31 17:01:34 -05:00
67ce0fe15a Missing file 2022-12-31 16:52:16 -05:00
b3a14a2062 Sped up tests, added better test reporting, activated GitHub CI workflow 2022-12-31 16:52:04 -05:00
cb921dba94 By default don't test non-embedded databases, added support for setting system properties to test postgres, mysql and oracle. 2022-12-31 13:47:00 -05:00
a2b3445da3 Changed utility classes to be final and have private constructors. 2022-12-31 13:09:03 -05:00
657cacd705 Upgraded Gradle to 7.6 2022-12-31 12:23:11 -05:00
a8c3c6a7f0 JUnit tests should have default access.
Minor rework to datasources setup.
2022-12-31 10:47:44 -05:00
64bd9b5fbe Minor code cleanup 2022-12-31 09:14:04 -05:00
2da694c283 Code cleanup 2022-12-31 02:38:57 -05:00
8bf8e4643c Cleanups 2022-12-31 01:21:20 -05:00
c8201db2cc Updated version to 0.9.3 2022-12-30 20:21:51 -05:00
3595533aef Added validation example. 2022-12-30 20:16:58 -05:00
892725721f Code cleanups.
Renamed ValidationBuilderXhtml to ValidationBuilderHtml.
2022-12-30 20:11:59 -05:00
4cfc408718 Added example of how to generate SVGs with RIFE2's template engine 2022-12-30 11:05:07 -05:00
cb6b63c03e Fixed typo in standalone run task 2022-12-29 21:55:24 -05:00
a7e0b7f630 Faster hex conversion for URL encoding 2022-12-29 21:01:35 -05:00
f4ee8c8054 Performance improved for URL encoding and decoding 2022-12-29 20:51:12 -05:00
9b05ff2319 Test fix 2022-12-29 20:50:30 -05:00
e4f06f8520 Custom implementation of encodeUrl and decodeUrl to properly encode/decode URLs based on RFC-3986 instead of the wrongly named JDK methods.
Cleanups.
2022-12-29 19:51:00 -05:00
4ffb88027c Minor cleanups 2022-12-28 21:41:13 -05:00
dce17c19a1 Added ValidationBuilder methods with fewer arguments to prevent having to pass in null. 2022-12-28 21:12:22 -05:00
3c2fd2b436 Minor cleanup 2022-12-28 19:01:57 -05:00
9c6e4b669d Cleanups 2022-12-28 16:47:28 -05:00
3b24a02834 Updated version to 0.9.2 2022-12-28 12:42:09 -05:00
8057fcc0e8 Cleanups 2022-12-28 07:38:38 -05:00
005a050ec8 Hooked web engine continuations configuration into RifeConfig 2022-12-28 07:12:04 -05:00
2ab40371bd Combined Validated and ValidatedConstrained interfaces into one Validated interface 2022-12-28 06:56:08 -05:00
728aaa5763 Updated .gitignore 2022-12-28 00:35:34 -05:00
b9f1493efa Removed accidentally committed processed files 2022-12-28 00:34:56 -05:00
0c40aa2fad Added an example of using continuations to implement a counter. 2022-12-27 22:16:21 -05:00
f77c0161dc Added an example of handling forms with continuations. 2022-12-27 21:13:29 -05:00
5bf0c65693 Cleanup and readme improvements. 2022-12-27 19:26:55 -05:00