This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 19, 2023
-
-
Alexander Polyankin authored
-
Oisin Coveney authored
-
- May 18, 2023
-
-
shaun authored
-
Ryan Laurie authored
-
john-metabase authored
Formatting of BigQuery will use the MySQL dialect for now.
-
Ryan Laurie authored
* add patch to react-dropzone to work for us * add drag-pin e2e test * just wrap the event handlers from react-dropzone
-
Emmad Usmani authored
* allow user to rename selected tab directly * fix style * change behavior to double click and refactor defualt exports * add unit tests
-
Braden Shepherdson authored
Just removing the unnecessary setting of `display: table` since the test expects the default bars. Fixes #30743.
-
Braden Shepherdson authored
This drops the original `temporal-bucket` (which returned only the unit, eg. `:day-of-month`) and renames `temporal-bucket-option` to `temporal-bucket`. This returns a map with the `:unit` and `:lib/type`, so it plays nice with `display-info`. Also fixed some docs and a lurking infinite loop in `lib.js/available-binning-strategies` (it accidentally called itself rather than `lib.core/available-binning-strategies`).
-
Case Nelson authored
* [MLv2] Implement remove replace for aggregations and expressions * Cleanup * Fixing tests * Drop agg-uuid for source-uuid, add tests for agg and expr remove replace * Fix linter * Undo clean move * Address PR feedback
-
Ngoc Khuat authored
* ModerationReview to toucan2 * Revision to toucan2 * Secret to toucan2 * Session to toucan2 * Setting to toucan2
-
Cal Herries authored
* Migrate legacy field refs in result_metadata * Add expression and field_ref * Update testing description * Fix clj-kondo * Exclude empty result_metadata from the query
-
Kamil Mielnik authored
* Specify node v16 in engines in package.json - The project does not work with node v20 yet * Fix undeclared variable in example snippet * Update Popover docs * Update Request mocking docs * Revert "Specify node v16 in engines in package.json" This reverts commit 84990e1c7b6956e08dc7b696e81e2888e1cb4537. - 'yarn build-static-viz' was failing because of this change
-
Ngoc Khuat authored
* Bookmarks to toucan2 * Timeline and TimelineEvent to toucan2
-
Ngoc Khuat authored
* Dimension to toucan2 * FieldValues to toucan2
-
- May 17, 2023
-
-
Ngoc Khuat authored
-
Cal Herries authored
-
Anton Kulyk authored
* Migrate `DataSelector` * Remove sample database fixture
-
Anton Kulyk authored
* Migrate `ModelDetailPage` * Migrate `NativeDrillFallback` * Migrate `QuestionRowCount` * Migrate `initializeQB` * Migrate `notebook/test-utils` * Allow `database: null` in dataset query type * Fix sample card types * Migrate `updateQuestion` * Remove `metabase-lib/mocks`
-
Alexander Polyankin authored
-
Jerry Huang authored
* initial changes * add job + tests * add test for job * fix spacing * address comments * update variable
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Nícolas Sims Botelho authored
* feat: allow authorization token for druid database * fix: adjust in basic auth header and new field username * fix: add scenario test * fix: remove debug code * fix: use metabase-plugin for new fields and improve tests * fix: change type of auth-token to password * fix: adjustment tested * fix: adjustment tested --------- Co-authored-by:
Nícolas Botelho <nicolas.botelho@piposaude.com.br> Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
Cal Herries authored
* Fix subsitution of exclude- params * Rename fn to `not-single-date-type?` * Add docstring * Remove comment * Fix substitution * Fix errors when param values are not strings * Exclude bigquery from the test * Fix testing description * Use users table instead * Fix docstring
-
john-metabase authored
Data model and settings are now always exported unless --no-settings or --no-data-model are specified.
-
Alexander Polyankin authored
-
Ariya Hidayat authored
-
Braden Shepherdson authored
-
Anton Kulyk authored
-
john-metabase authored
-
Cal Herries authored
* Remove dataset_query from search * More removal of dataset_query * Fix test * Remove test * Fix kondo * Fix kondo
-
Anton Kulyk authored
-
Tim Macdonald authored
* instrumentation * PoC of fast CSV inserts for Postgres [ci skip] * Clean everything up * Add tests * Carriage return test * Clean up per PR comments * Cache NumberFormat fetching * Memoize number separators * Better caching of number separators * Add SQL injection tests
-
- May 16, 2023
-
-
Emmad Usmani authored
* refactor `DELETE_TAB` reducer to use tombstone deletion and save a history object * add undo after tab deletion * add e2e test case * refactor other reducer cases to use mutable draft state * use scoped selectors for e2e test * fix unit test
-
Roman Abdulmanov authored
-
Emmad Usmani authored
* fix width for tabs with long names * fix font size
-
Emmad Usmani authored
-
dpsutton authored
Each test run can create schemas where we put persisted models. Normally these are thrown away when the test runner disconnects the db. But cloud is a persistent resource and they don't just fall away automatically. We create a cache_info table in each persisted schema: ```sql -- postgres/redshift test-data=# select * from metabase_cache_424a9_379.cache_info ; key | value ------------------+-------------------------------------- settings-version | 1 created-at | 2023-03-29T14:16:24.849866Z instance-uuid | 407e4ba8-2bab-470f-aeb5-9fc63fd18c4e instance-name | Metabase Test (4 rows) ``` And we delete these schemas in redshift when creating our test databases when their `created-at` is over 6 hours old. At the moment, there are (`(count (:all-schemas info))`) 420 schemas in redshift that we use on CI. 122 of those are cache schemas. Under a 6 hour threshold, 121 are recent. Under a 1 hour threshold, 2 are recent. We've run out of tables in CI so I'm lowering the threshold for what "recent" is.
-
Alexander Polyankin authored
-