forked from grafana/clickhouse-datasource
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add github templates (grafana#280)
- Loading branch information
1 parent
3216dc6
commit 84c8b6c
Showing
12 changed files
with
159 additions
and
70 deletions.
There are no files selected for viewing
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,14 @@ | ||
# Lines starting with '#' are comments. | ||
# Each line is a file pattern followed by one or more owners. | ||
|
||
# More details are here: https://help.github.com/articles/about-codeowners/ | ||
|
||
# The '*' pattern is global owners. | ||
|
||
# Order is important. The last matching pattern has the most precedence. | ||
# The folders are ordered as follows: | ||
|
||
# In each subsection folders are ordered first by depth, then alphabetically. | ||
# This should make it easy to add new rules without breaking existing ones. | ||
|
||
* @grafana/partner-plugins |
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: Bug report | ||
about: Report a bug you found when using this plugin | ||
labels: ['datasource/ClickHouse', 'type/bug'] | ||
--- | ||
|
||
<!-- | ||
Please use this template to create your bug report. By providing as much info as possible you help us understand the issue, reproduce it and resolve it for you quicker. Therefore, take a couple of extra minutes to make sure you have provided all info needed. | ||
PROTIP: record your screen and attach it as a gif to showcase the issue. | ||
- Use query inspector to troubleshoot issues: https://bit.ly/2XNF6YS | ||
- How to record and attach gif: https://bit.ly/2Mi8T6K | ||
--> | ||
|
||
**What happened**: | ||
|
||
**What you expected to happen**: | ||
|
||
**How to reproduce it (as minimally and precisely as possible)**: | ||
|
||
<!-- | ||
Example: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
--> | ||
|
||
**Screenshots** | ||
|
||
<!-- | ||
If applicable, add screenshots to help explain your problem. | ||
--> | ||
|
||
**Anything else we need to know?**: | ||
|
||
**Environment**: | ||
|
||
- Grafana version: | ||
- Plugin version: | ||
- OS Grafana is installed on: | ||
- User OS & Browser: | ||
- Others: |
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,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Feature Request | ||
url: https://github.com/grafana/clickhouse-datasource/discussions/new | ||
about: Discuss ideas for new features or changes | ||
- name: Questions & Help | ||
url: https://community.grafana.com | ||
about: Please ask and answer questions here |
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,34 @@ | ||
[ | ||
{ | ||
"type": "label", | ||
"name": "datasource/ClickHouse", | ||
"action": "addToProject", | ||
"addToProject": { | ||
"url": "https://github.com/orgs/grafana/projects/190" | ||
} | ||
}, | ||
{ | ||
"type": "label", | ||
"name": "datasource/ClickHouse", | ||
"action": "removeFromProject", | ||
"addToProject": { | ||
"url": "https://github.com/orgs/grafana/projects/190" | ||
} | ||
}, | ||
{ | ||
"type": "label", | ||
"name": "type/docs", | ||
"action": "addToProject", | ||
"addToProject": { | ||
"url": "https://github.com/orgs/grafana/projects/69" | ||
} | ||
}, | ||
{ | ||
"type": "label", | ||
"name": "type/docs", | ||
"action": "removeFromProject", | ||
"addToProject": { | ||
"url": "https://github.com/orgs/grafana/projects/69" | ||
} | ||
} | ||
] |
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,4 @@ | ||
<!-- To surface this PR in the changelog add the label: changelog --> | ||
<!-- If this PR is going in the changelog please make sure the title of the PR explains the feature in a user-centric way: --> | ||
<!-- Bad: fix state bug in hooks --> | ||
<!-- Good: Fix crash when switching from Query Builder --> |
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,9 @@ | ||
changelog: | ||
categories: | ||
- title: Copy the following lines for the CHANGELOG | ||
labels: | ||
- changelog | ||
- title: Hidden | ||
exclude: | ||
labels: | ||
- '*' |
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,23 @@ | ||
name: Compatibility check | ||
on: [push, pull_request] | ||
|
||
jobs: | ||
compatibilitycheck: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: '16' | ||
- name: Install dependencies | ||
run: yarn install | ||
- name: Build plugin | ||
run: yarn build | ||
- name: Compatibility check | ||
uses: grafana/plugin-actions/is-compatible@v1 | ||
with: | ||
module: './src/module.ts' | ||
comment-pr: 'yes' | ||
skip-comment-if-compatible: 'yes' | ||
fail-if-incompatible: 'no' | ||
targets: '@grafana/data,@grafana/ui,@grafana/runtime,@grafana/e2e-selectors' |
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,21 @@ | ||
name: Run commands when issues are labeled | ||
on: | ||
issues: | ||
types: [labeled] | ||
jobs: | ||
main: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Actions | ||
uses: actions/checkout@v2 | ||
with: | ||
repository: "grafana/grafana-github-actions" | ||
path: ./actions | ||
ref: main | ||
- name: Install Actions | ||
run: npm install --production --prefix ./actions | ||
- name: Run Commands | ||
uses: ./actions/commands | ||
with: | ||
token: ${{secrets.GH_BOT_ACCESS_TOKEN}} | ||
configPath: issue_commands |
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