Skip to content

fix: Update Dockerfile path for backend service #4

fix: Update Dockerfile path for backend service

fix: Update Dockerfile path for backend service #4

Triggered via push August 2, 2025 17:49
Status Failure
Total duration 43s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
🎨 Frontend CI
24s
🎨 Frontend CI
πŸ”§ Backend CI
35s
πŸ”§ Backend CI
πŸ§ͺ Integration Tests
0s
πŸ§ͺ Integration Tests
🚦 Quality Gate
2s
🚦 Quality Gate
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 17 warnings
🎨 Frontend CI
Process completed with exit code 1.
🎨 Frontend CI: web/src/components/accounts/OAuthFlow.tsx#L61
'error' is defined but never used
🎨 Frontend CI: web/src/components/accounts/OAuthFlow.tsx#L49
'error' is defined but never used
🎨 Frontend CI: web/src/components/accounts/AccountModal.tsx#L481
Unexpected any. Specify a different type
🎨 Frontend CI: web/src/components/accounts/AccountModal.tsx#L370
Unexpected any. Specify a different type
🎨 Frontend CI: web/src/components/accounts/AccountModal.tsx#L256
Unexpected any. Specify a different type
🎨 Frontend CI: web/src/components/accounts/AccountModal.tsx#L182
Unexpected any. Specify a different type
🎨 Frontend CI: web/src/components/CreateApiKeyForm.tsx#L122
Unexpected any. Specify a different type
🎨 Frontend CI: web/src/components/CreateApiKeyForm.tsx#L14
Unexpected any. Specify a different type
🎨 Frontend CI: web/src/components/CreateApiKeyForm.tsx#L13
Unexpected any. Specify a different type
🎨 Frontend CI: web/src/components/ApiKeyModal.tsx#L113
Unexpected any. Specify a different type
🚦 Quality Gate
Process completed with exit code 1.
🎨 Frontend CI: web/src/pages/request-logs/index.tsx#L141
React Hook useEffect has a missing dependency: 'fetchRequestLogs'. Either include it or remove the dependency array
🎨 Frontend CI: web/src/components/ui/toast.tsx#L33
React Hook useEffect has a missing dependency: 'handleRemove'. Either include it or remove the dependency array
🎨 Frontend CI: web/src/components/charts/UsageTrendsChart.tsx#L43
React Hook useEffect has a missing dependency: 'fetchTrendData'. Either include it or remove the dependency array
🎨 Frontend CI: web/src/components/charts/ModelDistributionChart.tsx#L45
React Hook useEffect has a missing dependency: 'fetchModelData'. Either include it or remove the dependency array
🎨 Frontend CI: web/src/components/charts/CostFlowChart.tsx#L225
React Hook useEffect has a missing dependency: 'colors'. Either include it or remove the dependency array
🎨 Frontend CI: web/src/components/charts/ApiKeyUsageChart.tsx#L50
React Hook useEffect has a missing dependency: 'fetchApiKeysTrend'. Either include it or remove the dependency array
🎨 Frontend CI: web/src/components/RequestLogDetailModal.tsx#L32
React Hook useEffect has a missing dependency: 'fetchLogDetail'. Either include it or remove the dependency array
πŸ”§ Backend CI: src/ClaudeCodeProxy.Abstraction/Chats/ObjectModels/ObjectModels/RequestModels/CompletionCreateRequest.cs#L208
Nullability of reference types in return type of 'string? CompletionCreateRequest.User.get' doesn't match implicitly implemented member 'string IUser.User.get' (possibly because of nullability attributes).
πŸ”§ Backend CI: src/ClaudeCodeProxy.Abstraction/Chats/Dtos/ThorChatCompletionsRequest.cs#L43
Nullability of reference types in type of parameter 'value' of 'void ThorChatCompletionsRequest.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
πŸ”§ Backend CI: src/ClaudeCodeProxy.Abstraction/Chats/ObjectModels/ObjectModels/RequestModels/AudioCreateTranscriptionRequest.cs#L33
Nullability of reference types in return type of 'Stream? AudioCreateTranscriptionRequest.FileStream.get' doesn't match implicitly implemented member 'Stream IFile.FileStream.get' (possibly because of nullability attributes).
πŸ”§ Backend CI: src/ClaudeCodeProxy.Abstraction/Chats/ObjectModels/ObjectModels/RequestModels/AudioCreateTranscriptionRequest.cs#L28
Nullability of reference types in return type of 'byte[]? AudioCreateTranscriptionRequest.File.get' doesn't match implicitly implemented member 'byte[] IFile.File.get' (possibly because of nullability attributes).
πŸ”§ Backend CI: src/ClaudeCodeProxy.Abstraction/Chats/ObjectModels/ObjectModels/RequestModels/AudioCreateTranscriptionRequest.cs#L43
Nullability of reference types in type of parameter 'value' of 'void AudioCreateTranscriptionRequest.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
πŸ”§ Backend CI: src/ClaudeCodeProxy.Abstraction/Chats/ObjectModels/ObjectModels/RequestModels/AudioCreateSpeechRequest.cs#L12
Nullability of reference types in type of parameter 'value' of 'void AudioCreateSpeechRequest.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
πŸ”§ Backend CI: src/ClaudeCodeProxy.Domain/Entity.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
πŸ”§ Backend CI: src/ClaudeCodeProxy.Domain/ClaudeAiOauth.cs#L11
Non-nullable property 'scopes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
πŸ”§ Backend CI: src/ClaudeCodeProxy.Domain/ClaudeAiOauth.cs#L7
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
πŸ”§ Backend CI: src/ClaudeCodeProxy.Domain/ClaudeAiOauth.cs#L5
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.