Skip to content

Commit

Permalink
feat: Implemenet Async Graph API (#23)
Browse files Browse the repository at this point in the history
* Midway there

* Midway there

* Async works

* Some fixes etc

* Hide behind cfg test

* No need in connection

* Final touches

* Tokio no longer default, removed lock from tx

* merge use

* Spawn the return_to_pool command

* Use enum for typemarker

* Fenced code blank line

* Update toml
  • Loading branch information
EmilyMatt authored Jun 18, 2024
1 parent 4bb0967 commit 5e84cef
Show file tree
Hide file tree
Showing 28 changed files with 2,598 additions and 540 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: taiki-e/install-action@cargo-llvm-cov
- uses: taiki-e/install-action@nextest
- name: Generate Code Coverage
run: cargo llvm-cov nextest --all --codecov --output-path codecov.json
run: cargo llvm-cov nextest --all --features tokio --codecov --output-path codecov.json
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Populate test graph
run: pip install falkordb && ./resources/populate_graph.py
- name: Test
run: cargo nextest run --all
run: cargo nextest run --all --features tokio
services:
falkordb:
image: falkordb/falkordb:edge
Expand Down
Loading

0 comments on commit 5e84cef

Please sign in to comment.