-
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
M23 rebase #3936
M23 rebase #3936
Commits on Jun 26, 2019
-
In docker-entrypoint ensure tables exist
Allen Short committedJun 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 42b438d - Browse repository at this point
Copy the full SHA 42b438dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45c007c - Browse repository at this point
Copy the full SHA 45c007cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e976f8 - Browse repository at this point
Copy the full SHA 9e976f8View commit details -
Switch to PyMySQL for MySQL 5.7 support
Allen Short committedJun 26, 2019 Configuration menu - View commit details
-
Copy full SHA for cfc8ac6 - Browse repository at this point
Copy the full SHA cfc8ac6View commit details -
Don't execute query when changing data sources (fixes #29)
Allen Short committedJun 26, 2019 Configuration menu - View commit details
-
Copy full SHA for e687f91 - Browse repository at this point
Copy the full SHA e687f91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 900d674 - Browse repository at this point
Copy the full SHA 900d674View commit details -
Filter tables from schema browser (re #31)
Allen Short committedJun 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 9f489f5 - Browse repository at this point
Copy the full SHA 9f489f5View commit details -
Merge mozilla schema updates with schema from master
Allen Short committedJun 26, 2019 Configuration menu - View commit details
-
Copy full SHA for d52b90a - Browse repository at this point
Copy the full SHA d52b90aView commit details -
Allen Short committed
Jun 26, 2019 Configuration menu - View commit details
-
Copy full SHA for e635b3c - Browse repository at this point
Copy the full SHA e635b3cView commit details -
Properly rollback failed db commits
Allen Short committedJun 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 3f352b8 - Browse repository at this point
Copy the full SHA 3f352b8View commit details -
In the long run we'll be able to install additional dependencies by having an own Dockerfile to build images based on the Redash image but that installs additional Python dependencies. But until we have a fork with lots of changes ourselves we need to do it this way. Redash-stmo contains the ability to hook up our own Dockerflow library. Refs #13 Refs #37
Configuration menu - View commit details
-
Copy full SHA for 2b1ff56 - Browse repository at this point
Copy the full SHA 2b1ff56View commit details -
Unique names for query parameters (re #164)
Allen Short committedJun 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 26b4ca5 - Browse repository at this point
Copy the full SHA 26b4ca5View commit details -
Closes #396: Integration with Flower.
Marina Samuel authored and Allen Short committedJun 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 18055cc - Browse repository at this point
Copy the full SHA 18055ccView commit details -
Use production build of react when deployed (fixes #606)
Allen Short committedJun 26, 2019 Configuration menu - View commit details
-
Copy full SHA for cd79722 - Browse repository at this point
Copy the full SHA cd79722View commit details -
Enable documentation links and versions of data sources (re #6).
Refs #537, #553. Co-authored-by: Marina Samuel <[email protected]> Co-authored-by: Allen Short <[email protected]>
Allen Short and Marina Samuel committedJun 26, 2019 Configuration menu - View commit details
-
Copy full SHA for ea1ab65 - Browse repository at this point
Copy the full SHA ea1ab65View commit details -
Show query results for execution after changing data sources (re #29) (…
…fixes #774)
Allen Short committedJun 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 3b54439 - Browse repository at this point
Copy the full SHA 3b54439View commit details -
Aggregate query results (re #35) (#339)
Allen Short committedJun 26, 2019 Configuration menu - View commit details
-
Copy full SHA for f42e8a1 - Browse repository at this point
Copy the full SHA f42e8a1View commit details -
Add empty migration to replace the removed schedule_until migration
Marina Samuel authored and Allen Short committedJun 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 41a70d1 - Browse repository at this point
Copy the full SHA 41a70d1View commit details -
Marina Samuel authored and Allen Short committed
Jun 26, 2019 Configuration menu - View commit details
-
Copy full SHA for af72a2a - Browse repository at this point
Copy the full SHA af72a2aView commit details
Commits on Jun 27, 2019
-
Schema Viewer Drawer (getredash#3291)
* Process extra column metadata for a few sql-based data sources. * Add Table and Column metadata tables. * Periodically update table and column schema tables in a celery task. * Fetching schema returns data from table and column metadata tables. * Add tests for backend changes. * Front-end shows extra table metadata and uses new schema response. * Delete datasource schema data when deleting a data source. * Process and store data source schema when a data source is first created or after a migration. * Tables should have a unique name per datasource. * Addressing review comments. * Update migration file for mixins. * Appease PEP8 * Upgrade migration file for rebase. * Cascade delete. * Adding org_id * Remove redundant column and table prefixes. * Non-existing tables and columns should be filtered out on the server side not client side. * Fetching table samples should be optional and should happen in a separate task per table. * Allow users to force a schema refresh. * Use updated_at to help prune old schema metadata periodically. * Using settings.SCHEMAS_REFRESH_QUEUE * fix for getredash#2426 test * more stable test_interactive_new * Closes #927, #928: Schema refresh improvements. * Closes #934, #935: Remove type from schema browser and don't show empty example column in schema drawer (#936) * Speed up schema fetch requests with fewer postgres queries. * Add column metadata to Athena glue processing. * Fix bug assuming 'metadata' exists for every table. * Closes #939: Persisted, existing table metadata should be updated. * Sample processing should be rate-limited. * Add cli command for refreshing data samples. * Schema refreshes should not overwrite column 'example' field. * refresh_samples() should filter tables_to_sample on the datasource's id being sampled * Correctly wrap long text in schema drawer. Co-authored-by: Alison <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eee3e6c - Browse repository at this point
Copy the full SHA eee3e6cView commit details -
Schema Improvements Part 2: Add data source config options.
Marina Samuel authored and Allen Short committedJun 27, 2019 Configuration menu - View commit details
-
Copy full SHA for ed3d67e - Browse repository at this point
Copy the full SHA ed3d67eView commit details -
Schema Improvements Part 2: Rebase Commit.
Marina Samuel authored and Allen Short committedJun 27, 2019 Configuration menu - View commit details
-
Copy full SHA for b1412ad - Browse repository at this point
Copy the full SHA b1412adView commit details -
Adding BigQuery schema drawer with data types and samples.
Marina Samuel authored and Allen Short committedJun 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 156ecb0 - Browse repository at this point
Copy the full SHA 156ecb0View commit details -
Reprocess tables with empty samples sooner.
Marina Samuel authored and Allen Short committedJun 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 4d800d8 - Browse repository at this point
Copy the full SHA 4d800d8View commit details -
Fix query id in parameter querystring names (fixes #942) (#969)
This was broken by upstream changes.
Allen Short committedJun 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 25adf75 - Browse repository at this point
Copy the full SHA 25adf75View commit details