This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 08, 2023
-
-
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
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Upgrade `reselect` and `re-reselect` * Use `createSelector` from `@reduxjs/toolkit` * Remove `createMemoizedSelector` * Uninstall `reselect` * Remove `DatabaseWithTables` type * Avoid type casting * Add `isNotFalsy` utility
-
Alexander Polyankin authored
-
Cal Herries authored
* Use display name from card for implicit actions * Remove fields arg from generateFieldSettingsFromParameters * Update implicit action test to include display-name * Tidy * Fix unit tests * Fix e2e test * Only include display-name in the parameters for implicit action types * Use `field.displayName()` * Fix some tests * Attempt to fix test * Fix ActionParametersInputForm unit tests * Only generate field settings from parameters if action.type is implicit * Fix e2e tests * Fix unit tests * Fix tests
-
- May 02, 2023
-
-
Uladzimir Havenchyk authored
-
john-metabase authored
Updates v1 dump name-for-logging function to handle Toucan 2 records Resolves #29322
-
Roman Abdulmanov authored
Fix #20911: include subcollections doesn't work
-
metamben authored
Fixes #29909.
-
metamben authored
Fixes #29948.
-
Nemanja Glumac authored
-
Cal Herries authored
* Create a migration for updating column_settings * Make fn private * Update test description * Fix clj-kondo * Migrate the entire vizualization_settings * Add test for normalization and migration * Update migration class name * Use generate-string to improve key readability * Add testing strings * Fix migration * transduce * Add another test checking that `expected` is actually the up-to-date version * Rework migration to only update field refs * Use run!
-
Cal Herries authored
* Update the field position on sync if the table's fields should be ordered by "database" * Fix test * Select position in the current field metadata * Fix test
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Add `shadow-cljs.edn` entry * Add TypeScript wrappers for `isa` functions * Extract `findColumn` test helper * Add `getColumnIcon` function * Use `getColumnIcon` in `QueryColumnPicker` * Deprecate `getIconForField` * Exclude semantic and effective types * Remove comment * Fix test * Rename test helper to `columnFinder`
-
Aleksandr Lesnenko authored
-
Uladzimir Havenchyk authored
Co-authored-by:
Anton Kulyk <kuliks.anton@gmail.com>
-
- May 01, 2023
-
-
Ryan Laurie authored
* don't crash with null collection search result * add test coverage
-