Arik Fraimovich
|
638fb123ec
|
Query: cache QueryResult so each call gets the same one.
|
2014-05-05 18:34:54 +03:00 |
|
Arik Fraimovich
|
f95a09a015
|
Widget: accessor function to get Query object.
|
2014-05-05 18:34:29 +03:00 |
|
Arik Fraimovich
|
a7b10db3f4
|
Fix: set was messing up column order
|
2014-05-04 16:00:57 +03:00 |
|
Arik Fraimovich
|
0a301bd997
|
Merge pull request #198 from EverythingMe/fixes
Fix version name in tarball
|
2014-05-04 15:01:18 +03:00 |
|
Arik Fraimovich
|
174eb2408e
|
Fix version name in tarball
|
2014-05-04 15:00:20 +03:00 |
|
Arik Fraimovich
|
3b6af18009
|
Merge pull request #197 from EverythingMe/fixes
Small fixes (show version in admin/status, open the visualization editor by default in new visualizations)
|
2014-05-04 14:27:44 +03:00 |
|
Arik Fraimovich
|
ab2fa1e352
|
Show version in admin/status
|
2014-05-04 14:25:20 +03:00 |
|
Arik Fraimovich
|
9a025a7e05
|
Fix the pack make command
|
2014-05-04 14:02:20 +03:00 |
|
Arik Fraimovich
|
96081de51f
|
update makefile to set version"
|
2014-05-04 13:46:11 +03:00 |
|
Arik Fraimovich
|
1bf56899f3
|
Open visualization editor when adding a new visualization.
|
2014-05-04 13:23:18 +03:00 |
|
Arik Fraimovich
|
79b4c86520
|
Improve latest_release utility
|
2014-05-04 13:14:49 +03:00 |
|
Arik Fraimovich
|
9c43b55668
|
Merge pull request #196 from EverythingMe/fixes
Bug fixes (#91, #195)
|
2014-05-01 17:56:34 +03:00 |
|
Arik Fraimovich
|
9a6852db78
|
Fix #195: When two columns have the same name their values get overriden
|
2014-05-01 17:52:42 +03:00 |
|
Arik Fraimovich
|
6ae3a7552a
|
Fix #91: better filtering of bad tokens in column names
|
2014-05-01 17:45:35 +03:00 |
|
Arik Fraimovich
|
855aecd85f
|
Merge pull request #194 from EverythingMe/feature_markdown_widget
Several small fixes (#186, #120, #174)
|
2014-04-29 16:06:38 +03:00 |
|
Arik Fraimovich
|
a7ce5246a6
|
Fix: return last cached result for ttl=-1 (fix #174)
|
2014-04-29 16:02:17 +03:00 |
|
Arik Fraimovich
|
a8ea811fed
|
Make job expiry time configurable.
|
2014-04-29 12:13:33 +03:00 |
|
Arik Fraimovich
|
a71b99a873
|
Workaround for cases when widget is missing but referenced in a dashboard layout (re. #120)
|
2014-04-29 12:09:38 +03:00 |
|
Arik Fraimovich
|
391c220604
|
Show error message if failed deleting a visualization
|
2014-04-29 11:57:16 +03:00 |
|
Arik Fraimovich
|
e5bf431987
|
Fix: Chart type resets to Date/Time when editing #186
|
2014-04-29 11:37:42 +03:00 |
|
Arik Fraimovich
|
f23b434972
|
Merge pull request #192 from EverythingMe/feature_markdown_widget
Feature: text box widget that supports markdown
|
2014-04-29 11:30:32 +03:00 |
|
Arik Fraimovich
|
ef366df1fb
|
Remove unused dependencies
|
2014-04-29 11:23:32 +03:00 |
|
Arik Fraimovich
|
2caf02b4e0
|
Markdown support for textbox.
|
2014-04-29 11:15:19 +03:00 |
|
Arik Fraimovich
|
b7a0b7454a
|
Add textbox widget support.
|
2014-04-29 10:36:56 +03:00 |
|
Arik Fraimovich
|
fa2986a154
|
Add underscore.string lib.
|
2014-04-29 10:36:00 +03:00 |
|
Arik Fraimovich
|
084e9f8394
|
Migration to add text column to widgets and make visualization_id nullable.
|
2014-04-29 10:35:47 +03:00 |
|
Arik Fraimovich
|
7d0324be91
|
Merge pull request #181 from EverythingMe/feature_imrpove_updater
Switch to multiprocessing instead of threading
|
2014-04-27 18:21:50 +03:00 |
|
Arik Fraimovich
|
2938e57980
|
Cleaner shutdown (#8)
|
2014-04-27 18:14:15 +03:00 |
|
Arik Fraimovich
|
413dd61491
|
Remove atfork (it's not needed anymore)
|
2014-04-27 18:13:43 +03:00 |
|
Arik Fraimovich
|
08d6a90469
|
Switch to multiprocessing instead of threading.
|
2014-04-27 18:13:43 +03:00 |
|
Arik Fraimovich
|
e8aba6b682
|
Merge pull request #191 from EverythingMe/fix_185_null_values
Fix: job variable was used before assignment
|
2014-04-25 17:21:36 +03:00 |
|
Arik Fraimovich
|
163ee33ae6
|
Fix: job variable was used before assignment
|
2014-04-25 17:18:39 +03:00 |
|
Arik Fraimovich
|
a9f24669b7
|
Merge pull request #190 from EverythingMe/fix_185_null_values
Fix #185: when y value is null, convert it to 0.
|
2014-04-25 17:16:56 +03:00 |
|
Arik Fraimovich
|
73d99031b7
|
Fix #185: when y value is null, convert it to 0.
|
2014-04-25 17:14:05 +03:00 |
|
Arik Fraimovich
|
6f6c1678ff
|
Merge pull request #182 from EverythingMe/feature_events_throtle
Make sure events are reported at most once per second
|
2014-04-22 16:40:34 +03:00 |
|
Arik Fraimovich
|
976dc1e496
|
Report event for viewing widget/visualization/query
|
2014-04-22 16:35:40 +03:00 |
|
Arik Fraimovich
|
6a7e322b97
|
Report events at most once per second
|
2014-04-22 16:35:22 +03:00 |
|
Arik Fraimovich
|
0e564bc8f8
|
Merge pull request #180 from EverythingMe/feature_imrpove_updater
Fix: support for .env files without EXPORT
|
2014-04-20 09:51:27 +03:00 |
|
Arik Fraimovich
|
6fe733aeaa
|
Fix: support for .env files without EXPORT
|
2014-04-20 09:43:17 +03:00 |
|
Arik Fraimovich
|
af18670131
|
Merge pull request #179 from EverythingMe/feature_imrpove_updater
CLI for data sources management
|
2014-04-19 17:22:46 +03:00 |
|
Arik Fraimovich
|
362e5b820e
|
CLI for data sources.
|
2014-04-19 17:06:47 +03:00 |
|
Arik Fraimovich
|
2204c437a2
|
Merge pull request #178 from EverythingMe/feature_imrpove_updater
Typo fix in import code.
|
2014-04-19 15:41:49 +03:00 |
|
Arik Fraimovich
|
95bcffc28a
|
Use exec in bin/run.
|
2014-04-19 15:39:26 +03:00 |
|
Arik Fraimovich
|
efdaf4cf3a
|
Typo fix.
|
2014-04-19 15:39:09 +03:00 |
|
Arik Fraimovich
|
04d92ce14b
|
Merge pull request #176 from EverythingMe/feature_imrpove_updater
Fix: selection of true/false values in filters wasn't working.
|
2014-04-16 17:01:21 +03:00 |
|
Arik Fraimovich
|
fec6c8b6a7
|
Fix: selection of true/false values in filters wasn't working.
|
2014-04-16 14:25:40 +03:00 |
|
Arik Fraimovich
|
6ab4c4551a
|
Fix upload version script.
|
2014-04-13 16:49:57 +03:00 |
|
Arik Fraimovich
|
851c080c13
|
Merge pull request #172 from EverythingMe/feature_imrpove_updater
Feature imrpove updater
|
2014-04-13 16:38:14 +03:00 |
|
Arik Fraimovich
|
0daf715152
|
Utility to get last redash release url
|
2014-04-13 16:35:45 +03:00 |
|
Arik Fraimovich
|
e335398ba7
|
Set select2 options via object
|
2014-04-13 16:11:42 +03:00 |
|