Commit graph

38 commits

Author SHA1 Message Date
Sergii Glushchenko
491ed09233
Make it easy to run cargo test locally (#4347) 2024-07-12 08:36:34 +00:00
Gerard Guillemas Martos
24c8b06c93
Fix: Correctly implement none for Capabilities (#4218) 2024-06-18 18:49:12 +00:00
Micha de Vries
bf218d9363
Batched export (#4131)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-06-04 15:04:07 +00:00
Gerard Guillemas Martos
bf702b0d67
Require explicit authentication level (#4089) 2024-05-27 08:15:15 +00:00
Przemyslaw Hugh Kaznowski
00752ac02f
Gh 3906 reduce polling rate (#3999) 2024-05-09 13:03:33 +00:00
Emmanuel Keller
c82bbc0820
Feature: On disk temporary table (#3749)
Co-authored-by: Gerard Guillemas Martos <gerard.guillemas@surrealdb.com>
2024-03-28 16:29:55 +00:00
Przemyslaw Hugh Kaznowski
390b2496fe
Fixup tests for LQ to prevent >60s tests (#3768) 2024-03-26 13:23:46 +00:00
Raphael Darley
50125cb2b7
Add DEFINE TABLE ... RELATION (#3710)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-03-19 11:20:58 +00:00
Przemyslaw Hugh Kaznowski
47a1589018
Refactor ds tasks to single part of codebase (#3655) 2024-03-18 12:30:31 +00:00
Przemyslaw Hugh Kaznowski
4804426648
Remove race conditions in cf tests (#3669) 2024-03-13 12:12:35 +00:00
Przemyslaw Hugh Kaznowski
b62011bfec
Improve debug experience on debug builds (#3672) 2024-03-12 09:27:28 +00:00
Rushmore Mushambi
08fa85b3ab
Temporarily disable the backup command (#3635) 2024-03-05 18:38:03 +00:00
Przemyslaw Hugh Kaznowski
7b0771acb7
Change Feed stores original value of difference (#3420) 2024-02-20 11:11:49 +00:00
Mees Delzenne
b71f4d1d94
Bugfix: Make integration tests more consistent. (#3487)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-02-14 11:12:11 +00:00
Pratim
ae66978e44
Feature: Add short alias v for surreal version command (#3334)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-01-20 21:53:59 +00:00
Tobie Morgan Hitchcock
f090ff3360
Ensure advanced DEFINE PARAM parameters are computed correctly (#3358) 2024-01-19 17:35:50 +00:00
Rushmore Mushambi
c5138245a0
Add support for LIVE SELECT in the SDK and CLI (#3309) 2024-01-16 11:48:29 +00:00
Mees Delzenne
2755f572fc
Introduce new experimental parser (#2885)
Co-authored-by: Raphael Darley <raphael@raphaeldarley.com>
2024-01-10 16:43:56 +00:00
Tobie Morgan Hitchcock
a35fc0d04d
Improve WebSocket protocol implementation (#3291) 2024-01-09 15:27:03 +00:00
Micha de Vries
d6016ae2be
Show execution time in CLI (#3047)
Co-authored-by: Rushmore Mushambi <rushmore@surrealdb.com>
2024-01-06 20:05:58 +00:00
Gerard Guillemas Martos
bc4ffcb4cf
Revert to using legacy authentication in signin by default (#3052)
Co-authored-by: Salvador Girones Gil <salvadorgirones@gmail.com>
2023-12-04 08:47:37 +00:00
Gerard Guillemas Martos
a70ddb2e2a
[auth] Support auth levels for basic auth (#2985)
Co-authored-by: Salvador Girones Gil <salvadorgirones@gmail.com>
2023-11-28 14:53:40 +00:00
Rushmore Mushambi
12b591fa09
Improve test isolation (#3010) 2023-11-21 09:08:13 +00:00
Micha de Vries
49742ca3db
Add surreal sql welcome message (#2897) 2023-10-26 15:25:12 +00:00
Micha de Vries
144e7de8ff
CLI: Split results by comment (#2895)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
Co-authored-by: Rushmore Mushambi <rushmore@surrealdb.com>
2023-10-26 14:06:41 +00:00
Micha de Vries
05907db1ea
Fix #2513 - Query results should be consistent and representative (#2887) 2023-10-26 10:05:44 +00:00
Yusuke Kuoka
c51912ab81
Record table (re)definitions into change feeds (#2671)
Co-authored-by: Yusuke Kuoka <yusuke.kuoka@surrealdb.com>
2023-09-12 16:55:07 +01:00
Salvador Girones Gil
7265136c0a
[security] Allow all functions by default (#2608) 2023-09-04 16:46:57 +01:00
Salvador Girones Gil
bdac1fae72
[security] Introduce "allow-guests". Deny all caps by default (#2547) 2023-08-30 18:01:30 +00:00
Rushmore Mushambi
6cfc270d32
Run rustfmt and clippy using Rust 1.72.0 (#2512) 2023-08-24 19:02:44 +00:00
Salvador Girones Gil
b5b6f6f1d4
[security] Introduce the Datastore capabilities (#2489) 2023-08-23 20:26:31 +01:00
Salvador Girones Gil
2deab8429c
[cli/server] Add tests for signal handling (#2481) 2023-08-21 13:58:53 +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
Yusuke Kuoka
ceb603ee33
Fix CF GC / node::init to actuallly run on start (#2403) 2023-08-11 09:42:08 +00:00
Salvador Girones Gil
e91011cc78
[rpc] Better tracing for WebSockets (#2325) 2023-08-03 14:59:05 +00: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
Salvador Girones Gil
53702c247a
[metrics] HTTP Layer + move to Axum (#2237) 2023-07-19 14:35:56 +00:00