Commit d97dccd
CCM-14974: Additional failure events in CSV reports (#245)
* CCM-14974: Added 4 new events to the failure report
* CCM-14974: Trivy fix
* CCM-14974: Trivy fix
* CCM-14974: Fix non-null status
* CCM-14974: Update sql
* CCM-14974: Trivy ignore
* CCM-14974: Update test to remove pdm check
* Bump h3 from 1.15.5 to 1.15.8 in /src/eventcatalog
Bumps [h3](https://github.com/h3js/h3) from 1.15.5 to 1.15.8.
- [Release notes](https://github.com/h3js/h3/releases)
- [Changelog](https://github.com/h3js/h3/blob/main/CHANGELOG.md)
- [Commits](h3js/h3@v1.15.5...v1.15.8)
---
updated-dependencies:
- dependency-name: h3
dependency-version: 1.15.8
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* CCM-14974: Update package lock
* CCM-14961: Fix trivy vulnerabilities
* CCM-14974: Readd test and change it to message skipped
* CCM-14974: Added failure reasons to events
* CCM-14974: Fix linting + typecheck
* CCM-14974: Fix linting
* CCM-14974: Fix unit tests
* CCM-14974: Fix sonarcloud
* CCM-14974: Add failure reason and code to component test
* CCM-14974: Dependency updates
* CCM-14974: Remove generate-csv util
* CCM-14974: Update package-lock
* CCM-14974: Add failure codes to PrintLetterTransitioned events in component tests
* CCM-14974: Added failure codes to other failing component test scenarios
* CCM-14974: Expand notify-api-client test
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: simonlabarere <simon.labarere1@nhs.net>
Co-authored-by: Gareth Allan <157592212+gareth-allan@users.noreply.github.com>1 parent 2676deb commit d97dccd
29 files changed
Lines changed: 848 additions & 367 deletions
File tree
- infrastructure/terraform/components/dl
- data
- scripts/sql/reports
- lambdas
- core-notifier-lambda/src
- __tests__
- apis
- app
- domain
- apis
- app
- domain
- move-scanned-files-lambda/src
- __tests__
- apis
- domain
- domain
- pdm-poll-lambda/src
- __tests__/apis
- apis
- pdm-uploader-lambda/src
- __tests__/apis
- apis
- src
- cloudevents/domains/digital-letters/2025-10-draft/data
- eventcatalog
- tests/playwright
- digital-letters-component-tests
- helpers
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 39 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
Lines changed: 29 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
16 | 24 | | |
17 | 25 | | |
18 | 26 | | |
19 | 27 | | |
20 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
21 | 36 | | |
22 | 37 | | |
| 38 | + | |
23 | 39 | | |
24 | 40 | | |
25 | 41 | | |
| |||
31 | 47 | | |
32 | 48 | | |
33 | 49 | | |
| 50 | + | |
34 | 51 | | |
35 | 52 | | |
36 | 53 | | |
37 | 54 | | |
38 | | - | |
| 55 | + | |
39 | 56 | | |
40 | 57 | | |
41 | 58 | | |
42 | 59 | | |
43 | 60 | | |
44 | 61 | | |
45 | 62 | | |
46 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
47 | 66 | | |
48 | | - | |
| 67 | + | |
| 68 | + | |
49 | 69 | | |
50 | 70 | | |
51 | 71 | | |
52 | 72 | | |
53 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
54 | 76 | | |
55 | 77 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| 259 | + | |
259 | 260 | | |
260 | 261 | | |
261 | 262 | | |
262 | 263 | | |
263 | 264 | | |
| 265 | + | |
264 | 266 | | |
265 | 267 | | |
266 | 268 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
216 | 219 | | |
217 | 220 | | |
218 | 221 | | |
| |||
Lines changed: 36 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| 212 | + | |
212 | 213 | | |
213 | 214 | | |
214 | 215 | | |
215 | 216 | | |
216 | 217 | | |
217 | 218 | | |
218 | 219 | | |
| 220 | + | |
219 | 221 | | |
220 | 222 | | |
221 | 223 | | |
| |||
232 | 234 | | |
233 | 235 | | |
234 | 236 | | |
| 237 | + | |
| 238 | + | |
235 | 239 | | |
236 | 240 | | |
237 | 241 | | |
238 | 242 | | |
239 | 243 | | |
240 | 244 | | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
241 | 261 | | |
242 | 262 | | |
| 263 | + | |
243 | 264 | | |
244 | 265 | | |
245 | 266 | | |
246 | 267 | | |
| 268 | + | |
247 | 269 | | |
248 | 270 | | |
249 | 271 | | |
250 | 272 | | |
251 | 273 | | |
252 | 274 | | |
253 | 275 | | |
| 276 | + | |
254 | 277 | | |
255 | 278 | | |
256 | 279 | | |
257 | 280 | | |
| 281 | + | |
258 | 282 | | |
259 | 283 | | |
260 | 284 | | |
261 | 285 | | |
262 | 286 | | |
263 | 287 | | |
264 | 288 | | |
| 289 | + | |
265 | 290 | | |
266 | 291 | | |
267 | 292 | | |
268 | 293 | | |
| 294 | + | |
269 | 295 | | |
270 | 296 | | |
271 | 297 | | |
| |||
275 | 301 | | |
276 | 302 | | |
277 | 303 | | |
| 304 | + | |
278 | 305 | | |
279 | 306 | | |
280 | 307 | | |
281 | 308 | | |
| 309 | + | |
282 | 310 | | |
283 | 311 | | |
284 | 312 | | |
285 | 313 | | |
286 | 314 | | |
287 | 315 | | |
288 | 316 | | |
| 317 | + | |
289 | 318 | | |
290 | 319 | | |
291 | 320 | | |
292 | 321 | | |
| 322 | + | |
293 | 323 | | |
294 | 324 | | |
295 | 325 | | |
296 | 326 | | |
297 | 327 | | |
298 | 328 | | |
299 | 329 | | |
| 330 | + | |
300 | 331 | | |
301 | 332 | | |
302 | 333 | | |
303 | 334 | | |
| 335 | + | |
304 | 336 | | |
305 | 337 | | |
306 | 338 | | |
| |||
310 | 342 | | |
311 | 343 | | |
312 | 344 | | |
| 345 | + | |
313 | 346 | | |
314 | 347 | | |
315 | 348 | | |
316 | 349 | | |
| 350 | + | |
317 | 351 | | |
318 | 352 | | |
319 | 353 | | |
| |||
323 | 357 | | |
324 | 358 | | |
325 | 359 | | |
| 360 | + | |
326 | 361 | | |
327 | 362 | | |
328 | 363 | | |
329 | 364 | | |
| 365 | + | |
330 | 366 | | |
331 | 367 | | |
332 | 368 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
| 104 | + | |
102 | 105 | | |
103 | 106 | | |
104 | 107 | | |
| |||
117 | 120 | | |
118 | 121 | | |
119 | 122 | | |
| 123 | + | |
| 124 | + | |
120 | 125 | | |
121 | 126 | | |
122 | 127 | | |
0 commit comments