-
Notifications
You must be signed in to change notification settings - Fork 671
feat(api): add support for external status check #3098
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
feat(api): add support for external status check #3098
Conversation
9d96294
to
98f27fe
Compare
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.
Thanks a lot @SachinKSingh28, this looks great already! I think we should maybe do the TODOs in a follow-up PR, as this is already a pretty big diff for reviews.
One thing I'd maybe like to change is align the external_status_checks
wording with upstream gitlab. I know it's not done consistently by them for MR/project level, but just in case to avoid future issues I'd like to change this on the project level. Let me know if you have any questions 🙇
The test failures seem unrelated at the moment, feel free to rebase and I'm sure it'll resolve itself but I'll investigate otherwise.
80096eb
to
8f1c5f0
Compare
I think we're almost good to go here, just need to adapt the doc underlines (see my exact suggestions). I'm not a fan of RST either 😀 |
8f1c5f0
to
5e5460e
Compare
5e5460e
to
0169c45
Compare
Thanks @nejch for adding the task for follow up changes. Will soon create another MR to sort them. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3098 +/- ##
==========================================
+ Coverage 96.77% 96.78% +0.01%
==========================================
Files 96 97 +1
Lines 6293 6319 +26
==========================================
+ Hits 6090 6116 +26
Misses 203 203
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Implements #2632
TODO: