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

Add runtime API for return remote management status #42812

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

HindujaB
Copy link
Contributor

Purpose

$subject

Fixes #42712

Approach

Describe how you are implementing the solutions along with the design details.

Samples

Provide high-level details about the samples related to this feature.

Remarks

List any other known issues, related PRs, TODO items, or any other notes related to the PR.

Check List

  • Read the Contributing Guide
  • Updated Change Log
  • Checked Tooling Support (#)
  • Added necessary tests
    • Unit Tests
    • Spec Conformance Tests
    • Integration Tests
    • Ballerina By Example Tests
  • Increased Test Coverage
  • Added necessary documentation
    • API documentation
    • Module documentation in Module.md files
    • Ballerina By Examples

@HindujaB HindujaB requested a review from gabilang May 28, 2024 07:02
@HindujaB HindujaB added the Team/jBallerina All the issues related to BIR, JVM backend code generation and runtime label May 28, 2024
Copy link

codecov bot commented May 28, 2024

Codecov Report

Attention: Patch coverage is 87.50000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 77.67%. Comparing base (48458c0) to head (751571b).
Report is 152 commits behind head on master.

Files Patch % Lines
.../io/ballerina/runtime/internal/RepositoryImpl.java 0.00% 1 Missing ⚠️
...ompiler/bir/codegen/methodgen/ConfigMethodGen.java 92.30% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #42812      +/-   ##
============================================
+ Coverage     77.66%   77.67%   +0.01%     
+ Complexity    51479    51473       -6     
============================================
  Files          2933     2933              
  Lines        204624   204237     -387     
  Branches      26711    26716       +5     
============================================
- Hits         158915   158650     -265     
+ Misses        37089    36963     -126     
- Partials       8620     8624       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the stale label is removed or commented.

@github-actions github-actions bot added Stale and removed Stale labels Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team/jBallerina All the issues related to BIR, JVM backend code generation and runtime
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Improvement]: Expose remote management build option as runtime API
1 participant