Commit Graph

5386 Commits

Author SHA1 Message Date
Arik Fraimovich
c0778809ab
Merge pull request #2288 from kocsmy/design/new-user-layout
New user layout improvement
2018-02-05 13:41:43 +02:00
Arik Fraimovich
8679cfefbf
Merge pull request #2289 from kocsmy/design/visualisation-editor-improvements
Improve visualisation editor
2018-02-05 13:37:35 +02:00
Levko Kravets
5064744f8b getredash/redash#2279 2018-02-05 13:35:50 +02:00
Arik Fraimovich
ce15f5665c
Merge pull request #2290 from kravets-levko/bug/table-html-escape
Don't escape values in non-html mode
2018-02-05 13:12:44 +02:00
Levko Kravets
8d973d847d getredash/redash#1731 Don't escape values in non-html mode 2018-02-05 13:04:11 +02:00
Zsolt Kocsmarszky
fd030e4d77 Further improve design details 2018-02-05 02:22:05 +01:00
Zsolt Kocsmarszky
6d12794c96 better layout for the visualisation editor 2018-02-05 02:14:30 +01:00
Zsolt Kocsmarszky
af4ecb5085 Nicer layout for add user + typoe fix 2018-02-05 01:52:31 +01:00
Arik Fraimovich
a5904a6e50
Merge pull request #2287 from kravets-levko/feature/table-link-column
Table visualization: "Link" column type
2018-02-04 15:26:17 +02:00
Levko Kravets
361b68d857 Table viz: Link column CR1 2018-02-04 15:25:39 +02:00
Levko Kravets
55d47ede08 Table viz: Link column type 2018-02-04 15:06:08 +02:00
Arik Fraimovich
d97b8d0958
Cast totalBytesProcessed to int. 2018-02-03 21:14:50 +02:00
Zsolt Kocsmarszky
2ed446be80 less neon green 2018-02-02 22:41:47 +01:00
Arik Fraimovich
178f46e5b1
Merge pull request #2284 from getredash/bigquery
Improvements to BigQuery query runner
2018-02-02 23:19:51 +02:00
Arik Fraimovich
d01dfe4bf7 BigQuery: show amout of data scanned. 2018-02-02 23:18:27 +02:00
Arik Fraimovich
2f8db2531f BigQuery: properly handle RECORD fields (show nested fields).
Closes #1413.
2018-02-02 23:18:04 +02:00
Sami Jaktholm
4a719fcb39 followup: coding style fixes to tests 2018-02-02 20:17:53 +02:00
Sami Jaktholm
a96b0b6e4c feat: make trusted header authentication compatible with multiorg mode
The previous implementation of remote header login did not
support the multiorg mode of Re:Dash. These changes modify
the trusted header authentication to expose a per-organization
login endpoint that logs users in the specified organization.

The feature itself is not that interesting as multiorg is pretty
much impossible to use in a standalone Re:Dash installation. What's
more interesting is that all tests are executed in multiorg mode. It's
not possible to write tests for the trusted header authentication if
the method does not support multiorg mode.

