deecay
|
bc5516e941
|
Fix: Boxplot xaxis sort issue
|
2017-10-30 17:08:51 +09:00 |
|
Arik Fraimovich
|
9874361466
|
Merge pull request #2060 from kyoshidajp/fix_export_excel
Fix error when exporting list data as Excel file
|
2017-10-29 15:10:34 +02:00 |
|
Arik Fraimovich
|
b28c8fa227
|
Merge pull request #2045 from myouju/master
Added 'Use Glue Data Catalog' options in Athena
|
2017-10-29 14:43:25 +02:00 |
|
Katsuhiko YOSHIDA
|
95c707d028
|
Fix error when exporting list data as Excel file
|
2017-10-28 23:16:02 +09:00 |
|
Arik Fraimovich
|
41ec4c857b
|
Update CHANGELOG
|
2017-10-26 22:17:58 +03:00 |
|
Arik Fraimovich
|
e62acb1d99
|
Merge pull request #2056 from getredash/boilerplate
Reduce boilerplate in frontend code
|
2017-10-26 12:06:43 +03:00 |
|
Arik Fraimovich
|
a9dc00aaa6
|
Remove last relative imports
|
2017-10-26 10:54:28 +03:00 |
|
Arik Fraimovich
|
38c6152aa0
|
Move init code into app/config/index.js from app/index.js
|
2017-10-26 10:00:59 +03:00 |
|
Arik Fraimovich
|
fb723328d4
|
Add app/lib folder for general client code (instead of app/utils)
|
2017-10-26 10:00:36 +03:00 |
|
Arik Fraimovich
|
047475562d
|
Support for non relative path imports in client code:
So this:
import { Paginator } from "../../lib";
Becomes:
import { Paginator } from "@/lib";
Makes code cleaner and more portable.
|
2017-10-26 09:58:24 +03:00 |
|
Arik Fraimovich
|
acd33ec852
|
Auto register Angular components, pages, etc
|
2017-10-25 23:34:51 +03:00 |
|
Arik Fraimovich
|
340a23e71c
|
Merge pull request #2054 from jezdez/docker-entrypoint-wildcard
Allow running any command inside the container via the docker entrypoint script.
|
2017-10-25 22:39:55 +03:00 |
|
Jannis Leidel
|
3db1b7f265
|
Allow running any command inside the container via the docker entrypoint script.
This allows running generic things like opening a bash shell:
docker-compose run server bash
|
2017-10-25 20:43:32 +02:00 |
|
Arik Fraimovich
|
845357fa02
|
Add logging to route registration.
|
2017-10-25 17:53:28 +03:00 |
|
Arik Fraimovich
|
f75e31fa8e
|
Merge pull request #2042 from isomura/modSetupShMkdir
Make /opt/redash directory if it's not exist.
|
2017-10-23 10:57:11 +03:00 |
|
Arik Fraimovich
|
38be723179
|
Merge branch 'master' into modSetupShMkdir
|
2017-10-23 10:56:50 +03:00 |
|
Arik Fraimovich
|
18bf44453d
|
Update bootstrap script to use v2.0.1.
|
2017-10-22 15:13:30 +03:00 |
|
Arik Fraimovich
|
374f11252f
|
Add v2.0.1.
|
2017-10-22 15:03:17 +03:00 |
|
Arik Fraimovich
|
2d3566abce
|
Merge pull request #2046 from sylvainv/patch-1
Make use of REDASH_BASE_PATH variable in setup script
|
2017-10-22 14:47:58 +03:00 |
|
Arik Fraimovich
|
17d6bfff63
|
Merge pull request #2012 from yershalom/create_prometheus_ds
Added / on api path to prevent wrong url param
|
2017-10-22 09:55:41 +03:00 |
|
Arik Fraimovich
|
73540175d8
|
Merge pull request #2021 from hhamalai/configurable_invitation_token_age
Make invitation token max age configurable
|
2017-10-22 09:55:11 +03:00 |
|
Sylvain
|
8c693efb3e
|
Add missing $REDASH_BASE_PATH usage
|
2017-10-19 01:39:08 -05:00 |
|
Sylvain
|
51392d0398
|
Add missing $REDASH_BASE_PATH usage
|
2017-10-19 01:37:11 -05:00 |
|
Sylvain
|
78888c2082
|
Make use of REDASH_BASE_PATH variable
|
2017-10-19 01:35:14 -05:00 |
|
Arik Fraimovich
|
bc6bd1b316
|
Merge pull request #2044 from getredash/redshift
Redshift: add support for the new ACM root CA.
|
2017-10-18 15:59:05 +03:00 |
|
Arik Fraimovich
|
4060344a72
|
Merge pull request #2038 from atharvai/feature/redshift-spectrum
Add support for AWS Redshift Spectrum (external) tables
|
2017-10-18 15:56:14 +03:00 |
|
yukimaeno
|
6522325060
|
fixed private method
|
2017-10-18 21:51:46 +09:00 |
|
yukimaeno
|
ae6564e912
|
Added 'Use Glue Data Catalog' options in Athena
|
2017-10-18 21:41:13 +09:00 |
|
Arik Fraimovich
|
2af70a6c2d
|
Redshift: add support for the new ACM root CA.
|
2017-10-18 14:58:50 +03:00 |
|
Arik Fraimovich
|
a3a1dcf4ba
|
Merge pull request #2040 from cyriac/patch-2
Show query editor's Archive/Publish Query drop-down only on saved queries
|
2017-10-18 11:20:31 +03:00 |
|
isomura
|
eb979ef130
|
Make /opt/redash directory if it's not exist.
|
2017-10-18 09:54:56 +09:00 |
|
Cyriac Thomas
|
7f7fdbba54
|
show query builder Archive/Publish Query dropdown only on saved queries
|
2017-10-17 20:28:20 +05:30 |
|
Arik Fraimovich
|
fa213d72a7
|
Merge pull request #2039 from getredash/filters
Improve filters UI
|
2017-10-17 17:02:52 +03:00 |
|
Arik Fraimovich
|
d2bf935edb
|
Improve filters UI (labels for */-, label for filter, show values when selected)
|
2017-10-17 16:35:46 +03:00 |
|
Arik Fraimovich
|
c4349f5c64
|
Merge pull request #2037 from getredash/patches
Add: option to set allowDiskUse in MongoDB queries
|
2017-10-16 10:19:55 +03:00 |
|
Arik Fraimovich
|
b5a6f4a166
|
Merge pull request #2028 from kyoshidajp/autofocus_in_1st_input_item
Set auto focus in first input items
|
2017-10-16 10:08:19 +03:00 |
|
Arik Fraimovich
|
79807dfa14
|
Typo fix.
|
2017-10-16 10:07:25 +03:00 |
|
Arik Fraimovich
|
0b0ec90987
|
Update gunicorn to latest version
|
2017-10-16 09:19:13 +03:00 |
|
Arik Fraimovich
|
a9fc220ec8
|
Merge pull request #2034 from getredash/patches
Add: disabled status to Organization
|
2017-10-16 09:18:55 +03:00 |
|
Arik Fraimovich
|
ee9bbbaa7c
|
Merge pull request #2024 from cyriac/patch-1
Fixed stage label typo error on sankey and sunburst-sequence editors
|
2017-10-15 22:51:57 +03:00 |
|
Arik Fraimovich
|
12cc4e5ff9
|
Add: option to set allowDiskUse in MongoDB queries.
|
2017-10-15 15:54:04 +03:00 |
|
Arik Fraimovich
|
b5b5643090
|
Add: disabled status to Organization
|
2017-10-15 15:51:41 +03:00 |
|
Arik Fraimovich
|
6718081a49
|
Merge pull request #2033 from getredash/patches
Add: option to disable SQLAlchemy connection pool
|
2017-10-15 15:51:12 +03:00 |
|
Arik Fraimovich
|
138087861c
|
Add missing import
|
2017-10-15 15:39:41 +03:00 |
|
Arik Fraimovich
|
9a88cf1743
|
Merge branch 'patches' of github.com:getredash/redash into patches
|
2017-10-15 15:37:51 +03:00 |
|
Arik Fraimovich
|
2ca93599ef
|
Merge pull request #2032 from getredash/patches
Add: option to set a time limit on adhoc queries
|
2017-10-15 15:37:22 +03:00 |
|
Arik Fraimovich
|
ef85a06d60
|
Fix import.
|
2017-10-15 15:16:31 +03:00 |
|
Arik Fraimovich
|
f7ffc75ba4
|
Add: option to disable SQLA connection pool.
|
2017-10-15 15:09:18 +03:00 |
|
Arik Fraimovich
|
f28eda4174
|
Merge pull request #2031 from getredash/patches
Add: option to disable sending an invite to a new user
|
2017-10-15 15:07:17 +03:00 |
|
Arik Fraimovich
|
c5458af1a0
|
Add: option to set a time limit on adhoc queries
|
2017-10-15 15:02:34 +03:00 |
|