File: workspace.xml

package info (click to toggle)
sqlparse 0.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 948 kB
  • sloc: python: 5,560; sql: 167; makefile: 115; sh: 14
file content (216 lines) | stat: -rw-r--r-- 11,750 bytes parent folder | download
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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<?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="cf3892d2-8a8c-474b-96ba-55fca7a54602" name="Changes" comment="Bump version." />
    <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="Git.Settings">
    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
    <option name="UPDATE_TYPE" value="REBASE" />
  </component>
  <component name="ProjectColorInfo">{
  &quot;associatedIndex&quot;: 6
}</component>
  <component name="ProjectId" id="335L3XK7urVeVWKwnmAESybdHoO" />
  <component name="ProjectViewState">
    <option name="hideEmptyMiddlePackages" value="true" />
    <option name="showExcludedFiles" value="false" />
    <option name="showLibraryContents" value="true" />
  </component>
  <component name="PropertiesComponent">{
  &quot;keyToString&quot;: {
    &quot;ModuleVcsDetector.initialDetectionPerformed&quot;: &quot;true&quot;,
    &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
    &quot;RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252&quot;: &quot;true&quot;,
    &quot;RunOnceActivity.git.unshallow&quot;: &quot;true&quot;,
    &quot;git-widget-placeholder&quot;: &quot;master&quot;,
    &quot;last_opened_file_path&quot;: &quot;/Users/andi/devel/sqlparse&quot;,
    &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
    &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
    &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
    &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
    &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
    &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
  }
}</component>
  <component name="SharedIndexes">
    <attachedChunks>
      <set>
        <option value="bundled-js-predefined-d6986cc7102b-3aa1da707db6-JavaScript-PY-252.27397.106" />
        <option value="bundled-python-sdk-4e2b1448bda8-9a97661f3031-com.jetbrains.pycharm.pro.sharedIndexes.bundled-PY-252.27397.106" />
      </set>
    </attachedChunks>
  </component>
  <component name="TaskManager">
    <task active="true" id="Default" summary="Default task">
      <changelist id="cf3892d2-8a8c-474b-96ba-55fca7a54602" name="Changes" comment="" />
      <created>1758601787641</created>
      <option name="number" value="Default" />
      <option name="presentableId" value="Default" />
      <updated>1758601787641</updated>
      <workItem from="1758601788775" duration="673000" />
      <workItem from="1758602483771" duration="3413000" />
      <workItem from="1758693777615" duration="9000" />
      <workItem from="1760345756585" duration="261000" />
      <workItem from="1760346519308" duration="1297000" />
      <workItem from="1762590766334" duration="6000" />
      <workItem from="1763368049628" duration="1803000" />
      <workItem from="1763447890862" duration="195000" />
      <workItem from="1764091954618" duration="1656000" />
      <workItem from="1764134438999" duration="1427000" />
      <workItem from="1764221942377" duration="4196000" />
      <workItem from="1764273215208" duration="6000" />
      <workItem from="1764276213177" duration="1179000" />
      <workItem from="1764310102289" duration="583000" />
      <workItem from="1764311943695" duration="1380000" />
    </task>
    <task id="LOCAL-00001" summary="Update Makefile and GitHub Actions to use pixi for testing and linting">
      <option name="closed" value="true" />
      <created>1758604547818</created>
      <option name="number" value="00001" />
      <option name="presentableId" value="LOCAL-00001" />
      <option name="project" value="LOCAL" />
      <updated>1758604547818</updated>
    </task>
    <task id="LOCAL-00002" summary="Update python-app.yml to use shortened Python version identifiers and adjust linting conditions">
      <option name="closed" value="true" />
      <created>1758604858688</created>
      <option name="number" value="00002" />
      <option name="presentableId" value="LOCAL-00002" />
      <option name="project" value="LOCAL" />
      <updated>1758604858688</updated>
    </task>
    <task id="LOCAL-00003" summary="Update python-app.yml to use shortened Python version identifiers and adjust linting conditions">
      <option name="closed" value="true" />
      <created>1758604941701</created>
      <option name="number" value="00003" />
      <option name="presentableId" value="LOCAL-00003" />
      <option name="project" value="LOCAL" />
      <updated>1758604941701</updated>
    </task>
    <task id="LOCAL-00004" summary="Add pixi.lock">
      <option name="closed" value="true" />
      <created>1758604966965</created>
      <option name="number" value="00004" />
      <option name="presentableId" value="LOCAL-00004" />
      <option name="project" value="LOCAL" />
      <updated>1758604966965</updated>
    </task>
    <task id="LOCAL-00005" summary="Update sha256 for sqlparse in pixi.lock">
      <option name="closed" value="true" />
      <created>1758605049432</created>
      <option name="number" value="00005" />
      <option name="presentableId" value="LOCAL-00005" />
      <option name="project" value="LOCAL" />
      <updated>1758605049432</updated>
    </task>
    <task id="LOCAL-00006" summary="Add support for Python 3.14 and update related configurations">
      <option name="closed" value="true" />
      <created>1764134950432</created>
      <option name="number" value="00006" />
      <option name="presentableId" value="LOCAL-00006" />
      <option name="project" value="LOCAL" />
      <updated>1764134950432</updated>
    </task>
    <task id="LOCAL-00007" summary="Update pixi.lock">
      <option name="closed" value="true" />
      <created>1764135235764</created>
      <option name="number" value="00007" />
      <option name="presentableId" value="LOCAL-00007" />
      <option name="project" value="LOCAL" />
      <updated>1764135235764</updated>
    </task>
    <task id="LOCAL-00008" summary="docs: update pull request template to include note on AI code reviews">
      <option name="closed" value="true" />
      <created>1764222795885</created>
      <option name="number" value="00008" />
      <option name="presentableId" value="LOCAL-00008" />
      <option name="project" value="LOCAL" />
      <updated>1764222795885</updated>
    </task>
    <task id="LOCAL-00009" summary="docs: add AGENTS.md for project guidance and development commands">
      <option name="closed" value="true" />
      <created>1764223617375</created>
      <option name="number" value="00009" />
      <option name="presentableId" value="LOCAL-00009" />
      <option name="project" value="LOCAL" />
      <updated>1764223617375</updated>
    </task>
    <task id="LOCAL-00010" summary="Add pre-commit hook support (fixes #537)&#10;&#10;- Add .pre-commit-hooks.yaml for hook definition&#10;- Modify CLI to support multiple files with --in-place flag&#10;- Add comprehensive tests for new functionality&#10;- Update documentation in README and docs&#10;&#10;AI helped on this.">
      <option name="closed" value="true" />
      <created>1764231143047</created>
      <option name="number" value="00010" />
      <option name="presentableId" value="LOCAL-00010" />
      <option name="project" value="LOCAL" />
      <updated>1764231143047</updated>
    </task>
    <task id="LOCAL-00011" summary="Fix handling of IF EXISTS statements in BEGIN...END blocks (fixes #812).">
      <option name="closed" value="true" />
      <created>1764276791142</created>
      <option name="number" value="00011" />
      <option name="presentableId" value="LOCAL-00011" />
      <option name="project" value="LOCAL" />
      <updated>1764276791142</updated>
    </task>
    <task id="LOCAL-00012" summary="Fix handling of semicolons inside BEGIN...END blocks (fixes #809).&#10;&#10;Even though the logic in StatementSplitter gets more and more fragile, this approach is a bit simpler than the proposal in #810 as it focusses only on that part.&#10;&#10;AI helped here.">
      <option name="closed" value="true" />
      <created>1764312197106</created>
      <option name="number" value="00012" />
      <option name="presentableId" value="LOCAL-00012" />
      <option name="project" value="LOCAL" />
      <updated>1764312197106</updated>
    </task>
    <task id="LOCAL-00013" summary="Code cleanup.">
      <option name="closed" value="true" />
      <created>1764313031809</created>
      <option name="number" value="00013" />
      <option name="presentableId" value="LOCAL-00013" />
      <option name="project" value="LOCAL" />
      <updated>1764313031809</updated>
    </task>
    <task id="LOCAL-00014" summary="Bump version.">
      <option name="closed" value="true" />
      <created>1764313145284</created>
      <option name="number" value="00014" />
      <option name="presentableId" value="LOCAL-00014" />
      <option name="project" value="LOCAL" />
      <updated>1764313145284</updated>
    </task>
    <option name="localTasksCounter" value="15" />
    <servers />
  </component>
  <component name="TypeScriptGeneratedFilesManager">
    <option name="version" value="3" />
  </component>
  <component name="VcsManagerConfiguration">
    <MESSAGE value="Update Makefile and GitHub Actions to use pixi for testing and linting" />
    <MESSAGE value="Update python-app.yml to use shortened Python version identifiers and adjust linting conditions" />
    <MESSAGE value="Add pixi.lock" />
    <MESSAGE value="Update sha256 for sqlparse in pixi.lock" />
    <MESSAGE value="Add support for Python 3.14 and update related configurations" />
    <MESSAGE value="Update pixi.lock" />
    <MESSAGE value="docs: update pull request template to include note on AI code reviews" />
    <MESSAGE value="docs: add AGENTS.md for project guidance and development commands" />
    <MESSAGE value="Add pre-commit hook support (Issue #537)&#10;&#10;- Add .pre-commit-hooks.yaml for hook definition&#10;- Modify CLI to support multiple files with --in-place flag&#10;- Add comprehensive tests for new functionality&#10;- Update documentation in README and docs&#10;&#10; Generated with [Claude Code](https://claude.com/claude-code)&#10;&#10;Co-Authored-By: Claude &lt;noreply@anthropic.com&gt;" />
    <MESSAGE value="Add pre-commit hook support (fixes #537)&#10;&#10;- Add .pre-commit-hooks.yaml for hook definition&#10;- Modify CLI to support multiple files with --in-place flag&#10;- Add comprehensive tests for new functionality&#10;- Update documentation in README and docs&#10;&#10;AI helped on this." />
    <MESSAGE value="Fix handling of IF EXISTS statements in BEGIN...END blocks (fixes #812)." />
    <MESSAGE value="Fix handling of semicolons inside BEGIN...END blocks (fixes #809).&#10;&#10;Even though the logic in StatementSplitter gets more and more fragile, this approach is a bit simpler than the proposal in #810 as it focusses only on that part.&#10;&#10;AI helped here." />
    <MESSAGE value="Code cleanup." />
    <MESSAGE value="Bump version." />
    <option name="LAST_COMMIT_MESSAGE" value="Bump version." />
  </component>
  <component name="github-copilot-workspace">
    <instructionFileLocations>
      <option value=".github/instructions" />
    </instructionFileLocations>
    <promptFileLocations>
      <option value=".github/prompts" />
    </promptFileLocations>
  </component>
</project>