1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-17 09:04:50 +02:00
Commit graph

115 commits

Author SHA1 Message Date
Paul Schaub 111c84db97
Proper formatting for outputs 2023-07-13 16:53:35 +02:00
Paul Schaub ad270aa212
Implement authenticate, identify, list, lookup 2023-07-12 20:46:30 +02:00
Paul Schaub c98d6c4708
WIP: Identify command 2023-07-11 14:39:37 +02:00
Paul Schaub 38cc67f8e7
Implement authenticate command 2023-07-11 01:37:10 +02:00
Heiko Schaefer 9d4b294965
q break out fpcost 2023-07-11 01:12:14 +02:00
Heiko Schaefer 8dd5a65699
q cleanup targetUa check 2023-07-11 01:12:14 +02:00
Heiko Schaefer 20434ad9f6
q refactor break out assemblepath 2023-07-11 01:12:14 +02:00
Heiko Schaefer dd4277b33d
q drop logging 2023-07-11 01:12:14 +02:00
Heiko Schaefer 18219aa186
q: simplify comparison, use comparator 2023-07-11 01:12:14 +02:00
Heiko Schaefer 98bccf78df
xx: use Network via interface 2023-07-11 01:12:14 +02:00
Heiko Schaefer 7b7601326c
backwardPropagate wrapper: simulate backwardPropagateInternal calculating all paths in one go 2023-07-11 01:12:03 +02:00
Heiko Schaefer 4583b0a742
TMP: make backward_propagate public, for tests 2023-07-11 01:12:03 +02:00
Heiko Schaefer 2d23080cc7
Query: break out backwardPropagate(), keep semantics unchanged!
Use backwardPropagate() as a wrapper from authenticate()
2023-07-11 01:12:02 +02:00
Heiko Schaefer 144ebc9c63
Depth: enable comparison with lengths >255 [hack?]
The "infinity and beyond" authentication test performs a comparison against a length > 255. Transforming that length into a "Depth" object for comparison failed without this patch.
2023-07-11 01:12:02 +02:00
Heiko Schaefer 55484436fa
XX Fingerprint: adjust the compare operation to produce the same order as sequoia-wot, for hex-shaped fingerprints 2023-07-11 01:12:02 +02:00
Heiko Schaefer 1005be095f
Add test for Cost 2023-07-11 01:12:02 +02:00
Heiko Schaefer 5b18a1b465
Algorithm port from Rust 2023-07-11 01:12:02 +02:00
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 2b527858f9
Add dependency on slf4j 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
Heiko Schaefer f0b02b4733
Add dependency on kotlin-test-junit5 2023-07-11 01:12:02 +02:00
Paul Schaub b12fc5e4d2
Move EdgeComponent test constructor to NetworkDSL 2023-07-09 13:17:58 +02:00
Paul Schaub 4be4633266
Remove unused import 2023-07-09 13:07:37 +02:00
Paul Schaub 4db0fc7b7e
Move NetworkDSL to testFixtures sources so we can reuse it in pgpainless-wot 2023-07-09 13:05:44 +02:00
Paul Schaub 89986af7f7
Refactor package names 2023-07-09 13:03:57 +02:00
Paul Schaub 404bf4d776
Rename classes 2023-07-09 13:01:13 +02:00
Paul Schaub 8ed588c23e
more DSL 2023-07-07 19:20:07 +02:00
Paul Schaub 11d868dc27
Diabetes levels of DSL and sugar 2023-07-07 18:49:00 +02:00
Paul Schaub 9d6ae1c0bb
Work on Network 2023-07-07 16:37:29 +02:00
Paul Schaub 7083045067
Rename API package 2023-07-07 15:42:04 +02:00
Paul Schaub 8029d031bc
Move the API definition to wot-dijkstra 2023-07-07 15:41:17 +02:00
Paul Schaub 2e802c1f1e
Refactor WebOfTrust class 2023-07-07 14:22:45 +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
Heiko Schaefer ac5919bcf7
Add test for RegexSet 2023-07-06 15:05:15 +02:00
Paul Schaub 16ec6bc5e4
Add Network.Builder class 2023-07-06 02:03:47 +02:00
Paul Schaub 80a300b43e
Small comments 2023-07-05 18:16:05 +02:00
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