To make benefits of these changes more concrete, some tests were
written to test the basic functionality of trusted header
authentication.
2018-02-02 20:17:53 +02:00
Arik Fraimovich
daea3337b0
Merge pull request #2283 from kravets-levko/feature/table-image-column
Table visualization: "Image" column type
2018-02-02 17:32:05 +02:00
Levko Kravets
868944bd91 getredash/redash#2138 Table viz: Image column type 2018-02-02 16:34:09 +02:00
Zsolt Kocsmarszky
caf0070d14 Merge branch 'master' into design/improve-default-visualisation-colors 2018-02-01 22:35:01 +01:00
Zsolt Kocsmarszky
c9b28785fb Improve visualisation colors 2018-02-01 22:32:30 +01:00
Levko Kravets
af7fb278e8 Cohort viz: add Mode option and two rendering modes; options to map columns; UI tweaks 2018-02-01 18:16:00 +02:00
Arik Fraimovich
34d22ee418
Merge pull request #2245 from kocsmy/design/query-round-3
Further Query Improvements
2018-02-01 14:47:41 +02:00
Arik Fraimovich
33b4c7c4c3 Move widget position logic migration to the backend and remove some unused code.
Closes #2218.
2018-02-01 14:40:40 +02:00
Arik Fraimovich
a6f3873059
Merge pull request #2247 from sjakthol/saml-groups-fix
fix: commit saml user group assignment to the database
2018-02-01 14:29:34 +02:00
Arik Fraimovich
aa60554389
Merge pull request #2249 from sjakthol/saml-settings-form-fix
fix: update correct settings in saml settings form
2018-02-01 14:25:14 +02:00
Arik Fraimovich
6f7e95d419
Merge pull request #2267 from alexdrans/es_source_content_type_fix
Setting source_content_type on ES queries
2018-02-01 14:23:52 +02:00
Arik Fraimovich
4c7a0cdc3b
Merge pull request #2270 from jezdez/celery-3.1.25
Upgrade to Celery 3.1.25 in preparation to Celery 4.
2018-02-01 14:21:26 +02:00
Arik Fraimovich
bbfad16712
Merge pull request #2277 from kocsmy/fixes/widget-parameter-padding
Fix bottom spacing for widget parameter section
2018-02-01 09:19:23 +02:00
Zsolt Kocsmarszky
94d47abee6 Remove code duplicate 2018-01-31 22:07:29 +01:00
Zsolt Kocsmarszky
75c94c2cbd Fix parameter bottom spacing on widgets 2018-01-31 22:06:10 +01:00
Javier Sanz Olivera
44c2526da2 Fixing style 2018-01-31 16:07:23 +01:00
Javier Sanz Olivera
c05e4b7366 Adapting code to redish style plus added the field to the helper 2018-01-31 16:03:50 +01:00
Arik Fraimovich
77eeba264f
Merge pull request #2276 from kravets-levko/fix/insert-shema-node-by-click
Insert schema node by click - fixes
2018-01-31 17:02:44 +02:00
Levko Kravets
bbe11f597c Insert only column name; save cursor position 2018-01-31 16:57:55 +02:00
Levko Kravets
3950c9e5e6 Move scrollbars from right-side area to visualization area 2018-01-31 13:39:40 +02:00
Levko Kravets
6839976312 Fix bug: query editor did not restore its size after toggle 2018-01-31 13:35:40 +02:00
Levko Kravets
7fa765911f Remove unused styles 2018-01-31 13:35:40 +02:00
Levko Kravets
d5acf48161 getredash/redash#2234 Toggle resizable blocks 2018-01-31 13:35:40 +02:00
Levko Kravets
dfc9c5d02b getredash/redash#2234 CR1 2018-01-31 13:35:40 +02:00
Levko Kravets
d2c80e96f7 getredash/redash#2234 Improve query page markup + add scrollbars for each region 2018-01-31 13:35:40 +02:00
Zsolt Kocsmarszky
34a2d5fdc4 Move publish button the visible area 2018-01-31 13:28:46 +02:00
Zsolt Kocsmarszky
936144f6a0 attach people data to the bottom too 2018-01-31 13:28:46 +02:00
Zsolt Kocsmarszky
bacddea809 smaller padding fix 2018-01-31 13:28:46 +02:00
Zsolt Kocsmarszky
5404cc6377 fix schema editor on smaller screens 2018-01-31 13:28:46 +02:00
Zsolt Kocsmarszky
9c28948d5c make schema browser fill up the space 2018-01-31 13:28:46 +02:00
Zsolt Kocsmarszky
797393727d Attach refresh tot he bottom 2018-01-31 13:28:46 +02:00
Arik Fraimovich
2655dbe939
Merge pull request #2275 from kravets-levko/bug/insert-node-update-model
Query editor insert node from schema browser update ngModel
2018-01-31 13:09:25 +02:00
Levko Kravets
c2de59ca33 Query editor insert node from schema browser - update ng-model 2018-01-31 13:04:15 +02:00