Skip to content

feat: enhance dockerfile, add ssl generation, and update frontend con… #5

feat: enhance dockerfile, add ssl generation, and update frontend con…

feat: enhance dockerfile, add ssl generation, and update frontend con… #5

Re-run triggered January 9, 2025 13:16
Status Success
Total duration 6s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 8 warnings
lint-and-test: backend/pkg/config/config.go#L93
Error return value of `godotenv.Load` is not checked (errcheck)
lint-and-test: backend/pkg/observability/collector.go#L92
Error return value of `meter.Int64ObservableGauge` is not checked (errcheck)
lint-and-test: backend/pkg/observability/collector.go#L97
Error return value of `meter.Int64ObservableGauge` is not checked (errcheck)
lint-and-test: backend/pkg/observability/collector.go#L102
Error return value of `meter.Int64ObservableGauge` is not checked (errcheck)
lint-and-test: backend/pkg/tools/tools.go#L317
Error return value of `fte.docker.DeleteContainer` is not checked (errcheck)
lint-and-test: backend/pkg/server/models/agentlogs.go#L36
Error return value of `db.AddError` is not checked (errcheck)
lint-and-test: backend/pkg/server/models/containers.go#L62
Error return value of `db.AddError` is not checked (errcheck)
lint-and-test: backend/pkg/server/models/flows.go#L53
Error return value of `db.AddError` is not checked (errcheck)
lint-and-test: backend/pkg/providers/performers.go#L326
Error return value of `fp.agentLog.PutLog` is not checked (errcheck)
lint-and-test: backend/pkg/providers/performers.go#L403
Error return value of `fp.agentLog.PutLog` is not checked (errcheck)
lint-and-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint-and-test: frontend/src/components/Terminal.tsx#L161
Do not call the 'set' function 'setIsTerminalOpened' of 'useState' directly in 'useEffect'
lint-and-test: frontend/src/features/chat/ChatSidebar.tsx#L69
Do not call the 'set' function 'setIsTruncated' of 'useState' directly in 'useEffect'
lint-and-test: frontend/src/hooks/use-breakpoint.ts#L42
Do not call the 'set' function 'setBreakpoint' of 'useState' directly in 'useEffect'
lint-and-test: frontend/src/pages/Chat.tsx#L65
Do not call the 'set' function 'setUser' of 'useState' directly in 'useEffect'
lint-and-test: frontend/src/pages/Chat.tsx#L70
Do not call the 'set' function 'setSelectedProvider' of 'useState' directly in 'useEffect'
lint-and-test: frontend/src/pages/Chat.tsx#L165
Do not call the 'set' function 'setSelectedFlowId' of 'useState' directly in 'useEffect'
lint-and-test: frontend/src/pages/Chat.tsx#L167
React Hook useEffect has a missing dependency: 'selectedFlowId'. Either include it or remove the dependency array