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

🎨 Job log streaming: connect endpoint with rabbitMQ #5045

Merged
merged 91 commits into from
Nov 21, 2023

Conversation

bisgaard-itis
Copy link
Contributor

@bisgaard-itis bisgaard-itis commented Nov 17, 2023

What do these changes do?

  • Connect the job logging endpoint with rabbit MQ

Related issue/s

How to test

Dev Checklist

DevOps Checklist

None

Copy link
Member

@sanderegg sanderegg left a comment

Choose a reason for hiding this comment

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

very nice! thanks!

Copy link
Member

@pcrespov pcrespov left a comment

Choose a reason for hiding this comment

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

Great job.

Few suggestions/comments:

  1. the imports in servicelib are definitively wrong. Probably auto imports that got in there. It is not allowed to import services into libraries (the opposite is true)
  2. would separate this in two PRs. one with changes in rabbitmq and then the actual feature (if time permits)

Copy link
Member

@pcrespov pcrespov left a comment

Choose a reason for hiding this comment

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

Go ahead but please promise me a cleanup PR right away!

Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link

codeclimate bot commented Nov 21, 2023

Code Climate has analyzed commit 11cd7a0 and detected 0 issues on this pull request.

View more on Code Climate.

@bisgaard-itis bisgaard-itis enabled auto-merge (squash) November 21, 2023 14:00
@bisgaard-itis bisgaard-itis enabled auto-merge (squash) November 21, 2023 14:03
@bisgaard-itis bisgaard-itis merged commit 56fe30c into ITISFoundation:master Nov 21, 2023
55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:apiserver api-server service
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API Job logs: Enable streaming of logs
4 participants