This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Feb 20, 2023
-
-
Nemanja Glumac authored
-
Nemanja Glumac authored
* Add path filtering to codenotify workflow * Upgrade action to its latest version (v0.6.4)
-
Anton Kulyk authored
-
Anton Kulyk authored
* Add explanation text to the action editor * Replace link
-
Anton Kulyk authored
* Fix presenting required parameters * Add tests
-
Nemanja Glumac authored
* Upgrade `esbuild` to `0.17.9` * Upgrade `@bahmutov/cypress-esbuild-preprocessor` to `2.2.0`
-
- Feb 18, 2023
-
-
Aleksandr Lesnenko authored
-
Gustavo Saiani authored
-
Nemanja Glumac authored
-
- Feb 17, 2023
-
-
Cam Saul authored
-
Cam Saul authored
* Robust Snowflake test data loading * Handle invalid dates
-
Gustavo Saiani authored
-
Alexander Polyankin authored
-
Nemanja Glumac authored
-
john-metabase authored
* Removes :presto driver and tests * Merges :presto-common into :presto-jdbc * Adds migration to update presto databases to presto-jdbc --------- Co-authored-by:
Cam Saul <github@camsaul.com>
-
Ryan Laurie authored
* disable action buttons when actions are disabled on a db * destructure props
-
Alexander Polyankin authored
-
Nemanja Glumac authored
This makes it possible to have these matrix-generated jobs mark as required, even in situations when file-path filter doesn't trigger the original test.
-
Ryan Laurie authored
* Allow questions to use Object Detail Visualization * add unit tests for new functionality * use column settings in object detail table * remove questionLink icon * disable click behavior for object detail * use new column settings widgets for object detail settings * update tests * update nulls e2e test * better empty state for missing columns * obey column settings in object detail header * update tests * use table.column setting * fix click map mesasge
-
john-metabase authored
* Updates param parser to ignore SQL comments * Adds code to disable SQL comment handling in Mongo native query param parsing
-
Nemanja Glumac authored
-
Tim Macdonald authored
-
Nemanja Glumac authored
[ci skip]
-
Anton Kulyk authored
* Fix unexpected `footerVariant` prop * Fix `body` background color * Fix horizontal scroll on mobile
-
Anton Kulyk authored
-
Alexander Polyankin authored
-
Tim Macdonald authored
-
Cal Herries authored
* Fix null parameters for implicit actions * Fix test for dashboard and add action_id GET /api/dashboard/:id/cards endpoint schema * Fix endpoint * Update src/metabase/models/action.clj Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com> --------- Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
Nemanja Glumac authored
[ci skip]
-
Cam Saul authored
* Spark SQL => Honey SQL 2 * Fix stuff
-
Cam Saul authored
* Oracle Honey SQL 2 * Remove debugging function * Fix concat() * Oracle should use numbers for booleans when loading test data
-
- Feb 16, 2023
-
-
Ryan Laurie authored
-
Nemanja Glumac authored
* Attempt to fix flaking embedding-native e2e test * Fix typo
-
Nemanja Glumac authored
-
Ryan Laurie authored
-
Nemanja Glumac authored
[ci skip]
-
Natalie authored
-
Cam Saul authored
* Remove driver methods deprecated in 43 and older * Oops don't delete read-column-thunk * Update Vertica to implement read-column-thunk instead of read-column * Remove stray reference to syncable-schemas --------- Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
Mark Bastian authored
The `personal_owner_id` field is now added to the Collection when computing collection ancestors.
-
adam-james authored
* Static Viz Line/Area/Bar Should now respect set Y-axis min/max The values for y-axis min and max are available to the static-viz js, it is just a matter of pulling them into the y domain calculations. This PR also adds a rendering test to the backend unit tests to confirm that the setting is respected through the render pipeline. * Make tests better by not re-rendering for every node lookup. Just render each hiccup tree once, and search that tree multiple times instead. Just straight up a better way to do this test! * Make variable names clearer so they don't get mistaken for fns
-