forked from apache/superset
-
Notifications
You must be signed in to change notification settings - Fork 1
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
f #1
Merged
Merged
f #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…9341) * feat: add timeRangeFixed and increase font size for Big Number chart * Update package-lock.json
* Add check for server_cert falsy and add form validators * Address comments
* linting some LESS * enforce linting * moving font binaries out of stylesheets to fonts folder. * renaming font specimen sheet directory.
* migrating options controls * lint ✨ * baby steps... * shared BigNumber controls file * capitalization matters
* donut control * labels outside * linting * x_log_scale, pie_label_type * linting * line_charts, line_charts_2 * marker_labels * marker_line_labels, marker_lines, markers * prefix_metric_with_slice_name, range_labels, ranges * stacked_style * Revert "stacked_style" This reverts commit aae2d418b8f1950fbe32248b62e50a12fbf186bd. * stacked_style take 2... * Revert "stacked_style take 2..." This reverts commit 38b7155f50143684c92a67b2a9fa16f65c269d35.
* Migrating NVD3 Area's stacked_style config * test mods * lint * nonsense change * undoing nonsense. Come on GitHub, WORK.
* The rule. * The result
Co-authored-by: John Bodley <john.bodley@airbnb.com>
* Bump black to 19.10b0 * Upgrade mypy to 0.770 * Update how inline type is defined
#9451) * Add support for ZSH in RELEASING and add tagging instructions * fail if unsupported shell
* [query] New, readonly API * Update tests/queries/api_tests.py Co-Authored-By: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
Co-authored-by: John Bodley <john.bodley@airbnb.com>
* Missed a couple unique controls! * new shared module, with filter_nulls export. * autozoom * dimension * nixing unneeded import * stroke_width * js_columns * remaining js_* controls * cleaning up unused stuff * legend_format * exports for prior commit * legend_position * line_column * fill_color_picker * filled, stroked, stroke_color_picker * grid_size, extruded * ... more gridsize * viewport * point_radius_fixed, spatial * multiplier, line_type, line_width * reverse_long_lat * lint ✨
* update installation doc for Dremio Customers fail to install pyodbc properly which on linux systems requires you to install unixodbc-devel package. Update the instructions to make it clear. * fix new line
* [mypy] Enforcing typing for superset.dashboards * Make return types equal on all commands * Make return types equal on all commands * [dashboard] address comments same return type on commands * lint * lint
* [datasets] Add strict type annotation * Fix refresh endpoint * Improve logic on update
* filter owners select by text input * use rison * fix backend owners filter logic * use fullname, not username on owners inputs * fix some tests * fixing tests * deterministic tests * appease linter * add back search by username * more comprehensive filter test * add clarifying text * formatting...
TableViz fails to display empty dataframes returning an error like: "None of [Index(['project', 'count'], dtype='object')] are in the [columns]" The behavior has been observed while testing 0.36.0rc3 with Druid datasources. issue: #9468
Co-authored-by: Dandan Shi <dshi@dropbox.com>
* lint: accept 2 letter names by default * Address review comments * Remove e and d from good-names
Change from "100 years go" to "no filter". 100 years ago is basically equivalent to no filter, but has implications on how x-axis is plotted on certain charts (e.g. Big Number).
* [query] Migrate api v1 query to new location * Improved errors and tests * [query] nit and revert undesired change * [query] lint * [query] revert nan change * Update superset/queries/api.py Co-Authored-By: Ville Brofeldt <33317356+villebro@users.noreply.github.com> * Update tests/queries/api_tests.py Co-Authored-By: Ville Brofeldt <33317356+villebro@users.noreply.github.com> * change endpoint location to charts Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
* feat: bump superset-ui/time-format and big-number This is for adding full dates to big number datetime formatted by weekly interval. * Bump time-format to v0.13.15 to bring in apache-superset/superset-ui#493
* fix lint error * fix: import lint error * pull in latests code * delete control from plugin registry * fixing again... * another fix with rebase... * commit change * update packages and fix test * fix: add ignore to lint error * fix mr * fix lint * fix imports Co-authored-by: Phillip Kelley-Dotson <pkd@pkd.lan>
* fix: [filter_box] fix 2 issues in single value filter_box * add unit test * add fix per comments
Co-authored-by: John Bodley <john.bodley@airbnb.com>
* Fixing issue with duplicated dependencies in various requirements files. * Removing restart stanza for tests_worker * Adding Superset dev Dockerfile
* feat: upgrade react-select v1.3.0 to v3.1.0 Upgrade `react-select`, replace `react-virtualized-select` with a custom solution implemented with `react-window`. Future plans include deprecate `react-virtualized` used in other places, too. Migrate all react-select related components to `src/Components/Select`. * Fix new list view * Fix tests * Address PR comments * Fix a flacky Cypress test * Adjust styles for Select in CRUD ListView * Fix loadOptions for owners select in chart PropertiesModal TODO: add typing support for AsyncSelect props. * Address PR comments; allow isMulti in SelectControl, too * Clean up NaN in table filter values * Fix flacky test
* remove shims and controls * update chart version Co-authored-by: Phillip Kelley-Dotson <pkd@pkd.lan>
* Update requirements.txt * Update conf.py * Update conf.py
* rescue no authorization error * update no authorization exception to warning
* Fixing missing dependency * Switching back to cachelib
This reverts commit 949c4ea. Co-authored-by: John Bodley <john.bodley@airbnb.com>
…r table (#9832) * Removing the logic to add timeseries_limit_metric to the data for table viz * Also make the change in viz_sip_38 * Fix tests Co-authored-by: michelle_thomas <michelle.thomas@airbnb.com>
* feat: Add new result formats and types to chart data API * lint * Linting * Add language to query payload * Fix tests * simplify tests
* bumping style package (now with typography styles!) * ThemeProvider ALL the things! * package lock * linting * no need to parseInt here anymore, the values are numeric now.
…#9811) * Emit a warning message rather than an exception on query failure * Add exc_info=True to warning message
* refactor(frontend): move utils to typescript (#9101) * refactor(frontend): don't export interfaces * test(frontend): update types and test for isValidChild
Update to README Resources section with May 2020 virtual meetup recording and link to Youtube channel
* delete controls * move columnoption to controls * update package and remove columnoption * fix: remove console and fix import * fix: lint * update version * fix last rebase * fix: lint:
…ent (#9734) * Implement csv upload func for schema enforcement Implement function controlled csv upload schema Refactor + fix tests Fixing hive as well * Add explore_db to the extras Co-authored-by: bogdan kyryliuk <bogdankyryliuk@dropbox.com>
* chore: don't create examples db on 'superset init' * fix isort
Bump @superset-ui/legacy-preset-chart-table to fix disabled page length support. See apache-superset/superset-ui#522
Co-authored-by: John Bodley <john.bodley@airbnb.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CATEGORY
Choose one
SUMMARY
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
ADDITIONAL INFORMATION
REVIEWERS