Skip to content

Commit

Permalink
Merge branch 'grafana:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ftrigari authored Jan 8, 2025
2 parents 319b680 + ce6871c commit cdee253
Show file tree
Hide file tree
Showing 2,071 changed files with 102,192 additions and 44,622 deletions.
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


46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/2-bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
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?
description: When sharing the configs, make sure you have redacted any credentials or other sensitive details.
placeholder: Infrastructure (e.g., Kubernetes, bare-metal, laptop), deployment tool (e.g., helm, jsonnet), versions (e.g. Mimir 2.14, Kubernetes 1.30, Helm 3.16).
validations:
required: true

- type: textarea
id: context
attributes:
label: Any additional context to share?
description: If possible, provide the logs that illustrate what the system was doing at the time when the bug occurred.
placeholder: Add any other context or screenshots about the bug report here.
validations:
required: false
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/3-documentation-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@

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?
description: When sharing the configs, make sure you have redacted any credentials or other sensitive details.
placeholder: Infrastructure (e.g., Kubernetes, bare-metal, laptop), deployment tool (e.g., helm, jsonnet), versions (e.g. Mimir 2.14, Kubernetes 1.30, Helm 3.16).
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.

15 changes: 0 additions & 15 deletions .github/workflows/add-to-docs-project.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/allowlist.json

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/compare-helm-with-jsonnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: ${{ needs.goversion.outputs.version }}
- uses: helm/kind-action@v1.10.0
- uses: helm/kind-action@v1.12.0
- name: Download yq
uses: dsaltares/[email protected]
with:
Expand Down
83 changes: 0 additions & 83 deletions .github/workflows/dependabot_reviewer.yml

This file was deleted.

25 changes: 25 additions & 0 deletions .github/workflows/deploy-pr-preview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Deploy pr preview

on:
pull_request:
types:
- opened
- synchronize
- closed
paths:
- "docs/sources/**"

jobs:
deploy-pr-preview:
if: github.repository == 'grafana/mimir'
uses: grafana/writers-toolkit/.github/workflows/deploy-preview.yml@main
with:
sha: ${{ github.event.pull_request.head.sha }}
branch: ${{ github.head_ref }}
event_number: ${{ github.event.number }}
title: ${{ github.event.pull_request.title }}
repo: mimir
source_directory: docs/sources/mimir
website_directory: content/docs/mimir/latest
relative_prefix: /docs/mimir/latest/
index_file: true
Loading

0 comments on commit cdee253

Please sign in to comment.