This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jun 03, 2022
-
-
Alexander Lesnenko authored
-
Ngoc Khuat authored
* add parameters to report_card and card APIs * make sure migration can work with existing cards and add migration tests * remove debug code * When parameters is empty, return template tag parameters * update schema message * update migraiton test name * minor changes in test * fix failing tests * Always use card.parameters in PublicQuestion * Add defaults and readd isEmpty check * Default to undefined/use template tags in PublicQuestion... * parameters should be in the writableProperties * Native query card: construct parameters from template tags * Separate the generation of parameter id * Add parameter_mappings to report_card (#23003) * add parameter_mappings to report_card * fix from Noah's comments * fix from Noah's comments * Update a parameter from an updated template tag * Correct the parameters construction * Also add `parameter_mappings` to writableProperties * CI test: bust the npm module cache * Revert "CI test: bust the npm module cache" This reverts commit 5a327b616f0220f43a90f7f871e0bd877ffa6f47. Co-authored-by:
Dalton Johnson <daltojohnso@users.noreply.github.com> Co-authored-by:
Ariya Hidayat <ariya@metabase.com>
-
- Jun 02, 2022
-
-
Nemanja Glumac authored
-
Alexander Lesnenko authored
-
Nick Fitzpatrick authored
Adding action button to Question Page
-
Nemanja Glumac authored
Repro #22517: Adding/removing columns on an existing model will drop all configured metadata (#23071)
-
Nemanja Glumac authored
-
Anton Kulyk authored
* Add new cache info types * Add model cache info mock factory * Add `checkCanRefreshModelCache` utility * Handle new states on model page caching section * Handle new states on Tools page * Fix svg import type error * Use "queued" for `creating` state * Fix tests
-
Anton Kulyk authored
* Update `SegmentedControl` variant style getters * Add `fill-all` variant to `SegmentedControl` * Fix `SegmentedControl` borders * Make `TimeInput's` clear button optional * Extract `useTimeInput` hook * Add `CompactTimeInput` * Add anchor time setting * Only show anchor time if refresh interval >= 6 hours * Show refresh time hints under the anchor input
-
Anton Kulyk authored
-
Gustavo Saiani authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Lesnenko authored
* fix column settings ignored * better fix
-
- Jun 01, 2022
-
-
Alexander Polyankin authored
-
andrewdibiasio6 authored
-
Dalton authored
* Move caching logic out of FieldValuesWidget * Try to clean up/centralize field value fetching * Move dup logic to fetchValues * Alwyas rely on option in component state * Simplify hasList * Make unit tests async * Fix test import * Fix outdated prop reference * fix remappings * Fix dashboard action unit tests
-
Ryan Laurie authored
* sort filter fields * add tests * add e2e tests * enable ellipsified test ids * dont mutate sematic_type
-
Alexander Polyankin authored
-
- May 31, 2022
-
-
Alexander Lesnenko authored
* fix login form mobile layout * add padding
-
Alexander Lesnenko authored
-
Alexander Lesnenko authored
-
Dalton authored
* Convert dashboard parameter utils to TypeScript * Remove unused imports * Convert parameter card utils to TypeScript
-
Dalton authored
* Convert dashboard parameter utils to TypeScript * Remove unused imports
-
Dalton authored
-
Benoit Vinay authored
* Types added to Alert * Alert package created * utils added to Alert * Clean up Question * alertType back in * Query import added back in * Types imports updated * Fix Dashboard types
-
Anton Kulyk authored
* Refactor TableSimple * Fix sorting * Move TableSimple to own directory * Move TableCell to own file * Migrate TableSimple to styled components * Migrate TableCell to styled components * Extract TableFooter component * Fix table cell selectors in cypress * Fix E2E tests
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
- May 30, 2022
-
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
- May 28, 2022
-
-
Alexander Lesnenko authored
-
Nemanja Glumac authored
* Tag OSS-specific files * Run OSS-specific files using grep * Replace `describeOSS` with `isOSS` * Speed up grepping with `grepFilterSpecs`
-
- May 27, 2022
-
-
Ryan Laurie authored
-
Alexander Lesnenko authored
-
- May 26, 2022
-
-
Nemanja Glumac authored
* Remove unnecessary intercept * Simplify repro for #22247 * Quarantine failing tests caused by #22973
-
Maz Ameli authored
* try wrapping scalar titles * wrap scalar card title * fix types * fix ellipsified detects truncated text * fix types * move component Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com>
-
Nick Fitzpatrick authored
App Bar Breadcrumbs for Questions
-
Ryan Laurie authored
-