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

Split up API requests for relations in gantt chart #15896

Merged
merged 1 commit into from
Jun 19, 2024

split up API requests for relations in gantt chart

1e2ec4a
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Split up API requests for relations in gantt chart #15896

split up API requests for relations in gantt chart
1e2ec4a
Select commit
Loading
Failed to load commit list.
GitHub Actions / eslint succeeded Jun 19, 2024 in 0s

reviewdog [eslint] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (4507)

frontend/src/app/app.module.ts|302 col 3| Lifecycle interface 'DoBootstrap' should be implemented for method 'ngDoBootstrap'. (https://angular.io/styleguide#style-09-01)
frontend/src/app/app.module.ts|315 col 11| Unsafe assignment of an any value.
frontend/src/app/app.module.ts|315 col 25| Unsafe call of an any typed value.
frontend/src/app/app.module.ts|315 col 25| Unexpected dangling '_' in '_injector'.
frontend/src/app/app.module.ts|315 col 36| Unexpected any. Specify a different type.
frontend/src/app/app.module.ts|315 col 41| Unsafe member access ._injector on an any value.
frontend/src/app/app.module.ts|316 col 5| Unsafe call of an any typed value.
frontend/src/app/app.module.ts|316 col 5| Unsafe call of an any typed value.
frontend/src/app/app.module.ts|317 col 8| Unsafe member access .call on an any value.
frontend/src/app/app.module.ts|318 col 8| Unsafe member access .forEach on an any value.
frontend/src/app/app.module.ts|318 col 48| Unexpected any. Specify a different type.
frontend/src/app/core/apiv3/api-v3.service.spec.ts|| Parsing error: ESLint was configured to run on <tsconfigRootDir>/src/app/core/apiv3/api-v3.service.spec.ts using parserOptions.project: /src/tsconfig.app.json
However, that TSConfig does not include this file. Either: