From 6e836795b28e9fecd05bfc9b2e642f3a429bf248 Mon Sep 17 00:00:00 2001 From: YOSHIDA Katsuhiko Date: Sun, 21 Oct 2018 17:38:11 +0900 Subject: [PATCH] Fix url scheme (#2994) --- .github/ISSUE_TEMPLATE.md | 2 +- CONTRIBUTING.md | 6 +++--- README.md | 2 +- client/app/components/Footer.jsx | 4 ++-- client/app/components/__snapshots__/Footer.test.js.snap | 4 ++-- client/app/pages/dashboards/dashboard-list.html | 2 +- client/app/pages/dashboards/public-dashboard-page.html | 2 +- client/app/pages/queries-list/queries-list.html | 2 +- client/app/visualizations/chart/chart-editor.html | 2 +- client/app/visualizations/map/index.js | 2 +- client/app/visualizations/table/table-editor.html | 2 +- redash/authentication/saml_auth.py | 2 +- redash/query_runner/pg.py | 4 ++-- redash/settings/__init__.py | 2 +- redash/templates/footer.html | 4 ++-- 15 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1f52a6126..7447a7e7c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -8,7 +8,7 @@ # ##################################################################### -**Got an idea for a new feature?** Check if it isn't on the roadmap already: http://bit.ly/redash-roadmap and start a new discussion in the features category: https://discuss.redash.io/c/feature-requests 🌟. +**Got an idea for a new feature?** Check if it isn't on the roadmap already: https://bit.ly/redash-roadmap and start a new discussion in the features category: https://discuss.redash.io/c/feature-requests 🌟. Found a bug? Please fill out the sections below... thank you 👍 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e92c1b4e9..1288782f5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ The following is a set of guidelines for contributing to Redash. These are guide - [Feature Roadmap](https://trello.com/b/b2LUHU7A/redash-roadmap) - [Feature Requests](https://discuss.redash.io/c/feature-requests) - [Documentation](https://redash.io/help/) -- [Blog](http://blog.redash.io/) +- [Blog](https://blog.redash.io/) - [Twitter](https://twitter.com/getredash) --- @@ -67,7 +67,7 @@ The project's documentation can be found at [https://redash.io/help/](https://re ### Release Method -We publish a stable release every ~2 months, although the goal is to get to a stable release every month. You can see the change log on [GitHub releases page](http://github.com/getredash/redash/releases). +We publish a stable release every ~2 months, although the goal is to get to a stable release every month. You can see the change log on [GitHub releases page](https://github.com/getredash/redash/releases). Every build of the master branch updates the latest *RC release*. These releases are usually stable, but might contain regressions and therefore recommended for "advanced users" only. @@ -75,4 +75,4 @@ When we release a new stable release, we also update the *latest* Docker image t ## Code of Conduct -This project adheres to the Contributor Covenant [code of conduct](http://redash.io/community/code_of_conduct). By participating, you are expected to uphold this code. Please report unacceptable behavior to team@redash.io. +This project adheres to the Contributor Covenant [code of conduct](https://redash.io/community/code_of_conduct). By participating, you are expected to uphold this code. Please report unacceptable behavior to team@redash.io. diff --git a/README.md b/README.md index 7f3318ffa..51fc20525 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Today **_Redash_** has support for querying multiple databases, including: Redsh **_Redash_** consists of two parts: -1. **Query Editor**: think of [JS Fiddle](http://jsfiddle.net) for SQL queries. It's your way to share data in the organization in an open way, by sharing both the dataset and the query that generated it. This way everyone can peer review not only the resulting dataset but also the process that generated it. Also it's possible to fork it and generate new datasets and reach new insights. +1. **Query Editor**: think of [JS Fiddle](https://jsfiddle.net) for SQL queries. It's your way to share data in the organization in an open way, by sharing both the dataset and the query that generated it. This way everyone can peer review not only the resulting dataset but also the process that generated it. Also it's possible to fork it and generate new datasets and reach new insights. 2. **Visualizations and Dashboards**: once you have a dataset, you can create different visualizations out of it, and then combine several visualizations into a single dashboard. Currently Redash supports charts, pivot table, cohorts and [more](https://redash.io/help/user-guide/visualizations/visualization-types). diff --git a/client/app/components/Footer.jsx b/client/app/components/Footer.jsx index 5b2907cc6..444106058 100644 --- a/client/app/components/Footer.jsx +++ b/client/app/components/Footer.jsx @@ -18,12 +18,12 @@ export function Footer({ clientConfig, currentUser }) { return ( ); } diff --git a/client/app/components/__snapshots__/Footer.test.js.snap b/client/app/components/__snapshots__/Footer.test.js.snap index 498625cfc..a9b698b3f 100644 --- a/client/app/components/__snapshots__/Footer.test.js.snap +++ b/client/app/components/__snapshots__/Footer.test.js.snap @@ -5,7 +5,7 @@ exports[`Footer renders 1`] = ` id="footer" > Redash @@ -26,7 +26,7 @@ exports[`Footer renders 1`] = ` • Contribute diff --git a/client/app/pages/dashboards/dashboard-list.html b/client/app/pages/dashboards/dashboard-list.html index bffa4c65a..65b35d2aa 100644 --- a/client/app/pages/dashboards/dashboard-list.html +++ b/client/app/pages/dashboards/dashboard-list.html @@ -40,7 +40,7 @@
+ help-link="https://help.redash.io/category/22-dashboards">
- Powered by Redash + Powered by Redash diff --git a/client/app/pages/queries-list/queries-list.html b/client/app/pages/queries-list/queries-list.html index 1ac2dbcc4..833d59ab1 100644 --- a/client/app/pages/queries-list/queries-list.html +++ b/client/app/pages/queries-list/queries-list.html @@ -43,7 +43,7 @@
- +
diff --git a/client/app/visualizations/chart/chart-editor.html b/client/app/visualizations/chart/chart-editor.html index e7133ee95..e5ba6d691 100644 --- a/client/app/visualizations/chart/chart-editor.html +++ b/client/app/visualizations/chart/chart-editor.html @@ -349,7 +349,7 @@