This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 28, 2022
-
-
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>
-
- 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
-