This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 11, 2024
-
-
Tim Macdonald authored
-
Cal Herries authored
-
John Swanson authored
I started a much more complex fix with a job that tried to clean up stale `refreshing` PersistedInfos... then talked to Dan, who pointed out that because only one instance is running these jobs at any given time, we can just add `refreshing` to the list of refreshable states.
-
Alexander Polyankin authored
-
Cal Herries authored
-
Kamil Mielnik authored
* Add repro for metabase#35711 * Format code
-
Kamil Mielnik authored
Fix - Description for calculated columns in model metadata editing page is incorrectly populated with description from other columns (#39851) * Fix metabase#34349 * Remove outdated comment * Add repro for metabase#34349 * Add tag for issue 25884 and extract a constant
-
- Mar 08, 2024
-
-
Nick Fitzpatrick authored
* Using CSS transition and component for QB header * Reduce delay on hovercard in tests * Increase timeout on hovercard * Wait for longer in hovercard test * mouseover --------- Co-authored-by:
Romeo Van Snick <romeo@romeovansnick.be>
-
Aleksandr Lesnenko authored
-
Cam Saul authored
* Keep fetch_source_query.clj * Copy fetch_source_query.clj into fetch_source_query_legacy.clj * Set back fetch_source_query.clj file * Convert QP to MLv2, part 1 * Keep legacy implementation around for time being * Port thru convert-to-legacy * expand-macros is converted to legacy * Test fixes
* Test fixes and better keys * Test fixes * Test fixes * More test fixes * Test fix? * Wow, maybe I finally fixed everything * Last few test fixes * PR feedback; lib.walk should support splicing in multiple replacement stages * Update fetch-source-query to use improved lib.walk * Have I fixed everything now? * Remove stray println * Another MongoDB fix * Remove the changes to expand-macros for now, we can do that in a follow-on PR. * Test fix * Test fix -
Aleksandr Lesnenko authored
* specify GH project board per team * update teams projectUrls * remove QC team project url
-
Jesse Devaney authored
-
Jesse Devaney authored
-
Chris Truter authored
-
Noah Moss authored
-
Chris Truter authored
Contains two child PRs: * Optimize upload type inference (#39741) * Take upload settings as an argument for easier testing (#39706)
-
Sloan Sparger authored
-
Alexander Polyankin authored
-
Alexander Solovyov authored
-
Alexander Polyankin authored
-
Cal Herries authored
-
Alexander Polyankin authored
-
Romeo Van Snick authored
Avoid showing the help test dialog for unsupported features
-
Uladzimir Havenchyk authored
* Cleanup css modules usage * fixup! Cleanup css modules usage * fixup! fixup! Cleanup css modules usage * revert one class
-
- Mar 07, 2024
-
-
Sloan Sparger authored
* init pass at upgrade * pin to version 2 of package, import history v3 related utils * rename js file to ts * add types to type-guards file
-
Nick Fitzpatrick authored
* Chart Settings Table Formatting DnD kit * await onChange, update unit tests * named exports
-
Nick Fitzpatrick authored
* css animation on disclosure triangle * Full page modal using mantine transition * removing comment
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
bryan authored
* Adds property based test for u/map-all * respond to code review
-
Raphael Krut-Landau authored
-
Anton Kulyk authored
-
Nemanja Glumac authored
This setting key is defined using kebab-case. Not sure how it worked (if it worked) using the snake_case?
-
Nemanja Glumac authored
-
Kyle Doherty authored
* tweak default modal spacing * tweak spacing between header and body
-
adam-james authored
* Revision Diff Should handle `nil` Dashboard Width Even though there shouldn't be `nil` values in dashboard.width, because the migration populates w/ the default value of `full`, it is still true that because of the version before the migration, revisions can have `nil` for the width value. The diff string impl didn't consider this, causing an NPE with `(name nil)`. * Use :guard to prevent nil values from matching * Add test checking that dashboard width change is described correctly
-
Nemanja Glumac authored
* [HDS] Prep/cleanup steps for Highlighting the data source (#39681) * Rename `DATA_BUCKET` key to `MODELS` * Rename misleading method `isSavedQuestionSelected` is too narrow because we can also have other saved entities, such as models (and soon metrics) as the selected source. * Fix type for `selectedTableId` * Extract `sourceId` * Rename saved question instances to saved entity * Rename related components * Show models correctly in the data source picker (#39686) * Show models correctly in the data source picker * Address review comments * Destructure props * Add E2E reproduction for #39699 * Prevent accessing potentially stale value Closes #39699
-
Alexander Polyankin authored
-
Nemanja Glumac authored
* Define PrivilegedSettings type This consists of Admin settings and Settings manager settings. * Order settings alphabetically
-
Uladzimir Havenchyk authored
-