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

69 commits

Author SHA1 Message Date
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