Skip to content
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

Merged
merged 2 commits into from
Oct 30, 2023

Conversation

rcrowe
Copy link
Contributor

@rcrowe rcrowe commented Oct 30, 2023

What this PR does:

Includes statusMessage from the api/v2/search/tags endpoint.

Which issue(s) this PR fixes:
Fixes #3081

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

@joe-elliott
Copy link
Member

joe-elliott commented Oct 30, 2023

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 <nobby.crowe@gmail.com>
@rcrowe
Copy link
Contributor Author

rcrowe commented Oct 30, 2023

Thanks @joe-elliott
Hopefully, both those things have now been fixed correctly

@joe-elliott
Copy link
Member

joe-elliott commented Oct 30, 2023

One more thing I should have mentioned before! Can you add a bugfix changelog entry? Thanks 🙏

Signed-off-by: Rob Crowe <nobby.crowe@gmail.com>
Copy link
Member

@joe-elliott joe-elliott left a 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!

@joe-elliott joe-elliott merged commit 0deec94 into grafana:main Oct 30, 2023
14 checks passed
@rcrowe rcrowe deleted the fix-3081 branch October 30, 2023 21:18
@joe-elliott joe-elliott added type/bug Something isn't working backport release-v2.3 labels Nov 22, 2023
github-actions bot pushed a commit that referenced this pull request Nov 22, 2023
* Include statusMessage intrinsic attribute in tag search

Signed-off-by: Rob Crowe <nobby.crowe@gmail.com>

* Add bugfix to changelog

Signed-off-by: Rob Crowe <nobby.crowe@gmail.com>

---------

Signed-off-by: Rob Crowe <nobby.crowe@gmail.com>
(cherry picked from commit 0deec94)
joe-elliott pushed a commit that referenced this pull request Nov 27, 2023
* Include statusMessage intrinsic attribute in tag search

Signed-off-by: Rob Crowe <nobby.crowe@gmail.com>

* Add bugfix to changelog

Signed-off-by: Rob Crowe <nobby.crowe@gmail.com>

---------

Signed-off-by: Rob Crowe <nobby.crowe@gmail.com>
(cherry picked from commit 0deec94)

Co-authored-by: Rob Crowe <282571+rcrowe@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport release-v2.3 type/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

statusMessage not included in the list of intrinsic attributes returned by api/v2/search/tags
2 participants