|
|
|
|
@ -5,36 +5,12 @@
|
|
|
|
|
</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" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/apps/coordinator/build.gradle.kts" beforeDir="false" afterPath="$PROJECT_DIR$/apps/coordinator/build.gradle.kts" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/apps/coordinator/src/main/kotlin/no/iktdev/mediaprocessing/coordinator/tasksV2/listeners/CompletedTaskListener.kt" beforeDir="false" afterPath="$PROJECT_DIR$/apps/coordinator/src/main/kotlin/no/iktdev/mediaprocessing/coordinator/tasksV2/listeners/CompletedTaskListener.kt" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/apps/coordinator/src/main/kotlin/no/iktdev/mediaprocessing/coordinator/tasksV2/listeners/MediaOutInformationTaskListener.kt" beforeDir="false" afterPath="$PROJECT_DIR$/apps/coordinator/src/main/kotlin/no/iktdev/mediaprocessing/coordinator/tasksV2/listeners/MediaOutInformationTaskListener.kt" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/apps/ui/web/src/app/page/EventsChainPage.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/apps/ui/web/src/app/page/EventsChainPage.tsx" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/shared/eventi/src/test/kotlin/no/iktdev/eventi/mock/MockEventManager.kt" beforeDir="false" afterPath="$PROJECT_DIR$/shared/eventi/src/test/kotlin/no/iktdev/eventi/mock/MockEventManager.kt" afterDir="false" />
|
|
|
|
|
</list>
|
|
|
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
|
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
|
|
@ -154,8 +130,8 @@
|
|
|
|
|
<recent name="no.iktdev.mediaprocessing.shared.common" />
|
|
|
|
|
</key>
|
|
|
|
|
</component>
|
|
|
|
|
<component name="RunManager" selected="Kotlin.UIApplicationKt">
|
|
|
|
|
<configuration name="AudioArgumentsTest" type="GradleRunConfiguration" factoryName="Gradle" temporary="true">
|
|
|
|
|
<component name="RunManager" selected="Gradle.MediaProcessing2 [build]">
|
|
|
|
|
<configuration name="FileNameParserTest" type="GradleRunConfiguration" factoryName="Gradle" temporary="true">
|
|
|
|
|
<ExternalSystemSettings>
|
|
|
|
|
<option name="executionName" />
|
|
|
|
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
|
|
|
|
@ -166,9 +142,9 @@
|
|
|
|
|
</option>
|
|
|
|
|
<option name="taskNames">
|
|
|
|
|
<list>
|
|
|
|
|
<option value=":apps:coordinator:test" />
|
|
|
|
|
<option value=":shared:common:test" />
|
|
|
|
|
<option value="--tests" />
|
|
|
|
|
<option value=""no.iktdev.mediaprocessing.coordinator.tasksV2.mapping.streams.AudioArgumentsTest"" />
|
|
|
|
|
<option value=""no.iktdev.mediaprocessing.shared.common.parsing.FileNameParserTest"" />
|
|
|
|
|
</list>
|
|
|
|
|
</option>
|
|
|
|
|
<option name="vmOptions" />
|
|
|
|
|
@ -179,7 +155,7 @@
|
|
|
|
|
<RunAsTest>true</RunAsTest>
|
|
|
|
|
<method v="2" />
|
|
|
|
|
</configuration>
|
|
|
|
|
<configuration name="AudioArgumentsTest.validateChecks3" type="GradleRunConfiguration" factoryName="Gradle" temporary="true">
|
|
|
|
|
<configuration name="FileNameParserTest.assertDotRemoval" type="GradleRunConfiguration" factoryName="Gradle" temporary="true">
|
|
|
|
|
<ExternalSystemSettings>
|
|
|
|
|
<option name="executionName" />
|
|
|
|
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
|
|
|
|
@ -190,9 +166,9 @@
|
|
|
|
|
</option>
|
|
|
|
|
<option name="taskNames">
|
|
|
|
|
<list>
|
|
|
|
|
<option value=":apps:coordinator:test" />
|
|
|
|
|
<option value=":shared:common:test" />
|
|
|
|
|
<option value="--tests" />
|
|
|
|
|
<option value=""no.iktdev.mediaprocessing.coordinator.tasksV2.mapping.streams.AudioArgumentsTest.validateChecks3"" />
|
|
|
|
|
<option value=""no.iktdev.mediaprocessing.shared.common.parsing.FileNameParserTest.assertDotRemoval"" />
|
|
|
|
|
</list>
|
|
|
|
|
</option>
|
|
|
|
|
<option name="vmOptions" />
|
|
|
|
|
@ -203,7 +179,7 @@
|
|
|
|
|
<RunAsTest>true</RunAsTest>
|
|
|
|
|
<method v="2" />
|
|
|
|
|
</configuration>
|
|
|
|
|
<configuration name="EncodeArgumentCreatorTaskTest" type="GradleRunConfiguration" factoryName="Gradle" temporary="true">
|
|
|
|
|
<configuration name="FileNameParserTest.assertTitleFails" type="GradleRunConfiguration" factoryName="Gradle" temporary="true">
|
|
|
|
|
<ExternalSystemSettings>
|
|
|
|
|
<option name="executionName" />
|
|
|
|
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
|
|
|
|
@ -214,9 +190,9 @@
|
|
|
|
|
</option>
|
|
|
|
|
<option name="taskNames">
|
|
|
|
|
<list>
|
|
|
|
|
<option value=":apps:coordinator:test" />
|
|
|
|
|
<option value=":shared:common:test" />
|
|
|
|
|
<option value="--tests" />
|
|
|
|
|
<option value=""no.iktdev.mediaprocessing.coordinator.tasks.event.ffmpeg.EncodeArgumentCreatorTaskTest"" />
|
|
|
|
|
<option value=""no.iktdev.mediaprocessing.shared.common.parsing.FileNameParserTest.assertTitleFails"" />
|
|
|
|
|
</list>
|
|
|
|
|
</option>
|
|
|
|
|
<option name="vmOptions" />
|
|
|
|
|
@ -272,20 +248,20 @@
|
|
|
|
|
</method>
|
|
|
|
|
</configuration>
|
|
|
|
|
<list>
|
|
|
|
|
<item itemvalue="Gradle.AudioArgumentsTest" />
|
|
|
|
|
<item itemvalue="Gradle.AudioArgumentsTest.validateChecks3" />
|
|
|
|
|
<item itemvalue="Gradle.EncodeArgumentCreatorTaskTest" />
|
|
|
|
|
<item itemvalue="Gradle.FileNameParserTest" />
|
|
|
|
|
<item itemvalue="Gradle.FileNameParserTest.assertDotRemoval" />
|
|
|
|
|
<item itemvalue="Gradle.FileNameParserTest.assertTitleFails" />
|
|
|
|
|
<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" />
|
|
|
|
|
<item itemvalue="Kotlin.UIApplicationKt" />
|
|
|
|
|
<item itemvalue="Gradle.FileNameParserTest.assertTitleFails" />
|
|
|
|
|
<item itemvalue="Gradle.FileNameParserTest.assertDotRemoval" />
|
|
|
|
|
<item itemvalue="Gradle.FileNameParserTest" />
|
|
|
|
|
</list>
|
|
|
|
|
</recent_temporary>
|
|
|
|
|
</component>
|
|
|
|
|
@ -308,6 +284,71 @@
|
|
|
|
|
<line>23</line>
|
|
|
|
|
<option name="timeStamp" value="1" />
|
|
|
|
|
</line-breakpoint>
|
|
|
|
|
<line-breakpoint enabled="true" type="kotlin-line">
|
|
|
|
|
<url>file://$PROJECT_DIR$/apps/coordinator/src/main/kotlin/no/iktdev/mediaprocessing/coordinator/tasksV2/listeners/CompletedTaskListener.kt</url>
|
|
|
|
|
<line>127</line>
|
|
|
|
|
<option name="timeStamp" value="5" />
|
|
|
|
|
</line-breakpoint>
|
|
|
|
|
<line-breakpoint enabled="true" type="kotlin-line">
|
|
|
|
|
<url>file://$PROJECT_DIR$/apps/coordinator/src/main/kotlin/no/iktdev/mediaprocessing/coordinator/tasksV2/listeners/CompletedTaskListener.kt</url>
|
|
|
|
|
<line>131</line>
|
|
|
|
|
<option name="timeStamp" value="6" />
|
|
|
|
|
</line-breakpoint>
|
|
|
|
|
<line-breakpoint enabled="true" type="kotlin-line">
|
|
|
|
|
<url>file://$PROJECT_DIR$/shared/eventi/src/main/kotlin/no/iktdev/eventi/implementations/EventCoordinator.kt</url>
|
|
|
|
|
<line>133</line>
|
|
|
|
|
<option name="timeStamp" value="17" />
|
|
|
|
|
</line-breakpoint>
|
|
|
|
|
<line-breakpoint enabled="true" type="kotlin-line">
|
|
|
|
|
<url>file://$PROJECT_DIR$/shared/eventi/src/main/kotlin/no/iktdev/eventi/implementations/EventCoordinator.kt</url>
|
|
|
|
|
<line>130</line>
|
|
|
|
|
<option name="timeStamp" value="18" />
|
|
|
|
|
</line-breakpoint>
|
|
|
|
|
<line-breakpoint enabled="true" type="kotlin-line">
|
|
|
|
|
<url>file://$PROJECT_DIR$/shared/eventi/src/main/kotlin/no/iktdev/eventi/implementations/EventCoordinator.kt</url>
|
|
|
|
|
<line>131</line>
|
|
|
|
|
<option name="timeStamp" value="19" />
|
|
|
|
|
</line-breakpoint>
|
|
|
|
|
<line-breakpoint enabled="true" type="kotlin-line">
|
|
|
|
|
<url>file://$PROJECT_DIR$/shared/common/src/test/kotlin/no/iktdev/mediaprocessing/shared/common/parsing/FileNameParserTest.kt</url>
|
|
|
|
|
<line>44</line>
|
|
|
|
|
<option name="timeStamp" value="20" />
|
|
|
|
|
</line-breakpoint>
|
|
|
|
|
<line-breakpoint enabled="true" type="kotlin-line">
|
|
|
|
|
<url>file://$PROJECT_DIR$/shared/common/src/test/kotlin/no/iktdev/mediaprocessing/shared/common/parsing/FileNameParserTest.kt</url>
|
|
|
|
|
<line>43</line>
|
|
|
|
|
<option name="timeStamp" value="21" />
|
|
|
|
|
</line-breakpoint>
|
|
|
|
|
<line-breakpoint enabled="true" type="kotlin-line">
|
|
|
|
|
<url>file://$PROJECT_DIR$/shared/common/src/main/kotlin/no/iktdev/mediaprocessing/shared/common/parsing/FileNameParser.kt</url>
|
|
|
|
|
<line>22</line>
|
|
|
|
|
<option name="timeStamp" value="22" />
|
|
|
|
|
</line-breakpoint>
|
|
|
|
|
<line-breakpoint enabled="true" type="kotlin-line">
|
|
|
|
|
<url>file://$PROJECT_DIR$/shared/common/src/main/kotlin/no/iktdev/mediaprocessing/shared/common/parsing/FileNameParser.kt</url>
|
|
|
|
|
<line>23</line>
|
|
|
|
|
<option name="timeStamp" value="23" />
|
|
|
|
|
</line-breakpoint>
|
|
|
|
|
<line-breakpoint enabled="true" type="kotlin-line">
|
|
|
|
|
<url>file://$PROJECT_DIR$/shared/common/src/main/kotlin/no/iktdev/mediaprocessing/shared/common/parsing/FileNameParser.kt</url>
|
|
|
|
|
<line>24</line>
|
|
|
|
|
<option name="timeStamp" value="25" />
|
|
|
|
|
</line-breakpoint>
|
|
|
|
|
<line-breakpoint enabled="true" type="kotlin-line">
|
|
|
|
|
<url>file://$PROJECT_DIR$/shared/common/src/main/kotlin/no/iktdev/mediaprocessing/shared/common/parsing/FileNameParser.kt</url>
|
|
|
|
|
<line>25</line>
|
|
|
|
|
<option name="timeStamp" value="26" />
|
|
|
|
|
</line-breakpoint>
|
|
|
|
|
<line-breakpoint enabled="true" type="kotlin-line">
|
|
|
|
|
<url>file://$PROJECT_DIR$/shared/common/src/main/kotlin/no/iktdev/mediaprocessing/shared/common/parsing/FileNameParser.kt</url>
|
|
|
|
|
<line>40</line>
|
|
|
|
|
<option name="timeStamp" value="27" />
|
|
|
|
|
</line-breakpoint>
|
|
|
|
|
<line-breakpoint enabled="true" type="kotlin-line">
|
|
|
|
|
<url>file://$PROJECT_DIR$/shared/common/src/main/kotlin/no/iktdev/mediaprocessing/shared/common/parsing/FileNameParser.kt</url>
|
|
|
|
|
<line>41</line>
|
|
|
|
|
<option name="timeStamp" value="28" />
|
|
|
|
|
</line-breakpoint>
|
|
|
|
|
</breakpoints>
|
|
|
|
|
</breakpoint-manager>
|
|
|
|
|
</component>
|
|
|
|
|
|