-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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(tagging): adding tags containing a “:” to dashboards #26324
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #26324 +/- ##
==========================================
- Coverage 69.18% 69.18% -0.01%
==========================================
Files 1945 1945
Lines 75971 75962 -9
Branches 8467 8467
==========================================
- Hits 52559 52551 -8
+ Misses 21225 21224 -1
Partials 2187 2187
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -19,6 +19,7 @@ | |||
import enum | |||
from typing import TYPE_CHECKING | |||
|
|||
from flask import escape |
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.
Nice !
) | ||
|
||
# test that a tag can be added if it has ',' in it | ||
TagDAO.create_custom_tagged_objects( |
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.
nit: can we add few more test with different symbols? like .
, -
, /
, etc.
🏷️ preset:2023.51 |
will add more tests in a new pr |
will add more tests in a separated PR (cherry picked from commit 3391e29)
will add more tests in a separated PR (cherry picked from commit 3391e29)
Looks like this will show private/protected tags that aren't normally shown to users like |
…che#26324)" This reverts commit 3391e29.
…che#26324)" This reverts commit 3391e29.
…che#26324)" This reverts commit 3391e29.
will add more tests in a separated PR (cherry picked from commit 3391e29)
will add more tests in a separated PR
will add more tests in a separated PR
SUMMARY
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION