Arik Fraimovich
740b305910
Merge pull request #676 from getredash/feature/version_check
...
Feature: re:dash version check
2015-11-30 22:37:20 +02:00
Arik Fraimovich
ca8cca0a8c
Merge pull request #678 from alonho/655
...
Fix: Dashboard shouldn't crash with empty queries
2015-11-30 22:34:00 +02:00
Arik Fraimovich
7c4410ac63
Use ng-cloak to hide the new version message until relevant
2015-11-30 22:31:06 +02:00
Alon Horev
91a209ae82
#655 : Dashboard shouldn't crash with empty queries
2015-11-30 18:17:37 +02:00
Arik Fraimovich
becb4decf1
Show in UI if new version available
2015-11-30 16:38:42 +02:00
Arik Fraimovich
7675de4ec7
Merge pull request #675 from alonho/redash_link
...
Add link to redash.io
2015-11-30 16:16:10 +02:00
Alon Horev
fe2aa71349
Add link to redash.io
2015-11-30 16:10:33 +02:00
Alon Horev
3b24f56eba
#671 : Improve chart editor UI/UX
2015-11-30 12:37:00 +02:00
Arik Fraimovich
5bf370d0f0
Merge pull request #660 from hudl/fix-regexanchors
...
Fix: strings that start with a date wrongly treated as date fields
2015-11-21 20:41:56 +02:00
Alon Horev
76dfbad971
Specifying field type in the field name using __ didn't work
...
It works for '::' but probably didn't work for '__' due to a a copy-paste
2015-11-20 14:20:26 +02:00
Alex DeBrie
165d782b98
Add end of string anchor to date parsing regex
2015-11-18 16:15:10 +00:00
Arik Fraimovich
1bdc1bef73
Merge pull request #653 from hakobera/fix-date-range-selector
...
Fix date range selector does not show data of last day when user timezone is not UTC
2015-11-18 17:58:20 +02:00
Arik Fraimovich
a3d059041c
Add footer
2015-11-18 17:36:24 +02:00
Arik Fraimovich
d823506e5b
Remove menu option and yellow color
2015-11-18 16:50:59 +02:00
Arik Fraimovich
a0cc25d174
Change user create button from Save to Create
2015-11-18 16:45:15 +02:00
Enrique Marques Junior
60c2cb0a75
using ng-src
2015-11-17 14:53:43 -02:00
Kazuyuki Honda
ad19f2d304
Treat dateRange as UTC
2015-11-17 11:03:07 +09:00
Kazuyuki Honda
7e08518a31
Fix date range selector when user timezone is not UTC
2015-11-14 13:03:14 +09:00
Alon Horev
a87179b68b
Support default values in data source creation forms
2015-11-13 23:28:33 +02:00
Arik Fraimovich
34ba54397d
Merge pull request #638 from underdogio/dev/show.db.select.mobile.sqwished
...
Removed `rd-hidden-xs` to make everything visible on mobile
2015-11-08 22:59:14 +02:00
Alex DeBrie
f324f1bf6f
Add schedule_query permission
2015-11-07 17:52:32 +00:00
Todd Wolfson
47cfb7d620
Removed rd-hidden-xs
to make everything visible on mobile
2015-11-05 18:55:40 -06:00
Arik Fraimovich
dab1a21b40
Merge pull request #637 from underdogio/dev/explore.regression.sqwished
...
Reverted pivottable upgrade to remove XSS vulnerability
2015-11-05 20:36:05 +02:00
Todd Wolfson
9d9501b158
Reverted pivottable upgrade to remove XSS vulnerability
2015-11-03 16:49:30 -06:00
Arik Fraimovich
67aecc0201
Merge pull request #594 from tjwudi/diwu/feature/date-range-selector
...
Feature: date range selector support for charts
2015-11-03 23:16:04 +02:00
Niels Draaisma
3dc62e3c85
Added handling of empty rearm settings
2015-10-30 16:18:15 +11:00
Niels Draaisma
73b2c5d38e
Added alert rearm setting
2015-10-30 16:01:21 +11:00
Stan Hu
2e27e43357
Support MySQL over SSL
2015-10-21 16:21:17 -07:00
Arik Fraimovich
b9a0760d7e
Improve timezone handling:
...
1. Load all date/datetime values with moment.utc() which doesn't apply
current timezone to them.
2. Don't use toLocaleString to format strings (which was converting them
to current timezone as well).
Ref #411 .
2015-10-20 16:17:57 +03:00
Arik Fraimovich
39b8f40ad4
Fix: y axis settings should take into account two axes
2015-10-19 11:32:47 +03:00
Arik Fraimovich
070caa6976
Gruntfile.js: copy image files.
2015-10-18 23:45:21 +03:00
John Wu
fad8bd47e8
Remove commented code
...
Signed-off-by: John Wu <webmaster@leapoahead.com>
2015-10-13 11:35:56 -07:00
John Wu
89f5074054
Prevent unneccesary call to setDateRangeToExtreme
...
Signed-off-by: John Wu <webmaster@leapoahead.com>
2015-10-13 11:33:20 -07:00
John Wu
5826fbd05f
Use moment.min and moment.max
2015-10-13 11:20:36 -07:00
John Wu
ddab1c9493
Update angular-moment and moment
2015-10-13 11:19:19 -07:00
John Wu
f9d5fe235b
Always use _addPointToSeriesIfInDateRange
2015-10-13 11:01:21 -07:00
Arik Fraimovich
9e183f1500
Merge pull request #588 from tjwudi/diwu/feature/docker-deployment
...
Docker deployment support
2015-10-11 23:13:22 +03:00
Arik Fraimovich
4b17b9869e
Merge pull request #551 from ElJoche:hidden_widgets
...
Feature: allow adding hidden text box widgets.
2015-10-11 22:56:41 +03:00
Arik Fraimovich
872d58688f
Update the hidden widgets code (only use for textbox, ng-hide)
2015-10-11 22:54:24 +03:00
Arik Fraimovich
1a3df37940
Merge pull request #605 from EverythingMe/small_fixes_11_10_2015
...
Feature: allow setting HighChart's turbo threshold value
2015-10-11 15:30:58 +03:00
Arik Fraimovich
ddbf264020
Close #572 : allow setting the HighCharts turbo threshold value
2015-10-11 15:29:50 +03:00
Arik Fraimovich
e93b71af85
Don't sanitize non string values
2015-10-11 15:16:23 +03:00
Arik Fraimovich
21de1d90e3
Merge pull request #599 from EverythingMe/fix/passwords
...
Fix: don't send passwords back to the UI
2015-10-11 12:33:33 +03:00
Arik Fraimovich
f0ee7a67d2
Fix #581 : execute_query permission ignored by UI
2015-10-11 11:26:11 +03:00
Arik Fraimovich
b0cb2d3f1c
Fix: cohort visulization had infinte digest loop
2015-10-11 11:16:49 +03:00
Arik Fraimovich
b525ad0622
Fix: don't require uploading file again when editing BQ/GS data source
2015-10-11 10:29:05 +03:00
Arik Fraimovich
5a1d38c572
Merge pull request #593 from hudl/chartColourPalette
...
Chart colour palette updated
2015-10-09 06:43:14 +03:00
John Wu
cc91981845
Naming stuff
...
`seriesCollection` -> `allSeries` (shorter)
`s` -> `series`
Signed-off-by: John Wu <webmaster@leapoahead.com>
2015-10-08 14:49:45 -07:00
atharva.inamdar
17e0bd4cd2
hudl/fulla#140 new chart colours added to palette
2015-10-08 16:27:44 +01:00
atharva.inamdar
102038b129
hudl/fulla#140 new chart colours added to palette
2015-10-08 16:21:51 +01:00
Arik Fraimovich
c01d88cbea
Merge pull request #591 from hudl/master
...
Feature: export pivot table as TSV
2015-10-08 08:35:28 +03:00
Todd Wolfson
fc44dba2ef
Added "Select last used data source" to query view
2015-10-07 11:43:28 -05:00
John Wu
9832b7f72a
Use more descriptive name for series collection
...
Signed-off-by: John Wu <webmaster@leapoahead.com>
2015-10-06 15:04:34 -07:00
John Wu
2a6ed3ca52
Use bind(this)
instead of creating that
...
Signed-off-by: John Wu <webmaster@leapoahead.com>
2015-10-06 15:04:02 -07:00
John Wu
2e78ef0128
Use more descriptive method name
...
Signed-off-by: John Wu <webmaster@leapoahead.com>
2015-10-06 14:50:15 -07:00
jbencook
6cccd30553
Upgrade PivotTable.js and enable TSV export
2015-10-06 20:14:05 +00:00
Arik Fraimovich
a15d7964fa
Merge pull request #585 from matthew-sochor/add-d3js-boxplot
...
Feautre: d3.js based Box Plot visualization.
2015-10-06 17:14:33 +03:00
Matt Sochor
2feb8b81f5
fixup! Removed unused function and options
2015-10-06 10:11:19 -04:00
Matt Sochor
0b5dce0ebf
Removed unused function and options
2015-10-06 09:26:33 -04:00
John Wu
d50af7dec9
Use dateRangeEnabled to decided whether we should display the data range selector
...
Signed-off-by: John Wu <webmaster@leapoahead.com>
2015-10-05 17:35:41 -07:00
John Wu
20159a1c2a
Separate setDateRangeToExtreme function
...
Signed-off-by: John Wu <webmaster@leapoahead.com>
2015-10-05 17:32:46 -07:00
John Wu
06400ed840
Refactor addPointToSeries
...
Signed-off-by: John Wu <webmaster@leapoahead.com>
2015-10-05 17:13:36 -07:00
John Wu
0ddc6cf135
Use null to state empty object instead
...
Signed-off-by: John Wu <webmaster@leapoahead.com>
2015-10-05 17:13:04 -07:00
Matt Sochor
e7222944a5
Added logarithmic option to chart x axis type
2015-10-05 17:47:23 -04:00
Matt Sochor
f49839eadf
Add logarithmic y-axis option to chart
2015-10-05 17:42:16 -04:00
Matt Sochor
5dd457e5f1
fixup! Added d3 box plot visualization
2015-10-05 15:55:07 -04:00
Matt Sochor
a471134e07
Added X and Y axis labels
2015-10-05 15:53:06 -04:00
Matt Sochor
8a8f91ee8f
Added ggplot style gridlines
2015-10-05 14:39:54 -04:00
Matt Sochor
59aa218b24
Added axes to boxplot
2015-10-05 10:44:59 -04:00
Matt Sochor
5fd8dbe523
fixup! Added variable width for box plots
2015-10-04 23:35:13 -04:00
Matt Sochor
a08f3c7cd0
fixup! Added variable width for box plots
2015-10-04 23:30:49 -04:00
Matt Sochor
824d053ddd
Added variable width for box plots
2015-10-04 23:10:49 -04:00
Matt Sochor
b6e61deb24
Added d3 box plot visualization
2015-10-04 21:43:28 -04:00
Matt Sochor
4f40b28120
Added d3js
2015-10-04 21:43:28 -04:00
Arik Fraimovich
92cd2f1367
Fix: getKeyFromObject was failing if key had dot in name
...
This is due to incorrect use of `_.include` instead of `_.has`.
#571
2015-09-29 09:30:00 +03:00
John Wu
dedae03c8c
Remove imagemin grunt task
...
grunt-contrib-imagemin seems to be broken because several dependencies
are quite obsolete and cannot be downloaded.
2015-09-28 17:14:49 -07:00
John Wu
61f2be02b7
Redundant filter removed
2015-09-28 15:06:09 -07:00
John Wu
9eca43801a
Fix: date range does not update in dashboard
...
Replace the whole dateRange object in scope instead of changing min and max properties one-by-one. Given how angular `$watch` works with Moment.js object, I wrote some comment to clarify the right way to update dateRange.
2015-09-28 15:00:55 -07:00
John Wu
bcaefda600
Clearfix date-range-selector
2015-09-28 14:58:26 -07:00
John Wu
40ee0d8a6e
Add date-range-selector to chart
2015-09-24 15:06:35 -07:00
Arik Fraimovich
e893ab4519
Merge pull request #556 from nathanlubchenco/paramaterized_cohorts
...
Feature: options for Cohort visualization
2015-09-24 21:44:30 +03:00
Arik Fraimovich
3fbd0d9579
Merge pull request #560 from stanhu/add-yaxis-label
...
Feature: add ability to configure y-Axis title
2015-09-20 15:27:39 +03:00
Arik Fraimovich
7add6287dc
Merge pull request #567 from EverythingMe/fixes
...
Remove page title from navbar & limit # of recent entries to 20
2015-09-20 12:02:16 +03:00
Arik Fraimovich
d37b5ed075
Remove title from navbar
2015-09-20 11:18:43 +03:00
Stan Hu
8f28c52b8d
Allow admins to edit everything
...
Closes #562
2015-09-17 17:24:12 -07:00
Stan Hu
47e6960b83
Add ability to configure y-Axis title
2015-09-17 15:57:44 -07:00
nathanlubchenco
0990d93b03
allow defaults for existing visualizations, link time label to time interval
2015-09-16 10:34:22 -06:00
nathanlubchenco
bf88d8b578
explicitly pass in just timeInterval and timeLabel from visualization.options to be watched
2015-09-15 14:57:27 -06:00
nathanlubchenco
384e756817
don't pass data as an argument to scope
2015-09-15 14:52:10 -06:00
nathanlubchenco
d2c46c99eb
actually pass in visualization options
2015-09-15 14:46:40 -06:00
nathanlubchenco
9c2858191f
typo fix
2015-09-15 14:28:51 -06:00
nathanlubchenco
0473de7392
add editor directive
2015-09-15 14:23:33 -06:00
nathanlubchenco
faece4f2c4
fixing mistakes, adding editTemplate and defaultOptions to visualization registration
2015-09-14 16:40:25 -06:00
nathanlubchenco
d100c915f4
changed text to select and replaced original cohort directive
2015-09-11 13:29:40 -06:00
nathanlubchenco
ef3636145c
Revert "weekly cohort visualization modeled after chort.js"
...
This reverts commit 6210d6ab80
.
2015-09-10 15:29:17 -06:00
nathanlubchenco
6bd7dc9237
paramaterized cohort visualization
2015-09-10 15:10:31 -06:00
nathanlubchenco
6210d6ab80
weekly cohort visualization modeled after chort.js
2015-09-10 14:34:15 -06:00
jvasquez
176fd16e95
Adding behavior into the controller.
2015-09-09 16:33:51 -03:00
jvasquez
75d3a63070
Removing extra class from dashboard.html
2015-09-09 14:56:50 -03:00
jvasquez
8c4a5a644e
Clean up branch.
2015-09-09 14:55:14 -03:00