Commit Graph

5555 Commits

Author SHA1 Message Date
Arik Fraimovich
6ce522a863
Update CONTRIBUTING.md 2018-07-01 12:32:46 +03:00
Arik Fraimovich
50b9e99f90
Add references to Airbnb's styleguides in contribution guide. 2018-06-29 21:39:58 +03:00
Arik Fraimovich
75df88a8ff
Merge pull request #2632 from mozilla/react-eslint
react rules for eslint
2018-06-28 16:32:57 +03:00
Allen Short
b712253276 react rules for eslint 2018-06-28 01:56:57 -05:00
Arik Fraimovich
71531c9910
Merge pull request #2635 from ariarijp/add-tests-for-query-results
Add tests for Query Results
2018-06-28 09:55:25 +03:00
ariarijp
8a4eab1c93 Add tests for Query Results 2018-06-28 15:37:11 +09:00
Arik Fraimovich
fa6e2cc264
Merge pull request #2546 from washort/upstream-react
Configuration for incorporating React components
2018-06-27 15:20:00 +03:00
Arik Fraimovich
720da3310f
Merge pull request #2610 from gabrieldutra/master
Fix export query results output file name
2018-06-26 21:53:27 +03:00
Arik Fraimovich
ed8b022e78
Merge pull request #2613 from ariarijp/improve-script
Improve Script Query Runner
2018-06-26 21:52:33 +03:00
Allen Short
e2a5bb0a06 eslint fix 2018-06-25 12:14:30 -05:00
Arik Fraimovich
bfeeb23443 Update package-lock.json file 2018-06-25 12:13:26 -05:00
Arik Fraimovich
9eb51da7ce Remove underscore usage from new files 2018-06-25 12:13:25 -05:00
Allen Short
d6011ede0c switch underscore usages to lodash
There's still one usage of `numberFormat` from `underscore.string`.
2018-06-25 12:13:25 -05:00
Allen Short
c47ad93eb2 humble beginnings with React components 2018-06-25 12:13:25 -05:00
Arik Fraimovich
4384959760
Merge pull request #2619 from StantonVentures/2567_order_datasources_alpha
data source sort case insensitive
2018-06-22 19:49:09 +03:00
Alison
fccba45e36 data source sort case insensitive
#2567
2018-06-22 07:03:51 -05:00
ariarijp
9d2a3133f0 Improve Script Query Runner 2018-06-21 14:45:12 +09:00
Gabriel Dutra
744ccd163a Fix export query results output file name
- regexp `/ /g` will seek for all space ocurrences, not only the first
2018-06-20 20:23:49 -03:00
Arik Fraimovich
97d4df2532
Merge pull request #2606 from denisov-vlad/pyyaml
requirements: added pyyaml
2018-06-20 14:55:18 +03:00
Vladislav Denisov
8cd8650119 requirements: added pyyaml 2018-06-20 12:03:46 +03:00
Arik Fraimovich
6fb7c310be
Merge pull request #2574 from mtrbean/patch-1
commit query result to db before evaluating alerts
2018-06-20 10:52:44 +03:00
Arik Fraimovich
d533a05d54
Merge pull request #2604 from ariarijp/improve-spreadsheets
Improve Google Spreadsheets Query Runner
2018-06-20 10:38:33 +03:00
Arik Fraimovich
783ccfd4c0
Merge pull request #2533 from denisov-vlad/metrika
New datasource: Yandex Metrika&AppMetrika
2018-06-20 10:28:11 +03:00
ariarijp
5757b24ea3 Improve Google Spreadsheets Query Runner 2018-06-19 22:29:46 +09:00
Arik Fraimovich
5c1d2c8877
Merge pull request #2542 from emtwo/emtwo/xaxis
Closes #2541: x-axis improvements.
2018-06-19 12:44:56 +03:00
Arik Fraimovich
ff750b0db1
Merge pull request #2590 from ariarijp/remove-redundant-vars
Remove redundant variables
2018-06-18 15:02:45 +03:00
ariarijp
f8245f6e3f Remove redundant variables 2018-06-17 23:41:33 +09:00
Arik Fraimovich
c28702a5be
Merge pull request #2580 from StantonVentures/master
add break-word wrap to add/edit text box on dashboard
2018-06-17 11:51:38 +03:00
Arik Fraimovich
d101866c91
Merge pull request #2585 from kravets-levko/fix/query-page-tabs
Show data only mode: allow to add and delete visualizations
2018-06-17 11:43:34 +03:00
Arik Fraimovich
6c11326a5d
Merge pull request #2578 from ariarijp/fix-create-tables
Fix connection error when you run "create_tables"
2018-06-17 11:38:35 +03:00
Zsolt Kocsmarszky
1678155490 Make + New Visualization a button and add nicer icons 2018-06-13 16:57:20 +02:00
Levko Kravets
418ac1bb68 Show data only mode: allow to add and delete visualizations 2018-06-12 20:03:21 +03:00
Alison
d11638164e add break-word wrap to add/edit text box on dashboard 2018-06-10 09:33:19 -05:00
ariarijp
1efdb6034f Fix connection error when you run "create_tables" 2018-06-10 20:17:53 +09:00
Eric Wong
d0c6e41c9c
commit query result to db before evaluating alerts
`check_alerts_for_query` runs on a separate celery queue and needs to see the latest result
2018-06-06 11:22:34 -07:00
Arik Fraimovich
672c86efaa
Merge pull request #2549 from coreyhuinker/patch-1
Allow get_tables to see views and v10-style partitioned tables
2018-06-06 11:40:01 +03:00
Arik Fraimovich
8bffc6f45d
Merge pull request #2568 from StantonVentures/2567_order_datasources_alpha
sort datasources alphabetically
2018-06-06 11:02:25 +03:00
Arik Fraimovich
52b9333b8d
Merge pull request #2572 from StantonVentures/2571_archived_query_menu_line
remove extra menu line if query is archived
2018-06-06 10:59:09 +03:00
Alison
2982d77ff2 remove extra menu line if query is archived
fixes #2571

