Skip to content

Introducing report_running() API & Cleanup lifecycle_client target#239

Merged
NicolasFussberger merged 27 commits into
eclipse-score:mainfrom
etas-contrib:feature/replace_lifecycle_client_with_report_running_step_1
Jun 18, 2026
Merged

Introducing report_running() API & Cleanup lifecycle_client target#239
NicolasFussberger merged 27 commits into
eclipse-score:mainfrom
etas-contrib:feature/replace_lifecycle_client_with_report_running_step_1

Conversation

@TimoSteuerwaldETAS

@TimoSteuerwaldETAS TimoSteuerwaldETAS commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Introduces a low-level void report_running() function so applications can report a Running state without requiring usage of the full mw::Lifecycle API.
This was decided in one of the weekly lifecycle meetings and documented in ticket #140

This PR introduces the API.
Follow-up PR will then remove the existing LifecycleClient class from public visibility.

Public targets for using the lifecycle client API:

Implementation Targets:
//score/launch_manager:lifecycle_cc
//score/launch_manager:lifecycle_rust

Mock Targets:
//score/launch_manager:applicationcontext_mock_cc
//score/launch_manager:lifecycle_mock_cc
//score/launch_manager:report_running_mock_cc

Realates To: #140

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run --lockfile_mode=error //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.4.2) and connecting to it...
INFO: Invocation ID: cbb53faf-0db5-416f-97bf-ddcc4fc54fed
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Analyzing: target //:license-check (1 packages loaded)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)

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

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

Analyzing: target //:license-check (138 packages loaded, 2720 targets configured)

Analyzing: target //:license-check (150 packages loaded, 5404 targets configured)

Analyzing: target //:license-check (155 packages loaded, 5453 targets configured)

Analyzing: target //:license-check (157 packages loaded, 6581 targets configured)

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

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

INFO: Analyzed target //:license-check (163 packages loaded, 10268 targets configured).
[12 / 16] JavaToolchainCompileClasses external/rules_java+/toolchains/platformclasspath_classes; 0s disk-cache, processwrapper-sandbox ... (2 actions running)
[14 / 16] JavaToolchainCompileBootClasspath external/rules_java+/toolchains/platformclasspath.jar; 0s disk-cache, processwrapper-sandbox
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: 21.095s, Critical Path: 2.17s
INFO: 16 processes: 12 internal, 3 processwrapper-sandbox, 1 worker.
INFO: Build completed successfully, 16 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>]

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

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

Comment thread score/launch_manager/lifecycle_client/src/report_running.cpp Outdated
Comment thread score/launch_manager/lifecycle_client/BUILD Outdated
Comment thread score/launch_manager/lifecycle_client/src/report_running.cpp Outdated
Comment thread score/launch_manager/lifecycle_client/src/report_running.cpp Outdated
Comment thread score/launch_manager/lifecycle_client/BUILD Outdated
Comment thread score/launch_manager/lifecycle_client/BUILD Outdated
@TimoSteuerwaldETAS TimoSteuerwaldETAS force-pushed the feature/replace_lifecycle_client_with_report_running_step_1 branch from 250bb36 to 9a9be83 Compare June 10, 2026 06:37
Comment thread score/launch_manager/lifecycle_client/BUILD Outdated
Comment thread score/launch_manager/lifecycle_client/BUILD Outdated
Comment thread score/launch_manager/lifecycle_client/BUILD Outdated
@TimoSteuerwaldETAS TimoSteuerwaldETAS force-pushed the feature/replace_lifecycle_client_with_report_running_step_1 branch from af04106 to dddfcd2 Compare June 17, 2026 14:16
@S-MOHAMD

Copy link
Copy Markdown
Contributor

@NicolasFussberger

Copy link
Copy Markdown
Contributor

@NicolasFussberger NicolasFussberger merged commit 0b3e018 into eclipse-score:main Jun 18, 2026
20 of 22 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in LCM - Lifecycle & Health FT Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants