feat: Add Flux CD provider for service topology and alert integration#4721
feat: Add Flux CD provider for service topology and alert integration#4721talboren merged 46 commits intokeephq:mainfrom
Conversation
|
@Kunal-Darekar is attempting to deploy a commit to the KeepHQ Team on Vercel. A member of the Team first needs to authorize it. |
|
@talboren Could you please review this Flux CD provider implementation when you have a moment? Thanks! |
The implementation looks good! but there are still failing tests, could you please fix them? I think @Kiryous and @Matvey-Kuk can help you with the test-workflow-examples and test-docs, respectively, if you need help. |
…xCD workflow example
|
Hey @talboren , Thanks for the feedback! I've fixed the failing tests — please have a look when you get a chance. Let me know if anything else needs adjusting. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@Kunal-Darekar looks like it is still failing.. |
981e17f to
80b6252
Compare
|
@Kiryous @Kunal-Darekar is it ready? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4721 +/- ##
===========================================
- Coverage 46.14% 30.77% -15.38%
===========================================
Files 165 93 -72
Lines 17428 11007 -6421
===========================================
- Hits 8043 3387 -4656
+ Misses 9385 7620 -1765 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
🎉 Fantastic work @Kunal-Darekar! Your very first PR to keep has been merged! 🎉🥳 You've just taken your first step into open-source, and we couldn't be happier to have you onboard. 🙌 For any support, feel free to reach out on the community: https://slack.keephq.dev. Happy coding! 👩💻👨💻 |
This PR adds a new provider for Flux CD, similar to the existing ArgoCD provider. Flux CD is a GitOps tool for Kubernetes that provides continuous delivery through automated deployment, monitoring, and management of applications.
Features Implemented
Topology Integration
Alert Integration
Authentication Options
Provider Metadata
Implementation Details
Documentation
Testing
/fixes #4632
/claim #4632