Commit graph

117 commits

Author SHA1 Message Date
Mees Delzenne
2755f572fc
Introduce new experimental parser (#2885)
Co-authored-by: Raphael Darley <raphael@raphaeldarley.com>
2024-01-10 16:43:56 +00:00
Rushmore Mushambi
32dae92a29
Fix stable version patch (#3295) 2024-01-09 20:47:27 +00:00
Rushmore Mushambi
1e56db7eb4
Use Rust 1.74.1 to build binaries (#3279) 2024-01-05 19:07:17 +00:00
Rushmore Mushambi
6827044246
Fix build metadata in beta and stable binaries (#3209) 2024-01-01 14:48:20 +00:00
Maxwell Flitton
a01c1347cb
Update the surrealml-core version (#3184) 2023-12-20 18:50:28 +00:00
Rushmore Mushambi
7bd958300a
Support patch releases for v1.0 (#3157) 2023-12-15 21:53:25 +00:00
Gerard Guillemas Martos
c683ee42fb
Run cargo audit in CI (#3123) 2023-12-13 08:59:54 +00:00
Rushmore Mushambi
fad759c813
Fix permission issues when pushing a Github release (#3138) 2023-12-13 08:05:18 +00:00
Rushmore Mushambi
10c13a2af5
Avoid building the ml feature by default (#3135) 2023-12-12 16:55:23 +00:00
Maxwell Flitton
2ae8416791
Add support for ML model storage and execution (#3015) 2023-12-12 13:51:43 +00:00
Rushmore Mushambi
fc66e2f4ea
Make release and beta workflows idempotent (#3132) 2023-12-12 12:45:17 +00:00
Rushmore Mushambi
28e3547fca
Improve release workflows (#3085) 2023-12-11 13:58:43 +00:00
Obinna Ekwuno
3a907813fd
Docs: Update docs issue link (#3089) 2023-12-07 14:45:52 +00:00
Rushmore Mushambi
af3132f7cd
Remove environment key from crates (#3081) 2023-12-06 15:54:12 +00:00
Rushmore Mushambi
5547ce3056
Add beta release workflow (#3070)
Co-authored-by: Salvador Girones Gil <salvadorgirones@gmail.com>
2023-12-06 14:46:23 +00:00
Salvador Girones Gil
6f48c6fdfa
[gh actions] Use self-hosted runners (#3072) 2023-12-05 19:26:04 +00:00
Salvador Girones Gil
db21caa697
[nix] Disable nix static job (#3073) 2023-12-05 19:20:29 +00:00
Salvador Girones Gil
7cd921b8eb
[build/release] Refactor GH workflows. Add new Docker images (#3014) 2023-12-05 11:52:09 +00:00
Salvador Girones Gil
8e401a90c4
[mem] Use mimalloc instead of snmalloc (#3068) 2023-12-05 10:10:52 +00:00
Rushmore Mushambi
3b5a7411cf
Disable building static binaries in Nix (#3065) 2023-12-05 01:46:27 +00:00
Tobie Morgan Hitchcock
9d037089fa
Add additional entries to CODEOWNERS file (#3040) 2023-11-28 14:20:10 +00:00
Tobie Morgan Hitchcock
f9701a1f6b
Update CODEOWNERS file (#3039) 2023-11-28 10:14:12 +00:00
Rushmore Mushambi
468d72ff81
Fix the nightly channel (#3012) 2023-11-21 13:24:59 +00:00
Rushmore Mushambi
7c1ce926ae
Make cargo install use pinned dependencies (#3004) 2023-11-20 11:49:35 +00:00
Rushmore Mushambi
fc540a830d
Publish a nightly crate along with the nightly binary (#2993) 2023-11-19 23:53:52 +00:00
Salvador Girones Gil
b0be22360e
[bench] New benchmarks against different datastores (#2956) 2023-11-18 13:55:01 +00:00
Rushmore Mushambi
690ebd32aa
Retry installing and running tiup when it fails (#2987) 2023-11-16 16:00:00 +01:00
Rushmore Mushambi
2d19ac9f7a
Add live query API (#2919)
Co-authored-by: Emmanuel Keller <keller.emmanuel@gmail.com>
2023-11-13 17:19:47 +00:00
Obinna Ekwuno
7fe90d9dd1
Fix-link-for-documentation (#2953) 2023-11-09 11:04:34 +00:00
Obinna Ekwuno
63cb006893
Move docs issues to the right repo (#2948) 2023-11-08 10:05:41 +00:00
Emmanuel Keller
f8b559ace1
Introduce http-compression feature flag (#2916) 2023-11-01 13:58:20 +00:00
Emmanuel Keller
f4a798bd43
ci clippy + test workspace down to 4 cores (#2884) 2023-10-25 16:09:52 +00:00
Emmanuel Keller
bc2f7fdafa
Feat: enable compression on the HTTP connector (#2867) 2023-10-23 13:37:42 +00:00
Rushmore Mushambi
cb379ab69b
Fix CI warnings (#2620) 2023-09-06 13:51:33 +00:00
Tobie Morgan Hitchcock
ed48fddd2a Ensure release build deploys correctly (#2567) 2023-09-01 15:36:54 +01:00
Salvador Girones Gil
70da8d26a4
[ci] Pin the Rust version (#2511) 2023-08-24 17:33:57 +01:00
Yusuke Kuoka
2bb078b7dc
ci: Shorten coverage report upload timeout (#2480) 2023-08-21 13:51:14 +01:00
Salvador Girones Gil
22f4c44989
[ci] Fixes for cli_integration. Debugging for websocket tests (#2453) 2023-08-18 08:16:13 +01:00
Salvador Girones Gil
4288d9f188
[integration-tests] Improvements. Increase timeout for WS (#2435) 2023-08-14 15:36:27 +00:00
Tobie Morgan Hitchcock
620d01f06a
Ensure TiKV cluster is clean before running tests (#2427) 2023-08-11 11:50:48 +00:00
Salvador Girones Gil
c48cc4affc
[release] Harden the release process. Fix the Docker image (#2389) 2023-08-04 15:39:50 +00:00
Salvador Girones Gil
e91011cc78
[rpc] Better tracing for WebSockets (#2325) 2023-08-03 14:59:05 +00:00
Salvador Girones Gil
5f9b79162b
[ci] Intruduce cargo-make to dry the workflows. Get rid of unused deps (#2372) 2023-08-03 10:55:06 +01:00
Salvador Girones Gil
998b263517
[iam] RBAC and multiple root users (#2176)
Co-authored-by: Przemyslaw Hugh Kaznowski <hughkaznowski@protonmail.com>
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2023-07-29 18:47:25 +00:00
Rushmore Mushambi
d39c02a8e3
Don't skip running Nix on main (#2336) 2023-07-25 21:36:31 +00:00
Rushmore Mushambi
ed21a28086
Run Github Actions on ubuntu-latest (#2310) 2023-07-25 11:37:43 +00:00
Tobie Morgan Hitchcock
4969e7c969
Attempt to fix Windows release builds (#2311) 2023-07-21 23:21:10 +01:00
Salvador Girones Gil
53702c247a
[metrics] HTTP Layer + move to Axum (#2237) 2023-07-19 14:35:56 +00:00
Tobie Morgan Hitchcock
b338472cab
Update CODEOWNERS file with teams (#2222) 2023-07-04 21:28:10 +01:00
Emmanuel Keller
484571361d
Add code coverage to CI (#2177) 2023-06-23 19:21:02 +00:00