Commit graph

3301 commits

Author SHA1 Message Date
Gerard Guillemas Martos
9edb956386
Add automated comment moderation action (#4628) 2024-08-28 20:04:59 +00:00
Tobie Morgan Hitchcock
bf788c2987
Attempt to improve TiKV CI consistency without attempting to write data (#4627) 2024-08-28 13:42:43 +01:00
Emmanuel Keller
af76817924
Use new runner for ci / test workspace (#4626) 2024-08-28 13:42:27 +01:00
Dmitrii Blaginin
ffbdcb3d3f
Handle f32 as a part of UUID (#4611)
Co-authored-by: Mees Delzenne <mees.delzenne@gmail.com>
2024-08-28 13:03:49 +01:00
Tobie Morgan Hitchcock
6fbf84782f
Ensure failures are caught and transactions rolledback (#4621)
Co-authored-by: Emmanuel Keller <emmanuel.keller@surrealdb.com>
2024-08-28 11:35:41 +01:00
Emmanuel Keller
e5bf40ae01
[Feat] Async indexing: appending queue is persistent (#4622) 2024-08-28 10:08:59 +00:00
Mees Delzenne
a5abc66e06
Remove async-recursion as a dependency from core (#4617) 2024-08-27 16:48:05 +01:00
Tobie Morgan Hitchcock
93a9ba3cb6
Improve array function implementations, and improve value::diff() and value::patch() functions (#4612) 2024-08-27 16:34:40 +01:00
Rushmore Mushambi
e9b36ba162
Bump MSRV to 1.80 (#4619) 2024-08-27 14:36:47 +00:00
Julian
6af8ea9165
Fix type not included in LET statement display (#4615) 2024-08-27 14:35:21 +00:00
Rushmore Mushambi
9ca3a4d087
Fix PatchOp::change API (#4616) 2024-08-27 12:24:22 +00:00
Raphael Darley
4775bf6b08
Add insert relation methods (#4566)
Co-authored-by: Emmanuel Keller <emmanuel.keller@surrealdb.com>
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-08-27 11:08:40 +00:00
Gerard Guillemas Martos
91f9260ea1
Fixes to the SurrealDB Rust API for public consumption (#4613) 2024-08-27 10:45:03 +00:00
Micha de Vries
876e55918f
surreal fix command (#4605)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-08-27 09:20:53 +00:00
Tobie Morgan Hitchcock
050f7c577b
Remove explicit transactions from export (#4610) 2024-08-26 12:24:06 +00:00
Gerard Guillemas Martos
5e43642c06
Test the case of an invalid session identifier (#4594)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-08-26 11:38:57 +00:00
Micha de Vries
5165a34a27
Revision Value::Range, Id::Uuid, DefineStatement::Scope and DefineStatement::Token (#4586)
Co-authored-by: Emmanuel Keller <emmanuel.keller@surrealdb.com>
2024-08-26 10:57:18 +00:00
Tobie Morgan Hitchcock
f4e3d4f4e2
Add value::diff() and value::patch() functions (#4608) 2024-08-25 15:13:23 +01:00
Tobie Morgan Hitchcock
419f5d52c7
Change meta functions to record and add record::exists() function (#4602) 2024-08-25 10:01:43 +01:00
Tobie Morgan Hitchcock
7adbe3cd34
Split out FoundationDB tests and make engines tasks consistent (#4599) 2024-08-23 20:41:35 +01:00
Dmitrii Blaginin
687c8b662e
Compute ID in create statement (#4468)
Co-authored-by: Emmanuel Keller <emmanuel.keller@surrealdb.com>
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-08-23 15:55:23 +00:00
Tobie Morgan Hitchcock
6d4176549d
Fix range queries and flaky tests (#4597) 2024-08-23 16:34:06 +01:00
Mees Delzenne
4c0e9aeef5
Update revision (#4595) 2024-08-23 16:00:24 +01:00
Emmanuel Keller
0b5d79cae0
[Feat] SELECT ORDER should use the index iterator when available (#4525) 2024-08-23 14:40:34 +01:00
Rushmore Mushambi
a16f850c4f
Rename lib references in Github Actions to sdk (#4593) 2024-08-23 11:52:14 +00:00
Gerard Guillemas Martos
d2354caf8f
Rename access-related keys to prevent collisions (#4589) 2024-08-23 11:49:28 +01:00
Emmanuel Keller
382e88bac7
Concurrency management on CI (#4592) 2024-08-23 11:09:44 +01:00
Emmanuel Keller
04ae6e7a52
build fix (#4591) 2024-08-23 10:52:42 +01:00
Micha de Vries
70584115ab
Versioned storage (#4581)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-08-23 09:27:21 +01:00
Sergii Glushchenko
f2e598379b
Insert with version (#4583) 2024-08-22 22:34:33 +00:00
Raphael Darley
da308cc8c6
add basic enum support (#4576) 2024-08-22 23:31:00 +01:00
Raphael Darley
a9e6efd9b1
Add unspecified resource (#4577) 2024-08-22 22:09:43 +01:00
Bilux
07d834ef1c
Typo error in surreal upgrade --help (#4587) 2024-08-22 22:08:22 +01:00
Dmitrii Blaginin
883d4f48d9
Store connection ID for web socket connections (#4536)
Co-authored-by: Gerard Guillemas Martos <gerard.guillemas@surrealdb.com>
2024-08-22 17:25:08 +01:00
Micha de Vries
208d6a897e
Fix closure "either" type display implementation (#4585) 2024-08-22 17:24:11 +01:00
Raphael Darley
1294a674bc
improve ws reliability (#4584) 2024-08-22 15:45:11 +00:00
Micha de Vries
7c41aef3ba
Enforced relations (#4579) 2024-08-22 15:25:20 +00:00
Aman Kumar
c5e8324653
feat-4416: Ensure table definition exists on live queries (#4426)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-08-22 15:24:59 +01:00
Tobie Morgan Hitchcock
5bf3119558
Update LICENSE (#4582) 2024-08-22 12:22:27 +01:00
Rushmore Mushambi
898d75b744
Rename lib to sdk (#4561) 2024-08-22 10:26:03 +00:00
Micha de Vries
b23b25b7d1
Fix record id escaping to match parser (#4580) 2024-08-22 08:41:11 +00:00
David Bottiau
c7bcd4f3a6
feat: allow cbor uuid serialization for record id part (#4491)
Co-authored-by: Micha de Vries <micha@devrie.sh>
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
Co-authored-by: Mees Delzenne <DelSkayn@users.noreply.github.com>
2024-08-22 08:35:54 +00:00
Sergii Glushchenko
f795434345
Replace ok_or with ok_or_else (#4573) 2024-08-21 19:47:54 +01:00
Raphael Darley
bc6ad3a983
remove accidental debug log (#4574) 2024-08-21 16:52:08 +00:00
Micha de Vries
f2ccedb8c1
Literal types (#4557) 2024-08-21 14:50:37 +00:00
Rushmore Mushambi
d002fa3958
Improve consistency of the run method API with existing methods (#4563) 2024-08-21 15:35:26 +01:00
Sergii Glushchenko
13b6788540
Create with version (#4548) 2024-08-21 13:54:58 +00:00
Julian
95f9f8dacd
Allow transferring raw futures over cbor (#4504)
Co-authored-by: Micha de Vries <micha@devrie.sh>
2024-08-21 12:50:32 +00:00
Mees Delzenne
4c3f4d0fd5
Detach value newtype (#4498)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-08-21 12:34:16 +00:00
Micha de Vries
e25eca71d7
SCHEMAFULL table should be TYPE NORMAL by default (#4558) 2024-08-21 08:23:56 +00:00