This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
workspace.xml
196 lines (196 loc) · 7.99 KB
/
workspace.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<?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="df557769-0065-41c7-8ee2-46f1257812d5" name="Changes" comment="K8s manifest, readme update" />
<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="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 />
<select />
</tree_state>
</projects_view>
</state>
</system>
</component>
<component name="FileTemplateManagerImpl">
<option name="RECENT_TEMPLATES">
<list>
<option value="Kotlin Data Class" />
<option value="Kotlin Class" />
<option value="Kotlin File" />
</list>
</option>
</component>
<component name="Git.Settings">
<option name="RECENT_BRANCH_BY_REPOSITORY">
<map>
<entry key="$PROJECT_DIR$/.." value="master" />
</map>
</option>
</component>
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
<component name="ProjectId" id="2NsTgXpTjpP5xky1ZHsBr0YnZJi" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">{
"keyToString": {
"RunOnceActivity.OpenProjectViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"WebServerToolWindowFactoryState": "false",
"ktor.last.update.timestamp": "1680809842982",
"last_opened_file_path": "/home/mherda/github_repos/Kubexecutor/kubexecutor/src/main/kotlin/pl/edu/prz/kod/adapters",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true",
"node.js.selected.package.eslint": "(autodetect)",
"node.js.selected.package.tslint": "(autodetect)",
"nodejs_package_manager_path": "npm",
"vue.rearranger.settings.migration": "true"
}
}</component>
<component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/src/main/kotlin/pl/edu/prz/kod/adapters" />
<recent name="$PROJECT_DIR$/src/main/kotlin/pl/edu/prz/kod/domain" />
<recent name="$PROJECT_DIR$/src/main/kotlin/pl/edu/prz/kod/domain/executor" />
</key>
<key name="MoveFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/src/main/kotlin/pl/edu/prz/kod/adapters/http" />
<recent name="$PROJECT_DIR$/src/main/kotlin/pl/edu/prz/kod/domain" />
</key>
<key name="MoveKotlinTopLevelDeclarationsDialog.RECENTS_KEY">
<recent name="pl.edu.prz.kod.domain.executor" />
<recent name="pl.edu.prz.kod.adapters.dto" />
</key>
<key name="CopyKotlinDeclarationDialog.RECENTS_KEY">
<recent name="pl.edu.prz.kod.domain" />
</key>
</component>
<component name="RunManager">
<configuration name="ApplicationKt" type="JetRunConfigurationType" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="pl.edu.prz.kod.application.ApplicationKt" />
<module name="kubexecutor.main" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<recent_temporary>
<list>
<item itemvalue="Kotlin.ApplicationKt" />
<item itemvalue="Kotlin.ApplicationKt" />
</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="df557769-0065-41c7-8ee2-46f1257812d5" name="Changes" comment="" />
<created>1680451901829</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1680451901829</updated>
<workItem from="1680451902958" duration="6780000" />
<workItem from="1680523449150" duration="3788000" />
<workItem from="1680629913828" duration="717000" />
<workItem from="1680809824046" duration="146000" />
<workItem from="1680815142315" duration="832000" />
<workItem from="1680816098061" duration="166000" />
<workItem from="1681238890839" duration="55000" />
</task>
<task id="LOCAL-00001" summary="Change project architecture to hexagon based">
<created>1680457448391</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1680457448391</updated>
</task>
<task id="LOCAL-00002" summary="Change project architecture to hexagon based">
<created>1680457955354</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1680457955354</updated>
</task>
<task id="LOCAL-00003" summary="Fix main class path">
<created>1680458526937</created>
<option name="number" value="00003" />
<option name="presentableId" value="LOCAL-00003" />
<option name="project" value="LOCAL" />
<updated>1680458526937</updated>
</task>
<task id="LOCAL-00004" summary="Extend gitignore">
<created>1680458657675</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1680458657675</updated>
</task>
<task id="LOCAL-00005" summary="Add koin dependency injection library">
<created>1680526069181</created>
<option name="number" value="00005" />
<option name="presentableId" value="LOCAL-00005" />
<option name="project" value="LOCAL" />
<updated>1680526069181</updated>
</task>
<task id="LOCAL-00006" summary="Review fixes">
<created>1680809944790</created>
<option name="number" value="00006" />
<option name="presentableId" value="LOCAL-00006" />
<option name="project" value="LOCAL" />
<updated>1680809944790</updated>
</task>
<task id="LOCAL-00007" summary="K8s manifest, readme update">
<created>1680816248847</created>
<option name="number" value="00007" />
<option name="presentableId" value="LOCAL-00007" />
<option name="project" value="LOCAL" />
<updated>1680816248847</updated>
</task>
<option name="localTasksCounter" value="8" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="Change project architecture to hexagon based" />
<MESSAGE value="Fix main class path" />
<MESSAGE value="Extend gitignore" />
<MESSAGE value="Add koin dependency injection library" />
<MESSAGE value="Review fixes" />
<MESSAGE value="K8s manifest, readme update" />
<option name="LAST_COMMIT_MESSAGE" value="K8s manifest, readme update" />
</component>
</project>