-
Notifications
You must be signed in to change notification settings - Fork 18
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
Adding rules static content pulling from content-service #27
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks pretty good!
github.com/RedHatInsights/insights-operator-utils v1.0.1 h1:uxMsNAMGfhb1ABRXITSHAUnDypceI7eRfLvrwCpq+A4= | ||
github.com/RedHatInsights/insights-operator-utils v1.0.1/go.mod h1:gRzYBMY4csuOXgrxUuC10WUkz6STOm3mqVsQCb+AGOQ= | ||
github.com/RedHatInsights/insights-results-aggregator v0.0.0-20200522085341-3cf0c4554206/go.mod h1:7Pc15NYXErx7BMJ4rF1Hacm+29G6atzjhwBpXNFMt+0= | ||
github.com/RedHatInsights/insights-results-aggregator v0.0.0-20200527194606-78d5e04acbc1 h1:H5KIqvvrrOugAI03zmfTv0I3psuUSuDnsIciU1S38r4= | ||
github.com/RedHatInsights/insights-results-aggregator v0.0.0-20200527194606-78d5e04acbc1/go.mod h1:7Pc15NYXErx7BMJ4rF1Hacm+29G6atzjhwBpXNFMt+0= | ||
github.com/RedHatInsights/insights-results-aggregator v0.0.0-20200604090056-3534f6dd9c1c h1:/kb5AwNxizPf+0R4OWWRvWbLqAwf07Bu97R4WVHk2Uw= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's strange
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Usually if you delete this file, it is reconstructed on the next build.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will try. I removed with sed
lines referring to insights-content-service
because it uses and previous version and gob
didn't work very well. I will check
Codecov Report
@@ Coverage Diff @@
## master #27 +/- ##
==========================================
+ Coverage 21.07% 21.62% +0.54%
==========================================
Files 9 9
Lines 541 555 +14
==========================================
+ Hits 114 120 +6
- Misses 413 420 +7
- Partials 14 15 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Provides the mechanism to get the static content for all the rules from the content-service
Fixes #7
Type of change
Testing steps
Regular CI