-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Restyle Feature/remove access to public dashboard #4661
Commits on Oct 27, 2019
-
Migrate Parameters component to React (#4006)
* Start Parameters Migration * Add dirtyCount * Use workaround with setState * Apply Changes * Add EditSettingsDialog * Add Cmd/Ctrl + Enter behavior * Remove isApplying * Delete Angular version of parameters * Update tests * Remove angular stuff * Update jest * Drag placeholder * Update events * Use old button styling and move css * Reviewing code * Add parameter rearrange test * Add Parameter Settings title change test * Update Parameter Settings button styling * Move parameter url logic back to Parameters * Disable url update when query is new * Styling changes (#4019) * Ran's title width styling * Update drag test * Improve sizing for Number inputs Co-Authored-By: Ran Byron <[email protected]> * Fix issue with dragged parameter wrapping Co-Authored-By: Ran Byron <[email protected]> * Don't reevaluate dirtyParamCount * Allow multiple values :) * Fix parameter alignments * Fix Select width on search * Update client/app/components/Parameters.less Co-Authored-By: Ran Byron <[email protected]> * Humanize param.name * Make sure angular updates Execute disabled status
Configuration menu - View commit details
-
Copy full SHA for 6b39437 - Browse repository at this point
Copy the full SHA 6b39437View commit details -
Add more flake8 tests and fail build if any test fails (#4055)
* Add more flake8 tests and fail build if any test fails Run all flake8 E9xx + F63x + F7xx + F82x tests. * long = long in Python 2
Configuration menu - View commit details
-
Copy full SHA for 56d444b - Browse repository at this point
Copy the full SHA 56d444bView commit details -
Fix: MySQL connections without SSL are failing (#4090)
* Move connection logic into a single method & make sure not to pass ssl value if not used. * Remove wildcard import and format file.
Configuration menu - View commit details
-
Copy full SHA for 4866be6 - Browse repository at this point
Copy the full SHA 4866be6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee85923 - Browse repository at this point
Copy the full SHA ee85923View commit details -
Make sure we always pass a list to _get_column_lists (#4095)
(some data sources might return None as the columns list)
Configuration menu - View commit details
-
Copy full SHA for d53d05c - Browse repository at this point
Copy the full SHA d53d05cView commit details -
[Data Sources] Add: Azure Data Explorer (Kusto) query runner (#4091)
* [Data Sources] Add: Azure Data Explorer (Kusto) query runner * CodeClimate fixes * Remove TODO * Fixed configuration properties names for Azure Kusto * Azure Kusto: get_schema in one query * azure-kusto-data update to 0.0.32 * Add Kusto to the default query runners list
Configuration menu - View commit details
-
Copy full SHA for 21ac9e8 - Browse repository at this point
Copy the full SHA 21ac9e8View commit details -
[Qubole] - Adding support to process Quantum query types. (#4066)
* [Qubole] - Adding support to process Quantum query types. Quantum is a serverless interactive service that offers direct SQL access to user's data lake. Changes are made to accept `quantum` query type from user which makes `Cluster Label` as optional. * -Making quantum as defult query. -Dictionary safe access to connection parmeters * keeping pep8 standards * Maintainig pep8 std * Use latest version of qds-sdk * Use qds-sdk v1.13.0 * Use qds-sdk v1.12.0 * Use qds-sdk v1.13.0 * Updating SDK with verified version * hive as default query type * qds-sdk : Locking most recent release version * qds-sdk : Locking recent release version * falling back to original version of qds-sdk
Configuration menu - View commit details
-
Copy full SHA for cbfd994 - Browse repository at this point
Copy the full SHA cbfd994View commit details -
Dashboard: when updating parameters, run only relevant queries (#3804)
* refresh only affected queries in dashboard when parameters are changed * rename pendingParameters to updatedParameters * select which widgets to update according to their mapping as a dashboard-level parameter * use lodash's include
Configuration menu - View commit details
-
Copy full SHA for 61a80ad - Browse repository at this point
Copy the full SHA 61a80adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0207ba1 - Browse repository at this point
Copy the full SHA 0207ba1View commit details -
Update badge in README.md to link to CircleCI (#4104)
* Update README.md * Update README.md * Update README.md Co-Authored-By: Ran Byron <[email protected]> * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 194d4e1 - Browse repository at this point
Copy the full SHA 194d4e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e9db06 - Browse repository at this point
Copy the full SHA 7e9db06View commit details -
Fix: allow users with view only acces to use the queries in Query Res…
…ults (#4112) * Fix: allow users with view only acces to access the queries * Add tests * Update error message * Update error message. Take 2
Configuration menu - View commit details
-
Copy full SHA for 8af099b - Browse repository at this point
Copy the full SHA 8af099bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e776544 - Browse repository at this point
Copy the full SHA e776544View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8440d3 - Browse repository at this point
Copy the full SHA a8440d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 966b599 - Browse repository at this point
Copy the full SHA 966b599View commit details -
Move annotation logic into Query Runner (#4113)
* Code formatting * Move annotation logic into query runner, so it can be overriden in the query runner. * Add mixin to __all__ * Switch to flag instead of mixin * Feature (Redshift): option to set query group for adhoc/scheduled queries (#4114) * Add scheduled status to query job metadata. * Add: option to set query group for adhoc/scheduled Redshift queries * Scheduled might not be set for already enqueued queries.
Configuration menu - View commit details
-
Copy full SHA for cc21a32 - Browse repository at this point
Copy the full SHA cc21a32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10b57b6 - Browse repository at this point
Copy the full SHA 10b57b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b59e210 - Browse repository at this point
Copy the full SHA b59e210View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49b3dca - Browse repository at this point
Copy the full SHA 49b3dcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dea1d6 - Browse repository at this point
Copy the full SHA 4dea1d6View commit details -
Widget table scroll-x visible (#4101)
* Table viz horizontal scroll made visible * Added tests * Fixed snapshot pre-condition * Perhaps this would trigger percy
Configuration menu - View commit details
-
Copy full SHA for 959822c - Browse repository at this point
Copy the full SHA 959822cView commit details -
Upgrade Sentry-SDK and enable additional integratoins (#4127)
* Update sentry-sdk version * Add additional Sentry integrations
Configuration menu - View commit details
-
Copy full SHA for c9b3c95 - Browse repository at this point
Copy the full SHA c9b3c95View commit details -
Migrate Counter visualization to React (#4106)
* Migrate Counter to React: Renderer * Migrate Counter to React: Editor * Cleanup * Review and fix rows indexing algorithm * Counter not properly scaled in editor * Fix wrong label for/input id pair * Tests * Tests * Fix vendor prefixes * Remove unnecessary useEffect dependencies * Update tests * Fix Percy snapshot names
Configuration menu - View commit details
-
Copy full SHA for 4edfd23 - Browse repository at this point
Copy the full SHA 4edfd23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a74263 - Browse repository at this point
Copy the full SHA 4a74263View commit details -
Decrease size of widget pagination (#4120)
* Added tests * Perhaps this would trigger percy * Decrease size of widget pagination * Removed unused attr * Updated tests
Configuration menu - View commit details
-
Copy full SHA for c74ece4 - Browse repository at this point
Copy the full SHA c74ece4View commit details -
Allow the user to decide how to handle null values in charts (#4071)
* #2629 Refactor Chart visualization, add option for handling NULL values (keep/convert to 0.0) * Handle null values in line/area stacking code; some cleanup * Handle edge case: line/area stacking when last value of one of series is missing * Mjnor update to line/area stacking code * Fix line/area normalize to percents feature * Unit tests * Refine tests; add tests for prepareLayout function * Tests for prepareData (heatmap) function * Tests for prepareData (pie) function * Tests for prepareData (bar, line, area) function * Tests for prepareData (scatter, bubble) function * Tests for prepareData (box) function * Remove unused file
Configuration menu - View commit details
-
Copy full SHA for d2d78e7 - Browse repository at this point
Copy the full SHA d2d78e7View commit details -
Alerts: Add more condition comparison options (#4134)
* #4132 Add more condition comparison options * Add arguments to fallback lambda
Configuration menu - View commit details
-
Copy full SHA for 2cdc882 - Browse repository at this point
Copy the full SHA 2cdc882View commit details -
Configuration menu - View commit details
-
Copy full SHA for f252821 - Browse repository at this point
Copy the full SHA f252821View commit details -
Migrate Chart visualization to React Part 1: Renderer (#4130)
* Migrate Chart visualization: Renderer * Refine PlotlyChart component; move stylesheets to visualization's folder * Migrate Custom JS Chart to React * Cleanup
Configuration menu - View commit details
-
Copy full SHA for da09de6 - Browse repository at this point
Copy the full SHA da09de6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe477aa - Browse repository at this point
Copy the full SHA fe477aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bf4219 - Browse repository at this point
Copy the full SHA 7bf4219View commit details -
Allow users to share aggregated usage information with us (#4108)
* Initial commit of BeaconConsent component * Add comment about being able to change setting * Use <Text> correctly * Final version of consent screen * Show beacon consent message on homepage only if it wasn't enabled already. * Add consent setting to organization settings screen. * Add support for custom message in OrgSetting.save. * Implmenet consent saving. * If consent given, send extra data * Add HelpTrigger * Make CodeClimate happy * Wrap everything with DynamicComponent
Configuration menu - View commit details
-
Copy full SHA for f0ba045 - Browse repository at this point
Copy the full SHA f0ba045View commit details -
CHANGELOG for V8-beta. (#4057)
* CHANGELOG for V8-beta. * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 76e0fa6 - Browse repository at this point
Copy the full SHA 76e0fa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c622a76 - Browse repository at this point
Copy the full SHA c622a76View commit details -
Query Snippets: Use onClick instead of link for 'Click here' option (#…
Configuration menu - View commit details
-
Copy full SHA for c5a65b3 - Browse repository at this point
Copy the full SHA c5a65b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba0cceb - Browse repository at this point
Copy the full SHA ba0ccebView commit details -
Widget filters overlapped by visualization (#4137)
* Fix: widget filters overlapped by visualization * Fix tests * Fix tests
Configuration menu - View commit details
-
Copy full SHA for f5802d2 - Browse repository at this point
Copy the full SHA f5802d2View commit details -
CHANGELOG for v8.0.0-beta.2 (#4145)
* Stop building tarballs. * Update version reference. * CHANGELOG for 8.0.0-beta.2
Configuration menu - View commit details
-
Copy full SHA for 13b6bfc - Browse repository at this point
Copy the full SHA 13b6bfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6227a1d - Browse repository at this point
Copy the full SHA 6227a1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8de1fa3 - Browse repository at this point
Copy the full SHA 8de1fa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e94515d - Browse repository at this point
Copy the full SHA e94515dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a16f551 - Browse repository at this point
Copy the full SHA a16f551View commit details
Commits on Nov 11, 2019
-
Fix the DB migration so that the correct key is used for encrypting D…
…S credentials. (#4345) Without this upgrades from at least v5 (and earlier) won't work.
Configuration menu - View commit details
-
Copy full SHA for a0a20ec - Browse repository at this point
Copy the full SHA a0a20ecView commit details
Commits on Nov 13, 2019
-
Bump pymssql to get around pymssql/pymssql#520; specify version of pa…
…ndas to allow clean install against vanilla Python 2.7.17 (#4287)
Configuration menu - View commit details
-
Copy full SHA for 1bea65c - Browse repository at this point
Copy the full SHA 1bea65cView commit details
Commits on Nov 17, 2019
-
Add CHANGELOG entry for v8.0.1 (#4367)
* Add CHANGELOG entry for v8.0.1 * Update version in __init__.py * Update version in package.json
Configuration menu - View commit details
-
Copy full SHA for cd13c97 - Browse repository at this point
Copy the full SHA cd13c97View commit details
Commits on Feb 19, 2020
-
Remove embed option. Remove public sharing of dashboards. Allow DML q…
…ueries in Athena. Add updates on redash home page.
Configuration menu - View commit details
-
Copy full SHA for c531847 - Browse repository at this point
Copy the full SHA c531847View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31d7b01 - Browse repository at this point
Copy the full SHA 31d7b01View commit details -
Configuration menu - View commit details
-
Copy full SHA for e154df2 - Browse repository at this point
Copy the full SHA e154df2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d94e662 - Browse repository at this point
Copy the full SHA d94e662View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f4e36f - Browse repository at this point
Copy the full SHA 3f4e36fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79ba4ca - Browse repository at this point
Copy the full SHA 79ba4caView commit details -
Configuration menu - View commit details
-
Copy full SHA for a28559c - Browse repository at this point
Copy the full SHA a28559cView commit details -
Configuration menu - View commit details
-
Copy full SHA for af682cc - Browse repository at this point
Copy the full SHA af682ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ef67f8 - Browse repository at this point
Copy the full SHA 3ef67f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfb21f1 - Browse repository at this point
Copy the full SHA cfb21f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b65badb - Browse repository at this point
Copy the full SHA b65badbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 002a2f3 - Browse repository at this point
Copy the full SHA 002a2f3View commit details