This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 30, 2022
-
-
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
-
Nick Fitzpatrick authored
* Adding missing placeholders to various viz settings * Removing translation from $ * PR Feedback
-
Nick Fitzpatrick authored
-
Nick Fitzpatrick authored
* Remove Stacking option when only 1 stackable series is present * Updating isValid property for stackable.stack_type * Fixing Tests
-
Jeff Bruemmer authored
-
Natalie authored
-
Nemanja Glumac authored
* Upgrade Cypress to `v10.9.0` * Migrate Cypress plugins to the new config * Replace deprecated `ignoreTestFiles` option * Migrate `Cypress.json` to the new config * Extend the config * Upgrade `cypress-grep` library
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
-
Nemanja Glumac authored
* Tag tests that rely on Webmail SMTP server * Tag tests that rely on external QA databases * Tag tests that rely on docker LDAP server * Update the dev documentation * Fix typo
-
Alexander Polyankin authored
-
- Sep 27, 2022
-
-
Ariya Hidayat authored
-
Natalie authored
-
Ryan Laurie authored
* stop infinite error reload
-
Nick Fitzpatrick authored
-
Ryan Laurie authored
* add inline forms for actions * better style names
-
Nick Fitzpatrick authored
-
Ryan Laurie authored
* simplify action click drill * better validator type
-
Jeff Bruemmer authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Refactor static waterfall chart to use a single entrypoint * Consolidate static watetrfall chart * Update waterfall chart text size to match combo-chart * Move `<Values />` from XYChart/ to be under components/ Since it'll be used by waterfall chart * Fix `<Values />` key error (forgot to add key attribute) * Show data point values on waterfall chart * Fix failed BE tests * Fix test -> wrong `waterfall-type` used. And test both types The waterfall component was changed to take a type argument, instead of having 2 functions for nearly identical output. The failing test just passed the wrong string to the key argument. * Change waterfall keys from strings to Clojure keys * Remove redundant test. Categorical also handled in `waterfall-test` * Fix clj-kondo lint error * Cleanup conditional statements * Miscellaneous code cleanup * Update waterfall test to render data point values * Fix waterfall chart data point values not center in the bar * Make some API for static waterfall chart with total saner Co-authored-by:
Adam James <adam.vermeer2@gmail.com>
-