Skip to content

Commit

Permalink
Merge branch 'main' into feat/hot-chocolate-v14
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/Service.Dashboard/src/HttpApi/HttpApiServiceRegistration.cs
#	src/Service.Dashboard/src/HttpApi/Types/MachineType.cs
#	src/Service.Dashboard/src/HttpApi/Types/PathInfoType.cs
#	src/Service.Orchestrator/src/HttpApi/HttpApiServiceRegistration.cs
#	src/Service.Orchestrator/src/HttpApi/Resolvers/Directories/Queries/GetFileResolutionDistributionQuery.cs
#	src/Service.Orchestrator/src/HttpApi/Resolvers/Directories/Types/FileQualityDistribution.cs
#	src/Service.Orchestrator/src/HttpApi/Setup.cs
#	src/Service.Orchestrator/src/HttpApi/Types/Directories/Objects/FileSystemDirectoryType.cs
#	src/Service.Orchestrator/src/HttpApi/Types/DomainExceptionType.cs
#	src/Service.Orchestrator/src/HttpApi/Types/EncodeCodecType.cs
#	src/Service.Orchestrator/src/HttpApi/Types/EncodePresetType.cs
#	src/Service.Orchestrator/src/HttpApi/Types/EncodeQualityType.cs
#	src/Service.Orchestrator/src/HttpApi/Types/EncodeTuneType.cs
#	src/Service.Orchestrator/src/HttpApi/Types/Enumerations/Objects/EncodeCodecType.cs
#	src/Service.Orchestrator/src/HttpApi/Types/Enumerations/Objects/EncodePresetType.cs
#	src/Service.Orchestrator/src/HttpApi/Types/Enumerations/Objects/EncodeTuneType.cs
#	src/Service.Orchestrator/src/HttpApi/Types/Enumerations/Objects/VideoFileContainerType.cs
#	src/Service.Orchestrator/src/HttpApi/Types/Enumerations/Objects/VideoResolutionType.cs
#	src/Service.Orchestrator/src/HttpApi/Types/Files/Objects/AudioStreamType.cs
#	src/Service.Orchestrator/src/HttpApi/Types/Files/Objects/SubtitleStreamType.cs
#	src/Service.Orchestrator/src/HttpApi/Types/Files/Objects/VideoResolutionType.cs
#	src/Service.Orchestrator/src/HttpApi/Types/Files/Objects/VideoStreamType.cs
#	src/Service.Orchestrator/src/HttpApi/Types/Libraries/Objects/LibraryType.cs
#	src/Service.Orchestrator/src/HttpApi/Types/MachineType.cs
#	src/Service.Orchestrator/src/HttpApi/Types/PathInfoType.cs
#	src/Service.Orchestrator/src/HttpApi/Types/ValidationExceptionType.cs
#	src/Service.Orchestrator/src/HttpApi/Types/Values/Objects/MachineType.cs
#	src/Service.Orchestrator/src/HttpApi/Types/Values/Objects/PathInfoType.cs
#	src/Service.Orchestrator/src/HttpApi/Types/VideoFileContainerType.cs
  • Loading branch information
PHILLIPS71 committed Jun 1, 2024
2 parents b636916 + 2ea0e02 commit 468c469
Show file tree
Hide file tree
Showing 188 changed files with 717 additions and 719 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "🔀 Pull Request"

on:
pull_request_target:
pull_request:

concurrency:
group: pull-request-${{ github.event.pull_request.number }}
Expand All @@ -25,8 +25,8 @@ jobs:
run: dotnet test --verbosity quiet
working-directory: ./src/Infrastructure

dashboard:
name: "👷️ CI (Dashboard)"
orchestrator:
name: "👷️ CI (Orchestrator)"
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
Expand All @@ -40,12 +40,12 @@ jobs:

- name: "🧪 Test"
run: dotnet test --verbosity quiet
working-directory: ./src/Service.Dashboard
working-directory: ./src/Service.Orchestrator

- name: "⬆️ GraphQL Schema (upload)"
uses: ./.github/actions/schema
with:
working-directory: src/Service.Dashboard/src/HttpApi
working-directory: src/Service.Orchestrator/src/HttpApi

