Skip to content

docs: requirements statistics dashboard#232

Open
PiotrKorkus wants to merge 4 commits intoeclipse-score:mainfrom
qorix-group:piotrkorkus_test_stats
Open

docs: requirements statistics dashboard#232
PiotrKorkus wants to merge 4 commits intoeclipse-score:mainfrom
qorix-group:piotrkorkus_test_stats

Conversation

@PiotrKorkus
Copy link
Contributor

Component requirements traceability visualizations

Bugfix

Important

Use this template only for bugfixes that do not influence topics covered by contribution requests or improvements.

Caution

Make sure to submit your pull-request as Draft until you are ready to have it reviewed by the Committers.

Description

[A short description of the bug being fixed by the contribution.]

Related ticket

Important

Please replace [ISSUE-NUMBER] with the issue-number that tracks this bug fix. If there is no such
ticket yet, create one via this issue template.

closes [ISSUE-NUMBER] (bugfix ticket)

@github-actions
Copy link

github-actions bot commented Jan 27, 2026

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.3.0) and connecting to it...
INFO: Invocation ID: 408819ca-5313-485c-907a-10b29d3639e5
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
WARNING: For repository 'rules_python', the root module requires module version rules_python@1.4.1, but got rules_python@1.8.3 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'rules_rust', the root module requires module version rules_rust@0.61.0, but got rules_rust@0.67.0 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'rules_cc', the root module requires module version rules_cc@0.1.2, but got rules_cc@0.2.8 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 2 packages loaded
Loading: 2 packages loaded
    currently loading: 
Analyzing: target //:license-check (3 packages loaded, 0 targets configured)
Analyzing: target //:license-check (3 packages loaded, 0 targets configured)

Analyzing: target //:license-check (72 packages loaded, 10 targets configured)

Analyzing: target //:license-check (153 packages loaded, 1204 targets configured)

Analyzing: target //:license-check (159 packages loaded, 2867 targets configured)

Analyzing: target //:license-check (162 packages loaded, 7222 targets configured)

Analyzing: target //:license-check (162 packages loaded, 7222 targets configured)

Analyzing: target //:license-check (162 packages loaded, 7222 targets configured)

Analyzing: target //:license-check (167 packages loaded, 9361 targets configured)

Analyzing: target //:license-check (192 packages loaded, 9443 targets configured)
[11 / 17] [Prepa] Expanding template external/score_tooling+/dash/tool/formatters/_dash_format_converter_stage2_bootstrap.py [for tool]
INFO: From Generating Dash formatted dependency file ...:
INFO: Successfully converted 62 packages from Cargo.lock to bazel-out/k8-fastbuild/bin/formatted.txt
Analyzing: target //:license-check (192 packages loaded, 9443 targets configured)
[14 / 17] JavaToolchainCompileClasses external/rules_java+/toolchains/platformclasspath_classes; 1s disk-cache, processwrapper-sandbox
Analyzing: target //:license-check (192 packages loaded, 9443 targets configured)
[15 / 17] JavaToolchainCompileBootClasspath external/rules_java+/toolchains/platformclasspath.jar; 0s disk-cache, processwrapper-sandbox
Analyzing: target //:license-check (192 packages loaded, 9443 targets configured)
[16 / 17] Building license.check.license_check.jar (); 0s disk-cache, multiplex-worker
Analyzing: target //:license-check (193 packages loaded, 9443 targets configured)
[17 / 17] no actions running
Analyzing: target //:license-check (193 packages loaded, 13777 targets configured)
[17 / 17] no actions running
Analyzing: target //:license-check (193 packages loaded, 13777 targets configured)
[17 / 17] no actions running
Analyzing: target //:license-check (193 packages loaded, 13777 targets configured)
[17 / 17] no actions running
Analyzing: target //:license-check (193 packages loaded, 13777 targets configured)
[17 / 17] no actions running
Analyzing: target //:license-check (193 packages loaded, 13777 targets configured)
[17 / 17] no actions running
Analyzing: target //:license-check (193 packages loaded, 13777 targets configured)
[17 / 17] no actions running
INFO: Analyzed target //:license-check (196 packages loaded, 13882 targets configured).
INFO: Found 1 target...
Target //:license.check.license_check up-to-date:
  bazel-bin/license.check.license_check
  bazel-bin/license.check.license_check.jar
INFO: Elapsed time: 37.789s, Critical Path: 4.24s
INFO: 17 processes: 12 internal, 4 processwrapper-sandbox, 1 worker.
INFO: Build completed successfully, 17 total actions
INFO: Running command line: bazel-bin/license.check.license_check ./formatted.txt <args omitted>
usage: org.eclipse.dash.licenses.cli.Main [-batch <int>] [-cd <url>]
       [-confidence <int>] [-ef <url>] [-excludeSources <sources>] [-help] [-lic
       <url>] [-project <shortname>] [-repo <url>] [-review] [-summary <file>]
       [-timeout <seconds>] [-token <token>]

@PiotrKorkus PiotrKorkus force-pushed the piotrkorkus_test_stats branch from 1a5c224 to d3ec34f Compare January 27, 2026 12:36
@github-actions
Copy link

The created documentation from the pull request is available at: docu-html

@PiotrKorkus PiotrKorkus force-pushed the piotrkorkus_test_stats branch 2 times, most recently from 145b67d to e92b654 Compare January 27, 2026 14:28
PandaeDo
PandaeDo previously approved these changes Jan 28, 2026
Copy link
Contributor

@PandaeDo PandaeDo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really like it. I would rephrase one sentence


Failed Tests

*Hint: this table is empty by definition, as PRs with failing tests are not allowed to be merged in persistency repo.*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
*Hint: this table is empty by definition, as PRs with failing tests are not allowed to be merged in persistency repo.*
*Hint: Before a PR can be merged all tests have to be successful.*

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm - we can have xfail for discovered bugs before they are fixed. Im not sure if that is a "successful" test.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just want to avoid that somebody is thinking that you define the table as always empty. Because you wrote that "this table is empty by definition".

Component requirements traceability visualizations
@PiotrKorkus PiotrKorkus force-pushed the piotrkorkus_test_stats branch from 3e52479 to c9ccb34 Compare February 9, 2026 08:31
new docs with reports scan
Refer to `*_v2` needs
- move to pyproject.toml pytest config
@PiotrKorkus PiotrKorkus force-pushed the piotrkorkus_test_stats branch from c9ccb34 to 96cef9c Compare February 9, 2026 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants