1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-15 17:02:06 +01:00
Commit graph

53 commits

Author SHA1 Message Date
Heiko Schaefer
e42e570911
Implementation of Filters 2023-07-11 01:12:02 +02:00
Heiko Schaefer
c35a53cffa
EdgeComponent toString adjust 2023-07-11 01:12:02 +02:00
Heiko Schaefer
ed1d4a16a5
Paths add toString 2023-07-11 01:12:02 +02:00
Heiko Schaefer
f6f76f4984
Paths: add "items" getter 2023-07-11 01:12:02 +02:00
Heiko Schaefer
14bbb72692
Implement PairPriorityQueue wrapper 2023-07-11 01:12:02 +02:00
Heiko Schaefer
c4214ad2dc
Implement Root, Roots 2023-07-11 01:12:02 +02:00
Heiko Schaefer
3e4368b764
Add package-info.java for org.pgpainless.wot.dijkstra 2023-07-11 01:12:02 +02:00
b12fc5e4d2
Move EdgeComponent test constructor to NetworkDSL 2023-07-09 13:17:58 +02:00
89986af7f7
Refactor package names 2023-07-09 13:03:57 +02:00
404bf4d776
Rename classes 2023-07-09 13:01:13 +02:00
11d868dc27
Diabetes levels of DSL and sugar 2023-07-07 18:49:00 +02:00
9d6ae1c0bb
Work on Network 2023-07-07 16:37:29 +02:00
7083045067
Rename API package 2023-07-07 15:42:04 +02:00
8029d031bc
Move the API definition to wot-dijkstra 2023-07-07 15:41:17 +02:00
Heiko Schaefer
1d5cc1c111
Comment typo fix 2023-07-06 15:42:22 +02:00
Heiko Schaefer
bc078b754d
Path: Allow public get access for root and residualDepth 2023-07-06 15:42:21 +02:00
Heiko Schaefer
218990c3fe
Depth: Add fun value() to get the raw value 2023-07-06 15:41:59 +02:00
Heiko Schaefer
f09ea00fdd
Certification toString improvements
- Detect delegations based on depth
- Add scope regexes for delegations
2023-07-06 15:41:59 +02:00
Heiko Schaefer
7e6e9274f8
Network: toString formatting fix 2023-07-06 15:41:59 +02:00
Heiko Schaefer
98fb643af6
Fingerprint: Implement Comparable 2023-07-06 15:25:29 +02:00
Heiko Schaefer
461a2bebd4
Path, Paths, RegexSet: Implement toString 2023-07-06 15:25:23 +02:00
16ec6bc5e4
Add Network.Builder class 2023-07-06 02:03:47 +02:00
80a300b43e
Small comments 2023-07-05 18:16:05 +02:00
9a8ec26737
Dip the regex set into caramell - hmmm 2023-07-05 18:08:54 +02:00
a202a34941
Pour comments onto Path 2023-07-05 18:06:23 +02:00
7fa8489d43
Sugar for the Fingerprint 2023-07-05 17:52:16 +02:00
48379a1c01
Add sugar to Depth 2023-07-05 17:47:43 +02:00
0d45363c18
Make Depth constructor private 2023-07-05 17:38:49 +02:00
af00a04cc0
Improve legibility of CertificationSet code 2023-07-05 17:36:24 +02:00
05f72dd549
Throw away older certifications in map constructor of CertificationSet 2023-07-05 17:24:40 +02:00
7d9463ec8e
Fix CertificationSet.add() and add test 2023-07-05 17:18:30 +02:00
3ec5d3e0b3
fix comment 2023-07-05 17:08:17 +02:00
e478d146ad
Only keep most recent signatures for datum in CertificationSet 2023-07-05 17:05:41 +02:00
96cfd71e60
Work on API structure and first baby steps of formatting the Authenticate output 2023-07-03 20:11:01 +02:00
4c139d19c1
RevocationState.isEffective(creationTime) is now also true 2023-07-03 17:00:25 +02:00
423183bece
Add equals() and hashCode() methods to Depth 2023-07-03 15:44:39 +02:00
f410fb9bfb
Transform CertificationSet.certifications to backing property to achieve read-onlyness 2023-07-03 15:03:27 +02:00
4adc2722bd
Simplify ReferenceTime.now() 2023-06-30 18:04:58 +02:00
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
768fd0ed34
Update kDoc of RevocatioNState 2023-06-29 20:20:58 +02:00
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
14d5ab14d2
Add kDoc to Kotlin classes 2023-06-28 21:08:19 +02:00
12fde967ca
Fix value name regexes in Certification 2023-06-28 20:07:09 +02:00
0c4b127c40
Port ReferenceTime interface to Kotlin 2023-06-28 20:06:36 +02:00
5341279d1f
Add empty construcor to Paths 2023-06-28 20:03:19 +02:00
2555893b19
Use Matcher.find() instead of Matcher.match() 2023-06-28 19:44:16 +02:00
9d3a9893f2
Port wot-dijkstra Java classes to Kotlin 2023-06-28 19:28:05 +02:00
9b1f715f79
Rewrite CertSynopsis in Kotlin 2023-06-28 13:40:03 +02:00