Migrate Kubernetes Resource Link Provider #4118#4171
Migrate Kubernetes Resource Link Provider #4118#4171datho7561 merged 1 commit intoredhat-developer:mainfrom
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4171 +/- ##
===========================================
+ Coverage 32.37% 43.86% +11.49%
===========================================
Files 85 95 +10
Lines 6505 7691 +1186
Branches 1349 1625 +276
===========================================
+ Hits 2106 3374 +1268
+ Misses 4399 4317 -82 ☔ View full report in Codecov by Sentry. |
aa89f7b to
04f27e1
Compare
|
Kubernetes Resource Link Provider is added:
Screencast.from.2024-06-03.22-01-23.webm
Screencast.from.2024-06-03.22-04-03.webm |
datho7561
left a comment
There was a problem hiding this comment.
Seems to be working well at first glance, but I'll try to take a more thorough glance at it tomorrow.
04f27e1 to
efaab98
Compare
|
@datho7561 I've addressed the first comments - moved |
Plus enjencements: - Respect to Output Format preference - Support JSON file format - Links deduplication (preventing to open multiple files for the same links) when hyperlinking Fixes: redhat-developer#4118 Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
efaab98 to
a3c29b5
Compare
datho7561
left a comment
There was a problem hiding this comment.
Works well. Thanks, Victor!
Plus enjencements:
- Respect to Output Format preference
- Support JSON file format
- Links deduplication (preventing to open multiple files for the same links) when hyperlinking
Fixes: #4118