Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add pagination support and account status management across database adapters (CONFLICTED) #3359

Closed
wants to merge 71 commits into from

feat: Add pagination support and account status management across dat…

60ce697
Select commit
Loading
Failed to load commit list.
Closed

feat: Add pagination support and account status management across database adapters (CONFLICTED) #3359

feat: Add pagination support and account status management across dat…
60ce697
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Feb 7, 2025 in 10s

9 issues fixed. 22 issues found.

Annotations

Check warning on line 1603 in packages/adapter-pglite/src/index.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

packages/adapter-pglite/src/index.ts#L1603

Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)

Check notice on line 31 in packages/core/__tests__/database.test.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

packages/core/__tests__/database.test.ts#L31

'agentId' is defined but never used. (@typescript-eslint/no-unused-vars)

Check notice on line 302 in packages/core/__tests__/database.test.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

packages/core/__tests__/database.test.ts#L302

'params' is defined but never used. (@typescript-eslint/no-unused-vars)

Check notice on line 22 in packages/core/__tests__/database.test.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

packages/core/__tests__/database.test.ts#L22

'params' is defined but never used. (@typescript-eslint/no-unused-vars)

Check warning on line 1135 in packages/adapter-sqljs/src/index.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

packages/adapter-sqljs/src/index.ts#L1135

Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)

Check notice on line 208 in packages/adapter-qdrant/src/index.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

packages/adapter-qdrant/src/index.ts#L208

'account' is defined but never used. (@typescript-eslint/no-unused-vars)

Check notice on line 411 in packages/adapter-qdrant/src/index.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

packages/adapter-qdrant/src/index.ts#L411

'table' is defined but never used. (@typescript-eslint/no-unused-vars)

Check warning on line 990 in packages/core/src/types.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

packages/core/src/types.ts#L990

Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)

Check notice on line 25 in packages/core/__tests__/database.test.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

packages/core/__tests__/database.test.ts#L25

'knowledge' is defined but never used. (@typescript-eslint/no-unused-vars)

Check warning on line 981 in packages/core/src/types.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

packages/core/src/types.ts#L981

Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)

Check notice on line 302 in packages/core/__tests__/database.test.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

packages/core/__tests__/database.test.ts#L302

'table' is defined but never used. (@typescript-eslint/no-unused-vars)

Check notice on line 28 in packages/core/__tests__/database.test.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

packages/core/__tests__/database.test.ts#L28

'id' is defined but never used. (@typescript-eslint/no-unused-vars)

Check notice on line 411 in packages/adapter-qdrant/src/index.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

packages/adapter-qdrant/src/index.ts#L411

'params' is defined but never used. (@typescript-eslint/no-unused-vars)

Check warning on line 1835 in packages/adapter-postgres/src/index.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

packages/adapter-postgres/src/index.ts#L1835

Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)

Check warning on line 52 in packages/core/__tests__/runtime.test.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

packages/core/__tests__/runtime.test.ts#L52

Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)

Check warning on line 1463 in packages/adapter-mongodb/src/index.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

packages/adapter-mongodb/src/index.ts#L1463

Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)

Check notice on line 304 in packages/core/src/runtime.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

packages/core/src/runtime.ts#L240-L304

Complex Method

Check notice on line 19 in packages/core/__tests__/database.test.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

packages/core/__tests__/database.test.ts#L19

'params' is defined but never used. (@typescript-eslint/no-unused-vars)

Check notice on line 252 in packages/core/__tests__/database.test.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

packages/core/__tests__/database.test.ts#L252

'_account' is defined but never used. (@typescript-eslint/no-unused-vars)

Check notice on line 31 in packages/core/__tests__/database.test.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

packages/core/__tests__/database.test.ts#L31

'shared' is defined but never used. (@typescript-eslint/no-unused-vars)

Check warning on line 1077 in packages/adapter-sqljs/src/index.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

packages/adapter-sqljs/src/index.ts#L1077

Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)

Check warning on line 1824 in packages/adapter-postgres/src/index.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

packages/adapter-postgres/src/index.ts#L1824

Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)