314 lines
19 KiB
XML
314 lines
19 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="AutoImportSettings">
|
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
</component>
|
|
<component name="ChangeListManager">
|
|
<list default="true" id="79fc3e25-8083-4c15-b17f-a1e0d61c77a6" name="Changes" comment="">
|
|
<change afterPath="$PROJECT_DIR$/apps/ui/src/main/kotlin/no/iktdev/mediaprocessing/ui/dto/EventChain.kt" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/apps/ui/src/main/kotlin/no/iktdev/mediaprocessing/ui/service/AvailableEventsService.kt" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/apps/ui/src/main/kotlin/no/iktdev/mediaprocessing/ui/service/CompletedEventsService.kt" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/apps/ui/src/main/kotlin/no/iktdev/mediaprocessing/ui/service/EventExecutionOrderService.kt" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/apps/ui/src/main/kotlin/no/iktdev/mediaprocessing/ui/socket/ChainedEventsTopic.kt" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/shared/common/src/main/kotlin/no/iktdev/mediaprocessing/shared/common/database/EventsDatabase.kt" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/.idea/gradle.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/gradle.xml" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/apps/coordinator/src/main/kotlin/no/iktdev/mediaprocessing/coordinator/CoordinatorApplication.kt" beforeDir="false" afterPath="$PROJECT_DIR$/apps/coordinator/src/main/kotlin/no/iktdev/mediaprocessing/coordinator/CoordinatorApplication.kt" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/apps/coordinator/src/main/kotlin/no/iktdev/mediaprocessing/coordinator/EventsManager.kt" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/apps/ui/build.gradle.kts" beforeDir="false" afterPath="$PROJECT_DIR$/apps/ui/build.gradle.kts" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/apps/ui/src/main/kotlin/no/iktdev/mediaprocessing/ui/Configuration.kt" beforeDir="false" afterPath="$PROJECT_DIR$/apps/ui/src/main/kotlin/no/iktdev/mediaprocessing/ui/Configuration.kt" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/apps/ui/src/main/kotlin/no/iktdev/mediaprocessing/ui/UIApplication.kt" beforeDir="false" afterPath="$PROJECT_DIR$/apps/ui/src/main/kotlin/no/iktdev/mediaprocessing/ui/UIApplication.kt" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/apps/ui/src/main/kotlin/no/iktdev/mediaprocessing/ui/UIEnv.kt" beforeDir="false" afterPath="$PROJECT_DIR$/apps/ui/src/main/kotlin/no/iktdev/mediaprocessing/ui/UIEnv.kt" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/apps/ui/src/main/kotlin/no/iktdev/mediaprocessing/ui/dto/EventSummary.kt" beforeDir="false" afterPath="$PROJECT_DIR$/apps/ui/src/main/kotlin/no/iktdev/mediaprocessing/ui/dto/EventSummary.kt" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/apps/ui/src/main/kotlin/no/iktdev/mediaprocessing/ui/dto/ExplorerAttr.kt" beforeDir="false" afterPath="$PROJECT_DIR$/apps/ui/src/main/kotlin/no/iktdev/mediaprocessing/ui/dto/explore/ExplorerAttr.kt" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/apps/ui/src/main/kotlin/no/iktdev/mediaprocessing/ui/dto/ExplorerCursor.kt" beforeDir="false" afterPath="$PROJECT_DIR$/apps/ui/src/main/kotlin/no/iktdev/mediaprocessing/ui/dto/explore/ExplorerCursor.kt" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/apps/ui/src/main/kotlin/no/iktdev/mediaprocessing/ui/explorer/ExplorerCore.kt" beforeDir="false" afterPath="$PROJECT_DIR$/apps/ui/src/main/kotlin/no/iktdev/mediaprocessing/ui/explorer/ExplorerCore.kt" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/apps/ui/src/main/kotlin/no/iktdev/mediaprocessing/ui/socket/EventsTableTopic.kt" beforeDir="false" afterPath="$PROJECT_DIR$/apps/ui/src/main/kotlin/no/iktdev/mediaprocessing/ui/socket/EventsTableTopic.kt" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/apps/ui/src/main/kotlin/no/iktdev/mediaprocessing/ui/socket/ExplorerTopic.kt" beforeDir="false" afterPath="$PROJECT_DIR$/apps/ui/src/main/kotlin/no/iktdev/mediaprocessing/ui/socket/ExplorerTopic.kt" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/apps/ui/src/main/kotlin/no/iktdev/mediaprocessing/ui/socket/TopicSupport.kt" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/apps/ui/web/package-lock.json" beforeDir="false" afterPath="$PROJECT_DIR$/apps/ui/web/package-lock.json" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/apps/ui/web/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/apps/ui/web/package.json" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/apps/ui/web/src/App.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/apps/ui/web/src/App.tsx" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/apps/ui/web/src/app/page/ExplorePage.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/apps/ui/web/src/app/page/ExplorePage.tsx" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/apps/ui/web/src/app/page/LaunchPage.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/apps/ui/web/src/app/page/LaunchPage.tsx" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/shared/common/src/main/kotlin/no/iktdev/mediaprocessing/shared/common/contract/EventToClazzTable.kt" beforeDir="false" afterPath="$PROJECT_DIR$/shared/common/src/main/kotlin/no/iktdev/mediaprocessing/shared/common/contract/EventToClazzTable.kt" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/shared/common/src/main/kotlin/no/iktdev/mediaprocessing/shared/common/database/cal/EventsManager.kt" beforeDir="false" afterPath="$PROJECT_DIR$/shared/common/src/main/kotlin/no/iktdev/mediaprocessing/shared/common/database/cal/EventsManager.kt" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/shared/eventi/src/main/kotlin/no/iktdev/eventi/implementations/EventCoordinator.kt" beforeDir="false" afterPath="$PROJECT_DIR$/shared/eventi/src/main/kotlin/no/iktdev/eventi/implementations/EventCoordinator.kt" afterDir="false" />
|
|
</list>
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
</component>
|
|
<component name="ChangesViewManager">
|
|
<option name="groupingKeys">
|
|
<option value="module" />
|
|
</option>
|
|
</component>
|
|
<component name="ExternalProjectsData">
|
|
<projectState path="$PROJECT_DIR$">
|
|
<ProjectState />
|
|
</projectState>
|
|
</component>
|
|
<component name="ExternalProjectsManager">
|
|
<system id="GRADLE">
|
|
<state>
|
|
<task path="$PROJECT_DIR$">
|
|
<activation />
|
|
</task>
|
|
<projects_view>
|
|
<tree_state>
|
|
<expand>
|
|
<path>
|
|
<item name="" type="6a2764b6:ExternalProjectsStructure$RootNode" />
|
|
<item name="MediaProcessing" type="f1a62948:ProjectNode" />
|
|
</path>
|
|
<path>
|
|
<item name="" type="6a2764b6:ExternalProjectsStructure$RootNode" />
|
|
<item name="MediaProcessing" type="f1a62948:ProjectNode" />
|
|
<item name="Tasks" type="e4a08cd1:TasksNode" />
|
|
</path>
|
|
<path>
|
|
<item name="" type="6a2764b6:ExternalProjectsStructure$RootNode" />
|
|
<item name="MediaProcessing" type="f1a62948:ProjectNode" />
|
|
<item name="Tasks" type="e4a08cd1:TasksNode" />
|
|
<item name="build" type="c8890929:TasksNode$1" />
|
|
</path>
|
|
</expand>
|
|
<select />
|
|
</tree_state>
|
|
</projects_view>
|
|
</state>
|
|
</system>
|
|
</component>
|
|
<component name="FileTemplateManagerImpl">
|
|
<option name="RECENT_TEMPLATES">
|
|
<list>
|
|
<option value="JUnit5 Test Class" />
|
|
<option value="Kotlin Class" />
|
|
</list>
|
|
</option>
|
|
</component>
|
|
<component name="Git.Settings">
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
</component>
|
|
<component name="MarkdownSettingsMigration">
|
|
<option name="stateVersion" value="1" />
|
|
</component>
|
|
<component name="ProjectColorInfo">{
|
|
"customColor": "",
|
|
"associatedIndex": 8
|
|
}</component>
|
|
<component name="ProjectId" id="2jnjaCTJV0A7KVcJJMvDTBoYxDq" />
|
|
<component name="ProjectViewState">
|
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
<option name="showLibraryContents" value="true" />
|
|
</component>
|
|
<component name="PropertiesComponent">{
|
|
"keyToString": {
|
|
"Gradle.AudioArgumentsTest.executor": "Run",
|
|
"Gradle.AudioArgumentsTest.validateChecks1.executor": "Run",
|
|
"Gradle.AudioArgumentsTest.validateChecks3.executor": "Run",
|
|
"Gradle.Build MediaProcessing2.executor": "Run",
|
|
"Gradle.EncodeArgumentCreatorTaskTest.executor": "Run",
|
|
"Gradle.MediaProcessing2 [build].executor": "Run",
|
|
"Kotlin.UIApplicationKt.executor": "Run",
|
|
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
"com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrary": "JUnit5",
|
|
"com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrarySuperClass.JUnit5": "",
|
|
"git-widget-placeholder": "v3",
|
|
"ignore.virus.scanning.warn.message": "true",
|
|
"kotlin-language-version-configured": "true",
|
|
"last_opened_file_path": "D:/Workspace/MediaProcessing2/shared/common/src/main/kotlin/no/iktdev/mediaprocessing/shared/common/contract",
|
|
"project.structure.last.edited": "Modules",
|
|
"project.structure.proportion": "0.0",
|
|
"project.structure.side.proportion": "0.0"
|
|
}
|
|
}</component>
|
|
<component name="RecentsManager">
|
|
<key name="CopyFile.RECENT_KEYS">
|
|
<recent name="D:\Workspace\MediaProcessing2\shared\common\src\main\kotlin\no\iktdev\mediaprocessing\shared\common\contract" />
|
|
<recent name="D:\Workspace\MediaProcessing2\shared\contract\src\main\kotlin\no\iktdev\mediaprocessing\shared\contract\tables" />
|
|
</key>
|
|
<key name="MoveFile.RECENT_KEYS">
|
|
<recent name="D:\Workspace\MediaProcessing2\shared\common\src\main\kotlin\no\iktdev\mediaprocessing\shared\common\database\cal" />
|
|
</key>
|
|
<key name="CreateTestDialog.Recents.Supers">
|
|
<recent name="" />
|
|
</key>
|
|
<key name="MoveKotlinTopLevelDeclarationsDialog.RECENTS_KEY">
|
|
<recent name="no.iktdev.mediaprocessing.shared.common.database.cal" />
|
|
<recent name="no.iktdev.mediaprocessing.shared.common.database.tables" />
|
|
<recent name="no.iktdev.mediaprocessing.shared.contract.tables" />
|
|
</key>
|
|
<key name="CreateTestDialog.RecentsKey">
|
|
<recent name="no.iktdev.mediaprocessing.coordinator.tasksV2.mapping.streams" />
|
|
</key>
|
|
<key name="CopyKotlinDeclarationDialog.RECENTS_KEY">
|
|
<recent name="no.iktdev.mediaprocessing.shared.common.database" />
|
|
<recent name="no.iktdev.mediaprocessing.ui.service" />
|
|
<recent name="no.iktdev.mediaprocessing.shared.common.database.cal" />
|
|
<recent name="no.iktdev.mediaprocessing.shared.common.contract" />
|
|
<recent name="no.iktdev.mediaprocessing.shared.common" />
|
|
</key>
|
|
</component>
|
|
<component name="RunManager" selected="Kotlin.UIApplicationKt">
|
|
<configuration name="AudioArgumentsTest" type="GradleRunConfiguration" factoryName="Gradle" temporary="true">
|
|
<ExternalSystemSettings>
|
|
<option name="executionName" />
|
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
|
<option name="externalSystemIdString" value="GRADLE" />
|
|
<option name="scriptParameters" value="" />
|
|
<option name="taskDescriptions">
|
|
<list />
|
|
</option>
|
|
<option name="taskNames">
|
|
<list>
|
|
<option value=":apps:coordinator:test" />
|
|
<option value="--tests" />
|
|
<option value=""no.iktdev.mediaprocessing.coordinator.tasksV2.mapping.streams.AudioArgumentsTest"" />
|
|
</list>
|
|
</option>
|
|
<option name="vmOptions" />
|
|
</ExternalSystemSettings>
|
|
<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
|
|
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
|
|
<DebugAllEnabled>false</DebugAllEnabled>
|
|
<RunAsTest>true</RunAsTest>
|
|
<method v="2" />
|
|
</configuration>
|
|
<configuration name="AudioArgumentsTest.validateChecks3" type="GradleRunConfiguration" factoryName="Gradle" temporary="true">
|
|
<ExternalSystemSettings>
|
|
<option name="executionName" />
|
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
|
<option name="externalSystemIdString" value="GRADLE" />
|
|
<option name="scriptParameters" value="" />
|
|
<option name="taskDescriptions">
|
|
<list />
|
|
</option>
|
|
<option name="taskNames">
|
|
<list>
|
|
<option value=":apps:coordinator:test" />
|
|
<option value="--tests" />
|
|
<option value=""no.iktdev.mediaprocessing.coordinator.tasksV2.mapping.streams.AudioArgumentsTest.validateChecks3"" />
|
|
</list>
|
|
</option>
|
|
<option name="vmOptions" />
|
|
</ExternalSystemSettings>
|
|
<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
|
|
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
|
|
<DebugAllEnabled>false</DebugAllEnabled>
|
|
<RunAsTest>true</RunAsTest>
|
|
<method v="2" />
|
|
</configuration>
|
|
<configuration name="EncodeArgumentCreatorTaskTest" type="GradleRunConfiguration" factoryName="Gradle" temporary="true">
|
|
<ExternalSystemSettings>
|
|
<option name="executionName" />
|
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
|
<option name="externalSystemIdString" value="GRADLE" />
|
|
<option name="scriptParameters" value="" />
|
|
<option name="taskDescriptions">
|
|
<list />
|
|
</option>
|
|
<option name="taskNames">
|
|
<list>
|
|
<option value=":apps:coordinator:test" />
|
|
<option value="--tests" />
|
|
<option value=""no.iktdev.mediaprocessing.coordinator.tasks.event.ffmpeg.EncodeArgumentCreatorTaskTest"" />
|
|
</list>
|
|
</option>
|
|
<option name="vmOptions" />
|
|
</ExternalSystemSettings>
|
|
<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
|
|
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
|
|
<DebugAllEnabled>false</DebugAllEnabled>
|
|
<RunAsTest>true</RunAsTest>
|
|
<method v="2" />
|
|
</configuration>
|
|
<configuration name="MediaProcessing2 [build]" type="GradleRunConfiguration" factoryName="Gradle" temporary="true">
|
|
<ExternalSystemSettings>
|
|
<option name="executionName" />
|
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
|
<option name="externalSystemIdString" value="GRADLE" />
|
|
<option name="scriptParameters" />
|
|
<option name="taskDescriptions">
|
|
<list />
|
|
</option>
|
|
<option name="taskNames">
|
|
<list>
|
|
<option value="build" />
|
|
</list>
|
|
</option>
|
|
<option name="vmOptions" />
|
|
</ExternalSystemSettings>
|
|
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
|
|
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
|
|
<DebugAllEnabled>false</DebugAllEnabled>
|
|
<RunAsTest>false</RunAsTest>
|
|
<method v="2" />
|
|
</configuration>
|
|
<configuration name="UIApplicationKt" type="JetRunConfigurationType" temporary="true" nameIsGenerated="true">
|
|
<envs>
|
|
<env name="DATABASE_ADDRESS" value="192.168.2.250" />
|
|
<env name="DATABASE_NAME_E" value="eventsV3" />
|
|
<env name="DATABASE_NAME_S" value="streamit" />
|
|
<env name="DATABASE_PASSWORD" value="shFZ27eL2x2NoxyEDBMfDWkvFO" />
|
|
<env name="DATABASE_PORT" value="3306" />
|
|
<env name="DATABASE_USERNAME" value="root" />
|
|
<env name="DIRECTORY_CONTENT_INCOMING" value="G:\MediaProcessingPlayground\input" />
|
|
<env name="DIRECTORY_CONTENT_OUTGOING" value="G:\MediaProcessingPlayground\output" />
|
|
<env name="DIRECTORY_CONTENT_STORED" value="G:\MediaProcessingPlayground\output" />
|
|
<env name="DISABLE_COMPLETE" value="true" />
|
|
<env name="DISABLE_PRODUCE" value="true" />
|
|
<env name="EncoderWs" value="ws://192.168.2.250:6300" />
|
|
</envs>
|
|
<option name="MAIN_CLASS_NAME" value="no.iktdev.mediaprocessing.ui.UIApplicationKt" />
|
|
<module name="MediaProcessing.apps.ui.main" />
|
|
<shortenClasspath name="NONE" />
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
<list>
|
|
<item itemvalue="Gradle.AudioArgumentsTest" />
|
|
<item itemvalue="Gradle.AudioArgumentsTest.validateChecks3" />
|
|
<item itemvalue="Gradle.EncodeArgumentCreatorTaskTest" />
|
|
<item itemvalue="Gradle.MediaProcessing2 [build]" />
|
|
<item itemvalue="Kotlin.Env - CoordinatorApplicationKt" />
|
|
<item itemvalue="Kotlin.UIApplicationKt" />
|
|
</list>
|
|
<recent_temporary>
|
|
<list>
|
|
<item itemvalue="Kotlin.UIApplicationKt" />
|
|
<item itemvalue="Gradle.MediaProcessing2 [build]" />
|
|
<item itemvalue="Gradle.AudioArgumentsTest" />
|
|
<item itemvalue="Gradle.AudioArgumentsTest.validateChecks3" />
|
|
<item itemvalue="Gradle.EncodeArgumentCreatorTaskTest" />
|
|
</list>
|
|
</recent_temporary>
|
|
</component>
|
|
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
|
<component name="TaskManager">
|
|
<task active="true" id="Default" summary="Default task">
|
|
<changelist id="79fc3e25-8083-4c15-b17f-a1e0d61c77a6" name="Changes" comment="" />
|
|
<created>1722029797420</created>
|
|
<option name="number" value="Default" />
|
|
<option name="presentableId" value="Default" />
|
|
<updated>1722029797420</updated>
|
|
</task>
|
|
<servers />
|
|
</component>
|
|
<component name="XDebuggerManager">
|
|
<breakpoint-manager>
|
|
<breakpoints>
|
|
<line-breakpoint enabled="true" type="kotlin-line">
|
|
<url>file://$PROJECT_DIR$/apps/ui/src/main/kotlin/no/iktdev/mediaprocessing/ui/socket/ChainedEventsTopic.kt</url>
|
|
<line>23</line>
|
|
<option name="timeStamp" value="1" />
|
|
</line-breakpoint>
|
|
</breakpoints>
|
|
</breakpoint-manager>
|
|
</component>
|
|
</project> |