Commit graph

3181 commits

Author SHA1 Message Date
Mees Delzenne
209c145ad0
Remove flume (#4367) 2024-07-19 10:09:54 +00:00
Mees Delzenne
3b1a1f0348
Fix warnings, simplify connection trait (#4366) 2024-07-18 13:33:22 +00:00
Hamir Mahal
b37929b6ab
style: simplify string formatting (#4260)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-07-18 12:19:28 +00:00
Sergii Glushchenko
c73435a881
Remove global static Datastore (#4377) 2024-07-18 12:11:59 +00:00
Emmanuel Keller
968b1714dc
Cleanup Fetch resolution (#4312)
Co-authored-by: Gerard Guillemas Martos <gguillemas@users.noreply.github.com>
2024-07-18 11:27:35 +00:00
유정인
6a5dca9214
resolved a TODO: map_err to inspect error (#4271)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-07-18 10:04:12 +00:00
유정인
febca6464a
Refactored: extracted some duplicated code for storing interfaces to ... (#4272)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-07-18 09:14:01 +00:00
JP
a5a3545052
Fix for enum Entry by importing it to sql/mod.rs (#4375)
Co-authored-by: JP <jpmateo@JPMAC.local>
2024-07-18 08:27:38 +00:00
Micha de Vries
c0c99d33b7
Allow unsetting ns/db on rpc (#4373) 2024-07-18 07:07:57 +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
29b0df6060
Allow bridge connectivity in all images built (#4364) 2024-07-16 09:15:51 +00:00
Gerard Guillemas Martos
84d289d868
Allow authenticating with a token from the CLI (#4362) 2024-07-15 15:57:28 +00:00
Gerard Guillemas Martos
a81aef0e93
Properly revision RecordAccess structure (#4361) 2024-07-15 11:03:07 +00:00
Gerard Guillemas Martos
e281a4e41e
Allow defining JWT access at the root level (#4348) 2024-07-15 10:59:33 +00:00
Mees Delzenne
fc154142fa
Update reblessive (#4352) 2024-07-12 14:40:30 +00:00
Gerard Guillemas Martos
489e30c111
Limit number of jobs during tests with coverage (#4353) 2024-07-12 11:55:56 +00:00
Sergii Glushchenko
491ed09233
Make it easy to run cargo test locally (#4347) 2024-07-12 08:36:34 +00:00
Gerard Guillemas Martos
7d0e45be00
Separate supply chain actions on its own workflow (#4349) 2024-07-11 20:54:38 +00:00
Mees Delzenne
a7c4fa5d14
Fix a bug in floating point parsing. (#4337) 2024-07-11 19:36:51 +00:00
Gerard Guillemas Martos
bc665120ee
Port #4335 to 2.0.0-alpha (#4340) 2024-07-11 19:35:30 +00:00
Naiyarah Hussain
339975b030
Update bug_report.yml to encourage the user to add data, queries, screenschots, videos and/or surrealist embed links (#4309) 2024-07-09 10:47:01 +00:00
Przemyslaw Hugh Kaznowski
78e8777ff6
4258 bug panic on live select as non root user (#4330) 2024-07-09 10:08:06 +00:00
Przemyslaw Hugh Kaznowski
41128094d1
3987 Reduce read lock duration (#4328) 2024-07-09 09:18:59 +00:00
Vignesh
1baf7848db
Fixes parameter after fetch (#4086)
Co-authored-by: Mees Delzenne <DelSkayn@users.noreply.github.com>
2024-07-05 14:19:53 +00:00
Mees Delzenne
5706c9b368
Fix clippy tests, eliminate globals, remove unused function return variant. (#4303) 2024-07-05 09:34:43 +00:00
Mees Delzenne
07a88383fa
Minor lib improvements (#4261) 2024-07-05 09:19:04 +00:00
Gerard Guillemas Martos
a701230e9d
Fix peeking in parse_uuid (#4304) 2024-07-04 15:56:37 +00:00
Micha de Vries
12ddb94508
Improve RETURN logic (#4298)
Co-authored-by: Mees Delzenne <DelSkayn@users.noreply.github.com>
2024-07-04 15:05:47 +00:00
Farhan
a926525a83
Update surrealkv version to 0.3.0 (#4301) 2024-07-04 13:51:20 +00:00
Przemyslaw Hugh Kaznowski
03bd9d37fb
4294 bug lq delete notifications missing after 5s (#4297) 2024-07-03 15:35:04 +00:00
Przemyslaw Hugh Kaznowski
85253812f7
Gh 3906 fix incorrect shutdown (#4295) 2024-07-03 15:06:44 +00:00
Raphael Darley
7965c0031f
Remove obsolete lifetime and type parameter (#4296) 2024-07-03 15:02:14 +00:00
Micha de Vries
8fdc930098
Fix Datastore.compute() authentication check (#4288)
Co-authored-by: Gerard Guillemas Martos <gerard.guillemas@surrealdb.com>
2024-07-02 20:16:08 +00:00
Emmanuel Keller
2197a71330
Add database upgrade test from 1.5.x (#4286) 2024-07-02 13:52:15 +00:00
Mees Delzenne
dbfd09fa69
Fix panic in the parser (#4287) 2024-07-02 13:41:08 +00:00
Mees Delzenne
780348b18f
Some small parser bug fixes. (#4282) 2024-07-02 11:22:55 +00:00
Micha de Vries
735994549a
Ident should not be escaped for InfoStructure impl (#4280) 2024-07-02 07:39:11 +00:00
Gerard Guillemas Martos
08611ac00c
Allow bridge networking connectivity from host (#4276) 2024-07-01 18:00:32 +00:00
Micha de Vries
01a05aea90
Implement AUTHENTICATE clause on RECORD access (#4161)
Co-authored-by: Gerard Guillemas Martos <gguillemas@users.noreply.github.com>
Co-authored-by: Gerard Guillemas Martos <gerard.guillemas@surrealdb.com>
2024-07-01 10:37:50 +00:00
Micha de Vries
7cbb0d4b0d
Geometry point values should be sent as floats in CBOR (#4266) 2024-06-28 14:59:42 +00:00
Micha de Vries
b3b19fd7da
Fix ELSE IF pretty formatting (#4267) 2024-06-28 10:15:03 +00:00
Tobie Morgan Hitchcock
af80c1ccce
Improve structured output (#4217)
Co-authored-by: Gerard Guillemas Martos <gerard.guillemas@surrealdb.com>
Co-authored-by: Gerard Guillemas Martos <gguillemas@users.noreply.github.com>
2024-06-25 07:41:06 +00:00
Hamir Mahal
1810189f54
fix: usage of deprecated version of Node.js (#4251) 2024-06-25 07:34:07 +00:00
Anthony Rubick
ebc365d4d3
export sql::filter::Filter type in surrealdb-core (#4156)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-06-21 22:40:55 +00:00
Lokesh Kumar
c780b34917
Remove duplicated badge for docker pulls count in README.md (#4215) 2024-06-21 23:41:57 +01:00
Mees Delzenne
4148aef961
Add missing datetime prefix. (#4244) 2024-06-21 21:32:41 +00:00
Farhan
a82bb76aba
chore: bump surrealkv version to 0.2.0 (#4243) 2024-06-21 21:30:35 +00:00
Mees Delzenne
c60c365505
Fix a bug in the parser where 'ns' would not be properly parsed as an alias for 'NAMESPACE' (#4242) 2024-06-21 14:57:40 +00:00
Gerard Guillemas Martos
7b06e8b09a
Fix display formats for access methods (#4220) 2024-06-19 11:27:59 +00:00
Gerard Guillemas Martos
24c8b06c93
Fix: Correctly implement none for Capabilities (#4218) 2024-06-18 18:49:12 +00:00