Commit fd3fbc3
Dry-run the legacy-filename re-standardization on prod (#1390)
Run entrypoint step 4.10b (restandardize_artifact_filenames) with --dry-run so
it logs exactly which historical talk/poster/publication files it WOULD rename,
without touching disk or the DB. This lets us review the prod rename set in
debug.log before performing the rename for real.
The per-row "[dry-run] Would re-standardize ..." line is elevated from DEBUG to
INFO so it is captured on prod, where the file log handler runs at INFO when
DEBUG is off (otherwise we'd only get the summary counts, not the file list).
Bump to 2.25.1. No files are renamed in this release.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 7dde3f0 commit fd3fbc3
3 files changed
Lines changed: 11 additions & 4 deletions
File tree
- makeabilitylab
- website/management/commands
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
170 | 173 | | |
171 | 174 | | |
172 | 175 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
| 89 | + | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
124 | 128 | | |
125 | 129 | | |
126 | 130 | | |
| |||
0 commit comments