encoder:
name: "👷️ CI (Encoder)"
Expand All @@ -68,7 +68,7 @@ jobs:
name: "👷️ CI (App)"
timeout-minutes: 20
runs-on: ubuntu-latest
needs: [dashboard]
needs: [orchestrator]
strategy:
fail-fast: false
steps:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
run: dotnet test --verbosity quiet
working-directory: ./src/Infrastructure

dashboard:
name: "👷️ CI (Dashboard)"
orchestrator:
name: "👷️ CI (Orchestrator)"
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
Expand All @@ -40,12 +40,12 @@ jobs:

- name: "🧪 Test"
run: dotnet test --verbosity quiet
working-directory: ./src/Service.Dashboard
working-directory: ./src/Service.Orchestrator

- name: "⬆️ GraphQL Schema (upload)"
uses: ./.github/actions/schema
with:
working-directory: src/Service.Dashboard/src/HttpApi
working-directory: src/Service.Orchestrator/src/HttpApi

encoder:
name: "👷️ CI (Encoder)"
Expand All @@ -68,7 +68,7 @@ jobs:
name: "👷️ CI (App)"
timeout-minutes: 20
runs-on: ubuntu-latest
needs: [dashboard]
needs: [orchestrator]
strategy:
fail-fast: false
steps:
Expand Down

This file was deleted.

20 changes: 0 additions & 20 deletions src/Service.Dashboard/src/HttpApi/Dockerfile

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,29 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Infrastructure.M
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".services", ".services", "{8B9BA4E8-9DAF-47C9-9829-DAF932876C3B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Dashboard.HttpApi", "src\HttpApi\Giantnodes.Service.Dashboard.HttpApi.csproj", "{41C6A8F1-A1D9-451B-9162-D8A5404A3C39}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Orchestrator.HttpApi", "src\HttpApi\Giantnodes.Service.Orchestrator.HttpApi.csproj", "{41C6A8F1-A1D9-451B-9162-D8A5404A3C39}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D6738E45-B322-4CF5-8AAA-10B3003D7EEA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Dashboard.Application.Components", "src\Application.Components\Giantnodes.Service.Dashboard.Application.Components.csproj", "{027CE64C-015E-442E-A233-696A4B89D2AE}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Orchestrator.Application.Components", "src\Application.Components\Giantnodes.Service.Orchestrator.Application.Components.csproj", "{027CE64C-015E-442E-A233-696A4B89D2AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Dashboard.Application.Contracts", "src\Application.Contracts\Giantnodes.Service.Dashboard.Application.Contracts.csproj", "{3337779A-A582-4B1C-A19E-0AD6C8F3E6AD}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Orchestrator.Application.Contracts", "src\Application.Contracts\Giantnodes.Service.Orchestrator.Application.Contracts.csproj", "{3337779A-A582-4B1C-A19E-0AD6C8F3E6AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Dashboard.Domain", "src\Domain\Giantnodes.Service.Dashboard.Domain.csproj", "{B703C820-B6BF-4297-875E-07BE59FD4000}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Orchestrator.Domain", "src\Domain\Giantnodes.Service.Orchestrator.Domain.csproj", "{B703C820-B6BF-4297-875E-07BE59FD4000}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Dashboard.Domain.Shared", "src\Domain.Shared\Giantnodes.Service.Dashboard.Domain.Shared.csproj", "{FD25D825-DF1E-4C5F-AA33-D0A13739B4E0}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Orchestrator.Domain.Shared", "src\Domain.Shared\Giantnodes.Service.Orchestrator.Domain.Shared.csproj", "{FD25D825-DF1E-4C5F-AA33-D0A13739B4E0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Dashboard.Infrastructure", "src\Infrastructure\Giantnodes.Service.Dashboard.Infrastructure.csproj", "{B2239264-4E0C-4428-8BC1-D9D9C56EE389}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Orchestrator.Infrastructure", "src\Infrastructure\Giantnodes.Service.Orchestrator.Infrastructure.csproj", "{B2239264-4E0C-4428-8BC1-D9D9C56EE389}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Dashboard.Persistence", "src\Persistence\Giantnodes.Service.Dashboard.Persistence.csproj", "{55626EB5-C72A-4D36-9BE0-4397BF170445}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Orchestrator.Persistence", "src\Persistence\Giantnodes.Service.Orchestrator.Persistence.csproj", "{55626EB5-C72A-4D36-9BE0-4397BF170445}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{27214AD8-98E7-4A7D-B67B-575AC944C369}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Dashboard.Application.Components.Tests.Unit", "tests\Giantnodes.Service.Dashboard.Application.Components.Tests.Unit\Giantnodes.Service.Dashboard.Application.Components.Tests.Unit.csproj", "{2120E351-42AA-4478-86C6-DC35AB4E47DA}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Orchestrator.Application.Components.Tests.Unit", "tests\Application.Components.Tests.Unit\Giantnodes.Service.Orchestrator.Application.Components.Tests.Unit.csproj", "{2120E351-42AA-4478-86C6-DC35AB4E47DA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Dashboard.Domain.Tests.Unit", "tests\Giantnodes.Service.Dashboard.Domain.Tests.Unit\Giantnodes.Service.Dashboard.Domain.Tests.Unit.csproj", "{B170206F-710A-4314-9255-EF861FD3A135}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Orchestrator.Domain.Tests.Unit", "tests\Domain.Tests.Unit\Giantnodes.Service.Orchestrator.Domain.Tests.Unit.csproj", "{B170206F-710A-4314-9255-EF861FD3A135}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Dashboard.Tests.Shared", "tests\Giantnodes.Service.Dashboard.Tests.Shared\Giantnodes.Service.Dashboard.Tests.Shared.csproj", "{80D27505-2E68-4F77-B7FD-78A1C0F237FD}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Giantnodes.Service.Orchestrator.Tests.Shared", "tests\Tests.Shared\Giantnodes.Service.Orchestrator.Tests.Shared.csproj", "{80D27505-2E68-4F77-B7FD-78A1C0F237FD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using Giantnodes.Infrastructure.Faults;
using Giantnodes.Service.Dashboard.Application.Contracts.Directories.Commands;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Entries.Directories.Repositories;
using Giantnodes.Service.Orchestrator.Application.Contracts.Directories.Commands;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Entries.Directories.Repositories;
using Giantnodes.Service.Encoder.Application.Contracts.Probing.Jobs;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Directories.Commands;
namespace Giantnodes.Service.Orchestrator.Application.Components.Directories.Commands;

