Skip to content

feat: add dedicated encode detail page #30

feat: add dedicated encode detail page

feat: add dedicated encode detail page #30

Triggered via push May 11, 2024 08:45
Status Failure
Total duration 44s
Artifacts

push.yml

on: push
👷️ CI (Dashboard)
34s
👷️ CI (Dashboard)
👷️ CI (Infrastructure)
13s
👷️ CI (Infrastructure)
👷️ CI (Encoder)
12s
👷️ CI (Encoder)
👷️ CI (App)
0s
👷️ CI (App)
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 10 warnings
👷️ CI (Dashboard): src/Service.Dashboard/src/HttpApi/Types/Entries/Filters/FileSystemEntryFilterType.cs#L6
The namespace 'Giantnodes.Service.Dashboard.HttpApi.Types.Entries.Filters' already contains a definition for 'FileSystemEntryFilterType'
👷️ CI (Dashboard): src/Service.Dashboard/src/HttpApi/Resolvers/Encodes/Queries/EncodeFindOne.cs#L8
The namespace 'Giantnodes.Service.Dashboard.HttpApi.Resolvers.Encodes.Queries' already contains a definition for 'EncodeFindMany'
👷️ CI (Dashboard): src/Service.Dashboard/src/HttpApi/Resolvers/Encodes/Queries/EncodeFindOne.cs#L14
Type 'EncodeFindMany' already defines a member called 'Encodes' with the same parameter types
👷️ CI (Dashboard): src/Service.Dashboard/src/HttpApi/Types/Entries/Filters/FileSystemEntryFilterType.cs#L8
Type 'FileSystemEntryFilterType' already defines a member called 'Configure' with the same parameter types
👷️ CI (Dashboard)
Process completed with exit code 1.
👷️ CI (Dashboard): src/Service.Dashboard/src/Domain/Values/VideoStream.cs#L17
Non-nullable property 'Quality' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
👷️ CI (Dashboard): src/Service.Dashboard/src/Domain/Values/VideoStream.cs#L17
Non-nullable property 'PixelFormat' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
👷️ CI (Dashboard): src/Service.Dashboard/src/Domain/Enumerations/VideoResolution.cs#L13
Non-nullable property 'Abbreviation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
👷️ CI (Dashboard): src/Service.Dashboard/src/Domain/Values/FileStream.cs#L11
Non-nullable property 'Codec' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
👷️ CI (Dashboard): src/Service.Dashboard/src/Domain/Values/Machine.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
👷️ CI (Dashboard): src/Service.Dashboard/src/Domain/Values/Machine.cs#L11
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
👷️ CI (Dashboard): src/Service.Dashboard/src/Domain/Enumerations/EncodeTune.cs#L11
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
👷️ CI (Dashboard): src/Service.Dashboard/src/Domain/Enumerations/EncodeTune.cs#L11
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.