-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
fix: showing the notification activation switch properly #5196
fix: showing the notification activation switch properly #5196
Conversation
Hey @louislam, sorry for pinging. I've observed a somewhat strange behavior. You can use "?" as a placeholder for values, but it seems to work sometimes and not at other times. Here, it works without any problems: Here, the question mark doesn't seem to be replaced correctly: And here, it seems that only the first question mark was replaced correctly (which is why I temporarily removed the second one): uptime-kuma/server/uptime-kuma-server.js Lines 239 to 247 in dda4061
https://github.com/julian-piehl/uptime-kuma/blob/aa056bf3085950ebfa249f34a265bb09931d35f7/server/uptime-kuma-server.js#L243-L249 Is this currently a bug in RedBean, or am I misunderstanding how to use these placeholders? |
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,
I think in #5196 (comment), your testing might have been a bit flawed. I have noted a solution for the underlying problem with the library below
I’m sorry, but I don’t quite understand what you mean by ‘how we have always handled this.’ When I added the groups feature last year, pausing a group instantly showed the children as paused as well. I've reviewed commits #5025 and the one prior, and I can confirm that the bug indeed originated from #5025. |
@louislam I don't recommend shifting the milestone from 2.0.0 to 2.1.0, as the current interface is quite buggy in its current state.
|
Yes, but they are not paused. They were just displayed as such. Please shift changing the display to the PR where they are getting paused. |
This reverts commit d336d09.
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.
Before, the tags weren't visible at all, but it seems I overlooked this tag sync issue 😅. |
it looks like the notification broken for Slack 2024-10-16T17:53:24+05:30 [MONITOR] ERROR: Cannot send notification to Superman |
https://github.com/louislam/uptime-kuma/blob/master/CONTRIBUTING.md#can-i-create-a-pull-request-for-uptime-kuma
Tick the checkbox if you understand [x]:
Description
Resolves #5206
Last week there where some performance optimizations (#5025). I noticed some things being a bit buggy afterwards, so I looked into it.
Type of change
Please delete any options that are not relevant.
Checklist
Screenshots (if any)
Please do not use any external image service. Instead, just paste in or drag and drop the image here, and it will be uploaded automatically.