Commit graph

  • 2f19afec56
    Bug when using array::group in a group by query () Emmanuel Keller 2024-04-09 00:04:44 +0100
  • e842515882
    Drop the old parser () Rushmore Mushambi 2024-04-06 19:33:36 +0200
  • 9f97f0bc48
    Stabilise and use parser2 for parsing () Rushmore Mushambi 2024-04-05 18:05:22 +0200
  • 4aa1f8c64e
    Disable database upgrade tests () Rushmore Mushambi 2024-04-05 12:32:27 +0200
  • 88095e3fad
    Update dependencies () Rushmore Mushambi 2024-04-05 11:19:54 +0200
  • 1a394aeb5d
    Fix fuzzing () Gerard Guillemas Martos 2024-04-04 09:30:13 +0200
  • c7c93108c3
    Reduce byte size of datetime and uuid types using cbor format () David Bottiau 2024-04-03 16:22:21 +0200
  • 32a7a9bce4
    Handle multiple file patterns in validate command () David Bottiau 2024-04-03 14:11:03 +0200
  • 6375bd45a6
    Feature: Add type::range function () Mees Delzenne 2024-04-03 14:05:29 +0200
  • b03aeca08c
    Cleanup a few things in the code () Tobie Morgan Hitchcock 2024-04-03 10:54:12 +0100
  • 53b2878a93
    Stabilise sql2 and jwks () Rushmore Mushambi 2024-04-03 09:05:40 +0200
  • 2fbb4f4617
    Add #[non_exhaustive] to core structs and enums () Rushmore Mushambi 2024-04-02 22:12:08 +0200
  • 09553baae0
    Refactor LQ v2 () Przemyslaw Hugh Kaznowski 2024-04-02 10:15:36 +0100
  • 3dc00c8229
    Add integration test for rocket () Pratim 2024-04-02 14:12:06 +0530
  • 829fb0baf9
    Bug fix: Improve support of range queries with complex queries () Emmanuel Keller 2024-03-30 23:11:54 +0000
  • c82bbc0820
    Feature: On disk temporary table () Emmanuel Keller 2024-03-28 16:29:55 +0000
  • e201366602
    updating surrealml-core and adding checking for version and name () Maxwell Flitton 2024-03-28 13:57:26 +0000
  • 1157d70b06
    Update Nix dependencies () Rushmore Mushambi 2024-03-27 23:01:40 +0200
  • 464837c6c1
    Bump MSRV to 1.77 () Rushmore Mushambi 2024-03-27 20:22:18 +0200
  • ea8810d905
    Replaces option_env by std::env::var () Emmanuel Keller 2024-03-27 18:19:54 +0000
  • 5d3e537abe
    SUR-347 - Live Queries error when no change feed () Przemyslaw Hugh Kaznowski 2024-03-26 17:49:49 +0000
  • e93649503c
    run rpc method () Raphael Darley 2024-03-26 15:27:08 +0000
  • 5f1b55f7d2
    Remove a forgotten println () Mees Delzenne 2024-03-26 15:48:39 +0100
  • 390b2496fe
    Fixup tests for LQ to prevent >60s tests () Przemyslaw Hugh Kaznowski 2024-03-26 13:23:46 +0000
  • 722e7e61b2
    Improve tests for DEFINE ... TYPE () Raphael Darley 2024-03-26 11:21:00 +0000
  • 5bf82abd7c
    bugfix: fix DEFINE .. TYPE parsing in parser 2 () Raphael Darley 2024-03-26 10:44:29 +0000
  • e696175775
    Update links in README () Tobie Morgan Hitchcock 2024-03-26 10:22:58 +0000
  • 4a590fe86f
    Bugfix: check if update version is already installed () Lorenzo Verardo 2024-03-26 09:29:19 +0100
  • 1528da9b95
    Implement limits for parsing depth in the new parser. () Mees Delzenne 2024-03-25 20:14:17 +0100
  • 567832825a
    Implement reblessive into the parser to prevent any overflows. () Mees Delzenne 2024-03-22 21:50:11 +0100
  • 0985b1e18d
    Fix: Allow legacy headers in CORS () Gerard Guillemas Martos 2024-03-22 21:50:01 +0100
  • ab3582d057
    Bug fix: empty array on index () Emmanuel Keller 2024-03-21 17:08:20 +0000
  • 2b4fb84511
    Add Versionstamp generator () Przemyslaw Hugh Kaznowski 2024-03-21 11:37:07 +0000
  • ce8e2d4578
    bugfix: Enforce TYPE RELATION () Raphael Darley 2024-03-21 10:59:08 +0000
  • e00c456389
    Revert CF timestamp format () Przemyslaw Hugh Kaznowski 2024-03-21 10:15:40 +0000
  • 1b33a7ba58
    Fix beta and patch workflows () Rushmore Mushambi 2024-03-21 10:26:30 +0200
  • ae0eb03998
    Disable flaky part of Mtree tests () Emmanuel Keller 2024-03-20 20:17:47 +0000
  • f1cc3c8d14
    [Documentation] Improve Rust client code samples a bit () Dave MacLeod 2024-03-21 02:11:55 +0900
  • a21b025f01
    Rocket example () Pratim 2024-03-20 22:40:07 +0530
  • 6af01e0ed4
    Bump version to v1.5.0 () Rushmore Mushambi 2024-03-20 18:45:20 +0200
  • eea01c7f76
    Drop sql2 from the build tooling () Rushmore Mushambi 2024-03-20 15:48:01 +0200
  • d9eb60f2a5
    bug fix: partial highlight with ngram and other cleanups () Emmanuel Keller 2024-03-20 13:11:02 +0000
  • ec3bb1f659
    Add insert method to the Rust SDK () Rushmore Mushambi 2024-03-20 13:24:24 +0200
  • 8b13546327
    Make Change Feeds record patch values optionally () Przemyslaw Hugh Kaznowski 2024-03-20 10:09:04 +0000
  • fb6cfba3ac
    Fix Nix flake builds () Rushmore Mushambi 2024-03-19 20:24:20 +0200
  • 45c296a270
    search::highlight option to highlight only the searched characters (edgengram, ngram) () Emmanuel Keller 2024-03-19 17:47:50 +0000
  • 00bc9db496
    Optimize CBOR decoding () Micha de Vries 2024-03-19 16:00:30 +0000
  • da483716c5
    Add post rpc () Raphael Darley 2024-03-19 15:17:38 +0000
  • 0fc410dec2
    Make sql2 mandatory in the binary () Rushmore Mushambi 2024-03-19 14:34:38 +0200
  • 81870799ae
    Drop --conn and --multi from make sql () Micha de Vries 2024-03-19 11:59:29 +0000
  • 50125cb2b7
    Add DEFINE TABLE ... RELATION () Raphael Darley 2024-03-19 11:20:58 +0000
  • 7f6abc69bb
    Overhaul force () Micha de Vries 2024-03-18 20:59:39 +0000
  • 6301d97e83
    Fix flakey test for live query auth () Przemyslaw Hugh Kaznowski 2024-03-18 17:54:34 +0000
  • 0a466cd39d
    Fix API warnings () Rushmore Mushambi 2024-03-18 19:18:22 +0200
  • 47a1589018
    Refactor ds tasks to single part of codebase () Przemyslaw Hugh Kaznowski 2024-03-18 12:30:31 +0000
  • 0728afd60c
    Fix surrealdb-core dependency patching () Rushmore Mushambi 2024-03-18 11:30:18 +0200
  • eb01bfd293
    Update Github Actions () Rushmore Mushambi 2024-03-18 11:29:19 +0200
  • 13c588c308
    Fix sprint_key import () Rushmore Mushambi 2024-03-15 20:02:56 +0200
  • 05f78ee145
    Update workflows to take core v2 into consideration () Rushmore Mushambi 2024-03-15 18:58:51 +0200
  • 948b9640fb
    Drop the sql::v1 module from the core library () Rushmore Mushambi 2024-03-15 16:37:27 +0200
  • 65d8e6d422
    Make EngineOptions hidden () Przemyslaw Hugh Kaznowski 2024-03-15 11:36:31 +0000
  • f93f4999ed
    Refactor Cargo features to use separate core library versions () Rushmore Mushambi 2024-03-15 13:21:32 +0200
  • b34cfc72fc
    Fix string::is::longitude regex, more test coverage () Dave MacLeod 2024-03-14 23:51:03 +0900
  • 55e819bfec
    Assign deny.toml to the security team () Rushmore Mushambi 2024-03-14 11:52:52 +0200
  • 900fc58328
    Add tests for the signin and signup methods () Gerard Guillemas Martos 2024-03-13 14:15:42 +0100
  • 2e27000c8e
    remove unreachable in msgpack () Raphael Darley 2024-03-13 12:37:03 +0000
  • 4804426648
    Remove race conditions in cf tests () Przemyslaw Hugh Kaznowski 2024-03-13 12:12:35 +0000
  • 9e2a0c75ca
    Fix: Consistently enforce session expiration () Gerard Guillemas Martos 2024-03-13 10:06:16 +0100
  • 3c92765fad
    Fix export generating unparsable code with the new parser () Mees Delzenne 2024-03-12 16:43:56 +0100
  • 2fe398f5b4
    Baseline for KILL, realising other PRs need to land () Przemyslaw Hugh Kaznowski 2024-03-12 13:01:23 +0000
  • cb3ca6dd39
    Add JWT ID claim to tokens issued by SurrealDB () Gerard Guillemas Martos 2024-03-12 12:03:27 +0100
  • 2fe4f352be
    Feature: A query with aggregations should not store every records in memory () Emmanuel Keller 2024-03-12 10:48:53 +0000
  • 21975548f2
    Move JWKS cache storage to memory () Gerard Guillemas Martos 2024-03-12 11:34:35 +0100
  • b62011bfec
    Improve debug experience on debug builds () Przemyslaw Hugh Kaznowski 2024-03-12 09:27:28 +0000
  • 0e3fb7b365
    Bug fix: Implements the union strategy on unique indexes () Emmanuel Keller 2024-03-12 08:58:22 +0000
  • 87da9c0b01
    Fix warnings () Mees Delzenne 2024-03-08 11:58:07 +0100
  • 1784a1202e
    Check that objects properties are recognized by the query planner () Emmanuel Keller 2024-03-07 16:45:05 +0000
  • 03e9998ff1
    Bump version to v1.4.0 () Rushmore Mushambi 2024-03-07 18:43:39 +0200
  • d672b34d72
    [Documentation] Add example of .take() for error handling to query method () Dave MacLeod 2024-03-07 18:34:19 +0900
  • 686a140d80
    Support of IN operator in the planner () Emmanuel Keller 2024-03-06 23:41:48 +0000
  • e637a538d2
    Implement IF NOT EXISTS-clause on DEFINE-statements () Micha de Vries 2024-03-06 14:24:24 +0100
  • c704cde843
    Make the CI group own flake.lock () Rushmore Mushambi 2024-03-06 15:18:42 +0200
  • 7ae882921c
    Unflake bootstrap test () Przemyslaw Hugh Kaznowski 2024-03-06 12:42:28 +0000
  • 442da05c85
    Update Nix dependencies () Rushmore Mushambi 2024-03-06 14:42:10 +0200
  • 5534a70431
    Bug fix: Restore cosine distance on MTree indexes () Emmanuel Keller 2024-03-06 09:29:19 +0000
  • 50b4b07b38
    Implement IF EXISTS for additional REMOVE-statements () Micha de Vries 2024-03-05 20:28:38 +0100
  • 0e2f83ed9d
    Make handling of negative numbers in record-id-ids more consistent. () Mees Delzenne 2024-03-05 19:43:04 +0100
  • 08fa85b3ab
    Temporarily disable the backup command () Rushmore Mushambi 2024-03-05 20:38:03 +0200
  • 807b4681fa
    Change KNN operator syntax. () Mees Delzenne 2024-03-05 17:01:17 +0100
  • 957eff19a9
    Implement session expiration () Gerard Guillemas Martos 2024-03-05 16:26:14 +0100
  • e5c63234ca
    Support tables + geometries in CBOR () Micha de Vries 2024-03-05 16:19:44 +0100
  • 4eba4a61ab
    The query planner should accept Datetime and Uuid values () Emmanuel Keller 2024-03-05 15:10:43 +0000
  • 728269e30f
    Bump/mio () Micha de Vries 2024-03-05 12:50:57 +0100
  • 654443c9c1
    Allow scientific notation decimal () Mees Delzenne 2024-03-04 16:04:08 +0100
  • 4471433a78
    Add version check for web with short timeout () Przemyslaw Hugh Kaznowski 2024-03-04 11:12:59 +0000
  • e06cd111cf
    Add Engine Config for configuring how many live queries can be created per transaction () Przemyslaw Hugh Kaznowski 2024-03-01 17:12:53 +0000
  • 9fc5af2660
    Drop the ml2 feature from Cargo files () Maxwell Flitton 2024-03-01 13:53:36 +0000
  • 2914641827
    Fix linting issues in main February 2024 () Przemyslaw Hugh Kaznowski 2024-03-01 12:51:32 +0000
  • a182908fde
    Tooling: Test checking file based database migration () Emmanuel Keller 2024-03-01 08:29:42 +0000
  • 9d2fe88717
    Add Surreal::wait_for () Rushmore Mushambi 2024-02-29 14:09:01 +0200