Commit 289eec0
fix: address reviewer feedback — null config, auto-expand, dedup helper
P1: enabled_model_count crashed with AttributeError when a model in
model_configs had a null/non-dict value. Added isinstance(m_cfg,
dict) guard before calling .get().
P2: FAILURE rows no longer auto-expanded after the earlier "collapse
by default" change. Restored auto-expand for FAILURE rows only,
keyed on backUpData (fresh loads) so filter changes don't reset
user-expanded rows.
P2: Replaced the local formatRelativeTime in no-code-model.jsx with
the shared getRelativeTime from common/helpers.js which already
handles both past and future dates.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 9dc905b commit 289eec0
3 files changed
Lines changed: 9 additions & 19 deletions
File tree
- backend/backend/core/scheduler
- frontend/src/ide
- editor/no-code-model
- run-history
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
778 | 778 | | |
779 | 779 | | |
780 | 780 | | |
781 | | - | |
| 781 | + | |
782 | 782 | | |
783 | 783 | | |
784 | 784 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
258 | 259 | | |
259 | 260 | | |
260 | 261 | | |
261 | | - | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
1672 | 1672 | | |
1673 | 1673 | | |
1674 | 1674 | | |
1675 | | - | |
1676 | | - | |
1677 | | - | |
1678 | | - | |
1679 | | - | |
1680 | | - | |
1681 | | - | |
1682 | | - | |
1683 | | - | |
1684 | | - | |
1685 | | - | |
1686 | | - | |
1687 | | - | |
1688 | 1675 | | |
1689 | 1676 | | |
1690 | 1677 | | |
| |||
1757 | 1744 | | |
1758 | 1745 | | |
1759 | 1746 | | |
1760 | | - | |
| 1747 | + | |
1761 | 1748 | | |
1762 | 1749 | | |
1763 | 1750 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | | - | |
197 | | - | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
198 | 201 | | |
199 | 202 | | |
200 | 203 | | |
| |||
0 commit comments