-
Notifications
You must be signed in to change notification settings - Fork 543
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into krajo/engine-race-experiement
# Conflicts: # pkg/frontend/querymiddleware/querysharding_test.go
- Loading branch information
Showing
4,909 changed files
with
566,304 additions
and
144,073 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
name: Feature request | ||
description: Submit a new idea | ||
title: "Idea: " | ||
labels: ["enhancement"] | ||
body: | ||
- type: textarea | ||
id: what | ||
attributes: | ||
label: What is the problem you are trying to solve? | ||
placeholder: A clear and concise description of what the problem is. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: how | ||
attributes: | ||
label: Which solution do you envision (roughly)? | ||
placeholder: Once the work is started, a design doc would be great! | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Have you considered any alternatives? | ||
placeholder: A clear and concise description of any alternative solutions or features you've considered. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Any additional context to share? | ||
placeholder: Add any other context or screenshots about the feature request here. | ||
validations: | ||
required: false | ||
|
||
- type: dropdown | ||
id: size | ||
attributes: | ||
label: How long do you think this would take to be developed? | ||
options: | ||
- Small (<= 1 month dev) | ||
- Medium (~2 months dev) | ||
- Large (~3 months dev) | ||
- X-Large (>4 dev) | ||
- Not sure | ||
default: 4 | ||
|
||
- type: input | ||
id: docs | ||
attributes: | ||
label: What are the documentation dependencies? | ||
placeholder: Any docs to update? | ||
validations: | ||
required: false | ||
|
||
- type: input | ||
id: proposer | ||
attributes: | ||
label: Proposer? | ||
placeholder: Who proposed this if not you, the author of the issue? | ||
validations: | ||
required: false | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: Bug report | ||
description: Report a bug | ||
title: "Bug: " | ||
labels: ["bug"] | ||
body: | ||
- type: textarea | ||
id: what | ||
attributes: | ||
label: What is the bug? | ||
placeholder: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: how | ||
attributes: | ||
label: How to reproduce it? | ||
placeholder: Steps to reproduce the behavior. 1. Start Mimir (SHA or version) 2. Perform operations (Read/Write/Others)... | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expectations | ||
attributes: | ||
label: What did you think would happen? | ||
placeholder: A clear and concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: environment | ||
attributes: | ||
label: What was your environment? | ||
placeholder: Infrastructure (e.g., Kubernetes, bare-metal, laptop), deployment tool (e.g., helm, jsonnet) | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Any additional context to share? | ||
placeholder: Add any other context or screenshots about the feature request here. | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
|
||
name: Documentation request | ||
description: Ask for documentation to be added, changed, or removed | ||
title: "Docs: " | ||
labels: ["type/docs"] | ||
body: | ||
- type: textarea | ||
id: what | ||
attributes: | ||
label: Is your documentation request related to a feature? If so, which one? | ||
placeholder: A clear and concise description of the feature that you were trying to use, and what you were trying to achieve. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: What is the solution that you would like or the expected outcome? | ||
placeholder: A clear and concise description of the documentation that you want to add, change, or remove. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expectations | ||
attributes: | ||
label: What did you think would happen? | ||
placeholder: A clear and concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: environment | ||
attributes: | ||
label: What was your environment? | ||
placeholder: Infrastructure (e.g., Kubernetes, bare-metal, laptop), deployment tool (e.g., helm, jsonnet) | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Any additional context to share? | ||
placeholder: Add any other context or screenshots about the feature request here. | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: true |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,25 +45,25 @@ jobs: | |
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: ${{ needs.goversion.outputs.version }} | ||
- uses: helm/kind-action@v1.9.0 | ||
- uses: helm/kind-action@v1.10.0 | ||
- name: Download yq | ||
uses: dsaltares/[email protected].1 | ||
uses: dsaltares/[email protected].2 | ||
with: | ||
repo: 'mikefarah/yq' | ||
version: 'tags/v4.30.6' | ||
file: 'yq_linux_amd64' | ||
target: 'bin/yq' | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Download tk | ||
uses: dsaltares/[email protected].1 | ||
uses: dsaltares/[email protected].2 | ||
with: | ||
repo: 'grafana/tanka' | ||
version: 'tags/v0.22.1' | ||
file: 'tk-linux-amd64' | ||
target: 'bin/tk' | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Download jb | ||
uses: dsaltares/[email protected].1 | ||
uses: dsaltares/[email protected].2 | ||
with: | ||
repo: 'jsonnet-bundler/jsonnet-bundler' | ||
version: 'tags/v0.5.1' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.