2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-04-30 10:38:12 -07:00
Commit graph

942 commits

Author SHA1 Message Date
e26943eab1 Improved example 2022-12-27 00:49:56 -05:00
f5559a5075 Updated version to 0.9.1 2022-12-26 23:05:58 -05:00
62fc8754de Added tests for CMF element 2022-12-26 23:01:10 -05:00
4a246300ee Updated version to 0.9.0 2022-12-26 20:53:22 -05:00
ce99a979b6 Minor cleanups 2022-12-26 20:51:03 -05:00
7742695db7 Minor cleanups 2022-12-26 20:49:29 -05:00
511b18a3cd Added generic query manager example, minor improvements to the GQM API. 2022-12-26 20:26:35 -05:00
46ea794512 Agent artifact changes and inclusion into Maven publishing 2022-12-26 18:29:37 -05:00
f1bc766056 Javadoc fixes 2022-12-26 18:29:04 -05:00
940692cd6e Reworked examples to have a global HelloAll example that includes all the example sites. 2022-12-26 17:52:47 -05:00
d5d7e161c1 Minor engine tweaks to better handle exception printing 2022-12-26 15:48:45 -05:00
29db2f3fb8 Added HelloContinuations example.
Build file improvements.
Added run targets for each example.
2022-12-26 15:48:26 -05:00
93d677850f Track RIFE2 generated values in the template instance itself so that you can still manually override a value and have RIFE2 only generate values when they were not manually set 2022-12-26 08:57:25 -05:00
426f08f926 Working Content Management Framework, still needs tests for the ServeContent element. 2022-12-25 23:41:53 -05:00
b0b185cd2e Use lambda for runnable 2022-12-25 11:38:00 -05:00
9e785ff38e Added POC implementation of a continuations-based workflow engine 2022-12-25 03:06:53 -05:00
968ff7aeb2 Minor engine continuations code cleanups 2022-12-24 22:58:16 -05:00
70dccf09a7 Comment tweak 2022-12-24 21:25:33 -05:00
df17c4c155 Missing files 2022-12-24 18:10:24 -05:00
86ba0c49a3 Full web continuation test suite, removed anything besides the pause() support in the web engine. 2022-12-24 18:10:13 -05:00
bc53c72128 More work on continuations 2022-12-24 15:03:54 -05:00
85aeedcf9f ASM update.
Added continuations test.
Always set filtered template values so that instances inside continuations are properly updated for each print after a resume
2022-12-24 11:08:24 -05:00
cc0310eeab WIP continuations 2022-12-24 10:31:57 -05:00
2ec7e73a5d Continuations should not use cookies 2022-12-24 08:36:18 -05:00
a3159184a4 Simplification of continuation config runtime.
First working version of web engine continuations.
2022-12-24 02:59:22 -05:00
d81f4adc36 Added continuations engine 2022-12-23 19:50:05 -05:00
9476393704 Added ability to set identity attribute name in auth config 2022-12-23 15:03:42 -05:00
ed4b9fc5e6 Reworked auth config to allow for different identity attributes in different configs. 2022-12-23 14:49:57 -05:00
980317245b Working meta data merging 2022-12-23 14:23:39 -05:00
d215d6ed7f Working bytecode transformation agent.
Working generic query manager lazy load features.
2022-12-23 13:10:25 -05:00
46a47af143 Updated version to 0.8.8 2022-12-23 10:48:42 -05:00
d36c38d239 Cleanups and tweaks to how context tracks the processed route and element. 2022-12-23 10:37:12 -05:00
8ebaa8fac7 Removed Antlr runtime dependency.
Convert redirect URL to string when the exception is instantiated to capture the current state of a URLBuilder.
2022-12-23 10:33:28 -05:00
02e505f18b Updated version to 0.8.7 2022-12-23 10:20:34 -05:00
11962b368d Fixed torn context route/element state when generating URLs 2022-12-23 10:17:01 -05:00
aa0bf52b54 WIP instrumentation and java agent.
Reworked packaging and dependencies to include ANTLR4 runtime and ASM inside RIFE2 in preparation of having an instrumentation agent.
2022-12-23 09:51:26 -05:00
dcf98a9f9f Added missing database types tests 2022-12-22 20:19:24 -05:00
559eb733d5 Minor cleanups 2022-12-22 20:02:19 -05:00
13e95d5f0d Added generic query manager tests 2022-12-22 19:50:07 -05:00
fb7d07dc50 Javadoc tweaks.
Updated database example to use transactions.
2022-12-22 11:50:19 -05:00
b542f1c83e Javadoc tweaks 2022-12-22 02:22:23 -05:00
3c558fe3f4 Minor example code rearrangements for clarity. 2022-12-21 16:02:22 -05:00
f5881a5cc1 Documentation fixes 2022-12-21 11:16:46 -05:00
596217ef7b Improvements to auth example 2022-12-21 09:36:07 -05:00
afbb21d4e3 Updated version to 0.8.6 2022-12-20 23:03:34 -05:00
5679277f2a Javadoc fixes 2022-12-20 23:01:29 -05:00
ed3cf154a8 Allow lambdas to be used with the DbQueryManager for more concise usage of the most common scenarios. Updated HelloDatabase example. 2022-12-20 22:54:26 -05:00
97d8a81097 Minor cleanups 2022-12-20 15:16:13 -05:00
255cb1811e Minor cleanups 2022-12-20 15:03:28 -05:00
46eec5895a Removed spurious quote 2022-12-20 14:59:30 -05:00