Commit graph

153 commits

Author SHA1 Message Date
Raphael Darley
bb1eba4aab
Add typed LET statement (#4476) 2024-08-13 20:47:17 +01:00
Raphael Darley
4f3b96334e
Upgrade to http/hyper v1.0 (#3726)
Co-authored-by: Salvador Girones <salvadorgirones@gmail.com>
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-08-07 10:42:25 +00:00
Sergii Glushchenko
c73435a881
Remove global static Datastore (#4377) 2024-07-18 12:11:59 +00:00
Tobie Morgan Hitchcock
bfc474e4d8
Refactor transaction, caching, and key-value store interfaces (#4257)
Co-authored-by: Gerard Guillemas Martos <gerard.guillemas@surrealdb.com>
2024-07-17 22:44:05 +00:00
Gerard Guillemas Martos
84d289d868
Allow authenticating with a token from the CLI (#4362) 2024-07-15 15:57:28 +00:00
Mees Delzenne
07a88383fa
Minor lib improvements (#4261) 2024-07-05 09:19:04 +00:00
Przemyslaw Hugh Kaznowski
85253812f7
Gh 3906 fix incorrect shutdown (#4295) 2024-07-03 15:06:44 +00:00
Mees Delzenne
26de6072aa
Hide surrealdb-core capabilities struct and implement builder. (#4173)
Co-authored-by: Gerard Guillemas Martos <gguillemas@users.noreply.github.com>
2024-06-17 14:30:30 +00:00
Emmanuel Keller
3321c64df7
Uses Config::tick_interval (#4193) 2024-06-14 09:41:01 +00:00
Rushmore Mushambi
99f41ff1a0
Add surreal upgrade --alpha (#4179) 2024-06-13 07:47:35 +00:00
Mees Delzenne
2184e80f45
Refactor function target and net target parsing and matching. (#4150) 2024-06-12 10:00:51 +00:00
Tobie Morgan Hitchcock
e1123ae6d6
Remove SpeeDB storage engine (#4171) 2024-06-12 09:40:48 +00:00
Brian Yarr
a11f1bc82f
feature-2924: Add an option to suppress server identification headers (#3770)
Co-authored-by: Gerard Guillemas Martos <gguillemas@users.noreply.github.com>
Co-authored-by: Micha de Vries <micha@devrie.sh>
2024-06-10 15:39:38 +00:00
Rushmore Mushambi
9c2b406098
Fix surreal upgrade --nightly (#4121) 2024-05-31 08:28:48 +00:00
Gerard Guillemas Martos
bf702b0d67
Require explicit authentication level (#4089) 2024-05-27 08:15:15 +00:00
Emmanuel Keller
23653e5fce
[Feat] Add TEMPFILES clause to the SELECT statement (#4084) 2024-05-23 13:04:20 +00:00
Gerard Guillemas Martos
5e33d4c311
Bind to loopback address by default (#4054) 2024-05-21 08:18:14 +00:00
David Bottiau
32a7a9bce4
Handle multiple file patterns in validate command (#3615)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-04-03 12:11:03 +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
Lorenzo Verardo
4a590fe86f
Bugfix: check if update version is already installed (#3756) 2024-03-26 08:29:19 +00:00
Rushmore Mushambi
0fc410dec2
Make sql2 mandatory in the binary (#3722) 2024-03-19 12:34:38 +00:00
Rushmore Mushambi
0a466cd39d
Fix API warnings (#3715) 2024-03-18 17:18:22 +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
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
4471433a78
Add version check for web with short timeout (#3599) 2024-03-04 11:12:59 +00:00
Przemyslaw Hugh Kaznowski
e06cd111cf
Add Engine Config for configuring how many live queries can be created per transaction (#3559) 2024-03-01 17:12:53 +00:00
Tobie Morgan Hitchcock
fba5aa875d
Add compile-time feature for profiling (#3370)
Co-authored-by: Przemyslaw Hugh Kaznowski <hugh@surrealdb.com>
Co-authored-by: Rushmore Mushambi <rushmore@surrealdb.com>
2024-02-28 15:46:00 +00:00
Przemyslaw Hugh Kaznowski
888184f50f
Add notifications for LQ v2 on CF (#3480)
Co-authored-by: Mees Delzenne <DelSkayn@users.noreply.github.com>
2024-02-27 15:18:25 +00:00
Rushmore Mushambi
429ca31faa
Fix the SurrealKV scheme in the CLI (#3551) 2024-02-20 15:34:07 +00:00
Rushmore Mushambi
4cccac46de
Make surreal upgrade version parsing more robust (#3539) 2024-02-19 14:08:13 +00:00
Rushmore Mushambi
d7a43dc46c
Simplify CLI output and eliminate concurrency bugs (#3531) 2024-02-16 17:33:13 +00:00
Mees Delzenne
6782b8000a
Bugfix: Fix cli occasionally not printing results (#3509) 2024-02-14 17:37:27 +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
Rushmore Mushambi
c5138245a0
Add support for LIVE SELECT in the SDK and CLI (#3309) 2024-01-16 11:48:29 +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
Tobie Morgan Hitchcock
2db5968d0a
Building the server without the start command doesn’t make sense (#3170) 2023-12-19 08:56:24 +00:00
Rushmore Mushambi
378df76cb0
Add a --beta flag to make installing the latest beta easier (#3145) 2023-12-13 11:21:15 +00:00
Maxwell Flitton
2ae8416791
Add support for ML model storage and execution (#3015) 2023-12-12 13:51:43 +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
Emmanuel Keller
ca2c1560da
Repetitive expressions and idioms are not anymore re-evaluated (#2935) 2023-11-08 10:06:52 +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
Roman Geber
f185c595f4
Clean paths in the start command and honour ~ (#2787)
Co-authored-by: Rushmore Mushambi <rushmore@surrealdb.com>
2023-10-19 19:48:31 +00:00
Rushmore Mushambi
742a353a8f
Refactor and improve Surreal::export (#2555) 2023-08-31 19:44:18 +00:00
Salvador Girones Gil
b56e13bd05
[capabilities] Enable all capabilities for the sql and import cmds (#2548) 2023-08-30 20:34:46 +00:00
Salvador Girones Gil
b5b6f6f1d4
[security] Introduce the Datastore capabilities (#2489) 2023-08-23 20:26:31 +01:00
Rushmore Mushambi
9d89fa0d56
Simplify connect parameters (#2488) 2023-08-22 09:23:49 +00:00