Skip to content

Commit bb9ac86

Browse files
chore: remove deprecated api (#108)
**Description** This PR removes the deprecated generics-based API from modusGraph. It also establishes a mechanism to set the memory cache (ristretto) size when operating in local mode **Checklist** - [x] Code compiles correctly and linting passes locally - [x] Tests added for new functionality, or regression tests for bug fixes added as applicable
1 parent c72b917 commit bb9ac86

31 files changed

+131
-3175
lines changed

.github/workflows/ci-go-unit-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ permissions:
1818

1919
jobs:
2020
ci-go-tests:
21+
timeout-minutes: 20
2122
name: Test ${{ matrix.os }}
2223
runs-on:
2324
"${{ matrix.os == 'linux' && 'warp-ubuntu-latest-x64-4x' || matrix.os == 'macos' &&
@@ -38,4 +39,4 @@ jobs:
3839
cache-dependency-path: go.sum
3940

4041
- name: Run Unit Tests
41-
run: go test -race -v . ./unit_test/...
42+
run: go test -race -v .

api.go

Lines changed: 0 additions & 227 deletions
This file was deleted.

api/apiutils/apiutils.go

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)