This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 07, 2023
-
-
Ngoc Khuat authored
-
Gustavo Saiani authored
-
- Mar 06, 2023
-
-
Cam Saul authored
Clean up `metabase.query-processor-test.timezones-test/filter-datetime-by-date-in-timezone-test` (#28474) * Get more info about flaky presto test failures * Include testing context * Fix flaky test
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Remove redundant `isSettings` prop * Extract `FormFieldEditorDragContainer` * Extract `FormFieldEditor` component * Update field editor UI * Disable validation in parameters editor * Fix crash on adding a new parameter * Add new tests and fix existing * Remove redundant `overflow: hidden` * Use shorter flex properties * Remove redundant `key` prop * Increase icon size
-
Gustavo Saiani authored
-
Ngoc Khuat authored
This reverts commit fbe83eaa.
-
Ngoc Khuat authored
* fix the flaky test for Bigquery * adds a limit to make sure we don't have a big charge on CI
-
Nemanja Glumac authored
-
Ngoc Khuat authored
-
- Mar 05, 2023
-
-
Case Nelson authored
* Remove usages of dataset_query.type * Remove more usages of dataset_query * Introduce usesSegment and usesMetric methods on Question * Fix type check * Fix type * Get query for UtilQuery
-
- Mar 04, 2023
-
-
Case Nelson authored
Fixes #19501 Redshift jdbc driver wraps intervals in a special class whereas postgres simply returns strings. This unwraps the special redshift class into the same string representation.
-
Case Nelson authored
Fixes #25378 When using a relative filter with a starting from n units ago on an aggregation with the same units, we were incorrectly assuming that we would be working with a field ref at the top level. However, in this scenario the field is nested such as `[:+ [:field $created_at {:temporal-unit :month}] [:interval 1 :month]]`. This change makes sure that we are altering the field-ref.
-
- Mar 03, 2023
-
-
Nick Fitzpatrick authored
* Centering tab labels * adding unit tests * Switching to userEvent
-
Emmad Usmani authored
* update `BulkActions` to new design * incorporate PR feedback * update `UndoListing` to match new design for bulk collection actions * update e2e test to test undo flow * incorporate PR feedback
-
Nick Fitzpatrick authored
* adding hover states, switching icons for buttons * ChartSettingFieldsPicker unit tests * fixing background hover state * using userEvent.click instead of fireEvent * adjusting e2e tests
-
Cam Saul authored
* Conversion functions to and from pMBQL * Appease Kondo
-
Aleksandr Lesnenko authored
-
Natalie authored
-
Jeff Bruemmer authored
-
Ryan Laurie authored
* WIP action data type tests * DRY up the actions tests * lots of type tests * make the tests work * reorganize tests * WIP action data type tests * DRY up the actions tests * lots of type tests * make the tests work * reorganize tests * reduce some flakes * better time formatting in action forms * sort out all the timezones
* update after rebase * rebase disaster -
Braden Shepherdson authored
These previously passed around `Card`s, now they use `Question`. The main changes are in `QueryBuilder`'s `handleSave`/`handleCreate`, and `SaveQuestionModal`. This also pulls a bunch of logic from `queries/utils/description` that depends on the internals on `Question.datasetQuery().query` (ie. the MBQL) into (mostly private) methods on `Question`. The tests for `description` were moved into `Question.unit.spec.js`.
-
Ryan Laurie authored
-
Emmad Usmani authored
* move `BulkActionBar`'s styles to `BulkActionBar.styled` * update `BulkActions` to new design * update e2e test to not look for `bulk-action-bar` test id * fix regex for finding `BulkActions` in e2e test * fix bug where `BulkActions` was appearing then dismissing on page load * incorporate PR feedback
-
Mahatthana (Kelvin) Nomsawadi authored
* Refactor: Simplify code * Fix custom field parameter lose their settings Ref: https://github.com/metabase/metabase/issues/22788 this fixes the issue where custom field parameter seems to be unselected when editing dashboard a second time. The reason is because how current Metabase lib is handling expression's MBQL. In FE, we uses `["expression", "name", null] while in BE, we will normalize it to `["expression" "name"]`.
-
Jeff Bruemmer authored
-
Emmad Usmani authored
* update `BaseItemsTable` for new collections bulk actions ui * use `getByLabelText` instead of `queryByLabelText` in unit test * hide checkboxes from users without write permission * update unit test to add cases for user with & without write permission * fix `BaseItemsTable.styled` to dynamically set which columns to hide after breakpoint
-
Ngoc Khuat authored
* improve delete/update message for actions Co-authored-by:
Cal Herries <39073188+calherries@users.noreply.github.com>
-
Ryan Laurie authored
* hide action parameter mappings on dashcards * test DashCardCardParameterMapper * use a better metadata mock
-
Braden Shepherdson authored
-
Noah Moss authored
-
Ngoc Khuat authored
Co-authored-by:
Cal Herries <39073188+calherries@users.noreply.github.com>
-
Aleksandr Lesnenko authored
-
Mahatthana (Kelvin) Nomsawadi authored
Previously, JS files isn't picked up by VS Code, so they'll have limited intellisence. Also, Jest and Cypress has conflicting names e.g. `describe` or `expect`. So, this commit attempt to resolve that as well.
-
Jeff Bruemmer authored
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
Ngoc Khuat authored
-
Ngoc Khuat authored
-
Nemanja Glumac authored
-