Sames as https://github.com/mozilla/redash/issues/319 fixed in https://github.com/mozilla/redash/pull/414/
2018-06-05 23:11:19 -05:00
Alison
ea8951711f sort datasources alphabetically
fixes https://github.com/getredash/redash/issues/2567

Same as https://github.com/mozilla/redash/issues/367
2018-06-05 22:50:35 -05:00
Arik Fraimovich
c86423aea9
Merge pull request #2444 from sjakthol/saml-handle-parse-errors
feat: show error if saml response cannot be parsed
2018-06-03 11:41:50 +03:00
Sami Jaktholm
c7cf3653b8 feat: show error if saml response cannot be parsed
Previously, exceptions from pysaml2 would've caused
a 500 Internal Server Error response to be sent back
to the user. Now, the user is redirected back to login
page which includes an user friendly error message.
2018-06-03 09:42:53 +03:00
Marina Samuel
804603014d Closes #2541: x-axis improvements. 2018-05-31 16:29:39 -04:00
Arik Fraimovich
90d642fbe2 Update the tab name. 2018-05-31 21:25:51 +03:00
Arik Fraimovich
ca1b8f2047 Update chart editor labels 2018-05-31 21:07:12 +03:00
Arik Fraimovich
0a0b53b7e9
Merge pull request #2536 from kravets-levko/feature/chart-formats-and-tooltips-2
Chart: formats for values, labels and tooltips
2018-05-31 19:05:51 +03:00
Arik Fraimovich
131811179b
Merge pull request #2564 from getredash/policy
Fix: typo fixes in Policy related code.
2018-05-31 18:42:22 +03:00
Levko Kravets
80295ca1e7 Chart tooltips: use date/time format from config 2018-05-31 18:40:18 +03:00
Arik Fraimovich
d71cdf5dbc Fix: typo fixes in Policy related code. 2018-05-31 18:39:20 +03:00
Arik Fraimovich
65881a0f79
Merge pull request #2562 from getredash/policy
Set currentUser value in users list page & use ng-src when needed
2018-05-31 17:27:29 +03:00