Skip to content

feat: enable retrieval of service logs (via API)#1515

Merged
RobPasMue merged 8 commits intomainfrom
feat/retrieve-service-logs
Oct 31, 2024
Merged

feat: enable retrieval of service logs (via API)#1515
RobPasMue merged 8 commits intomainfrom
feat/retrieve-service-logs

Conversation

@RobPasMue
Copy link
Member

@RobPasMue RobPasMue commented Oct 28, 2024

Description

Allows for the retrieval of the service logs when requested (programatically)

Issue linked

Closes #1514

Checklist

  • I have tested my changes locally.
  • I have added necessary documentation or updated existing documentation.
  • I have followed the coding style guidelines of this project.
  • I have added appropriate unit tests.
  • I have reviewed my changes before submitting this pull request.
  • I have linked the issue or issues that are solved to the PR if any.
  • I have assigned this PR to myself.
  • I have added the minimum version decorator to any new backend method implemented.
  • I have made sure that the title of my PR follows Conventional commits style (e.g. feat: extrude circle to cylinder)

@RobPasMue RobPasMue self-assigned this Oct 28, 2024
@RobPasMue RobPasMue requested a review from a team as a code owner October 28, 2024 10:15
@RobPasMue
Copy link
Member Author

Seems like the API existed but it is not working properly...

@github-actions github-actions bot added the enhancement New features or code improvements label Oct 28, 2024
@codecov
Copy link

codecov bot commented Oct 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.69%. Comparing base (07b3f54) to head (aeb289f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1515      +/-   ##
==========================================
+ Coverage   91.66%   91.69%   +0.02%     
==========================================
  Files          86       86              
  Lines        7018     7043      +25     
==========================================
+ Hits         6433     6458      +25     
  Misses        585      585              

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

Copy link
Contributor

@b-matteo b-matteo left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks @RobPasMue for wrapping this up

@RobPasMue RobPasMue merged commit 8854616 into main Oct 31, 2024
@RobPasMue RobPasMue deleted the feat/retrieve-service-logs branch October 31, 2024 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New features or code improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement API to extract server logs easily from GRPCClient/Modeler

3 participants