Commit b751f2f
fix(gitlab): Fix search value and validation order bugs
- Fix search endpoint to return numeric project IDs instead of path_with_namespace
to maintain backward compatibility with existing issue creation/linking flows
- Move status validation before deletion of existing IntegrationExternalProject
records to prevent data loss if validation fails
Co-authored-by: Armen Zambrano G. <armenzg@users.noreply.github.com>1 parent 3f8cf58 commit b751f2f
2 files changed
+10
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
| 356 | + | |
| 357 | + | |
362 | 358 | | |
363 | | - | |
364 | | - | |
365 | 359 | | |
366 | 360 | | |
367 | 361 | | |
| |||
371 | 365 | | |
372 | 366 | | |
373 | 367 | | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
374 | 375 | | |
375 | 376 | | |
376 | 377 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments