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

MediaTracker 1.0 #569

Open
wants to merge 118 commits into
base: main
Choose a base branch
from

update sessionKey schema

cb43237
Select commit
Loading
Failed to load commit list.
Open

MediaTracker 1.0 #569

update sessionKey schema
cb43237
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Jan 25, 2025 in 6s

7 issues fixed. 70 issues found.

Annotations

Check warning on line 332 in src/import/traktImport.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/import/traktImport.ts#L332

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

Check warning on line 118 in src/routes.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/routes.ts#L118

Empty block statement. (no-empty)

Check warning on line 46 in src/logger.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/logger.ts#L46

Unexpected control character(s) in regular expression: \x1b. (no-control-regex)

Check notice on line 2 in src/migrations/20230514000000_dropMediaItemSlug.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/migrations/20230514000000_dropMediaItemSlug.ts#L2

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

Check notice on line 115 in src/migrations/20230620000000_listSharing.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/migrations/20230620000000_listSharing.ts#L115

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

Check notice on line 18 in src/migrations/20230422000000_updateListRanks.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/migrations/20230422000000_updateListRanks.ts#L18

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

Check warning on line 367 in src/updateMetadata.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/updateMetadata.ts#L367

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

Check notice on line 1 in src/routers/messageRouter.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/routers/messageRouter.ts#L1

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

Check notice on line 259 in src/repository/mediaItemRepository.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/repository/mediaItemRepository.ts#L254-L259

Complex Method

Check notice on line 22 in src/notifications/formatNotification.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/notifications/formatNotification.ts#L22

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

Check notice on line 25 in client/src/pages/ImportFromFilePage.tsx

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

client/src/pages/ImportFromFilePage.tsx#L22-L25

Complex Method

Check notice on line 10 in src/migrations/20220202231058_image.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/migrations/20220202231058_image.ts#L10

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

Check notice on line 5 in src/migrations/20220202231058_image.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/migrations/20220202231058_image.ts#L5

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

Check notice on line 2 in src/migrations/20220202231058_image.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/migrations/20220202231058_image.ts#L2

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

Check warning on line 337 in src/import/traktImport.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/import/traktImport.ts#L337

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

Check warning on line 233 in src/multipartFormDataParser.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/multipartFormDataParser.ts#L233

Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer. (@typescript-eslint/ban-ts-comment)

Check notice on line 1 in src/routers/justWatchProviderRouter.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/routers/justWatchProviderRouter.ts#L1

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

Check notice on line 118 in src/migrations/20230619000000_watchlistId.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/migrations/20230619000000_watchlistId.ts#L118

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

Check warning on line 119 in src/routes.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/routes.ts#L119

Empty block statement. (no-empty)

Check notice on line 131 in src/migrations/20230717000000_tvShowsData.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/migrations/20230717000000_tvShowsData.ts#L131

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

Check notice on line 22 in src/migrations/20221227000000_openlibarayDateFormat.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/migrations/20221227000000_openlibarayDateFormat.ts#L22

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

Check notice on line 137 in src/import/traktImport.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/import/traktImport.ts#L137

'TraktImporter' is assigned a value but never used. (@typescript-eslint/no-unused-vars)

Check notice on line 19 in src/routers/authRouter.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/routers/authRouter.ts#L19

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

Check warning on line 309 in src/import/traktImport.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/import/traktImport.ts#L309

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

Check notice on line 2 in src/migrations/20230512000001_dropSlugInList.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/migrations/20230512000001_dropSlugInList.ts#L2

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