Skip to content

Commit

Permalink
Merge branch 'main' into krajo/engine-race-experiement
Browse files Browse the repository at this point in the history
# Conflicts:
#	pkg/frontend/querymiddleware/querysharding_test.go
  • Loading branch information
krajorama committed Dec 10, 2024
2 parents f2c576c + 550afd2 commit e4ad3ea
Show file tree
Hide file tree
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.
8 changes: 0 additions & 8 deletions .errcheck-exclude

This file was deleted.

66 changes: 66 additions & 0 deletions .github/ISSUE_TEMPLATE/1-feature-request.yml
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


44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/2-bug-report.yml
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
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/3-documentation-request.yml
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
29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true
15 changes: 0 additions & 15 deletions .github/ISSUE_TEMPLATE/documentation_request.md

This file was deleted.

23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

10 changes: 0 additions & 10 deletions .github/issue_and_pr_commands.json

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/compare-helm-with-jsonnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.6.0
uses: dependabot/fetch-metadata@v2.2.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-weekly-release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: imjasonh/setup-crane@v0.3
- uses: imjasonh/setup-crane@v0.4

- name: Update/regenerate files
id: update
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/issue_and_pr_commands.yml

This file was deleted.

Loading

0 comments on commit e4ad3ea

Please sign in to comment.