Age | Commit message (Expand) | Author | Files | Lines |
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 | 2 | -46/+7 |
2019-10-17 | Reimplement Lock API using Lock objects |  Jim Hahn | 6 | -594/+1078 |
2019-08-13 | Fix sonar issues in drools-pdp |  Jim Hahn | 1 | -8/+8 |
2019-07-11 | Fix checkstyle issues in policy-management |  Jim Hahn | 1 | -3/+3 |
2019-03-04 | Replace PropertyConfiguration |  Jim Hahn | 1 | -6/+14 |
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 | 2 | -20/+16 |
2018-06-27 | Add time limit to locking facility |  Jim Hahn | 4 | -212/+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-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) | 5 | -0/+630 |