1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-09-27 18:19:34 +02:00
Commit graph

30 commits

Author SHA1 Message Date
Paul Schaub 9a8ec26737
Dip the regex set into caramell - hmmm 2023-07-05 18:08:54 +02:00
Paul Schaub a202a34941
Pour comments onto Path 2023-07-05 18:06:23 +02:00
Paul Schaub 7fa8489d43
Sugar for the Fingerprint 2023-07-05 17:52:16 +02:00
Paul Schaub 48379a1c01
Add sugar to Depth 2023-07-05 17:47:43 +02:00
Paul Schaub 0d45363c18
Make Depth constructor private 2023-07-05 17:38:49 +02:00
Paul Schaub af00a04cc0
Improve legibility of CertificationSet code 2023-07-05 17:36:24 +02:00
Paul Schaub 05f72dd549
Throw away older certifications in map constructor of CertificationSet 2023-07-05 17:24:40 +02:00
Paul Schaub 7d9463ec8e
Fix CertificationSet.add() and add test 2023-07-05 17:18:30 +02:00
Paul Schaub 3ec5d3e0b3
fix comment 2023-07-05 17:08:17 +02:00
Paul Schaub e478d146ad
Only keep most recent signatures for datum in CertificationSet 2023-07-05 17:05:41 +02:00
Paul Schaub 96cfd71e60
Work on API structure and first baby steps of formatting the Authenticate output 2023-07-03 20:11:01 +02:00
Paul Schaub 4c139d19c1
RevocationState.isEffective(creationTime) is now also true 2023-07-03 17:00:25 +02:00
Paul Schaub 423183bece
Add equals() and hashCode() methods to Depth 2023-07-03 15:44:39 +02:00
Paul Schaub f410fb9bfb
Transform CertificationSet.certifications to backing property to achieve read-onlyness 2023-07-03 15:03:27 +02:00
Paul Schaub 4adc2722bd
Simplify ReferenceTime.now() 2023-06-30 18:04:58 +02:00
Paul Schaub 23514f1d0e
Indexed for-loop 2023-06-30 18:04:42 +02:00
Heiko Schaefer a4ef1e9b57
Fix off by one 2023-06-30 17:16:13 +02:00
Paul Schaub 768fd0ed34
Update kDoc of RevocatioNState 2023-06-29 20:20:58 +02:00
Paul Schaub cdac41ffa9
Remove pgpainless-core dependency from wot-dijkstra 2023-06-29 20:18:01 +02:00
Heiko Schaefer 1c79952150
Cherry-picked baa9d10fd2b1e8e07253f4f3576cfb5fff875c44 2023-06-28 21:12:10 +02:00
Paul Schaub 14d5ab14d2
Add kDoc to Kotlin classes 2023-06-28 21:08:19 +02:00
Paul Schaub 12fde967ca
Fix value name regexes in Certification 2023-06-28 20:07:09 +02:00
Paul Schaub 0c4b127c40
Port ReferenceTime interface to Kotlin 2023-06-28 20:06:36 +02:00
Paul Schaub 5341279d1f
Add empty construcor to Paths 2023-06-28 20:03:19 +02:00
Paul Schaub 2555893b19
Use Matcher.find() instead of Matcher.match() 2023-06-28 19:44:16 +02:00
Paul Schaub 9d3a9893f2
Port wot-dijkstra Java classes to Kotlin 2023-06-28 19:28:05 +02:00
Paul Schaub 9b1f715f79
Rewrite CertSynopsis in Kotlin 2023-06-28 13:40:03 +02:00
Paul Schaub 5eece135af
Remove Kotlin experiments 2023-06-25 10:56:50 +02:00
Paul Schaub 08d516c990
Make checkstyle happy 2023-06-24 17:21:43 +02:00
Paul Schaub 0335d7e55d
Add example classes to demonstrate usage of Kotlin code from Java and vice versa 2023-06-21 15:49:49 +02:00