This repository was archived by the owner on Feb 6, 2026. It is now read-only.
Commit bbd1995
merge: #3494
3494: Annihilate all unsued migrations and queries in the dal (ENG-2435) r=nickgerace a=nickgerace
## Description
This is it. Since merging the new engine onto main, we have kept around migrations and queries to help restore functionality in the system. We're now at a point where we can destroy the bulk of our old migrations and queries. You all served us well.
<img src="https://media1.giphy.com/media/l1Kugz3C30dJmxmUw/giphy.gif"/>
## Additional or Noteworthy Changes
- Move and rename all remaining queries to subdirectories based on which tables they reference
- Remove dead code related to migrations and queries
- Modify func-related and validation-related migrations to work since they are still used a hybrid fashion
- Make `FuncBinding` methods private that can be made private
- Fix "todo" for missing builtin workspace
- Fix "get_diff" integration test final assertion
Co-authored-by: Nick Gerace <nick@systeminit.com>120 files changed
Lines changed: 78 additions & 12321 deletions
File tree
- lib/dal
- src
- func
- installed_pkg
- migrations
- queries
- action_prototype
- component
- func_argument
- func
- installed_pkg
- key_pair
- prop
- schema_variant
- secrets
- status_update
- user
- validation_resolver
- workspace
- tests/integration_test/component
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
145 | 144 | | |
146 | 145 | | |
147 | 146 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | 147 | | |
171 | 148 | | |
172 | 149 | | |
| |||
191 | 168 | | |
192 | 169 | | |
193 | 170 | | |
194 | | - | |
| 171 | + | |
| 172 | + | |
195 | 173 | | |
196 | 174 | | |
197 | 175 | | |
| |||
213 | 191 | | |
214 | 192 | | |
215 | 193 | | |
216 | | - | |
| 194 | + | |
217 | 195 | | |
218 | 196 | | |
219 | 197 | | |
| |||
290 | 268 | | |
291 | 269 | | |
292 | 270 | | |
293 | | - | |
| 271 | + | |
294 | 272 | | |
295 | 273 | | |
296 | 274 | | |
| |||
323 | 301 | | |
324 | 302 | | |
325 | 303 | | |
326 | | - | |
| 304 | + | |
327 | 305 | | |
328 | 306 | | |
329 | 307 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 14 | | |
18 | 15 | | |
19 | 16 | | |
| |||
346 | 343 | | |
347 | 344 | | |
348 | 345 | | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | 346 | | |
367 | 347 | | |
368 | 348 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
| 110 | + | |
130 | 111 | | |
131 | 112 | | |
132 | 113 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments