This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 28, 2022
-
-
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>
-
- Sep 26, 2022
-
-
Cam Saul authored
* Switch to humane-are * Fix some busted `are`s * Remove unused namespaces
-
metamben authored
* Implement DB specific execution permissions Separate execution permissions from data permissions as a new dimension like application features. Create a new endpoint for getting and setting these permissions.
-
Nemanja Glumac authored
-
Jeff Bruemmer authored
-
dpsutton authored
* Substitute persisted queries in parameter card references ```sql select o.total, o.quantity, model_p.category, model_p.title from orders o left join {{#14-pg-products}} model_p -- reference to products model on o.product_id = model_p.id limit 4 ``` Testing: I'm unhappy with how verbose the test is. At some point we're going to need a better, standardized way to test persistence. But the test makes a persisted table of the test-data.categories table (test/metabase/test/data/dataset_definitions/test-data.edn). It runs some sql to update the values in the table to turn `"Winery"` -> `"Winery from cached table"`, joins the two tables together to have both at once. There's a lot of moving pieces and the setup is a bit verbose. There's also no obvious place where these types of tests should go. We'll need to consolidate them in the future (and extend them). * persisted macro * docstring for `persisted-info-native-query` * alignments and small nits * Reuse persistence macro * clj-kondo cleanups * remove clj-kondo change before rebase
-
Alexander Polyankin authored
-
Jeff Bruemmer authored
-
Natalie authored
-
Jeff Bruemmer authored
-
Alexander Polyankin authored
-
- Sep 23, 2022
-
-
Dalton authored
-
Natalie authored
-
Natalie authored
-
Dalton authored
* Remove redundant query runs * Don't show dirty mode screen and add exceptional code to handle editing dataset question * Fix unit test * jk no need to do that * Fix e2e tests * Refactor/fix getIsResultDirty selector * Add updateQuestion unit test * update fn name
-
Natalie authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Fix rotated x-axis tick labels margin * Adjust spacing * Remove unused imports.
-
Alexander Polyankin authored
-
metamben authored
* Introduce /execution/ permission
-
Cal Herries authored
* Extract updateTemplateTagNames from initializeQB * Move updateTemplateTagNames back to intializeQB * Rename variable
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Cal Herries authored
* Tidy propagateDashboardParameters * Add comment for propagateDashboardParameters * Update comment * Add comments to shouldPropagateDashboardParameters * Expand boolean expression * Remove redundant comments
-
Ngoc Khuat authored
* the fix * adding some tests * alternative solution in which we don't merge metadata for aggregation fields at all * wording for the docstring * use partial= and remove smart quotes. Thanks Cam
-
Nemanja Glumac authored
* Rename setup spec * Generate sample database metadata * Configure datamodel settings * [TEMP] Trigger workflow run in the current branch * Authenticate as admin * Tweak popover getter * Do not use popover at all * Use scrollable container * Add initial questions * Expand smoke test checks * Dismiss the `qnewb` modal * Wait for the card query to load * Revert "[TEMP] Trigger workflow run in the current branch" This reverts commit 8f8601e5fbcbe5520efe056b806f09a89af83624.
-
- Sep 22, 2022
-
-
Bryan Maass authored
* Handle bigint and boolean casts properly - Add JSON -> SerializedJSON to `database-type->base-type` * adds tests json bigint and boolean types for mysql * Fix most of the tests - still need to figure out :type/BigInteger vs :type/Integer * fiddling with tests * handle json booleans via default mechanism * fix tests * remove not(not(...)) from test * bonk the test - also fixes ddl.execute-with-timeout-test thrown? regex * remove inline def * try to get logs off ci * don't test json on mariadb -- that never worked * cleanup tests * revert change to driver/database-supports? :mysql :nested-field-columns * respond to code review comments
-
Cam Saul authored
* 347 errors, 34 warnings * 89 errors, 66 warnings * 63 errors, 39 warnings * 52 errors, 33 warnings * 23 errors, 22 warnings * 13 errors, 4 warnings * Fix the last few errors. * Sort Kondo config
-
Noah Moss authored
* allow disabling custom geojson via env var * add env var to docs and tweak setting description
-
Noah Moss authored
-