Christien Rioux
|
72b1434abc
|
Merge branch 'single-startup-dart' into 'main'
don't panic during abnormal shutdown
See merge request veilid/veilid!393
|
2025-04-10 11:38:16 -04:00 |
|
Christien Rioux
|
f124f53bc1
|
don't panic during abnormal shutdown
|
2025-04-10 11:10:02 -04:00 |
|
TC
|
6df2661d07
|
Job semgrep should now only trigger for merge requests and commits direct to main. Job format should now only trigger for merge requests and commits direct to main and only when .rs or Cargo files are changed.
|
2025-04-09 00:26:56 +00:00 |
|
Christien Rioux
|
98936322d4
|
Merge branch 'feature/optimize-wasm-size' into 'main'
Optimize wasm output size using wasm-opt
See merge request veilid/veilid!391
|
2025-04-08 17:56:40 -04:00 |
|
Brandon Vandegrift
|
64ec9fb5bb
|
Optimize wasm output size using wasm-opt
|
2025-04-08 17:56:40 -04:00 |
|
TC
|
6071319468
|
Trying something new with pipeline rules. The jobs for build_cache and test_build should only fire against merge requests OR commits to Main WHEN code changes occur. For example, this commit should NOT trigger either job. Here we go 🤞🏻 this one's for you @bmv437 / @bgrift
|
2025-04-08 04:17:15 +00:00 |
|
Christien Rioux
|
789339ebf9
|
Merge branch 'feature/dev-setup-pin-cargo-edit' into 'main'
Pin cargo-edit version since latest uses newer rust edition
See merge request veilid/veilid!390
|
2025-04-07 12:15:53 -04:00 |
|
Christien Rioux
|
8f5f46d5b5
|
Merge branch 'feature/fix-watchvalue-timestamp-result' into 'main'
fix(wasm): Format watchDhtValue result timestamp as u64 before formatting as string
See merge request veilid/veilid!389
|
2025-04-07 12:15:23 -04:00 |
|
Christien Rioux
|
96b187492a
|
Merge branch 'main' into 'main'
development.md: suggest forking to match contributing.md best practice
See merge request veilid/veilid!384
|
2025-04-07 12:15:02 -04:00 |
|
cellar geek
|
5c91af8b52
|
development.md: suggest forking to match contributing.md best practice
|
2025-04-07 12:15:02 -04:00 |
|
Brandon Vandegrift
|
7dbe46d2a1
|
Pin cargo-edit version since latest uses newer rust edition
|
2025-04-06 13:22:21 -04:00 |
|
Brandon Vandegrift
|
62be5f8f4a
|
fix(wasm): Format watchDhtValue result timestamp as u64 before formatting as string
|
2025-04-06 13:20:26 -04:00 |
|
Christien Rioux
|
71ad90e2d4
|
Merge branch 'fix-access' into 'main'
Fix API access for VeilidComponentGuard
See merge request veilid/veilid!388
|
2025-03-29 12:19:17 -04:00 |
|
Christien Rioux
|
3544cdf62b
|
Fix API access for VeilidComponentGuard
|
2025-03-29 12:19:17 -04:00 |
|
Christien Rioux
|
044a9fa5e6
|
Merge branch 'fix-rust-1.85' into 'main'
Clippy and other fixes for Rust 1.85
See merge request veilid/veilid!387
|
2025-03-28 13:17:15 -04:00 |
|
Christien Rioux
|
4f8765d25e
|
Clippy and other fixes for Rust 1.85
|
2025-03-28 13:17:15 -04:00 |
|
Christien Rioux
|
a46a2e51d4
|
Merge branch 'fix/mitigate-deranged-impl-ambiguity' into 'main'
fix: mitigate impl ambiguity introduced in deranged 0.4.1
See merge request veilid/veilid!386
|
2025-03-28 08:11:39 -04:00 |
|
Кейсі Мачадо
|
1e442c189b
|
fix: mitigate impl ambiguity introduced in deranged 0.4.1
|
2025-03-28 08:11:39 -04:00 |
|
TC
|
fbf169019e
|
Update .gitlab-ci.yml file [ci skip]
|
2025-03-22 04:20:00 +00:00 |
|
TC Johnson
|
f16c31bc40
|
Version update: v0.4.3 → v0.4.4
v0.4.4
|
2025-03-21 21:42:47 -05:00 |
|
TC Johnson
|
8bb60de1e0
|
Update Changelog for Release
|
2025-03-21 21:22:45 -05:00 |
|
Christien Rioux
|
ac3a6baa77
|
Merge branch 'dht-performance' into 'main'
update dependencies
See merge request veilid/veilid!383
|
2025-03-21 14:36:04 -04:00 |
|
Christien Rioux
|
912a9b95a3
|
update dependencies
|
2025-03-21 13:53:46 -04:00 |
|
Christien Rioux
|
760105a48a
|
Merge branch 'dht-performance' into 'main'
Changelog 0.4.4
See merge request veilid/veilid!382
|
2025-03-21 12:02:51 -04:00 |
|
Christien Rioux
|
4f3a3a626f
|
[ci skip] Changelog 0.4.4
|
2025-03-21 12:00:06 -04:00 |
|
TC
|
07488de7eb
|
Still tweaking [ci dryrun]
|
2025-03-19 00:42:41 +00:00 |
|
TC
|
3138b12c3f
|
Getting the stable pipeline ready to go [ci dryrun]
|
2025-03-19 00:05:30 +00:00 |
|
Christien Rioux
|
060d433186
|
Merge branch 'dht-performance' into 'main'
fix tabledb race condition
See merge request veilid/veilid!379
|
2025-03-18 14:29:29 -04:00 |
|
Christien Rioux
|
0cf745a302
|
fix tabledb race condition
|
2025-03-18 13:39:24 -04:00 |
|
TC
|
e9fe5928dc
|
FIgured out the nightly naming convention was from a missing arg to pass the IS_NIGHTLY envar. [ci skip]
|
2025-03-18 05:31:15 +00:00 |
|
TC
|
0d47a6328a
|
Fixed a few typos. Realized the failure stage needed to be broken out. [ci skip]
|
2025-03-18 04:36:11 +00:00 |
|
TC
|
49fcc7ccc3
|
Merge branch 'convert_cicd_to_python' into 'main'
Let's try nightlies!!!
See merge request veilid/veilid!378
[ci skip]
|
2025-03-18 04:26:54 +00:00 |
|
TC
|
dc71e4b1a2
|
Let's try nightlies!!!
[ci skip]
|
2025-03-18 04:26:54 +00:00 |
|
TC
|
0742113d1e
|
Copied dryrun changes into nightly and failure jobs [ci skip]
|
2025-03-18 04:13:58 +00:00 |
|
TC
|
80b67401ca
|
Copied dryrun changes into nightly and failure jobs [ci skip]
|
2025-03-18 04:08:45 +00:00 |
|
TC
|
89c9a18de6
|
Merge branch 'convert_cicd_to_python' into 'main'
More CICD Hacking
See merge request veilid/veilid!377
[ci dryrun]
|
2025-03-18 03:17:54 +00:00 |
|
TC
|
352e40304e
|
More CICD Hacking
[ci dryrun]
|
2025-03-18 03:17:54 +00:00 |
|
TC
|
11024c6240
|
Merge branch 'convert_cicd_to_python' into 'main'
More CICD Hacking
See merge request veilid/veilid!376
[ci dryrun]
|
2025-03-18 01:45:02 +00:00 |
|
TC
|
c9af09f45e
|
More CICD Hacking
[ci dryrun]
|
2025-03-18 01:45:02 +00:00 |
|
TC
|
a708f1bb97
|
Update nightly sections of .gitlab-ci.yml file [ci skip]
|
2025-03-17 02:27:17 +00:00 |
|
TC
|
a28479d982
|
Merge branch 'convert_cicd_to_python' into 'main'
Argggg
See merge request veilid/veilid!375
[ci dryrun]
|
2025-03-17 01:36:49 +00:00 |
|
TC
|
d49e09b837
|
Argggg
[ci dryrun]
|
2025-03-17 01:36:48 +00:00 |
|
TC
|
7e19e80ee5
|
Merge branch 'convert_cicd_to_python' into 'main'
So close!!!!
See merge request veilid/veilid!374
[ci dryrun]
|
2025-03-17 00:41:21 +00:00 |
|
TC
|
9c278f2006
|
So close!!!!
[ci dryrun]
|
2025-03-17 00:41:21 +00:00 |
|
TC
|
9d71e5f3d3
|
Almost got it. Had a typo in the in the delete build machine job. [ci dryrun]
|
2025-03-16 23:19:47 +00:00 |
|
TC
|
04d4705b15
|
Merge branch 'convert_cicd_to_python' into 'main'
Further adventures in CICD evolving
See merge request veilid/veilid!373
[ci dryrun]
|
2025-03-16 22:45:58 +00:00 |
|
TC
|
dcbcf28e30
|
Further adventures in CICD evolving [ci dryrun]
|
2025-03-16 22:45:57 +00:00 |
|
TC
|
b0fc3b28bf
|
Update .gitlab-ci.yml file [ci dryrun]
|
2025-03-16 18:01:34 +00:00 |
|
TC
|
60b1225dd2
|
Dashes, not underscores blahhhh
|
2025-03-16 18:00:19 +00:00 |
|
TC
|
a89047bdb5
|
Added more missing dashes. You know, the ones I put into the args myself, and then didn't put into the CLI call... [ci dryrun]
|
2025-03-16 17:53:51 +00:00 |
|