Age | Commit message (Expand) | Author | Files | Lines |
2023-09-22 | Upgrade java-17 in drools-pdp | adheli.tavares | 2 | -8/+8 |
2023-02-02 | Replace Eclipselink with Hibernate | liamfallon | 2 | -6/+8 |
2022-10-31 | Remove lombok public access in locking getters | jhh | 1 | -2/+2 |
2022-10-19 | Support optional cluster name in policy engine | jhh | 3 | -21/+34 |
2022-08-24 | made lock sql compatible with both mysql/mariadb | jhh | 1 | -2/+2 |
2022-06-20 | Allow for flexible specification of JDBC driver | jhh | 1 | -3/+3 |
2021-08-26 | Fix sonars in drools-pdp | Jim Hahn | 1 | -19/+15 |
2021-08-10 | Add SQL_PORT configuration | jhh | 1 | -3/+3 |
2021-06-29 | Use unique name in drools PdpMessages | Jim Hahn | 1 | -10/+9 |
2021-04-07 | Use sh instead of ash in drools-pdp | Jim Hahn | 2 | -4/+4 |
2021-03-04 | Fix default timestamp in upgrade script | Jim Hahn | 2 | -10/+10 |
2021-02-09 | Upgrade dependencies | Jim Hahn | 2 | -6/+8 |
2020-11-30 | move all bash to ash shell scripts | Taka Cho | 2 | -10/+10 |
2020-04-06 | Address sonar issues in drools-pdp | Jim Hahn | 1 | -2/+2 |
2019-11-14 | Invoke lock callback in session thread | Jim Hahn | 1 | -5/+5 |
2019-11-05 | Fix syntax error in DistributedLock "DELETE" | Jim Hahn | 1 | -2/+2 |
2019-10-31 | Refactor duplicate code from lock managers | Jim Hahn | 1 | -162/+45 |
2019-10-24 | Handle DB error codes in distributed locking | Jim Hahn | 3 | -47/+13 |
2019-10-17 | Reimplement Lock API using Lock objects | Jim Hahn | 8 | -596/+1079 |
2019-08-13 | Fix sonar issues in drools-pdp | Jim Hahn | 1 | -8/+8 |
2019-07-18 | Rename lock XxxAPI to XxxApi in META-INF | Jim Hahn | 1 | -0/+0 |
2019-07-11 | Fix checkstyle issues in policy-management | Jim Hahn | 2 | -3/+3 |
2019-03-04 | Replace PropertyConfiguration | Jim Hahn | 1 | -6/+14 |
2019-02-21 | Moving hard install config to environment vars | Jorge Hernandez | 1 | -4/+4 |
2018-10-02 | Add junit coverage to drools-pdp | Jim Hahn | 1 | -1/+1 |
2018-10-01 | Set drools-pdp checkstyle config | Pamela Dragosh | 1 | -3/+3 |
2018-09-13 | Fix checkstyle for features submodules. | Pamela Dragosh | 4 | -324/+334 |
2018-07-18 | Deny subsequent lock() | Jim Hahn | 1 | -2/+1 |
2018-07-16 | Distinguish lock from refresh | Jim Hahn | 2 | -0/+49 |
2018-06-29 | Use DB time instead of jvm time | Jim Hahn | 4 | -20/+58 |
2018-06-27 | Add time limit to locking facility | Jim Hahn | 5 | -221/+36 |
2018-06-25 | Use connection pooling for locking | Jim Hahn | 3 | -30/+66 |
2018-06-18 | Add setXxx methods for @Property annotation | Jim Hahn | 1 | -41/+70 |
2018-05-14 | automatic upgrade/downgrade features db | Jorge Hernandez | 2 | -0/+52 |
2018-05-09 | Change pooling property namev1.2.1 | Jim Hahn | 1 | -4/+4 |
2018-04-14 | Sonar cleanup | Magnusen, Drew (dm741q) | 1 | -1/+9 |
2018-04-12 | Sonar fixes for policy-core locks | Jim Hahn | 1 | -8/+8 |
2018-04-05 | Distributed-locking feature sonar cleanup | Magnusen, Drew (dm741q) | 3 | -42/+44 |
2018-04-04 | Small modification to resolve junit failures | Magnusen, Drew (dm741q) | 2 | -4/+35 |
2018-04-03 | Implementation of distributed locking feature | Magnusen, Drew (dm741q) | 10 | -0/+709 |