This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Apr 02, 2024
-
-
Nemanja Glumac authored
* Move all notebook containers styles to one place * Make NotebookStep wide again * Tweak sidebar width and breakpoints * Remove top margin from NotebookSteps * Stop line wrapping in an ace editor * Uniform width between step header and step body * Remove stray styles * Scroll content independently * Use named export * Use Mantine button for "Visualize" * Convert notebook step width to rem * Adjust the position of the step close button * Adjust notebook step max-width to 1200px * Remove the `cx` where not needed * Use HTML 5 `aside` element for the sidebar * Use Mantine responsive styles * Fix E2E test
-
Ryan Laurie authored
* use RTK Query instead of entity framework for DatabaseCandidates * use skipToken to tighten up API request types
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Nemanja Glumac authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Migrated .PopoverContainer, .PopoverBody * Make global CSS more prominent * Migrate 2 classes * Remove unused class * Migrate .PopoverBodyWithArrow * Remove unused class * Migrate .PopoverBodyMarginBottom * Remove unused class * Migrate .PopoverFooter * Remove unused class * Preserve classes order for easier review * Fix unit tests
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Oisin Coveney authored
-
- Apr 01, 2024
-
-
Romeo Van Snick authored
-
Anton Kulyk authored
-
Anton Kulyk authored
* Fix parameter values comparison in x-rays * Skip rerun when `parameterValues` are not initialized * Remove not used code
-
Uladzimir Havenchyk authored
-
Uladzimir Havenchyk authored
-
Ryan Laurie authored
-
Ryan Laurie authored
* HELP * Help delivered * allow entityPicker to display api errors --------- Co-authored-by:
Nick Fitzpatrick <nickfitz.582@gmail.com>
-
Oisin Coveney authored
-
- Mar 29, 2024
-
-
Raphael Krut-Landau authored
-
Anton Kulyk authored
* Add E2E test * Move `getDatasetQueryParams` to `data-fetching.js` * Use `null` as a parameter value when missing * Fix missing default `datasetQuery`
-
Ryan Laurie authored
-
Alexander Polyankin authored
-
Nicolò Pretto authored
-
Alexander Polyankin authored
-
- Mar 28, 2024
-
-
Nick Fitzpatrick authored
* Nick is sad * tests passing
-
Sloan Sparger authored
* upgrades @testing-library/user-event to v14, updates test to accomidate events always returning promises and other breaking API changes * Fixing up broken suites. Half way * rest of tests * green plz * Fix new entries of userEvent usage * unit test adjustments --------- Co-authored-by:
Nick Fitzpatrick <nickfitz.582@gmail.com> Co-authored-by:
Uladzimir Havenchyk <uladzimir.dev@gmail.com>
-
adam-james authored
* Make Formatting on Exports Optional Formatting on exports can be turned off via a middleware key: `:format-export?` which will control if the 'app style' formatting will be applied to the exported results. `:format-export? false` will return the file as in previous Metabase versions. * format_export's default value provided in the QP middleware Should still default to formatted for v. 49, as the formatting is intended as a feature. This default value should be provided in a central place, so is added to the middleware and is therefore not necessary for the API to provide a default. * weird indentation * Add format_export param to dashboard dashcard query endpoint * Add format_export option to embedded dashboard downloads endpoint * Move default true value to the streaming-results-writer impls * Default true but for real this time * Add format_export to the public Question endpoint * Add test to card api * Dashboard exports endpoint test * Add test to dashboard embeds Test still fails and I don't know why yet * the dangers of println debugging.... Well, I was passing a string false the whole time. Turns out the problem was me * Public Card downloads endpoint now has format_export and test * export_format also works for adhoc queries using api/dataset * Let defendpoint do the boolean parsing * Embed endpoint should now work too. * Unify format-rows and format-export middlewares * Sneaky endpoint! * In xlsx, always parse temporal strings so that viz-settings formatting is applied * Snuck in an incomplete change by accident. removed it. * Can now specify format/no format on subscriptions * Fix and move migration * default format rows to true in attachments * Ok, I think that should actually work for subscriptions. * Change endpoints to use format_rows instead of confusing format_export * format_rows everywhere * Fix more test failures * redef'd function had wrong signature * Make format export optional (FE part) (#40643) * Refactor download URL builder code Need to handle query `params` and request `body` separately * Export `useHover` from `metabase/ui` * Add unformatted export for dashboard cards * Add unformatted export for saved questions * Fix POST body encoding * Add unformatted export for ad-hoc questions * Ensure `format_export` is always false for Excel * Add unformatted export to public questions * Add unformatted export to embedded questions and dashboards * Fix behavior for PNG format * Add tests for `QueryDownloadPopover` * Fix e2e downloads helper (allow URL query params) * Rework alt key handling * Add e2e test * Switch to `format_rows` instead of `format_export` * Add unformatted export option to subscriptions * Fix `isHoldingAltKey` initial state * Rework e2e test to use Total column * Fix initial checkbox state for subscriptions * Use "Alt" in tooltip label for Windows/Linux * Show the subscriptions toggle only for CSV attachments --------- Co-authored-by:
adam-james <21064735+adam-james-v@users.noreply.github.com> * Address review feedback --------- Co-authored-by:
Anton Kulyk <kuliks.anton@gmail.com>
-
Oisin Coveney authored
-
Kamil Mielnik authored
* Fix warning about passing a ref to a function component - this didn't work and fortunately was not used (anymore) at all * Move comment where it belongs * Fix warning that functions cannot be react children
-
Alexander Polyankin authored
-
Oisin Coveney authored
Co-authored-by:
Aleksandr Lesnenko <alxnddr@users.noreply.github.com>
-
Oisin Coveney authored
-
Oisin Coveney authored
Co-authored-by:
Aleksandr Lesnenko <alxnddr@users.noreply.github.com>
-
Oleg Gromov authored
-
Alexander Polyankin authored
-
- Mar 27, 2024
-
-
Anton Kulyk authored
-
Chris Truter authored
-
Sloan Sparger authored
-
Ryan Laurie authored
-
Raphael Krut-Landau authored
-
Ryan Laurie authored
* wip - collection moving fix subcollection detection make stuff nice update e2e tests prettier new e2e coverage fix unit tests fix stacked modals cleanup less diff sneaky-ass modal wrappers fix some e2e tests * rebase rejigger * fix tricky e2e flake
-