Commit Graph

  • 1eb1a37cc0 Update .gitlab-ci.yml file TC Johnson 2023-06-19 02:58:17 +0000
  • 9e496e1625 Merge branch 'dht-testing' into 'main' John Smith 2023-06-19 01:35:29 +0000
  • e2824da06e another tabledb fix John Smith 2023-06-18 21:34:40 -0400
  • 2314fcb57e more release lifetime cleanup and base class contextmanager stuff John Smith 2023-06-18 20:57:51 -0400
  • 1f777a73b5 Merge branch 'dht-testing' into 'main' John Smith 2023-06-18 22:49:52 +0000
  • b6e055e47d test work John Smith 2023-06-18 18:47:39 -0400
  • b8e5039251 Merge branch 'tek/pythonification' into 'main' John Smith 2023-06-17 22:57:20 +0000
  • e0efb2853b
    Fix remaining type issues Teknique 2023-06-17 12:09:40 -0700
  • f1aad14099
    tests/__init__ => conftest Teknique 2023-06-17 11:37:39 -0700
  • 553ea7a3e0
    Big refactoring sweep through tests Teknique 2023-06-17 11:34:09 -0700
  • b545c5c2be
    Fixes Teknique 2023-06-17 00:33:41 -0700
  • 00521a1283
    Clean state types Teknique 2023-06-17 00:27:51 -0700
  • cf2c26e99b
    Clean api types Teknique 2023-06-17 00:07:31 -0700
  • 69087f2854
    Clean json_api types Teknique 2023-06-16 23:56:47 -0700
  • fa92c9902d
    Cleanup types Teknique 2023-06-16 23:33:10 -0700
  • 861ca706ab
    Simplify error dispatch. Teknique 2023-06-16 23:11:08 -0700
  • 0a9cfb3338
    Use dataclasses for configuration. Teknique 2023-06-16 18:17:17 -0700
  • c278ddce53 fix udp hole punch goof John Smith 2023-06-16 22:28:04 -0400
  • 953cc42c83 update deps John Smith 2023-06-16 20:39:49 -0400
  • bfb66e3000 extra error details in the event we see this again John Smith 2023-06-16 20:30:54 -0400
  • 4e37115c8f update release build John Smith 2023-06-16 19:58:06 -0400
  • 79b4593ce8 Merge branch 'json-rpc' into 'main' John Smith 2023-06-16 20:42:25 +0000
  • d308ebc324 fix tests John Smith 2023-06-16 14:23:36 -0400
  • 9ffcc0da87 fix tests John Smith 2023-06-16 14:18:34 -0400
  • f3a3d5322c fixes for tests John Smith 2023-06-16 13:29:25 -0400
  • c6e2836b85 xfer John Smith 2023-06-16 13:14:34 -0400
  • fe502a3645 Merge branch 'main' of gitlab.hackers.town:veilid/veilid into json-rpc John Smith 2023-06-16 13:13:51 -0400
  • a83715f14b Merge branch 'tek/165-test-serializers-serde' into 'main' John Smith 2023-06-16 16:45:17 +0000
  • 14ba85efda fixes John Smith 2023-06-16 11:57:55 -0400
  • d114ea3b72 crufy John Smith 2023-06-15 20:29:12 -0400
  • d6f442d431 better error handling John Smith 2023-06-15 20:22:54 -0400
  • 615e0ca1d0 more tests John Smith 2023-06-14 21:06:10 -0400
  • d053e93e72 python work John Smith 2023-06-14 16:33:14 -0400
  • df0b06bf3c python work John Smith 2023-06-13 23:17:45 -0400
  • cd04a8a74c python work John Smith 2023-06-11 21:41:13 -0400
  • b6c39ef042 fix firewalling/fragmentation issue John Smith 2023-06-10 11:02:48 -0400
  • 88466db03f better statusq failure recording John Smith 2023-06-09 22:42:03 -0400
  • 532bcf2e2a json api cli working John Smith 2023-06-09 19:08:49 -0400
  • 419bfcd8ce checkpoint John Smith 2023-06-08 14:07:09 -0400
  • 59c14f3b22 checkpoint John Smith 2023-06-07 21:55:23 -0400
  • 317f036598 server api John Smith 2023-06-07 17:39:10 -0400
  • 88db69c28f checkpoint John Smith 2023-06-06 19:09:29 -0400
  • 771a7c9e7e json api John Smith 2023-06-06 18:48:37 -0400
  • 89f5770fd1 more json api John Smith 2023-06-05 22:02:37 -0400
  • 0e52c1fb0a more json schema John Smith 2023-06-04 22:08:46 -0400
  • 06081df22a json schema generation John Smith 2023-06-04 21:22:55 -0400
  • 6a86f2265a json api work John Smith 2023-06-03 18:33:27 -0400
  • e3a20a352e Added JSON dht and dht/schema tests. Teknique 2023-06-01 15:40:47 -0700
  • cb49477490 Rearrangement for easier scaling of test count Teknique 2023-06-01 14:14:24 -0700
  • b397b5c66b Finish coverage of veilid_api::types Teknique 2023-06-01 13:57:18 -0700
  • ded3f22870 Factor out fixtures; add path to things tested Teknique 2023-06-01 13:38:35 -0700
  • c25029b10f Added veilid_state tests. Teknique 2023-06-01 13:04:51 -0700
  • 075da7fe49 Refactoring snapshot Teknique 2023-05-31 18:12:57 -0700
  • febd5fe2dd Added veilid_log tests. Teknique 2023-05-31 16:26:28 -0700
  • 04c52a4ddb Added tunnel.rs tests. Teknique 2023-05-31 16:16:57 -0700
  • 4b14bbb4f4 Add stats JSON serde tests Teknique 2023-05-31 15:49:21 -0700
  • e2b8c4488e Fix routing_table test imports Teknique 2023-05-31 13:34:53 -0700
  • cdff17dca1 Snapshot Teknique 2023-05-30 10:23:48 -0700
  • f1e12a8ac3 More type testing. Teknique 2023-05-26 18:29:06 -0700
  • 9daf47d117 Tested AlignedU64 Teknique 2023-05-26 14:44:32 -0700
  • 367e160075 Better run_test! macro param naming Teknique 2023-05-26 11:51:20 -0700
  • c01566cc69 Round-trip de/ser for PeerInfo Teknique 2023-05-25 17:15:14 -0700
  • cd8e90cafa Added the bones of test_serialize_json Teknique 2023-05-25 15:22:01 -0700
  • d0ac838708 test_serialize => test_serialize_routing_table Teknique 2023-05-25 15:20:03 -0700
  • a74b0cf3b6 Refactor veilid_core::tests::native with macros Teknique 2023-05-25 15:01:50 -0700
  • 833bb52e23 cursive version John Smith 2023-05-29 18:06:04 -0700
  • 6b88188e32 flutter fix John Smith 2023-05-29 20:59:52 -0400
  • 9d01b0e928 flutter fix John Smith 2023-05-29 17:40:49 -0700
  • 8651e39ca8 macos build for veilid-cli John Smith 2023-05-29 20:13:06 -0400
  • 21009c91d1 clean up workspace John Smith 2023-05-29 20:05:27 -0400
  • 76fca36763 fixes for windows John Smith 2023-05-29 17:04:28 -0700
  • a2839042d6 fix cursive for macos veilid-cli John Smith 2023-05-29 18:12:02 -0400
  • 9db6f494c2 cursive update from upstream John Smith 2023-05-29 17:25:16 -0400
  • b55c0b349b remove from workspace John Smith 2023-05-29 17:12:52 -0400
  • bd928e6f09 remove netlink fork John Smith 2023-05-29 17:09:29 -0400
  • d2e926f8a2 Merge branch 'main' of gitlab.hackers.town:veilid/veilid John Smith 2023-05-29 16:42:45 -0400
  • df504d11fc hashlink update John Smith 2023-05-29 16:42:33 -0400
  • 96b42a45e1 Merge branch 'crioux/crypto-crate-update' into 'main' John Smith 2023-05-29 20:22:41 +0000
  • 4bdf0d58d3 switch back to mainline dalek cryptography crates John Smith 2023-05-29 20:22:41 +0000
  • ca6e70e1df cleanup John Smith 2023-05-29 15:33:53 -0400
  • cbb11b4262 Merge branch 'dev' into 'main' John Smith 2023-05-29 19:26:36 +0000
  • a31e641532 Merge branch 'dev' into 'main' John Smith 2023-05-29 19:24:58 +0000
  • 0a890c8707 removing dev branch, many changes John Smith 2023-05-29 19:24:57 +0000
  • 08f3caf181 node not own relay detection bug John Smith 2023-05-29 14:57:44 -0400
  • 532ef0b9ac fix bug when setting node id John Smith 2023-05-29 12:26:36 -0400
  • 67eefbd038 oops keyvaluedb John Smith 2023-05-29 10:07:56 -0400
  • 6ca7ec19f9 fix bugsalot John Smith 2023-05-29 10:00:56 -0400
  • 699c0db3db fix password John Smith 2023-05-27 18:07:24 +0100
  • 3b96f75c94 some fixes John Smith 2023-05-26 22:29:26 +0100
  • 8001017338 more table store work for password protecting encryption key, also fix unit tests hang in routing table test John Smith 2023-05-26 20:39:35 +0100
  • e8392013c3 remove cruft John Smith 2023-05-26 19:40:58 +0100
  • 5f8b440d84 test work John Smith 2023-05-26 19:37:03 +0100
  • 5b0bfcef48 checkpoint John Smith 2023-05-26 00:53:07 +0100
  • cefbeed09a fix submodules John Smith 2023-05-26 00:51:14 +0100
  • d93c007d8a Merge branch 'tek/165-test-serializers' into 'dev' Tek 2023-05-25 18:42:04 +0000
  • db4646a716 Warnings cleanups Teknique 2023-05-25 11:02:49 -0700
  • 983176a9e7 terminate() what we’ve init()ed. Teknique 2023-05-25 10:56:24 -0700
  • f9a9949466 Added serialization tests to iOS/Android and wasm Teknique 2023-05-25 10:42:25 -0700
  • a01e593480 reduce dependence on protected store and move keys to encrypted table store John Smith 2023-05-25 18:28:03 +0100
  • ff711080ab Extract RoutingTable inline types Teknique 2023-05-25 09:59:55 -0700