Commit Graph

1014 Commits

Author SHA1 Message Date
TC Johnson
035a650159 Merge branch 'main' into add-contributor-docs 2023-08-01 13:46:58 -05:00
TC
1f96a5317f Update .gitlab-ci.yml file 2023-08-01 03:30:11 +00:00
TC
1227579048 Update .gitlab-ci.yml file 2023-08-01 03:25:58 +00:00
TC
aedafaebf6 Update .gitlab-ci.yml file 2023-08-01 02:44:28 +00:00
TC
3c68899b75 Update .gitlab-ci.yml file 2023-08-01 01:23:36 +00:00
TC
e36434fa36 Update .gitlab-ci.yml file 2023-08-01 01:19:47 +00:00
TC
f0f6031843 Adding release stage triggered by existence of a tag that matches the v+semver format 2023-08-01 01:08:41 +00:00
TC
9fc114c21d Adding release stage triggered by existence of a tag that matches the v+semver format 2023-08-01 00:59:23 +00:00
John Smith
8a287d13ef 0.1.7 2023-07-30 19:33:58 -04:00
Christien Rioux
da76bc9fee Merge branch 'veilidchat-work' into 'main'
0.1.7 release

See merge request veilid/veilid!103
2023-07-30 21:23:27 +00:00
Christien Rioux
6a9b644463 0.1.7 release notes 2023-07-30 17:22:47 -04:00
Christien Rioux
ffdd885aa4 test 2023-07-30 17:20:36 -04:00
John Smith
422a645708 python and api fixes 2023-07-30 16:45:20 -04:00
John Smith
9551ecd9a3 fix compilation error 2023-07-30 16:25:17 -04:00
John Smith
079211890b fix lru bug in connection table 2023-07-30 16:15:57 -04:00
Christien Rioux
efd3fa4cb2 fixes 2023-07-30 15:57:06 -04:00
Christien Rioux
a589dbf100 lint cleanup 2023-07-26 15:30:00 -04:00
Christien Rioux
d49c631fac lint cleanup 2023-07-26 15:12:28 -04:00
Christien Rioux
f91a350bfc lint work 2023-07-26 14:20:17 -04:00
Christien Rioux
91fab6ce5a Merge branch 'veilidchat-work' into 'main' 2023-07-25 17:22:44 +00:00
Christien Rioux
d038b74e69 Merge branch 'tek/fix-smpl-tryfrom-check' into 'main' 2023-07-25 16:49:22 +00:00
Teknique
7fa1df0474 Check b.len() < Self::FIXED_SIZE, not b.len() < 4
The original thinking was that if len(b) < FIXED_SIZE, then that would
be picked up later by the "invalid member length" check. In that case,
this only really *needs* to make sure that the check after this for
"wrong fourcc" wouldn't fail. But if len(b) < FIXED_SIZE, it really is
an invalid size, and should get that error message before even starting
to validate its other qualities.
2023-07-25 08:39:15 -07:00
Christien Rioux
39baed5555 bugfix 2023-07-25 01:16:09 -04:00
Christien Rioux
00aad2c728 bugfixes 2023-07-25 01:04:22 -04:00
Teknique
f8bb97b39c Fix(?) size check in try_from for DHTSchemaSMPL 2023-07-24 21:43:14 -07:00
Christien Rioux
a6666d3a6c addresses 2023-07-23 23:13:42 -04:00
Christien Rioux
b993063aba network and ios fixes 2023-07-23 21:49:10 -04:00
John Smith
1861650d44 0.1.6 2023-07-22 16:28:05 -04:00
Christien Rioux
8841473184 Merge branch 'veilidchat-work' into 'main'
fix nodes length issue

See merge request veilid/veilid!99
2023-07-22 20:07:32 +00:00
Christien Rioux
cff955782b fix fox nodes length issue 2023-07-22 15:37:15 -04:00
Christien Rioux
fe8e963af7 Merge branch 'veilidchat-work' into 'main'
veilid-tools unit test fixes

See merge request veilid/veilid!97
2023-07-22 18:42:38 +00:00
John Smith
c4db765423 fixes for test 2023-07-22 14:41:14 -04:00
Christien Rioux
77303d5751 earthfile update 2023-07-22 14:24:43 -04:00
Christien Rioux
f836065f85 flutter fixes 2023-07-22 13:35:18 -04:00
TC
7382d70deb Refine ephemeral earthly test machine process 2023-07-22 17:13:08 +00:00
TC
f4fb48b219 Refining ephemeral earthly test machine process 2023-07-22 17:11:51 +00:00
TC
75c8b0c789 Added ephemeral create/delete to test stage. 2023-07-22 17:07:00 +00:00
TC Johnson
4951e983c7
Release 0.1.5 2023-07-22 12:02:10 -05:00
TC
44a7b7e79c Merge branch 'releases/0.1.5' into 'main'
Releases/0.1.5

See merge request veilid/veilid!96
2023-07-22 16:35:08 +00:00
Christien Rioux
03d92b8719 Merge branch 'tek/mark-python-integration-tests' into 'main'
Skip integrations tests when veilid-server isn't running

See merge request veilid/veilid!95
2023-07-22 03:00:42 +00:00
Teknique
c4620218aa Worked around globals 2023-07-21 17:35:39 -07:00
Teknique
1e529c2474 Automatically skip tests when veilid-server isn't running 2023-07-21 16:54:32 -07:00
TC Johnson
e1ef4f14fb Removed CHANGELOG.md from veilid-cli directory 2023-07-21 16:14:27 -05:00
TC
68c5ed186c Merge branch 'add_changelog' into 'releases/0.1.5'
Add changelog

See merge request veilid/veilid!94
2023-07-21 21:01:33 +00:00
John Whelan
deec053b10 Update CHANGELOG.md 2023-07-21 20:47:52 +00:00
TC
b28330135a Added jobs to create and delete the ephemeral build machines. 2023-07-21 19:30:33 +00:00
Christien Rioux
dfea276ac4 Merge branch 'veilidchat-work' into 'main'
0.1.5 prep

See merge request veilid/veilid!93
2023-07-21 18:33:07 +00:00
Christien Rioux
9d3e847a68 more punishment cleanup 2023-07-21 14:30:10 -04:00
Christien Rioux
3f59f3bde3 cleanup warning 2023-07-21 09:48:30 -04:00
Christien Rioux
19424cf202 selector 2023-07-21 09:48:08 -04:00