-
Notifications
You must be signed in to change notification settings - Fork 530
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
Include statusMessage intrinsic attribute in tag search #3084
Conversation
Thanks for the PR! It looks like you have a test to fix up and you'll need to sign the CLA in order for us to merge, but these should be easy enough. Feel free to ignore the tempodb test failure. It is just timing out. We need to split it into multiple tests. |
Signed-off-by: Rob Crowe <[email protected]>
Thanks @joe-elliott |
One more thing I should have mentioned before! Can you add a bugfix changelog entry? Thanks 🙏 |
Signed-off-by: Rob Crowe <[email protected]>
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 for the quick bugfix!
* Include statusMessage intrinsic attribute in tag search Signed-off-by: Rob Crowe <[email protected]> * Add bugfix to changelog Signed-off-by: Rob Crowe <[email protected]> --------- Signed-off-by: Rob Crowe <[email protected]> (cherry picked from commit 0deec94)
* Include statusMessage intrinsic attribute in tag search Signed-off-by: Rob Crowe <[email protected]> * Add bugfix to changelog Signed-off-by: Rob Crowe <[email protected]> --------- Signed-off-by: Rob Crowe <[email protected]> (cherry picked from commit 0deec94) Co-authored-by: Rob Crowe <[email protected]>
What this PR does:
Includes
statusMessage
from theapi/v2/search/tags
endpoint.Which issue(s) this PR fixes:
Fixes #3081
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]