This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Apr 11, 2023
-
-
Cal Herries authored
* Add upterm session * Add sleep to avoid race condition * Remove upterm session * Temporarily remove flaky test * Remove sleep
-
- Apr 10, 2023
-
-
Emmad Usmani authored
* refactor custom `TabList` from `ModelDetailPage` into a core component (#29669) commit-id:e6ea2eb9 * add menu to `TabButton` (#29697) * add `disabled` prop to `TabButton` (#29772) * create renameable `TabButton` variant (#29801) * add `showMenu` prop and fix bg color
-
Case Nelson authored
-
Case Nelson authored
* Rename stage field to fields * Convert join condition to conditions * Do legacy to mbql conversion in lib.util/pipeline * Fixing tests * Do not convert questions twice * Fix linter * Fix tests * Fix mongo tests that were building incorrect legacy queries * Fix mongo properly
-
Cam Saul authored
* Fix #29902 * Test fixes & PR feedback
-
Emmad Usmani authored
* Re-export typesafe redux hooks * rename `redux.unit.spec.js` * add support for `dispatch.action` syntax * use `createMockUser` * replace author name in comment with PR number * remove custom hooks in favor of using `extend-redux` * revert changes to `renderWithProviders`
-
metamben authored
-
Mark Bastian authored
Added code to infer some basic visualizations once sql is inferred. Includes tests.
-
Kyle Doherty authored
This reverts commit 1f402637.
-
metamben authored
-
Ngoc Khuat authored
-
Cam Saul authored
* MLv2: Add sample-dataset test metadata * Fixups * More fixes
-
Cal Herries authored
* Add safe DDL commands to the whitelist for actions * Run 'GRANT ALTER ANY SCHEMA TO GUEST;' on sample database * Grant permissions for test databases and add test for sample database * Fix test * Fix test * Add test for adding/removing columns
-
- Apr 09, 2023
-
-
Ngoc Khuat authored
-
- Apr 08, 2023
-
-
Denis Berezin authored
-
- Apr 07, 2023
-
-
Mark Bastian authored
Limiting viewable LLM modes to the latest version of each generation of GPT.
-
Ngoc Khuat authored
-
Cam Saul authored
-
Alexander Polyankin authored
-
Aleksandr Lesnenko authored
-
Alexander Polyankin authored
-
- Apr 06, 2023
-
-
Cam Saul authored
* MLv2 source-alias and desired-alias * Add tests for JVM metadata provider * De-duplicate JVM versions * Remove unused * Appease Kondo * Address PR feedback * Test fixes
* Fix padding logic. * Extra test cases -
Anton Kulyk authored
* Add test for saved question / model as a source * Fix Model metadata --------- Co-authored-by:
Cam Saul <github@camsaul.com>
-
Cam Saul authored
* orderable-columns should not return columns that are already in order-bys * Add test for table + join * More tests
-
Aleksandr Lesnenko authored
-
Cam Saul authored
* MLv2 display-info method * Update JS wrappers * Appease TypeScript * Remove unused import * Use hierarchy for new multimethod * Address PR feedback
-
Natalie authored
-
- Apr 05, 2023
-
-
Mark Bastian authored
Adding a more generic SQL inner query along with expected tests for supported dialects.
-
john-metabase authored
* Fixes backfill-ids/has-entity-id? * Adds hydration for Action :model * Adds test for Action :model hydration
-
Aleksandr Lesnenko authored
* hide ask metabot menu items when the model db is not supported * check for metabot support in other places
-
Mark Bastian authored
Modifying the metabot `supported?` query to be more generic. The intent of the query is to just see if the db supports a basic SQL select from a CTE.
-
Alexander Polyankin authored
-
Case Nelson authored
* Add direction arg to orderByClause * Update order_by.ts * Fix TypeScript error * Update order_by.ts --------- Co-authored-by:
Anton Kulyk <kuliks.anton@gmail.com>
-
Jeff Bruemmer authored
-
Emmad Usmani authored
-
Ryan Laurie authored
* update and test number display for gauge viz * update and test numeric display for progress viz * display null in scalar viz
-
Nemanja Glumac authored
* Rework repro for 16382 * Merge multiple "connection settings" tests together * Merge multiple "scheduling settings" tests together * Merge tiny test with the main body * Remove redundant tests * Rework the sample database action sidebar * Handle database exceptions in one spec * Move stray database test to exceptions spec * Move Postgres SSL test to external * Group together Google service account JSON tests * Custom caching * Move remaining pieces of add to external * Rename spec to `add-new-database` * Move repro for 20471 to exceptions * Add segments and metrics to the database we want to delete * Add `visitDatabase` helper
-
Cam Saul authored
* MLv2 Multimethod hierarchies * Remove test
-
Mark Bastian authored
Added both FE and BE tooling for integration with LLMs, called "metabot". FE adds prompts for querying models and databases. BE takes these prompts, calls a LLM, parses the response, and returns the result.
-
- Apr 04, 2023
-
-
Uladzimir Havenchyk authored
-