This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Nov 07, 2024
-
-
Kamil Mielnik authored
Fix - Values from the returned rows not present in the visualization are interpolable in the URL but don't have values (#49530) * Fix #46318 * Add repro for #46318 * Move setup to beforeEach
-
- Nov 06, 2024
-
-
Uladzimir Havenchyk authored
-
Oisin Coveney authored
-
- Nov 05, 2024
-
-
Alexander Polyankin authored
-
Denis Berezin authored
* Add possibility to hide columns in CollectionBrowser * Add tests * Review fixes * Fix e2e
-
Ryan Laurie authored
* add base color palette * add some more comments * fix formatting and color copy-pasta errors * ignore existing bad base color usage --------- Co-authored-by:
Oisin Coveney <oisin@metabase.com>
-
Romeo Van Snick authored
* Fix dirty yarn.lock * Use fix width popover for filter pickers * Add e2e test to reproduce #49321 * Do not rely on implementation width for test
-
Romeo Van Snick authored
* Fix missing question type for metrics * Add e2e test to reproduce #49454
-
Romeo Van Snick authored
-
- Nov 04, 2024
-
-
Oisin Coveney authored
-
Phoomparin Mano authored
feat(sdk): ability to enforce the destination collection to save to and hide the collection picker (#49251) * add ability to hide the collection picker * add save options * make sure collectionId is fresh * update sdk question form component * make collectionId accept null * apply saveOptions to sdk components * revert to use initialCollectionId as context name * target the correct collection id * add e2e tests * update e2e tests * move into within * update test * remove collectionId from default args * revert e2e of hide columns * make e2e helper more generic * use saveToCollectionId prop to save to a specific collection * update e2e tests * update comment formatting Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> * clean up leftover changes from an earlier version * readme update * indicate that saveToCollectionId is only applicable to static questions * revert QuestionEditor.isSaveEnabled defaults * update comment format * remove unused initialCollectionId prop * experiment: try to fix failing custom-columns e2e --------- Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
-
Romeo Van Snick authored
* Consider a modified question dirty as well * Add e2e tests for 48829
-
Oisin Coveney authored
-
- Nov 03, 2024
-
-
Nick Fitzpatrick authored
* Adding moderated status to entity picker * adjusting verified icon size * size adjustments * e2e test adjustments * removing verified model icon * fixing e2e test * unit test * unit test adjustment
-
- Nov 01, 2024
-
-
Nick Fitzpatrick authored
* Adding moderation status to Dashboards * react sins * verification coll: subselect on card + dashboard * fix the 3 failing BE tests * add an api test for dashboard verification * verified dashboards are never stale * e2e tests * code cleanup * unit test and e2e test cleanup * PR Feedback * backend test fixes * Nick shouldn't touch clojure * type fix * indent * fix last 2 BE tests --------- Co-authored-by:
Bryan Maass <bryan.maass@gmail.com>
-
Romeo Van Snick authored
* WIP: use list picker when searching a single value * Add test case for multi vs non-multi search fields * Update loki snapshots * Add special case to test for multiautocomplete filter * Use single select value in test * Add test for using list picker * Explicitly make sure elements are visible * Do not use list selector when search is disabled * Add margin to multi autocomplete dropdown * Update loki snapshots * Update loki snapshots
-
Raphael Krut-Landau authored
-
Raphael Krut-Landau authored
-
Raphael Krut-Landau authored
-
Denis Berezin authored
* Fix scroll for EditableDashboard in fullscreen mode * Fix scroll for InteractiveDashboard in fullscreen mode * Display fullscreen control to dashboards by default * Fix issue with public shared questions empty footer
-
Romeo Van Snick authored
This reverts commit fedd1466.
-
- Oct 31, 2024
-
-
Nick Fitzpatrick authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Update fullscreen dashboard filter on dark theme * Use the latest base color name Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com> --------- Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com>
-
Alexander Polyankin authored
-
Alexander Polyankin authored
* Fix relative date time FE i18n issues * Fix an issue
-
Kamil Mielnik authored
* Fix #49036 * Add explanatory comments * Improve comment * Improve comment * Update comment * Add repro for #49036 * Exclude custom Shift + Tab handling
-
Romeo Van Snick authored
* Manually remove bad matches when preparing results for ACE * Do two-phase autocompletion * Allow single-character completions * Add test for flickering autocomplete results * Fix autocomplete tests * Simplify autocomplete helpers * Handle empty results in autocomplete * Fix e2e test
-
- Oct 30, 2024
-
-
Denis Berezin authored
* fix(sdk): Editable dashboard should not overlap content below it * Add sizing note
-
Nemanja Glumac authored
* Remove unused component * Remove extra space * Remove cross-component dependency on the `Banner` * Use named export * Convert the Banner to TS * Make `ReadOnlyBanner` use `Banner` under the hood * Add test id to the banner * Simplify render method and tests * Add the missing test for ReadOnly banner * Avoid using special ASCII characters for the common apostrophe * Remove E2E spec * Use `Banner` for `DatabaseInfoField` * Use colors defined in the theme * Remove the dependency on the `Banner` component again! * Add a comment * Use pattern matching
-
Oisin Coveney authored
-
Nicolò Pretto authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Update static embed card copy to avoid confusion * Fix E2E tests * Fix unit tests * Update the copy inside static embed modal
-
- Oct 29, 2024
-
-
lbrdnk authored
* Select only compatible fields from idFields * Use isComparableWith to filter target fields * Remove filter-comparable-fields * Add test
-
Romeo Van Snick authored
* Update cursor position when selection changes * Add reproduction for #33640 * Revert "Add reproduction for #33640" This reverts commit 573f6320. We cannot reproduce the bug with tests, so having a test is useless.
-
Nick Fitzpatrick authored
* fix broken css rule, remove description from field table * adding back description
-
Raphael Krut-Landau authored
-
Oisin Coveney authored
-
Romeo Van Snick authored
* Add reproduction for #12586 * Do not show the dirty overlay when an error occurred * Fix tests that rely on dirty overlay * Add issue tag to test case Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
Romeo Van Snick authored
* Add max-height to the click actions popover to prevent overflow and infinite scroll * Add reproduction for #48851 * Update reproduction to speed it up * Use existing helper for table header click * Add max height to string filter picker * Revert "Add max-height to the click actions popover to prevent overflow and infinite scroll" This reverts commit 166478d8.
-
Oisin Coveney authored
-