-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into fix-safari-dashboard-SecurityError
- Loading branch information
Showing
355 changed files
with
14,905 additions
and
15,733 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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
FROM cypress/browsers:node14.17.0-chrome91-ff89 | ||
FROM cypress/browsers:node16.18.0-chrome90-ff88 | ||
|
||
ENV APP /usr/src/app | ||
WORKDIR $APP | ||
|
||
COPY package.json yarn.lock .yarnrc $APP/ | ||
COPY viz-lib $APP/viz-lib | ||
RUN npm install [email protected].10 -g && yarn --frozen-lockfile --network-concurrency 1 > /dev/null | ||
RUN npm install [email protected].19 -g && yarn --frozen-lockfile --network-concurrency 1 > /dev/null | ||
|
||
COPY . $APP | ||
|
||
|
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 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
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -7,10 +7,10 @@ about: Report reproducible software issues so we can improve | |
We use GitHub only for bug reports 🐛 | ||
Anything else should be posted to https://discuss.redash.io 👫 | ||
Anything else should be a discussion: https://github.com/getredash/redash/discussions/ 👫 | ||
🚨For support, help & questions use https://discuss.redash.io/c/support | ||
💡For feature requests & ideas use https://discuss.redash.io/c/feature-requests | ||
🚨For support, help & questions use https://github.com/getredash/redash/discussions/categories/q-a | ||
💡For feature requests & ideas use https://github.com/getredash/redash/discussions/categories/ideas | ||
**Found a security vulnerability?** Please email [email protected] to report any security vulnerabilities. We will acknowledge receipt of your vulnerability and strive to send you regular updates about our progress. If you're curious about the status of your disclosure please feel free to email us again. If you want to encrypt your disclosure email, you can use this PGP key. | ||
|
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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
--- | ||
name: "\U0001F4A1Anything else" | ||
about: "For help, support, features & ideas - please use https://discuss.redash.io \U0001F46B " | ||
about: "For help, support, features & ideas - please use Discussions \U0001F46B " | ||
labels: "Support Question" | ||
--- | ||
|
||
We use GitHub only for bug reports 🐛 | ||
|
||
Anything else should be posted to https://discuss.redash.io 👫 | ||
Anything else should be a discussion: https://github.com/getredash/redash/discussions/ 👫 | ||
|
||
🚨For support, help & questions use https://discuss.redash.io/c/support | ||
💡For feature requests & ideas use https://discuss.redash.io/c/feature-requests | ||
🚨For support, help & questions use https://github.com/getredash/redash/discussions/categories/q-a | ||
💡For feature requests & ideas use https://github.com/getredash/redash/discussions/categories/ideas | ||
|
||
Alternatively, check out these resources below. Thanks! 😁. | ||
|
||
- [Forum](https://disucss.redash.io) | ||
- [Discussions](https://github.com/getredash/redash/discussions/) | ||
- [Knowledge Base](https://redash.io/help) |
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 |
---|---|---|
@@ -1,15 +1,26 @@ | ||
## What type of PR is this? (check all applicable) | ||
<!-- Please leave only what's applicable --> | ||
## What type of PR is this? | ||
<!-- Check all that apply, delete what doesn't apply. --> | ||
|
||
- [ ] Refactor | ||
- [ ] Feature | ||
- [ ] Bug Fix | ||
- [ ] New Query Runner (Data Source) | ||
- [ ] New Query Runner (Data Source) | ||
- [ ] New Alert Destination | ||
- [ ] Other | ||
|
||
## Description | ||
<!-- In case of adding / modifying a query runner, please specify which version(s) you expect are compatible. --> | ||
|
||
## How is this tested? | ||
|
||
- [ ] Unit tests (pytest, jest) | ||
- [ ] E2E Tests (Cypress) | ||
- [ ] Manually | ||
- [ ] N/A | ||
|
||
<!-- If Manually, please describe. --> | ||
|
||
## Related Tickets & Documents | ||
<!-- If applicable, please include a link to your documentation PR against getredash/website --> | ||
|
||
## Mobile & Desktop Screenshots/Recordings (if there are UI changes) |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.