Sergey Kuznetsov
e83dfcbcc3
Export etl metrics to prometheus ( #1256 )
...
Fixes #1248 .
2024-03-14 11:37:31 +00:00
Sergey Kuznetsov
74455f5b99
Fix forwarding bug and float support for config ( #1243 )
2024-03-07 14:39:25 +00:00
Sergey Kuznetsov
d47f3b71bd
Refactor cmake ( #1231 )
...
Fixes #920 .
2024-03-06 16:29:26 +00:00
github-actions[bot]
1842f26826
[CI] clang-tidy auto fixes ( #1241 )
...
Fixes #1240 . Please review and commit clang-tidy fixes.
Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com >
2024-03-06 10:09:07 +00:00
Sergey Kuznetsov
8dbdb9d8e3
Fix documentation comment ( #1234 )
2024-03-05 19:25:38 +00:00
Sergey Kuznetsov
58a1833cf2
Add forwarding cache ( #1204 )
...
Fixes #51 .
2024-03-05 18:09:29 +00:00
Alex Kremer
a74970b81e
Add missing doxygen comments ( #1223 )
...
Fixes #1218
2024-03-01 15:58:18 +00:00
Alex Kremer
862fc48924
Use doxygen-awesome theme ( #1214 )
...
For #889
2024-02-27 15:22:44 +00:00
github-actions[bot]
656ab286b6
[CI] clang-tidy auto fixes ( #1197 )
...
Fixes #1196
2024-02-21 13:50:46 +00:00
Alex Kremer
190b5c6a37
Rewrite cache loader to async framework ( #1193 )
...
Fixes #1188
2024-02-20 19:24:49 +00:00
Sergey Kuznetsov
62f55a7dce
Refactor source ( #1171 )
...
For #51
2024-02-20 14:07:27 +00:00
Alex Kremer
97a63db51d
Basic execution context framework ( #1004 )
...
Fixes #1187
2024-02-15 20:36:00 +00:00
cyan317
b89cdb26f2
Use json value_to<string> to do the string convert ( #1172 )
...
Fix #953
2024-02-14 13:26:00 +00:00
Alex Kremer
cce695c570
Rename all detail to impl ( #1168 )
...
Fixes #1084
2024-02-12 11:54:41 +00:00
Alex Kremer
a1699d7484
Rename headers to .hpp ( #1154 )
...
Fixes #1153
2024-02-05 13:10:50 +00:00
Sergey Kuznetsov
957aadd25a
Requests library ( #1140 )
...
For #51 .
First part of improving forwarding - library for easy async requests.
2024-02-05 11:35:10 +00:00
Alex Kremer
03c0940649
Fix most includes in headers ( #1149 )
...
Fixes #1146
2024-02-01 12:49:11 +00:00
cyan317
37ee74c293
Fix bookbase ( #1139 )
...
Fix #1137
2024-01-25 14:01:01 +00:00
cyan317
ab33b26ec4
Fix ETL race condition problem ( #1132 )
...
Wait for previous publish being finished to switch to writer.
2024-01-24 16:55:08 +00:00
Sergey Kuznetsov
35f119a268
Switch to llvm 17 tools ( #1002 )
...
Fixes #952
2023-11-28 20:09:58 +00:00
Sergey Kuznetsov
1be368dcaf
Fix wrong assert ( #1003 )
2023-11-28 14:06:17 +00:00
Sergey Kuznetsov
b998473673
Add compression and histogram metric type for Prometheus ( #987 )
...
Fixes #932
Also fixes #966
Decided not to add Summary type because it has the same functionality as Histogram but makes more calculations on client side (Clio side). See https://prometheus.io/docs/practices/histograms for detailed comparison.
2023-11-22 12:55:06 +00:00
Sergey Kuznetsov
8ebe2d6a80
Add assertion that terminate clio ( #994 )
...
Fixes #893 .
Also added termination handler to print backtrace on crash, so fixes #929 .
2023-11-21 13:06:04 +00:00
Alex Kremer
058df4d12a
Fix exit of ETL on exception ( #964 )
...
Fixes #708
2023-11-01 11:59:19 +00:00
Sergey Kuznetsov
1ce7bcbc28
Fix random source choosing ( #959 )
2023-10-31 15:04:15 +00:00
Sergey Kuznetsov
b363cc93af
Fix wrong random using ( #955 )
...
Fixes #855
2023-10-30 16:40:16 +00:00
cyan317
e062121917
Add config to run without valid etl ( #946 )
...
Fix #943
2023-10-20 16:22:25 +01:00
Alex Kremer
1aab2b94b1
Move to clang-format-16 ( #908 )
...
Fixes #848
2023-10-19 16:55:04 +01:00
cyan317
8d783ecd6a
ctid for tx ( #907 )
...
Fix #898 and #917
2023-10-11 09:47:05 +01:00
cyan317
fa42c5c900
Fix trans order of subscription transactions stream ( #882 )
...
Fix #833
2023-10-04 09:11:32 +01:00
cyan317
e2cc56d25a
Add unittests for ledger publisher and bug fixes ( #860 )
...
Fix #881
2023-10-03 13:47:49 +01:00
Sergey Kuznetsov
4b53bef1f5
Add clang tidy ( #864 )
...
Fixes #863
2023-10-03 10:43:54 +01:00
Sergey Kuznetsov
69f5025a29
Add compiler flags ( #850 )
...
Fixes #435
2023-10-02 16:45:48 +01:00
Alex Kremer
0eaaa1fb31
Add workaround for async_compose ( #841 )
...
Fixes #840
2023-09-18 18:52:32 +01:00
Alex Kremer
6cfbfda014
Repeatedly log on amendment block ( #829 )
...
Fixes #364
2023-09-13 13:34:02 +01:00
Alex Kremer
bf3b24867c
Implement sanitizer support via CMake ( #822 )
...
Fixes #302
2023-08-15 15:20:50 +01:00
Alex Kremer
ec70127050
Add LOG macro to prevent unnecessary evaluations ( #823 )
...
Fixes #824
2023-08-15 14:36:11 +01:00
Alex Kremer
547cb340bd
Update doxygen comments ( #818 )
...
Fixes #421
2023-08-11 21:32:32 +01:00
Peter Chen
696b1a585c
Refactor namespaces part 2 ( #820 )
...
Part 2 of refactoring effort
2023-08-11 17:00:31 +01:00
Peter Chen
23442ff1a7
Refactor namespaces part 1 ( #817 )
...
Part 1 of refactoring effort
2023-08-10 18:05:13 +01:00
Alex Kremer
db4046e02a
Move connection state logic to an earlier point ( #816 )
2023-08-09 16:42:33 +01:00
Alex Kremer
24f69acd9e
Fix Linux/gcc compilation ( #795 )
...
Fixes #803
2023-08-02 13:44:03 +01:00
Alex Kremer
68eec01dbc
Fix TSAN issues part1 ( #788 )
...
Fixes a few issues from boost 1.82 migration and some Conan misconfigurations
2023-07-26 21:39:39 +01:00
Alex Kremer
c6ca650767
Add initial Conan integration ( #712 )
...
Fixes #645
2023-07-24 18:43:02 +01:00
Shawn Xie
12178abf4d
Use mismatch in getNFTokenMintData ( #774 )
2023-07-17 22:09:15 +01:00
Alex Kremer
b8705ae086
Add time/uptime/amendment_blocked to server_info ( #775 )
2023-07-14 16:46:10 +01:00
cyan317
d9e89746a4
Stop etl when crash ( #708 )
...
Fixes #706
2023-06-21 13:10:24 +01:00
Alex Kremer
14f9f98cf2
Implement basic transformer tests ( #689 )
2023-06-13 11:16:52 +01:00
Alex Kremer
5d2c079f1a
Implement extractor tests ( #671 )
2023-06-07 12:33:46 +01:00
Alex Kremer
b07fbb14dc
Refactor ETL into smaller components ( #649 )
...
Fixes #666 and #664
2023-06-02 16:12:06 +01:00