changing index.html and adding Etrack
This commit is contained in:
1
.idea/dictionaries/lomba.xml
generated
1
.idea/dictionaries/lomba.xml
generated
@@ -1,6 +1,7 @@
|
||||
<component name="ProjectDictionaryState">
|
||||
<dictionary name="lomba">
|
||||
<words>
|
||||
<w>logstashes</w>
|
||||
<w>workdir</w>
|
||||
</words>
|
||||
</dictionary>
|
||||
|
||||
338
.idea/workspace.xml
generated
338
.idea/workspace.xml
generated
@@ -19,8 +19,30 @@
|
||||
<select />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="625207a7-ac1d-4617-9c3e-c12bef4db83d" name="Default Changelist" comment="">
|
||||
<list default="true" id="458cde88-df3d-44bc-9d57-a33823e2f1a6" name="Default Changelist" comment="">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main/java/com/release11/klaus/controller/EventController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/release11/klaus/controller/EventController.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main/java/com/release11/klaus/controller/KlausMvcController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/release11/klaus/controller/KlausMvcController.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main/java/com/release11/klaus/model/EventsDto.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/release11/klaus/model/EventRequestDto.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main/java/com/release11/klaus/model/LogStructure.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/release11/klaus/model/Event.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main/java/com/release11/klaus/repository/EventRepository.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/release11/klaus/repository/EventRepository.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main/java/com/release11/klaus/repository/EventRepositoryImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/release11/klaus/repository/EventRepositoryImpl.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main/java/com/release11/klaus/service/EtrackService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/release11/klaus/service/EtrackService.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main/java/com/release11/klaus/service/EtrackServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/release11/klaus/service/EtrackServiceImpl.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main/java/com/release11/klaus/utilis/TrackingClient.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/release11/klaus/utilis/TrackingClient.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main/resources/logback.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/logback.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/test/java/com/release11/klaus/controller/KlausMvcControllerTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/com/release11/klaus/controller/KlausMvcControllerTest.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/test/java/com/release11/klaus/repository/MockedResponseRedisRepositoryTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/com/release11/klaus/repository/MockedResponseRedisRepositoryTest.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/target/classes/META-INF/Klaus.kotlin_module" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/target/classes/com/release11/klaus/controller/KlausMvcController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/release11/klaus/controller/KlausMvcController.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/target/classes/com/release11/klaus/model/LogStructure.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/target/classes/com/release11/klaus/service/EtrackService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/release11/klaus/service/EtrackService.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/target/classes/com/release11/klaus/service/EtrackServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/release11/klaus/service/EtrackServiceImpl.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/target/classes/com/release11/klaus/utilis/TrackingClient.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/release11/klaus/utilis/TrackingClient.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/target/classes/logback.xml" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/logback.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/target/test-classes/com/release11/klaus/controller/KlausMvcControllerTest.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/test-classes/com/release11/klaus/controller/KlausMvcControllerTest.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/target/test-classes/com/release11/klaus/repository/MockedResponseRedisRepositoryTest.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/test-classes/com/release11/klaus/repository/MockedResponseRedisRepositoryTest.class" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
@@ -33,10 +55,8 @@
|
||||
<component name="FileTemplateManagerImpl">
|
||||
<option name="RECENT_TEMPLATES">
|
||||
<list>
|
||||
<option value="JavaFXApplication" />
|
||||
<option value="Interface" />
|
||||
<option value="Class" />
|
||||
<option value="HTML File" />
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
@@ -46,19 +66,26 @@
|
||||
<component name="ProjectCodeStyleSettingsMigration">
|
||||
<option name="version" value="1" />
|
||||
</component>
|
||||
<component name="ProjectId" id="1fPPKqPEA1Iv0kUOcRcJpNsqWLX" />
|
||||
<component name="ProjectId" id="1gr9z2Qy2nJ7GZxG1xBZ0X6W3o2" />
|
||||
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
||||
<component name="ProjectViewState">
|
||||
<option name="hideEmptyMiddlePackages" value="true" />
|
||||
<option name="showLibraryContents" value="true" />
|
||||
</component>
|
||||
<component name="PropertiesComponent">
|
||||
<property name="DefaultHtmlFileTemplate" value="HTML File" />
|
||||
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
|
||||
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
|
||||
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
|
||||
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
||||
</component>
|
||||
<component name="RecentsManager">
|
||||
<key name="CopyFile.RECENT_KEYS">
|
||||
<recent name="D:\git\Szakalakamaka\Klaus\src\main\resources\static\css" />
|
||||
</key>
|
||||
<key name="CreateClassDialog.RecentsKey">
|
||||
<recent name="com.release11.klaus.repository" />
|
||||
<recent name="com.release11.klaus.service" />
|
||||
</key>
|
||||
</component>
|
||||
<component name="RunManager" selected="Application.KlausApplication">
|
||||
<configuration name="KlausApplication" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
||||
<option name="MAIN_CLASS_NAME" value="com.release11.klaus.KlausApplication" />
|
||||
@@ -73,32 +100,16 @@
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<configuration name="KlausServiceImplTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
||||
<configuration name="KlausControllerTest.getMockedResponse" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
||||
<module name="Klaus" />
|
||||
<extension name="coverage">
|
||||
<pattern>
|
||||
<option name="PATTERN" value="com.release11.klaus.service.*" />
|
||||
<option name="PATTERN" value="com.release11.klaus.controller.*" />
|
||||
<option name="ENABLED" value="true" />
|
||||
</pattern>
|
||||
</extension>
|
||||
<option name="PACKAGE_NAME" value="com.release11.klaus.service" />
|
||||
<option name="MAIN_CLASS_NAME" value="com.release11.klaus.service.KlausServiceImplTest" />
|
||||
<option name="TEST_OBJECT" value="class" />
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
<option name="BSP.BeforeRunTask" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<configuration name="KlausServiceImplTest.getMockedResponse" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
||||
<module name="Klaus" />
|
||||
<extension name="coverage">
|
||||
<pattern>
|
||||
<option name="PATTERN" value="com.release11.klaus.service.*" />
|
||||
<option name="ENABLED" value="true" />
|
||||
</pattern>
|
||||
</extension>
|
||||
<option name="PACKAGE_NAME" value="com.release11.klaus.service" />
|
||||
<option name="MAIN_CLASS_NAME" value="com.release11.klaus.service.KlausServiceImplTest" />
|
||||
<option name="PACKAGE_NAME" value="com.release11.klaus.controller" />
|
||||
<option name="MAIN_CLASS_NAME" value="com.release11.klaus.controller.KlausControllerTest" />
|
||||
<option name="METHOD_NAME" value="getMockedResponse" />
|
||||
<option name="TEST_OBJECT" value="method" />
|
||||
<method v="2">
|
||||
@@ -106,33 +117,51 @@
|
||||
<option name="BSP.BeforeRunTask" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<configuration name="RedisConfigTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
||||
<configuration name="KlausMvcControllerTest.showHome" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
||||
<module name="Klaus" />
|
||||
<extension name="coverage">
|
||||
<pattern>
|
||||
<option name="PATTERN" value="com.release11.klaus.config.*" />
|
||||
<option name="PATTERN" value="com.release11.klaus.controller.*" />
|
||||
<option name="ENABLED" value="true" />
|
||||
</pattern>
|
||||
</extension>
|
||||
<option name="PACKAGE_NAME" value="com.release11.klaus.config" />
|
||||
<option name="MAIN_CLASS_NAME" value="com.release11.klaus.config.RedisConfigTest" />
|
||||
<option name="TEST_OBJECT" value="class" />
|
||||
<option name="PACKAGE_NAME" value="com.release11.klaus.controller" />
|
||||
<option name="MAIN_CLASS_NAME" value="com.release11.klaus.controller.KlausMvcControllerTest" />
|
||||
<option name="METHOD_NAME" value="showHome" />
|
||||
<option name="TEST_OBJECT" value="method" />
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
<option name="BSP.BeforeRunTask" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<configuration name="RedisConfigTest.jedisPool" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
||||
<configuration name="MockedResponseRedisRepositoryTest.getMockedResponse" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
||||
<module name="Klaus" />
|
||||
<extension name="coverage">
|
||||
<pattern>
|
||||
<option name="PATTERN" value="com.release11.klaus.config.*" />
|
||||
<option name="PATTERN" value="com.release11.klaus.repository.*" />
|
||||
<option name="ENABLED" value="true" />
|
||||
</pattern>
|
||||
</extension>
|
||||
<option name="PACKAGE_NAME" value="com.release11.klaus.config" />
|
||||
<option name="MAIN_CLASS_NAME" value="com.release11.klaus.config.RedisConfigTest" />
|
||||
<option name="METHOD_NAME" value="jedisPool" />
|
||||
<option name="PACKAGE_NAME" value="com.release11.klaus.repository" />
|
||||
<option name="MAIN_CLASS_NAME" value="com.release11.klaus.repository.MockedResponseRedisRepositoryTest" />
|
||||
<option name="METHOD_NAME" value="getMockedResponse" />
|
||||
<option name="TEST_OBJECT" value="method" />
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
<option name="BSP.BeforeRunTask" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<configuration name="MockedResponseRedisRepositoryTest.setMockedResponse" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
||||
<module name="Klaus" />
|
||||
<extension name="coverage">
|
||||
<pattern>
|
||||
<option name="PATTERN" value="com.release11.klaus.repository.*" />
|
||||
<option name="ENABLED" value="true" />
|
||||
</pattern>
|
||||
</extension>
|
||||
<option name="PACKAGE_NAME" value="com.release11.klaus.repository" />
|
||||
<option name="MAIN_CLASS_NAME" value="com.release11.klaus.repository.MockedResponseRedisRepositoryTest" />
|
||||
<option name="METHOD_NAME" value="setMockedResponse" />
|
||||
<option name="TEST_OBJECT" value="method" />
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
@@ -149,10 +178,10 @@
|
||||
<recent_temporary>
|
||||
<list>
|
||||
<item itemvalue="Application.KlausApplication" />
|
||||
<item itemvalue="JUnit.KlausServiceImplTest" />
|
||||
<item itemvalue="JUnit.KlausServiceImplTest.getMockedResponse" />
|
||||
<item itemvalue="JUnit.RedisConfigTest.jedisPool" />
|
||||
<item itemvalue="JUnit.RedisConfigTest" />
|
||||
<item itemvalue="JUnit.MockedResponseRedisRepositoryTest.setMockedResponse" />
|
||||
<item itemvalue="JUnit.MockedResponseRedisRepositoryTest.getMockedResponse" />
|
||||
<item itemvalue="JUnit.KlausMvcControllerTest.showHome" />
|
||||
<item itemvalue="JUnit.KlausControllerTest.getMockedResponse" />
|
||||
</list>
|
||||
</recent_temporary>
|
||||
</component>
|
||||
@@ -161,139 +190,83 @@
|
||||
</component>
|
||||
<component name="TaskManager">
|
||||
<task active="true" id="Default" summary="Default task">
|
||||
<changelist id="625207a7-ac1d-4617-9c3e-c12bef4db83d" name="Default Changelist" comment="" />
|
||||
<created>1596116693338</created>
|
||||
<changelist id="458cde88-df3d-44bc-9d57-a33823e2f1a6" name="Default Changelist" comment="" />
|
||||
<created>1598862102028</created>
|
||||
<option name="number" value="Default" />
|
||||
<option name="presentableId" value="Default" />
|
||||
<updated>1596116693338</updated>
|
||||
<updated>1598862102028</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00001" summary="adding unit tests">
|
||||
<created>1596121884533</created>
|
||||
<task id="LOCAL-00001" summary="renaming package name">
|
||||
<created>1598862173280</created>
|
||||
<option name="number" value="00001" />
|
||||
<option name="presentableId" value="LOCAL-00001" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1596121884533</updated>
|
||||
<updated>1598862173280</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00002" summary="fix for import">
|
||||
<created>1596122179636</created>
|
||||
<task id="LOCAL-00002" summary="redis spring repo data indexes for redis repo">
|
||||
<created>1598875744348</created>
|
||||
<option name="number" value="00002" />
|
||||
<option name="presentableId" value="LOCAL-00002" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1596122179637</updated>
|
||||
<updated>1598875744348</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00003" summary="adding html form for mockedResponse request">
|
||||
<created>1597847082773</created>
|
||||
<task id="LOCAL-00003" summary="adding processes for history search adding custom redis appender">
|
||||
<created>1598962802209</created>
|
||||
<option name="number" value="00003" />
|
||||
<option name="presentableId" value="LOCAL-00003" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1597847082773</updated>
|
||||
<updated>1598962802209</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00004" summary="New proxy controller. JavaScript adds own headers and I can't find how to access fields from RequestEntity on html level. Proxy controller will work as client for REST controller and view returner.">
|
||||
<created>1597913807407</created>
|
||||
<task id="LOCAL-00004" summary="Adding logic for events">
|
||||
<created>1599036875005</created>
|
||||
<option name="number" value="00004" />
|
||||
<option name="presentableId" value="LOCAL-00004" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1597913807407</updated>
|
||||
<updated>1599036875005</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00005" summary="Request setMockedResponse through html form has been added.">
|
||||
<created>1597934773116</created>
|
||||
<task id="LOCAL-00005" summary="html form for events">
|
||||
<created>1599058217332</created>
|
||||
<option name="number" value="00005" />
|
||||
<option name="presentableId" value="LOCAL-00005" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1597934773116</updated>
|
||||
<updated>1599058217332</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00006" summary="-adding get button to index.html -changing hardcoded url to custom url in KlausMvcController">
|
||||
<created>1598002135223</created>
|
||||
<task id="LOCAL-00006" summary="get events by days">
|
||||
<created>1599059677555</created>
|
||||
<option name="number" value="00006" />
|
||||
<option name="presentableId" value="LOCAL-00006" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1598002135223</updated>
|
||||
<updated>1599059677555</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00007" summary="- changing request setMockedResponse to avoid new headers, - implementing request getMockedResponse,">
|
||||
<created>1598010419642</created>
|
||||
<task id="LOCAL-00007" summary="fix for passing default clientUUID in the html form">
|
||||
<created>1599062582833</created>
|
||||
<option name="number" value="00007" />
|
||||
<option name="presentableId" value="LOCAL-00007" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1598010419642</updated>
|
||||
<updated>1599062582833</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00008" summary="- changing request getMockedResponse to avoid new headers,">
|
||||
<created>1598011869431</created>
|
||||
<task id="LOCAL-00008" summary="read events based on dates and clientUUID">
|
||||
<created>1599121146544</created>
|
||||
<option name="number" value="00008" />
|
||||
<option name="presentableId" value="LOCAL-00008" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1598011869431</updated>
|
||||
<updated>1599121146544</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00009" summary="- cleaning">
|
||||
<created>1598014491250</created>
|
||||
<task id="LOCAL-00009" summary="updating html pages">
|
||||
<created>1599126033571</created>
|
||||
<option name="number" value="00009" />
|
||||
<option name="presentableId" value="LOCAL-00009" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1598014491250</updated>
|
||||
<updated>1599126033571</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00010" summary="- adding a possibility to set httpStatusCode for mockedResponse entity,">
|
||||
<created>1598024620759</created>
|
||||
<task id="LOCAL-00010" summary="MvcExceptionHandler">
|
||||
<created>1599208032926</created>
|
||||
<option name="number" value="00010" />
|
||||
<option name="presentableId" value="LOCAL-00010" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1598024620759</updated>
|
||||
<updated>1599208032926</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00011" summary="- adding hidden clientUUID - adding repo interface">
|
||||
<created>1598277358878</created>
|
||||
<option name="number" value="00011" />
|
||||
<option name="presentableId" value="LOCAL-00011" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1598277358878</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00012" summary="adding deployment">
|
||||
<created>1598347064977</created>
|
||||
<option name="number" value="00012" />
|
||||
<option name="presentableId" value="LOCAL-00012" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1598347064977</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00013" summary="adding deployment">
|
||||
<created>1598347946121</created>
|
||||
<option name="number" value="00013" />
|
||||
<option name="presentableId" value="LOCAL-00013" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1598347946121</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00014" summary="adding deployment">
|
||||
<created>1598348631755</created>
|
||||
<option name="number" value="00014" />
|
||||
<option name="presentableId" value="LOCAL-00014" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1598348631755</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00015" summary="adding deployment">
|
||||
<created>1598353186038</created>
|
||||
<option name="number" value="00015" />
|
||||
<option name="presentableId" value="LOCAL-00015" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1598353186039</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00016" summary="update to current version all initial features implemented tbd: etrack front">
|
||||
<created>1598946630567</created>
|
||||
<option name="number" value="00016" />
|
||||
<option name="presentableId" value="LOCAL-00016" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1598946630567</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00017" summary="update to current version all initial features implemented tbd: etrack front">
|
||||
<created>1598948050686</created>
|
||||
<option name="number" value="00017" />
|
||||
<option name="presentableId" value="LOCAL-00017" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1598948050686</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00018" summary="executing dockers as host">
|
||||
<created>1598953972876</created>
|
||||
<option name="number" value="00018" />
|
||||
<option name="presentableId" value="LOCAL-00018" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1598953972876</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="19" />
|
||||
<option name="localTasksCounter" value="11" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="Vcs.Log.Tabs.Properties">
|
||||
@@ -309,93 +282,90 @@
|
||||
<option name="oldMeFiltersMigrated" value="true" />
|
||||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
<MESSAGE value="adding unit tests" />
|
||||
<MESSAGE value="fix for import" />
|
||||
<MESSAGE value="adding html form for mockedResponse request" />
|
||||
<MESSAGE value="New proxy controller. JavaScript adds own headers and I can't find how to access fields from RequestEntity on html level. Proxy controller will work as client for REST controller and view returner." />
|
||||
<MESSAGE value="Request setMockedResponse through html form has been added." />
|
||||
<MESSAGE value="-adding get button to index.html -changing hardcoded url to custom url in KlausMvcController" />
|
||||
<MESSAGE value="- changing request setMockedResponse to avoid new headers, - implementing request getMockedResponse," />
|
||||
<MESSAGE value="- changing request getMockedResponse to avoid new headers," />
|
||||
<MESSAGE value="- cleaning" />
|
||||
<MESSAGE value="- adding a possibility to set httpStatusCode for mockedResponse entity," />
|
||||
<MESSAGE value="- adding hidden clientUUID - adding repo interface" />
|
||||
<MESSAGE value="adding deployment" />
|
||||
<MESSAGE value="update to current version all initial features implemented tbd: etrack front" />
|
||||
<MESSAGE value="executing dockers as host" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="executing dockers as host" />
|
||||
<MESSAGE value="renaming package name" />
|
||||
<MESSAGE value="redis spring repo data indexes for redis repo" />
|
||||
<MESSAGE value="adding processes for history search adding custom redis appender" />
|
||||
<MESSAGE value="Adding logic for events" />
|
||||
<MESSAGE value="html form for events" />
|
||||
<MESSAGE value="get events by days" />
|
||||
<MESSAGE value="fix for passing default clientUUID in the html form" />
|
||||
<MESSAGE value="read events based on dates and clientUUID" />
|
||||
<MESSAGE value="updating html pages" />
|
||||
<MESSAGE value="MvcExceptionHandler" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="MvcExceptionHandler" />
|
||||
</component>
|
||||
<component name="WindowStateProjectService">
|
||||
<state x="395" y="91" key="#Inspections" timestamp="1598258023842">
|
||||
<state x="574" y="128" key="#com.intellij.ide.util.MemberChooser" timestamp="1599035277816">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
<state x="395" y="91" key="#Inspections/0.0.1536.824@0.0.1536.824" timestamp="1598258023842" />
|
||||
<state x="574" y="119" key="#com.intellij.ide.util.MemberChooser" timestamp="1598257808309">
|
||||
<state x="574" y="128" key="#com.intellij.ide.util.MemberChooser/0.0.1536.824@0.0.1536.824" timestamp="1599035277816" />
|
||||
<state x="551" y="281" width="433" height="267" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.classes" timestamp="1598949032210">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
<state x="574" y="119" key="#com.intellij.ide.util.MemberChooser/0.0.1536.824@0.0.1536.824" timestamp="1598257808309" />
|
||||
<state x="490" y="0" key="#com.intellij.refactoring.rename.AutomaticRenamingDialog" timestamp="1598257764162">
|
||||
<state x="551" y="281" width="433" height="267" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.classes/0.0.1536.824@0.0.1536.824" timestamp="1598949032210" />
|
||||
<state x="178" y="0" key="#com.intellij.refactoring.rename.AutomaticRenamingDialog" timestamp="1599209436125">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
<state x="490" y="0" key="#com.intellij.refactoring.rename.AutomaticRenamingDialog/0.0.1536.824@0.0.1536.824" timestamp="1598257764162" />
|
||||
<state x="549" y="167" key="FileChooserDialogImpl" timestamp="1598257918683">
|
||||
<state x="178" y="0" key="#com.intellij.refactoring.rename.AutomaticRenamingDialog/0.0.1536.824@0.0.1536.824" timestamp="1599209436125" />
|
||||
<state x="499" y="159" key="#com.intellij.refactoring.typeMigration.ui.FailedConversionsDialog" timestamp="1598966629552">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
<state x="549" y="167" key="FileChooserDialogImpl/0.0.1536.824@0.0.1536.824" timestamp="1598257918683" />
|
||||
<state width="1493" height="230" key="GridCell.Tab.0.bottom" timestamp="1598974317570">
|
||||
<state x="499" y="159" key="#com.intellij.refactoring.typeMigration.ui.FailedConversionsDialog/0.0.1536.824@0.0.1536.824" timestamp="1598966629552" />
|
||||
<state x="549" y="167" key="FileChooserDialogImpl" timestamp="1599137609663">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
<state width="1493" height="230" key="GridCell.Tab.0.bottom/0.0.1536.824@0.0.1536.824" timestamp="1598974317570" />
|
||||
<state width="1493" height="230" key="GridCell.Tab.0.center" timestamp="1598974317570">
|
||||
<state x="549" y="167" key="FileChooserDialogImpl/0.0.1536.824@0.0.1536.824" timestamp="1599137609663" />
|
||||
<state width="1493" height="180" key="GridCell.Tab.0.bottom" timestamp="1599227805110">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
<state width="1493" height="230" key="GridCell.Tab.0.center/0.0.1536.824@0.0.1536.824" timestamp="1598974317570" />
|
||||
<state width="1493" height="230" key="GridCell.Tab.0.left" timestamp="1598974317570">
|
||||
<state width="1493" height="180" key="GridCell.Tab.0.bottom/0.0.1536.824@0.0.1536.824" timestamp="1599227805110" />
|
||||
<state width="1493" height="180" key="GridCell.Tab.0.center" timestamp="1599227805110">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
<state width="1493" height="230" key="GridCell.Tab.0.left/0.0.1536.824@0.0.1536.824" timestamp="1598974317570" />
|
||||
<state width="1493" height="230" key="GridCell.Tab.0.right" timestamp="1598974317570">
|
||||
<state width="1493" height="180" key="GridCell.Tab.0.center/0.0.1536.824@0.0.1536.824" timestamp="1599227805110" />
|
||||
<state width="1493" height="180" key="GridCell.Tab.0.left" timestamp="1599227805110">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
<state width="1493" height="230" key="GridCell.Tab.0.right/0.0.1536.824@0.0.1536.824" timestamp="1598974317570" />
|
||||
<state width="1493" height="335" key="GridCell.Tab.1.bottom" timestamp="1598024944300">
|
||||
<state width="1493" height="180" key="GridCell.Tab.0.left/0.0.1536.824@0.0.1536.824" timestamp="1599227805110" />
|
||||
<state width="1493" height="180" key="GridCell.Tab.0.right" timestamp="1599227805110">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
<state width="1493" height="335" key="GridCell.Tab.1.bottom/0.0.1536.824@0.0.1536.824" timestamp="1598024944300" />
|
||||
<state width="1493" height="335" key="GridCell.Tab.1.center" timestamp="1598024944300">
|
||||
<state width="1493" height="180" key="GridCell.Tab.0.right/0.0.1536.824@0.0.1536.824" timestamp="1599227805110" />
|
||||
<state width="1493" height="180" key="GridCell.Tab.1.bottom" timestamp="1599227820376">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
<state width="1493" height="335" key="GridCell.Tab.1.center/0.0.1536.824@0.0.1536.824" timestamp="1598024944300" />
|
||||
<state width="1493" height="335" key="GridCell.Tab.1.left" timestamp="1598024944300">
|
||||
<state width="1493" height="180" key="GridCell.Tab.1.bottom/0.0.1536.824@0.0.1536.824" timestamp="1599227820376" />
|
||||
<state width="1493" height="180" key="GridCell.Tab.1.center" timestamp="1599227820376">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
<state width="1493" height="335" key="GridCell.Tab.1.left/0.0.1536.824@0.0.1536.824" timestamp="1598024944300" />
|
||||
<state width="1493" height="335" key="GridCell.Tab.1.right" timestamp="1598024944300">
|
||||
<state width="1493" height="180" key="GridCell.Tab.1.center/0.0.1536.824@0.0.1536.824" timestamp="1599227820376" />
|
||||
<state width="1493" height="180" key="GridCell.Tab.1.left" timestamp="1599227820376">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
<state width="1493" height="335" key="GridCell.Tab.1.right/0.0.1536.824@0.0.1536.824" timestamp="1598024944300" />
|
||||
<state x="566" y="115" key="RollbackChangesDialog" timestamp="1598001000641">
|
||||
<state width="1493" height="180" key="GridCell.Tab.1.left/0.0.1536.824@0.0.1536.824" timestamp="1599227820376" />
|
||||
<state width="1493" height="180" key="GridCell.Tab.1.right" timestamp="1599227820376">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
<state x="566" y="115" key="RollbackChangesDialog/0.0.1536.824@0.0.1536.824" timestamp="1598001000641" />
|
||||
<state x="361" y="145" key="Vcs.Push.Dialog.v2" timestamp="1598953977709">
|
||||
<state width="1493" height="180" key="GridCell.Tab.1.right/0.0.1536.824@0.0.1536.824" timestamp="1599227820376" />
|
||||
<state x="299" y="67" key="Maven.ArtifactSearchDialog" timestamp="1598862685882">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
<state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824@0.0.1536.824" timestamp="1598953977709" />
|
||||
<state x="499" y="170" key="refactoring.ChangeSignatureDialog" timestamp="1598020786090">
|
||||
<state x="299" y="67" key="Maven.ArtifactSearchDialog/0.0.1536.824@0.0.1536.824" timestamp="1598862685882" />
|
||||
<state x="361" y="145" key="Vcs.Push.Dialog.v2" timestamp="1599208034875">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
<state x="499" y="170" key="refactoring.ChangeSignatureDialog/0.0.1536.824@0.0.1536.824" timestamp="1598020786090" />
|
||||
<state x="425" y="187" key="run.anything.popup" timestamp="1598011752020">
|
||||
<state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824@0.0.1536.824" timestamp="1599208034875" />
|
||||
<state x="209" y="33" key="new project wizard" timestamp="1598955672188">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
<state x="425" y="187" key="run.anything.popup/0.0.1536.824@0.0.1536.824" timestamp="1598011752020" />
|
||||
</component>
|
||||
<component name="XDebuggerManager">
|
||||
<watches-manager>
|
||||
<configuration name="Application">
|
||||
<watch expression="httpHeaders.entrySet().toArray()[0]" language="JAVA" />
|
||||
</configuration>
|
||||
</watches-manager>
|
||||
<state x="209" y="33" key="new project wizard/0.0.1536.824@0.0.1536.824" timestamp="1598955672188" />
|
||||
<state x="425" y="187" key="run.anything.popup" timestamp="1599038237933">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
<state x="425" y="187" key="run.anything.popup/0.0.1536.824@0.0.1536.824" timestamp="1599038237933" />
|
||||
<state x="431" y="145" width="672" height="678" key="search.everywhere.popup" timestamp="1599210139274">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
<state x="431" y="145" width="672" height="678" key="search.everywhere.popup/0.0.1536.824@0.0.1536.824" timestamp="1599210139274" />
|
||||
</component>
|
||||
</project>
|
||||
Reference in New Issue
Block a user