Commit 1d45940
committed
Add componentChecks tool, listing checks in rubric
componentChecks lists the rubric of checks for a given component1 parent a7952a8 commit 1d45940
File tree
4 files changed
+82
-2
lines changed- .changes/unreleased
- src
- cmd
- submodules
4 files changed
+82
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
74 | 94 | | |
75 | 95 | | |
76 | 96 | | |
| |||
417 | 437 | | |
418 | 438 | | |
419 | 439 | | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
420 | 497 | | |
421 | 498 | | |
422 | 499 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
Submodule opslevel-go updated 47 files
- .changes/unreleased/Dependency-20250217-114928.yaml-3
- .changes/unreleased/Dependency-20250324-124723.yaml-3
- .changes/unreleased/Dependency-20250331-113252.yaml-3
- .changes/unreleased/Dependency-20250414-191151.yaml-3
- .changes/unreleased/Dependency-20250522-134249.yaml-3
- .changes/unreleased/Docs-20250514-143029.yaml-3
- .changes/unreleased/Feature-20250327-125544.yaml-3
- .changes/unreleased/Feature-20250502-085309.yaml-3
- .changes/unreleased/Feature-20250514-144247.yaml-3
- .changes/unreleased/Feature-20250514-145109.yaml-3
- .changes/unreleased/Feature-20250514-150622.yaml-3
- .changes/unreleased/Feature-20250515-145437.yaml-3
- .changes/unreleased/Feature-20250522-103636.yaml-3
- .changes/unreleased/Feature-20250522-105617.yaml-3
- .changes/unreleased/Feature-20250528-073538.yaml-3
- .changes/unreleased/Feature-20250606-102556.yaml+3
- .changes/unreleased/Removed-20250606-151154.yaml+3
- .changes/v2025.5.28.md+20
- .github/workflows/tests.yml+7-6
- CHANGELOG.md+21
- actions_test.go+2-2
- cache_test.go+2-2
- check.go+5
- check_test.go+5-5
- clientGQL_test.go+1-1
- connection.go+12
- document_test.go+3-3
- go.mod+4
- go.sum+1
- level_test.go+8-8
- maturity_test.go+2-2
- object.go+43-7
- relationship.go+18
- relationship_test.go+30
- scalar.go+53
- scalar_test.go+134
- service.go+21
- service_test.go+271-27
- system_test.go+2-2
- team_test.go+14-14
- testdata/templates/custom_actions.tpl+1-1
- testdata/templates/levels.tpl+4
- testdata/templates/query/service/get.tpl+3-1
- testdata/templates/query/team/get.tpl+3-2
- testdata/templates/scorecards.tpl+4-4
- user_test.go+8-8
- version.go+1-1
0 commit comments