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

Mimir query engine: pass enabled feature toggles to engine #8986

Merged
merged 2 commits into from
Aug 13, 2024

Conversation

charleskorn
Copy link
Contributor

@charleskorn charleskorn commented Aug 13, 2024

What this PR does

This PR fixes an issue in #8872.

The enabled feature toggles were not passed to MQE, so it would assume that all feature toggles are disabled.

Which issue(s) this PR fixes or relates to

#8872

Checklist

  • [n/a] Tests updated.
  • [n/a] Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • [n/a] about-versioning.md updated with experimental features.

@charleskorn charleskorn marked this pull request as ready for review August 13, 2024 01:31
@charleskorn charleskorn requested a review from a team as a code owner August 13, 2024 01:31
@charleskorn charleskorn enabled auto-merge (squash) August 13, 2024 01:33
@charleskorn charleskorn merged commit 1dfcdd5 into main Aug 13, 2024
29 checks passed
@charleskorn charleskorn deleted the charleskorn/mqe-feature-toggles branch August 13, 2024 01:44
@grafanabot
Copy link
Contributor

The backport to r303 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new branch
git switch --create backport-8986-to-r303 origin/r303
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 1dfcdd5cfd3e01d43992c2f14071c3a7a44a3a77
# Push it to GitHub
git push --set-upstream origin backport-8986-to-r303
git switch main
# Remove the local backport branch
git branch -D backport-8986-to-r303

Then, create a pull request where the base branch is r303 and the compare/head branch is backport-8986-to-r303.

charleskorn added a commit that referenced this pull request Aug 13, 2024
* Mimir query engine: pass enabled feature toggles to engine

* Add changelog entry

(cherry picked from commit 1dfcdd5)
@charleskorn charleskorn mentioned this pull request Aug 13, 2024
1 task
charleskorn added a commit that referenced this pull request Aug 13, 2024
…8987)

* Mimir query engine: pass enabled feature toggles to engine

* Add changelog entry

(cherry picked from commit 1dfcdd5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants