This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Oct 03, 2022
-
-
Nemanja Glumac authored
-
Nick Fitzpatrick authored
* Adding columnHasSettings function to ChartSettingFieldPicker * PR Feedback
-
Jeff Bruemmer authored
-
Dalton authored
-
Nick Fitzpatrick authored
* Adding placeholder and footer to Viz Settings Map Region * PR Feedback * Adding Component Display Name for CustomMapFooter
-
Nemanja Glumac authored
-
Dalton authored
-
Dalton authored
* Trigger a query run on tab change if the query is dirty * Ensure field is focused after a query run
-
Mahatthana (Kelvin) Nomsawadi authored
-
Alexander Polyankin authored
-
Cal Herries authored
* Remove the title from all panes and put it in the sidebar header component, next to the back button * Return cards with db metadata * Load all questions into DatabaseTablesPane * Only load questions from the selected database * Create ModelPane * remove mapDispatchToProps * Style ModelPane and reuse FieldPane for model fields * Use FieldList for TablePane and ModelPane * Load connected tables * Create ConnectedTablesList * Restyle DatabaseTablesPane * Adjust styles * smaller ModelPaneIcon * ModelPaneText font weights * description spacing * icon colors and spacing * appease the linter for real * Only load models for a given database * Add model ID next to each model * Remove TODO * Undo changes to database api * Refactor files * Add _target="blank" for model "See it" link * Pluralize copy * Fix i18n * Change back TablePane from tsx -> jsx * Tidy * Don't show models if there aren't any * Tidy (consistency) * Add BE tests * Do a read-check for the database * Revert "Add BE tests" This reverts commit 8d18f4e12636e32fda2b5b670124d69237fce5bd. * Revert "Only load models for a given database" This reverts commit 028ba43f20d55fef0aaf484d3557e75ae5501758. * Change endpoint to database/:id/models * Tidy * Use name in SQL, not display name * Add e2e test for models pane * Tidy * Fix e2e test - no more "back" text after redesign * Convert SchemaPane to tsx * Revert "Do a read-check for the database" This reverts commit 550fc0eb31268d204b6dc7c853b9d2fc7ad50ecc. * Fix endpoint for nil edit info * Fix listQuestions path * Rename test * Remove prn * Batch of suggested changes * Convert ModelPane to typescript * Convert to tsx * Replace any * Tidy * Add permissions tests for GET api/database/:id/models * Remove redundant code * Fix typecheck error for getQuestionFromCard * Rename models -> sortedModels * Remove comment * Use useMemo * Remove /api/database/:id/models endpoint, use api/search instead * Correct docstring * Remove separate listModelsForDatabase endpoint Co-authored-by:
Maz Ameli <maz@metabase.com>
-
Alexander Polyankin authored
-
- Sep 30, 2022
-
-
Bryan Maass authored
* untangled date time ranges (and filters) * more tests for relative dates * Update test/metabase/driver/common/parameters/dates_test.clj Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com> * respond to review + remove an extra tap> * remove java time * with-clock is not allowed inside parallel tests. Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com>
-
Cam Saul authored
-
Natalie authored
-
Cal Herries authored
-
Kyle Doherty authored
-
Cal Herries authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Nemanja Glumac authored
* Remove unused `underscore` imports from `.ts` files * Remove unused `underscore` imports from `.tsx` files * Remove unused `underscore` imports from `.jsx` files * Remove unused `underscore` imports from `.js` files
-
Tim Macdonald authored
-
Nemanja Glumac authored
-
- Sep 29, 2022
-
-
Cam Saul authored
* Make Database details NOT NULL; add defaults for Database created_at and updated_at * Add default value for `:details` to SerDes load-xform * Fix MySQL UTF-8 test
-
Cam Saul authored
* Reset changes and go thru everything again to make sure it makes sense * Test fixes
-
Cam Saul authored
Destroy open connections when resetting app DB; add `ReentrantReadWriteLock` around app DB `getConnection` (#21664) * Destroy open connections when resetting app DB * Use no-op dummy app DB * Ok, don't shut down the app DB because it breaks in-memory app DBs * Stop/start task scheduler * Test fix ? * Another test fix
* Simplified impl * Revert task changes * Fix connection-pool destroying code * Use ReentrantReadWriteLock for simpler implementation * More doc -
dpsutton authored
* indentation only * Fix creation check for mysql * Test that all persisting dbs can persist * Erran tap> (whoops)
-
Cam Saul authored
* `POST /api.ee/serialization/serialize/data-model` endpoint * Sort namespaces * Don't use `tru` for endpoint params validation
-
Dalton authored
* Fix/refactor QB dirty results selector * Don't clobber query results & last run card when canceling model changes * Always rerun updated questions if they have a dirty query * Add action that only reruns dirty question queries * Stop rerunning model queries in a few scenarios where they don't need to run * Fix e2e tests * Add e2e tests to ensure reruns when necessary
-
Jeff Bruemmer authored
-
Tim Macdonald authored
-
Jeff Bruemmer authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Jeff Bruemmer authored
* add instructions to convert key to der * omit paragraph re: sslmode
-
Alexander Polyankin authored
-
Nemanja Glumac authored
-
Ngoc Khuat authored
-
- Sep 28, 2022
-
-
Ngoc Khuat authored
* Implement advanced date/time/zone manipulation, part 1 Incorporate new functions into MBQL and add tests: - get-year - get-quarter - get-month - get-day - get-day-of-week - get-hour - get-minute - get-second * Fix BigQuery implementations to call extract Mark as not supported in legacy driver * Add date extraction fns for Postgres * Disable in MongoDB (for now at least) Disable in BigQuery (legacy driver) Add implementations for presto-jdbc * Misc cleanup from Jeff's PR * Update Jeff's implementation of bigquery-cloud-sqk * Reorganized tests * Mongo * Oracle * Sqlserver * Sqlite * Add casting supports for presto * Remove Jeff's implementation of presto-jdbc because its parent is sql-jdbc * Update presto-jdbc tests to use the same catalog for all datasets * Add date extraction functions to the expression editor (#25382) * make sure the semantic type of aggregated columns are integer * no recursive call in annotate for date-extract func * get-unit -> temporal-extract(column, unit) * desguar nested datetime extraction too
-
Nick Fitzpatrick authored
* Changing graph viz settings toggles to inline, updating radio buttons to segmentedControl inputs * PR Feedback
-