This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 09, 2023
-
-
metamben authored
-
metamben authored
* Omit :effective-type from legacy MBQL queries Fixes #30461.
-
Case Nelson authored
* Ignore provided metadata on new cards Fixes #30610 Removed an optimization that was put in place for copying cards that trusted the front end to pass in the correct result_metadata. Now, on new cards we ignore the passed in metadata and recalculate fresh. On models, however, we recalculate fresh metadata and combine it with the provided metadata. * Update test based on PR feedback
-
Nemanja Glumac authored
-
Ryan Laurie authored
* use syncable_schemas endpoint for upload settings * add syncable_schemas endpoint to mock * add e2e test for empty schema
-
Nemanja Glumac authored
* Do not render menu item that has both `action` and `link` props * Add unit tests * Address PR comment and refactor tests
-
Cal Herries authored
* Parse numbers according to number_separators setting * Add more test cases * Fix error * Dedupe tests * Make fn private * Doc fixes etc. --------- Co-authored-by:
Tim Macdonald <tim@tsmacdonald.com>
-
Tim Macdonald authored
-
Anton Kulyk authored
-
- May 08, 2023
-
-
john-metabase authored
Commands can now specify a command-line arg spec to enable automatic argument parsing and improved help text. New commands should use this arg spec format and existing commands can be updated if desired. * Adds tools.cli command parsing and improved option behavior for v2 export and load * Fixes --no-collections export, empty settings export * Improves command error handling, adds help text on error * Lists valid commands when unknown command is given * Cleans up collection selection for generic export * Supports --user by email in serdes v2 export
-
Jeff Bruemmer authored
-
Nemanja Glumac authored
-
Ariya Hidayat authored
-
Luiz Arakaki authored
-
Anton Kulyk authored
* Fix missing `fk_target_field_id` * Add missing `effective_type` properties * Fix discount column's `semantic_type` * Fix order's user_id column name * Fix `ORDERS.PRODUCT_ID` name
-
Ryan Laurie authored
-
Anton Kulyk authored
* Remove `metabase-types/types/Collection` * Remove `metabase-types/types/Dashboard` * Remove `metabase-types/types/Dataset` * Remove `metabase-types/types/Auto` * Remove `metabase-types/types/Label` * Remove `metabase-types/types/Revision` * Remove `metabase-types/types/Snippet` * Remove `metabase-types/types/User` * Remove `metabase-types/types/Metadata` * Remove `metabase-types/types/redux` * Remove `metabase-types/types/Segment` * Remove `metabase-types/types/Metric` * Remove `metabase-types/types/Visualization` * Remove `metabase-types/Field` * Remove `metabase-types/types/Table` * Remove `metabase-types/types/Database` * Remove `metabase-types/types/index` * Remove `metabase-types/types/Query` * Remove `metabase-types/types/Parameters` * Remove `metabase-types/types/Card` * Remove irrelevant remapped column test * Fix type
-
john-metabase authored
-
Natalie authored
-
Natalie authored
-
- May 05, 2023
-
-
Ryan Laurie authored
-
Cal Herries authored
* Add `include_empty` parameter to GET /api/database/{id}/schemas endpoint * Reuse filtered-syncable-schemas * Add schemas driver feature flag * Add comment * Add driver specific tests for all-schemas * Fix kondo * Revert "Add schemas driver feature flag" This reverts commit 91474aff84dfb7e47f392de5836c0d18a508b23f. * Rename to syncable-schemas and create new endpoint * syncable-schemas default impl * Update tests * Add multimethod to driver changelog * Fix Tamas' suggestions
-
Nemanja Glumac authored
[ci skip]
-
Nick Fitzpatrick authored
-
Jeff Bruemmer authored
* slack channel renaming note * note on alerts
-
Ryan Laurie authored
* revised upload settings * better tests * update padding and show only single button * update schema input label * handle button race conditions and empty schema state * remove resolved TODO
* fix ref types * more tests * test empty schema state * fix e2e upload test -
Nick Fitzpatrick authored
* Generate Dashboard PDFs * Moving style logic to classes rather than style sheet * removing most logic from onClone * adjusting build js heap size * moving node_options to build-release:js * removing heap stuff * set up externals
-
Cal Herries authored
* Tidy database-supports? defmethods * Fix oracle build * Fix driver * Fix typo * prefer driver/database-supports? instead of driver/supports? * driver/supports? -> driver/database-supports? in tests * Fix foreign-key support for sqlite in tests * supports? -> database-supports? * `supports?` -> `database-supports?` * supports? -> database-supports? * Update supports? docstring * Fix tests * Fix test * Remove unused require * Add mt/with-everything-store in tests * fix test * Fix tests * Add note in driver changelog
-
Cal Herries authored
-
Tim Macdonald authored
* Parse currency appropriately in CSVs * Remove digit separator parsing for now * Formatting * Don't attempt to parse commas in floats * Add back removing separators --------- Co-authored-by:
Callum Herries <hi@callumherries.com>
-
- May 04, 2023
-
-
Nemanja Glumac authored
* Upgrade webpack to 5.82.0 * Upgrade webpack-cli to 5.0.2 * Upgrade webpack-dev-server to 4.13.3
-
Cal Herries authored
-
Anton Kulyk authored
* Make `createMockEntitiesState` private * Add `createMockMetadata` helper * Use `createMockMetadata` in `DashCardMenu` tests * Use `createPlaceholderEntitiesState` * Revert "Use `createMockMetadata` in `DashCardMenu` tests" This reverts commit 45e17553dec92a53ec832bdcede68d4e9708e434. * Don't return `state` from `createMockMetadata` * Rename `createEntitiesState`
-
Anton Kulyk authored
* Add metrics and segments to entity store type * Add "sensitive" field visibility type * Add missing properties to MLv1 metadata classes * Handle metrics and segments in `createEntitiesState` * Convert metadata selector file to TypeScript * Fix type errors * Remove not used selectors * Don't export private selectors * Remove `getDatabases` selector * Remove `getFields` selectors * Fix types * Use normalized entity types in metadata selectors
-
- May 03, 2023
-
-
Case Nelson authored
* [MLv2] Make aggregation references use source uuid * Fix linter * Fix tests - :aggregation field_ref from legacy metadata was getting picked up by multimethod * Address PR feedback * Use new fn for converting opts
-
metamben authored
Fixes #26054. The Snowflake JDBC driver is buggy: schema and table name are interpreted as patterns in DatabaseMetaData.getPrimaryKeys and DatabaseMetaData.getImportedKeys calls. This PR replaces the default JDBC functions with ones that escape the names.
-
Roman Abdulmanov authored
-
Alexander Polyankin authored
-
Ryan Laurie authored
-
Ariya Hidayat authored
-