Commit 2294535
committed
Add support for retrieving previous dev_mode from state
- Introduced `_get_prev_dev_mode_from_state` method to read the development mode from the raw state.json, ensuring compatibility with engine versions.
- Updated `_configure` method to utilize the new method for determining previous dev_mode status.
- Enhanced pipeline state migration to include dev_mode and initial working directory in the local state for engine version upgrades.1 parent 81f0653 commit 2294535
2 files changed
+18
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1235 | 1235 | | |
1236 | 1236 | | |
1237 | 1237 | | |
| 1238 | + | |
| 1239 | + | |
| 1240 | + | |
| 1241 | + | |
| 1242 | + | |
| 1243 | + | |
| 1244 | + | |
| 1245 | + | |
| 1246 | + | |
| 1247 | + | |
| 1248 | + | |
| 1249 | + | |
| 1250 | + | |
1238 | 1251 | | |
1239 | 1252 | | |
1240 | 1253 | | |
| |||
1258 | 1271 | | |
1259 | 1272 | | |
1260 | 1273 | | |
1261 | | - | |
| 1274 | + | |
1262 | 1275 | | |
1263 | 1276 | | |
1264 | 1277 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
0 commit comments