Commit 567b1ec
committed
fix(aiRunFilterService): enhance date validation in AI filter response
- Improved date handling in the AIRunFilterService to ensure that invalid date formats do not silently pass through.
- Added error logging for invalid date inputs and updated the response structure to reflect success or failure based on date validation.
- Adjusted the test timeout for runsReplicationService to improve reliability in long-running tests.1 parent 318a178 commit 567b1ec
2 files changed
Lines changed: 27 additions & 6 deletions
File tree
- apps/webapp
- app/v3/services
- test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
271 | 294 | | |
272 | 295 | | |
273 | 296 | | |
274 | 297 | | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
| 298 | + | |
| 299 | + | |
279 | 300 | | |
280 | 301 | | |
281 | 302 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
513 | 513 | | |
514 | 514 | | |
515 | 515 | | |
| 516 | + | |
516 | 517 | | |
517 | 518 | | |
518 | 519 | | |
| |||
614 | 615 | | |
615 | 616 | | |
616 | 617 | | |
617 | | - | |
618 | | - | |
| 618 | + | |
619 | 619 | | |
620 | 620 | | |
621 | 621 | | |
| |||
0 commit comments