Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tooling: integrate header service #793

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mmr1909
Copy link
Contributor

@mmr1909 mmr1909 commented Mar 25, 2025

Add service to automatically fill out review and approval information in the header of an approval record.

Fixes #788

Copy link

github-actions bot commented Mar 25, 2025

License Check Results

🚀 The license check preparation job ran successfully.

Status: ⚠️ Needs Review

Click to expand output
2025/03/25 17:46:03 Downloading https://releases.bazel.build/7.4.0/release/bazel-7.4.0-linux-x86_64...
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
    currently loading: docs
Loading: 0 packages loaded
    currently loading: docs
DEBUG: /home/runner/work/score/score/docs/_tooling/extensions/score_source_code_linker/collect_source_files.bzl:150:10: DEPRECATED: Use `parse_source_files_for_needs_links` instead.
Analyzing: target //docs:license.check.python (1 packages loaded, 0 targets configured)
Analyzing: target //docs:license.check.python (1 packages loaded, 0 targets configured)

Analyzing: target //docs:license.check.python (94 packages loaded, 10 targets configured)

Analyzing: target //docs:license.check.python (99 packages loaded, 10 targets configured)

Analyzing: target //docs:license.check.python (132 packages loaded, 1600 targets configured)

Analyzing: target //docs:license.check.python (143 packages loaded, 2276 targets configured)

Analyzing: target //docs:license.check.python (144 packages loaded, 2465 targets configured)

Analyzing: target //docs:license.check.python (147 packages loaded, 4487 targets configured)

Analyzing: target //docs:license.check.python (148 packages loaded, 4611 targets configured)

INFO: Analyzed target //docs:license.check.python (149 packages loaded, 4736 targets configured).
[5 / 13] Creating runfiles tree bazel-out/k8-opt-exec-ST-d57f47055a04/bin/tools/dash/formatters/dash_format_converter.runfiles [for tool]; 0s local
[9 / 13] JavaToolchainCompileClasses external/rules_java~/toolchains/platformclasspath_classes; 0s processwrapper-sandbox ... (2 actions running)
[11 / 13] JavaToolchainCompileBootClasspath external/rules_java~/toolchains/platformclasspath.jar; 0s processwrapper-sandbox
INFO: Found 1 target...
Target //docs:license.check.python up-to-date:
  bazel-bin/docs/license.check.python
  bazel-bin/docs/license.check.python.jar
INFO: Elapsed time: 21.709s, Critical Path: 2.31s
INFO: 13 processes: 9 internal, 3 processwrapper-sandbox, 1 worker.
INFO: Build completed successfully, 13 total actions
INFO: Running command line: bazel-bin/docs/license.check.python docs/formatted.txt -review -project automotive.score -repo https://github.com/eclipse-score/score -token otyhZ4eaRYK1tKLNNF-Y
[main] INFO Querying Eclipse Foundation for license data for 76 items.
[main] INFO Found 49 items.
[main] INFO Querying ClearlyDefined for license data for 28 items.
[main] INFO Found 28 items.
[main] INFO License information could not be automatically verified for the following content:
[main] INFO 
[main] INFO pypi/pypi/-/deprecated/1.2.18
[main] INFO pypi/pypi/-/docutils/0.21.2
[main] INFO pypi/pypi/-/pygithub/2.6.1
[main] INFO pypi/pypi/-/wrapt/1.17.2
[main] INFO 
[main] INFO This content is either not correctly mapped by the system, or requires review.
[main] INFO A review is required for pypi/pypi/-/pygithub/2.6.1.
[main] INFO A review request already exists https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/20309 .
[main] INFO A review is required for pypi/pypi/-/deprecated/1.2.18.
[main] INFO A review request was created https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/20312 .
[main] INFO A review is required for pypi/pypi/-/wrapt/1.17.2.
[main] INFO A review request already exists https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/20311 .
[main] INFO A review is required for pypi/pypi/-/docutils/0.21.2.
[main] INFO A review request already exists https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/19880 .

Copy link

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

@mmr1909 mmr1909 force-pushed the mmr1909_integrate_header_service branch from 78d061b to d6a1896 Compare March 25, 2025 17:24
Modify header service to support new structure
@mmr1909 mmr1909 force-pushed the mmr1909_integrate_header_service branch from d6a1896 to 4be3ec6 Compare March 25, 2025 17:45
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.

Header-service implementation
1 participant