TC Johnson
06f344ebb4
Migrating CICD scripts to Veilid repo
...
Copied CICD scripts into the repository so that the community can make
contributions to the build system. Wrote a brief description of the
build and distribute process. Modified the CICD config to use the repo
hosted scripts. [ci skip]
2024-04-21 13:37:45 -05:00
TC
feeafe290a
moved crates and pypi publishing to build_packages stage
2024-04-05 00:53:28 +00:00
TC
e3f396f93d
Correcting distribute stage order of execution
2024-04-05 00:46:47 +00:00
TC Johnson
3effd2deef
Version update: v0.3.0 → v0.3.1
...
Signed-off-by: TC Johnson <tc@veilid.org>
2024-04-04 19:35:13 -05:00
TC
af75d15074
Updated for v0.3.1
2024-04-05 00:31:47 +00:00
Christien Rioux
0ab27a6dea
Merge branch 'dht-triage' into 'main'
...
DHT cleanup
See merge request veilid/veilid!266
2024-04-04 23:31:32 +00:00
TC
30ff93e8df
Moved crate and python publishing to a dev machine. The orchestration machine doesn't have the resources for the cargo build steps.
2024-04-04 23:22:10 +00:00
Christien Rioux
70f8ad9f86
Merge branch 'main' into 'main'
...
fix dht rust integration test
See merge request veilid/veilid!265
2024-04-04 23:08:51 +00:00
Christien Rioux
ad085ed15e
improve logging
...
dart ffi has duration measurements for veilid_api calls
2024-04-04 14:12:54 -04:00
Sergei Surovtsev
53555a5ebe
fix dht rust integration test
2024-04-03 12:33:55 +03:00
Christien Rioux
9eaa353d57
correct the inspect capabilities too, don't worry about backward compatibility here.
2024-04-02 14:01:47 -04:00
Christien Rioux
3e7e0a381a
fix default timestamp behind/ahead
2024-04-01 22:50:02 -04:00
Christien Rioux
39d5e0435c
fix debug commands
...
clean up dht capabilities
add temporary fanout debugging logs
2024-04-01 22:29:04 -04:00
Christien Rioux
0589e6dc31
add entries debug command filter by capability
2024-04-01 14:34:12 -04:00
Christien Rioux
cdedf37ade
Merge branch 'valuechanged-optional' into 'main'
...
ValueChanged Optional
See merge request veilid/veilid!264
2024-04-01 02:14:21 +00:00
Christien Rioux
ca9fec75d2
allow value changed data to be optional in rpc schema
2024-03-31 21:35:52 -04:00
Christien Rioux
6e1439306a
make valuechanged update no longer happen when value hasn't changed or is older
2024-03-31 16:34:12 -04:00
Christien Rioux
2ec00e18da
Merge branch 'parse_as_target_no_async' into 'main'
...
Make VeilidAPI::parse_as_target a sync function
See merge request veilid/veilid!262
2024-03-30 15:14:27 +00:00
Sashanoraa
b5cf325c5a
Make VeilidAPI::parse_as_target a sync function
...
VeilidAPI::parse_as_target doesn't perform any async operations so it
should be a sync function.
2024-03-30 10:40:29 -04:00
Christien Rioux
0e25c17f2f
Merge branch 'clippy-fixes' into 'main'
...
clippy fixes and cleanup
See merge request veilid/veilid!263
2024-03-30 01:44:45 +00:00
Christien Rioux
4a4271db61
clippy fixes and cleanup
2024-03-29 21:24:20 -04:00
Christien Rioux
ab276de977
lockfile
2024-03-29 20:28:30 -04:00
TC Johnson
9d3ee579d3
Version update: v0.2.5 → v0.3.0
2024-03-27 21:11:00 -05:00
TC
0c12dac009
Updated changelog for v0.3.0
2024-03-28 02:03:46 +00:00
Christien Rioux
ebd4c0070d
Merge branch 'dht-work' into 'main'
...
DHT WatchValue and InspectRecord Support
See merge request veilid/veilid!261
2024-03-27 23:37:54 +00:00
Christien Rioux
00758d3146
clean up rpc logging
2024-03-27 17:53:51 -05:00
Christien Rioux
8fd0491d11
fix crlf
2024-03-27 17:53:51 -05:00
John Smith
309492e9a8
fix signal handling
2024-03-27 17:53:51 -05:00
Christien Rioux
6ed458260a
fallback for inbound relaying
2024-03-27 17:53:51 -05:00
Christien Rioux
4d7e7ab3bd
reduce this to a trace
2024-03-27 17:53:51 -05:00
Christien Rioux
d999ade143
reduce this to a trace
2024-03-27 17:53:51 -05:00
Christien Rioux
c484a2ae14
remote route recordkeeping fix
2024-03-27 17:53:51 -05:00
Christien Rioux
55fed573d6
dart fix
2024-03-27 17:53:51 -05:00
Christien Rioux
a5ffcee36f
add missing file
2024-03-27 17:53:51 -05:00
Christien Rioux
b7aedbbe7d
add missing expiration check for server side watches
2024-03-27 17:53:51 -05:00
Christien Rioux
77f0f852a5
add extra timestamp functions
2024-03-27 17:53:51 -05:00
Christien Rioux
94ce43f944
reliable + ensureordered is now the routingcontext and private route default
2024-03-27 17:53:51 -05:00
Christien Rioux
c468d9c850
more python test cleanup and fixes
2024-03-27 17:53:51 -05:00
Christien Rioux
800348451e
improve route selection and add generate_shared_secret
2024-03-27 17:53:51 -05:00
John Smith
d49e78d931
windows cleanup
2024-03-27 17:53:51 -05:00
Christien Rioux
37dbbc39fd
testing cleanup
2024-03-27 17:53:51 -05:00
Christien Rioux
479f1f4b18
bit more time to run on wasm
2024-03-27 17:53:51 -05:00
Christien Rioux
b51c660b9c
add watchvalue test and some more routing context convenience functions
2024-03-27 17:53:51 -05:00
Christien Rioux
30cc4a814b
add python watch test
2024-03-27 17:53:51 -05:00
Christien Rioux
3970b6f294
fix flutter/dart wasm
2024-03-27 17:53:51 -05:00
Christien Rioux
6a8c0830d2
flutter unit/integration tests
2024-03-27 17:53:51 -05:00
Christien Rioux
d586748333
add inspect test to wasm
2024-03-27 17:53:51 -05:00
Christien Rioux
ee54358c27
wasm unit tests work and attachment manager fix
2024-03-27 17:53:51 -05:00
Christien Rioux
ff28273a59
wasm support for inspect and watchvalue
...
(needs tests)
2024-03-27 17:53:51 -05:00
Christien Rioux
cfce0a35b4
add inspect to python api
2024-03-27 17:53:51 -05:00