-
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 pull request #3196 from getredash/master
Sync release/6.0.x branch with master
- Loading branch information
Showing
41 changed files
with
353 additions
and
168 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
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.
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 @@ | ||
--- | ||
name: "\U0001F41B Bug report" | ||
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 👫 | ||
🚨For support, help & questions use https://discuss.redash.io/c/support | ||
💡For feature requests & ideas use https://discuss.redash.io/c/feature-requests | ||
**Found a security vulnerability?** Please email security@redash.io 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. | ||
--> | ||
|
||
### Issue Summary | ||
|
||
A summary of the issue and the browser/OS environment in which it occurs. | ||
|
||
### Steps to Reproduce | ||
|
||
1. This is the first step | ||
2. This is the second step, etc. | ||
|
||
Any other info e.g. Why do you consider this to be a bug? What did you expect to happen instead? | ||
|
||
### Technical details: | ||
|
||
* Redash Version: | ||
* Browser/OS: | ||
* How did you install Redash: |
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,17 @@ | ||
--- | ||
name: "\U0001F4A1Anything else" | ||
about: "For help, support, features & ideas - please use https://discuss.redash.io \U0001F46B " | ||
labels: "Support Question" | ||
--- | ||
|
||
We use GitHub only for bug reports 🐛 | ||
|
||
Anything else should be posted to https://discuss.redash.io 👫 | ||
|
||
🚨For support, help & questions use https://discuss.redash.io/c/support | ||
💡For feature requests & ideas use https://discuss.redash.io/c/feature-requests | ||
|
||
Alternatively, check out these resources below. Thanks! 😁. | ||
|
||
- [Forum](https://disucss.redash.io) | ||
- [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
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,10 +1,11 @@ | ||
FROM cypress/browsers:chrome67 | ||
|
||
WORKDIR /usr/src/app | ||
ENV APP /usr/src/app | ||
WORKDIR $APP | ||
|
||
RUN npm install cypress > /dev/null | ||
RUN npm install --no-save cypress @percy/cypress > /dev/null | ||
|
||
COPY cypress /usr/src/app/cypress | ||
COPY cypress.json /usr/src/app/cypress.json | ||
COPY cypress $APP/cypress | ||
COPY cypress.json $APP/cypress.json | ||
|
||
RUN ./node_modules/.bin/cypress verify |
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
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
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
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,3 +1,4 @@ | ||
{ | ||
"baseUrl": "http://localhost:5000" | ||
"baseUrl": "http://localhost:5000", | ||
"video": false | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.