-
Notifications
You must be signed in to change notification settings - Fork 401
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(controllers): add support for notification templates #1775
Conversation
Sure, I'll do that. |
f604c8d
to
0956145
Compare
Wow!!! This is awesome @chenlujjj! We really need this and I was actually thinking about opening an issue to ask if I can contribute it myself. Awesome thanks! |
Any ETA for this nice feature to be released? Many thanks! |
Hi @CarlosLanderas ,I'm waiting for #1770 to be merged, so that I can rewrite this PR on top of it. |
Perfect @chenlujjj , thanks! |
@chenlujjj we just merged #1770 so if you have the time to rebase ontop of that, that'd be great! |
0956145
to
d81aeae
Compare
d81aeae
to
af84b6b
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.
Hi @chenlujjj looks good overall.
I spotted a few places in the Reconcile function where you're doing more than necessary.
Some of the code can be deleted or replaced with a couple of helper functions.
The other comments are mostly minor changes!
I wrote these diffs in the Github UI, there is likely an error in one or more of them
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.
c22bb96
to
87b78e6
Compare
Thank you @Baarsgaard , I've updated the code based on your review suggestions and implementation of grafana folder controller. |
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.
Significantly less comments this time 😄 good work!
4d31b7c
to
e42ad78
Compare
@Baarsgaard Could you please take another review, thank you. |
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.
Hi @chenlujjj sorry for the delay, here's another couple of comments 😅
Additionally, I'm very sorry for the PRs that I open that end up blocking yours 🙇♂️
be3b5ac
to
6b001c4
Compare
@chenlujjj Both #1801 and #1804 were merged, you can now continue, and I will not be opening any more PRs that interfere with this! |
776792e
to
d2b665a
Compare
Thank you @Baarsgaard . |
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.
Sorry for delays in reviews, during the holiday season many of maintainers are absent.
Overall, the code looks good to me, though we still need to make a few adjustments. Aside from the comments I've added, we also need to:
- add an e2e-test for the resource;
- add an example (check
examples
folder).
6bb18fc
to
508ca25
Compare
chore: pass linter
508ca25
to
58c26bd
Compare
Hi @weisdd I've added the e2e-test and example |
Thanks again for the effort @chenlujjj |
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.
@chenlujjj I've pushed a commit to fix the example (typo in kind
and missing instanceSelector
). For the rest, it should be good to be merged. Thanks for the effort!
And thanks to @Baarsgaard for the help with reviews :)
Thank you both! @weisdd @Baarsgaard |
Hi @weisdd Could you tell me about the plan time of the next release ? |
@theSuess any thoughts on when we should cut a release? :) |
@chenlujjj We'll aim for a release this Wednesday |
related issue: #1736
Fixes: #1736