Skip to content

feat: make uploadsLimit into user setting #1215

feat: make uploadsLimit into user setting

feat: make uploadsLimit into user setting #1215

Triggered via pull request May 7, 2024 14:24
Status Failure
Total duration 57s
Artifacts

main.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors
test-backend: users/users.go#L13
no required module provides package github.com/gdy666/gdylib/aferos; to add it:
test-backend: http/auth.go#L11
no required module provides package github.com/filebrowser/filebrowser/v2/log; to add it:
test-backend
Process completed with exit code 2.
lint-frontend
Type '{ scope: string; locale: string; viewMode: ViewModeType; singleClick: boolean; sorting: { by: string; asc: boolean; }; perm: { query: (permissionDesc: PermissionDescriptor) => Promise<...>; ... 11 more ...; upload: boolean; }; commands: any[]; hideDotfiles: boolean; dateFormat: boolean; }' is not assignable to type 'IUserForm'.
lint-frontend
Property 'uploadsLimit' is missing in type '{ username: string; password: string; rules: never[]; lockPassword: false; id: number; scope: string; locale: string; viewMode: ViewModeType; singleClick: boolean; sorting: Sorting; perm: Permissions; commands: any[]; hideDotfiles: boolean; dateFormat: boolean; }' but required in type 'IUser'.
lint-frontend
Process completed with exit code 2.
lint-backend: http/resource.go#L82
d.RunHook undefined (type *data has no field or method RunHook) (typecheck)
lint-backend: http/resource.go#L130
d.RunHook undefined (type *data has no field or method RunHook) (typecheck)
lint-backend: http/resource.go#L167
d.RunHook undefined (type *data has no field or method RunHook) (typecheck)
lint-backend: runner/runner.go#L26
r.Commands undefined (type *Runner has no field or method Commands) (typecheck)
lint-backend: runner/runner.go#L42
r.Commands undefined (type *Runner has no field or method Commands) (typecheck)
lint-backend
Process completed with exit code 2.