Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add pyexasol datasource, ensure that integer dont overflow in javascript #1

Merged
merged 26 commits into from
Mar 6, 2020

Conversation

stefan-mees
Copy link
Member

This pull request is adding pyexasol as datasource to redash, to do so we need to use master cause the python 3.x changes have not been released yet. It also fixes the issue with overflowing numbers in Javascript. We could consider opening a pull against redash so we dont need to maintain our own fork in the future

…S credentials. (getredash#4344)

Without this upgrades from at least v5 (and earlier) won't work.
Copy link

@inytar inytar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A small comment, but looks good to me!

redash/query_runner/exasol.py Outdated Show resolved Hide resolved
@stefan-mees stefan-mees requested a review from inytar November 12, 2019 12:33
kravets-levko and others added 10 commits November 13, 2019 14:39
* Migrate Cohort to React: Editor

* Extract prepareData and getOptions to own files

* Refine CohortRenderer Angular component (js, less, prepareData) for easier migration

* Migrate Cohort to React: Renderer

* Migrate Cornelius to React: styles

* Migrate Cohort to React: Cornelius library

* Cornelius: add licence info; remove unused style

* Cornelius: use numeral to format numbers; revisit styles

* Cornelius: use moment to format date labels

* Cornelius: use chroma for cell backgrounds; update options; update proptypes; minor fixes

* Tidy up

* Tests
* Fix: correctly evaluate numeric thresholds

* Missing import

* More missing imports

* Alert evaluation: support for booleans
* Script to reencrypt data source options.

* Implement reencrypt sub command under database command.
* use  to set the hash instead of directly manipulating it

* Update Jobs.jsx
* Migrate Choropleth to React: skeleton

* Migrate Choropleth to React: Editor - skeleton

* Choropleth Editor: Bounds tab

* Choropleth Editor: Colors tab

* Choropleth Editor: Format tab

* Choropleth Editor: General tab

* Some refinements

* Migrate Choropleth to React: Renderer

* Refine code

* CR1
* Migrate Funnel visualization to React: Editor

* Migrate Funnel visualization to React: Renderer

* Replace Auto sort options with Sort Column + Reverse Order

* Add option for items limit (instead of hard-coded value)

* Add number formatting options

* Replace d3.max with lodash.maxBy; fix bug in prepareData

* Add options for min/max percent values

* Debounce inputs

* Tests

* Refine Renderer: split components, use Ant Table for rendering, fix data handling

* Extract utility function to own file

* Fix tests

* Fix: sometimes after updating options, funnel shows "ghost" rows from previous dataset

* Sort by value column by default
arikfr and others added 3 commits November 27, 2019 09:14
* CloudWatch Metrics query runner

* Add: query runner for CloudWatch Logs Insights

* Add logos

* Update Insights type

* Basic test connection

* Format files
@stefan-mees stefan-mees merged commit 1aad62b into master Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants