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

Update my Fork #1

Merged
merged 310 commits into from
Sep 18, 2017
Merged

Update my Fork #1

merged 310 commits into from
Sep 18, 2017

Conversation

ymatagne
Copy link
Owner

No description provided.

Grace Guo and others added 30 commits May 30, 2017 18:16
add unit tests for VisualizeModal component
* rename spec folder

* remove special handling for viz_type control since it now uses VizTypeControl

* add test for getOptions

* linting

* add test for cwp

* linting
* [explore] 'Save as' -> 'Save' as it can be used to overwrite

* Fix tests
* [explore] adding y_axis_bounds to force Y axis

* Handling comments
in SqlLab view, if query takes over 45 seconds, we will show advise to store a summarized data set before user clicks on Visualize button.
This advise will not block Visualize button.

fixes #2733
* fix js error on explore view

* bump version
As we are testing on 3.4 and 2.7.
* CONTRIBUTING: document starter_task label

* CONTRIBUTING: PR should work travis python versions

* CONTRIBUTING: move PR guidelines at the top

* CONTRIBUTING: no need to open a new pr after review
* italian translation

* update for the italian translation
in Visualize Modal, table headers are left-aligned. So columns checkboxes should also be left-aligned.
…ble schema support (#2911)

* Removed __time column from load, added long/double schema support

* Format fix
Same as explore view, if query takes > 45 seconds not returned, we will show Query timeout warning message. Otherwise user will see 504 Gateway timeout error.
Some python developers use Python version manager to create and switch Python
enviroments, pyenv (http://github.com/yyuu/pyenv) is one of the version managers.

When you use `pyenv local x.x.x`, `pyenv` will put a `.python-version` file in
project directory, which, in general, should not be commited to git.
* initial structure for add new slice page

* simplify add slice form

* add a test

* fix long line

* use underscore for template name

* fix controls path

* fix vis types select
* tests for dates.js

* linting

* test fduration output

* ignore warnings in code climate

* use eslint-2 otherwise defaults to eslint-3

* test eslint 1

* remove channel rule

* disable checks

* checks for eslint engine
Observed issue in dev environment where SQL queries were emitted with
`LIMIT 0`. This fix addresses it.
mistercrunch and others added 29 commits August 30, 2017 13:32
)

* [line chart] add 'min_periods' control related to rolling windows

* Linting js
)

* [dashboard] adding an option to duplicate slices when "Saving AS"

* Fix tests
Now sqlalchemy-utils will make explicit that we are trying
decoding the secret with the wrong key instead of a generic
UnicodeDecodeError.

Fix #2600
* Bumping npm

* Fixing the build

This addresses long standing issues and hacks around react-map-gl
that have been creating all sorts of build issues over time.

It appears that recent changes broke things further.

This PR upgrades to the latest `react-map-gl` and removes related hacks.
* Fix off-by-one error with linear color scales

* linting
Currently the heatmap axis are sorted randomly, this PR makes it such
that it's properly sorted.

Also allowing for specifying the left and bottom margins
* [explore] show validation error on control panel header

* Linting
* [heatmap] numerous improvements

* flexibility as to how to sort X and Y axis (alpha/value, desc/asc)
* option to show a legend
* fixed margins, maximize real estate
* allowed users to define bounds

* Tunning
* Allow to specify sort criteria on table viz

* Better handling of ordering
* add lanscape?

* prevent empty queries from being sent to db

* Revert "add lanscape?"

This reverts commit b3d6e80.

* improve code style

* nit

* unnit

* renit
* Fixed bugs when removing filter, switching operators, and switching columns

* Fixed lint errors for code style

* Added more unit tests for FilterControl

* Code format changes to meet standards
Shopee (https://shopee.sg) use superset for data analytics, visualisation and reporting.
@ymatagne ymatagne merged commit 5718375 into ymatagne:master Sep 18, 2017
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.