public class DirectoryProbeConsumer : IConsumer<DirectoryProbe.Command>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using Giantnodes.Infrastructure.Faults;
using Giantnodes.Service.Dashboard.Application.Contracts.Directories.Queries;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Entries.Directories.Repositories;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Entries.Files;
using Giantnodes.Service.Orchestrator.Application.Contracts.Directories.Queries;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Entries.Directories.Repositories;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Entries.Files;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Directories.Queries;
namespace Giantnodes.Service.Orchestrator.Application.Components.Directories.Queries;

public class GetFileResolutionDistributionConsumer : IConsumer<GetFileResolutionDistribution.Query>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using Giantnodes.Infrastructure.Faults;
using Giantnodes.Infrastructure.Uow.Services;
using Giantnodes.Service.Dashboard.Application.Contracts.Encodes.Commands;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Dashboard.Domain.Shared.Enums;
using Giantnodes.Service.Orchestrator.Application.Contracts.Encodes.Commands;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Orchestrator.Domain.Shared.Enums;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Commands;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Commands;

public class EncodeCancelConsumer : IConsumer<EncodeCancel.Command>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
using Giantnodes.Infrastructure.Faults;
using Giantnodes.Infrastructure.Uow.Services;
using Giantnodes.Service.Dashboard.Application.Contracts.Encodes.Commands;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Entries.Directories;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Entries.Files;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Entries.Repositories;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Recipes.Repositories;
using Giantnodes.Service.Orchestrator.Application.Contracts.Encodes.Commands;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Entries.Directories;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Entries.Files;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Entries.Repositories;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Recipes.Repositories;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Commands;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Commands;

public class EncodeSubmitConsumer : IConsumer<EncodeSubmit.Command>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Giantnodes.Service.Dashboard.Application.Contracts.Encodes.Events;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Orchestrator.Application.Contracts.Encodes.Events;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Repositories;
using HotChocolate.Subscriptions;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Events;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Events;

public class RaiseEncodeOutputtedTopic : IConsumer<EncodeProgressedEvent>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Giantnodes.Service.Dashboard.Application.Contracts.Encodes.Events;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Orchestrator.Application.Contracts.Encodes.Events;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Repositories;
using HotChocolate.Subscriptions;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Events;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Events;

public class RaiseEncodeProgressedTopic : IConsumer<EncodeProgressedEvent>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Giantnodes.Service.Dashboard.Application.Contracts.Encodes.Events;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Orchestrator.Application.Contracts.Encodes.Events;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Repositories;
using HotChocolate.Subscriptions;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Events;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Events;

public class RaiseEncodeSpeedTopic : IConsumer<EncodeSpeedChangedEvent>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Giantnodes.Service.Dashboard.Application.Contracts.Encodes.Events;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Orchestrator.Application.Contracts.Encodes.Events;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Repositories;
using HotChocolate.Subscriptions;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Events;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Events;

public class RaiseEncodeStatusChangedTopic : IConsumer<EncodeStatusChangedEvent>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Giantnodes.Infrastructure.Uow.Services;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Dashboard.Persistence.Sagas;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Orchestrator.Persistence.Sagas;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Sagas.Activities;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Sagas.Activities;

public class EncodeFailedActivity : IStateMachineActivity<EncodeSagaState>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
using Giantnodes.Infrastructure.Uow.Services;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Dashboard.Domain.Shared.Enums;
using Giantnodes.Service.Dashboard.Domain.Values;
using Giantnodes.Service.Dashboard.Persistence.Sagas;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Orchestrator.Domain.Shared.Enums;
using Giantnodes.Service.Orchestrator.Domain.Values;
using Giantnodes.Service.Orchestrator.Persistence.Sagas;
using Giantnodes.Service.Encoder.Application.Contracts.Encoding.Events;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Sagas.Activities;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Sagas.Activities;

public class EncodeOperationBuiltActivity : IStateMachineActivity<EncodeSagaState, EncodeOperationEncodeBuiltEvent>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using Giantnodes.Infrastructure.Uow.Services;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Dashboard.Persistence.Sagas;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Orchestrator.Persistence.Sagas;
using Giantnodes.Service.Encoder.Application.Contracts.Encoding.Events;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Sagas.Activities;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Sagas.Activities;

public class EncodeOperationCompletedActivity : IStateMachineActivity<EncodeSagaState, EncodeOperationCompletedEvent>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using Giantnodes.Infrastructure.Uow.Services;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Values;
using Giantnodes.Service.Dashboard.Persistence.Sagas;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Values;
using Giantnodes.Service.Orchestrator.Persistence.Sagas;
using Giantnodes.Service.Encoder.Application.Contracts.Encoding.Events;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Sagas.Activities;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Sagas.Activities;

public class EncodeOperationOutputtedDataActivity : IStateMachineActivity<EncodeSagaState, EncodeOperationOutputtedEvent>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using Giantnodes.Infrastructure.Uow.Services;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Dashboard.Persistence.Sagas;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Orchestrator.Persistence.Sagas;
using Giantnodes.Service.Encoder.Application.Contracts.Encoding.Events;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Sagas.Activities;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Sagas.Activities;

public class EncodeOperationProgressedActivity : IStateMachineActivity<EncodeSagaState, EncodeOperationEncodeProgressedEvent>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using Giantnodes.Infrastructure.Uow.Services;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Values;
using Giantnodes.Service.Dashboard.Persistence.Sagas;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Values;
using Giantnodes.Service.Orchestrator.Persistence.Sagas;
using Giantnodes.Service.Encoder.Application.Contracts.Encoding.Events;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Sagas.Activities;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Sagas.Activities;

public class EncodeOperationStartedActivity : IStateMachineActivity<EncodeSagaState, EncodeOperationStartedEvent>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using Giantnodes.Infrastructure.Uow.Services;
using Giantnodes.Service.Dashboard.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Dashboard.Persistence.Sagas;
using Giantnodes.Service.Orchestrator.Domain.Aggregates.Encodes.Repositories;
using Giantnodes.Service.Orchestrator.Persistence.Sagas;
using Giantnodes.Service.Encoder.Application.Contracts.Encoding.Commands;
using MassTransit;

namespace Giantnodes.Service.Dashboard.Application.Components.Encodes.Sagas.Activities;
namespace Giantnodes.Service.Orchestrator.Application.Components.Encodes.Sagas.Activities;

public class EncodeRequestActivity : IStateMachineActivity<EncodeSagaState>
{
Expand Down
Loading

0 comments on commit 468c469

Please sign in to comment.