This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jul 16, 2024
-
-
Alexander Polyankin authored
* Fix field values endpoints * E2E tests
-
github-automation-metabase authored
-
metamben authored
Fixes #13437.
-
Ryan Laurie authored
* Reconcile release branch commits with milestone issues polish up pre-release milestone check add and trigger new github action handle already fixed issues updates * cleanup * replace global imports * prettier install * update imports
-
Nicolò Pretto authored
* add pdf export button to static embed and public sharing (#43743) * add export button to embed frame, it works on static embed and public sharing * move css around to make dashcard border show up on static/public embed pdf exports the library we use to render an html node to an image doesn't seem to support box shadow the original fix was done in ParametersAndCardsContainer, but that component is not used in the static/public embeds * fix types * fix night theme pdf export - use padding for the title instead of starting to draw the image from 60px, to keep the bg color - change the css to also apply the bg-color to the first child of the EmbedFrame, to make it work when exporting to pdfs, where the EmbedFrame is not part of the exported dom * refactor: exportTabAsPdfButtonText function * give a default to the filename, even though it should always be there * exportTabAsPdfButtonText -> getExportTabAsPdfButtonText * introduce .WithThemeBackground to not have a css rule too much generic * feat: adds endpoint to download results of a dashcard part of a public dashboard (#44156) * Flag to hide download buttons (#44206) * pass down downloadsEnabled to hide downloads buttons in public and embedded questions or dashcards * Update frontend/src/metabase/dashboard/components/DashCard/DashCardMenu/DashCardMenu.tsx Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> * PLUGIN_DOWNLOADS_ENABLED -> PLUGIN_RESOURCE_DOWNLOADS * adds comment to areDownloadsEnabled function to explain what it does --------- Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> * logic to handle downloads url parameter (#44363) * minimal support for downloads url parameter * updates StaticEmbedSetupPane test to epxect downloads=false instead of hide_download_button=true * fix prettier mistakes * tmp fix to the tests until we have the new analytics events * fix eslint issues * update embedding snippets e2e * update embedding questions e2e * try to clean up the mess of downloads/downloadsEnabled * adds `hasPremiumFeature` check to the plugin, adds unit test for the logic * adds TODOS for analytics * unit tests for downloads flag (#45178) * fix download pdf button not showing up when titled=false and there's only one tab * unit tests for downloads flag on dashboards and questions * adds test about the container id, not sure if we should keep it * adds a comment to explain why we enable premium features in the tests * move downloadsEnabled outside of the Boolean cast as it's already a boolean * E2E tests for public/static downloads (#45240) * wip e2e tests * make downloadUtils ts friendly * assertNotEmpty function * adds tests for public questions * e2e tests for static embed downloads * publicUid -> publicUuid * fix assertNotEmpty * fix parameter not renamed * Apply suggestions from code review Co-authored-by:
Denis Berezin <denis.berezin@metabase.com> * remove duplicated test * fix another typo i forgot to rename * fix another rename issue * convert e2e-downloads-helpers to ts * refactor: put method calculation in getEndpoint function * adds note to downloadUtils --------- Co-authored-by:
Denis Berezin <denis.berezin@metabase.com> * Update e2e/test/scenarios/embedding/embedding-snippets.cy.spec.js Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> * change requires to import to reflect that we changed to export the source code in downloadUtils * makes downloadsEnabled prop more consistent across components * colocate downloadsEnabled with hideDownloadButton in embed-display-options * defaults displayOptions.downloads to true to simplify logic * remove unused queryString parameter in tests setup function * reword TODO * Revert "defaults displayOptions.downloads to true to simplify logic" This reverts commit aebf4cf3cf3528deefb9c40dfc48d2f39a278b97. * fix png export when on dark theme (public/embed) not having the dark … (#45497) * fix png export when on dark theme (public/embed) not having the dark background * move the border-radius fix for the dashcard export to saveChartImage * remove comments --------- Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> Co-authored-by:
Denis Berezin <denis.berezin@metabase.com>
-
Nemanja Glumac authored
* Do not display alert icon for models * Add e2e repro for #37893 * Put the guard higher * Fix unrelated test * Go back to keeping the logic in `shouldRender` * Remove whitespace
-
Chris Truter authored
-
Nemanja Glumac authored
-
Braden Shepherdson authored
This makes the names inconsistent with what's in `data.cols` on the same API response(!) but consistent with what MBQL lib will return.
-
Alexander Polyankin authored
* Optimize input in FilterModal * Optimize input in FilterModal * Fix
-
Alexander Polyankin authored
-
Jeff Bruemmer authored
-
Kamil Mielnik authored
* Get rid of tolerance * Use range rect and element rect instead of clientWidth/clientHeight/scrollWidth/scrollHeight * Fix types * Mock Range.prototype.getBoundingClientRect * Mock getBoundingClientRect in unit tests
-
github-automation-metabase authored
-
Kamil Mielnik authored
* Add repro for #32252 * Have a test for archiving a question and a collection * Refactor cy.createCollection and cy.archiveCollection to TS * Refactor collection and user helpers to TS * Keep collection helpers together * Sort code * Format code * Use new createCollection helper * Add return type to createCollection * Fix typing * Fix #32252 * Fix typing * Deprecate openNewCollectionItemFlowFor * Revert "Fix typing" This reverts commit ecf317986870012e6e59754aa21dd9ad13dbdecb. * Fix TS error
-
Phoomparin Mano authored
* rename scalar to number * try to update loki reference image * change scalar to number * update loki reference image
-
Phoomparin Mano authored
* add authentication status hook * update docs
-
Phoomparin Mano authored
* sync fetch request token function with store * update unit test * update docs * use re-render to rerender test
-
Oisin Coveney authored
Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
-
Kamil Mielnik authored
* Refactor cy.createCollection and cy.archiveCollection to TS * Refactor collection and user helpers to TS * Keep collection helpers together * Sort code * Format code * Add return type to createCollection * Fix typing * Deprecate openNewCollectionItemFlowFor
-
Ngoc Khuat authored
-
Kamil Mielnik authored
Fix - More than 10 Series (using Add Series Dashboard Feature) cause Filter UI to be inaccessible (#45550) * Add a repro for #43219 * Fix #43219 * Create questions in parallel * Make 2 elements scrollable so that the 'Make sure to make a selection ...' element is not weirdly cut off when scrolling horizontally to see inside of parameter-mapper-container * Fix assertion * Be more specific which element is to be scrolled * Avoid realMouseWheel which does not work reliably in CI
-
Nemanja Glumac authored
* Fix segment name in a revision history title * Remove redundant `tableMetadata` * Add repro for #45594
-
Ryan Laurie authored
-
- Jul 15, 2024
-
-
Sloan Sparger authored
* updates the fe to skip refetching the graph when updating the collection graph, adds tests * Moves the skip_graph flag to be part of the body. - the FE tooling makes it awkward for PUTs to include query params * fixes failing unit tests * pr feedback --------- Co-authored-by:
Bryan Maass <bryan.maass@gmail.com>
-
Aleksandr Lesnenko authored
-
adam-james authored
* Add Temporal Units List to Dashboard Parameters Schema Closes: #44361 This adds an entry to the Dashboard Parameter schema so that we can validate the list of temporal_units that might be passed from the frontend when adding or updating the `Unit of Time` type parameters. * This is the way the real reason the schema wasn't working... well, it was, but the un-decoded versoin of parameters was being passed to `update-dashboard` because inside defendpoint, you can use map destructuring and bind the whole map to whatever with :as keyword. If you decode/validate on all of the symbols in the destructuring, that's great, but if you then pass the map bound with `:as whatever`, you don't get that decoded goodness, just the data that our http middleware produces (that is, it might not be the shape you expect). So, here I've created a private Schema for the :body of the request and use the same schemas to validate each key in that map. The result should be the same but we can pass a fully decoded/validated map along. * change test to look for the error in the right place
-
Ryan Laurie authored
-
Alexander Polyankin authored
E2E repro for "Selecting Exclude Hours of the day from Date Filter doesn't give the option to deselect 12:00 am" (#45603)
-
Ryan Laurie authored
-
Ryan Laurie authored
* automate version list update pr * updates * remove release-list babashka script
* Revert "remove release-list babashka script " This reverts commit 372a570f9af030abd6f297116e14568b3b51afa6. * add deprecation message -
Ryan Laurie authored
* automate updating translations for major releases * add reviewer to PR * auto translate * auto-translate works! * update * automate translation updates in CI * fixes * whitespace * sort scripts * just checkout the branch to begin with * fix tests! * fix import
-
Nemanja Glumac authored
* Fix segments revision history * Simplify fetchSegments selector * Fix breadcrumbs * Add E2E reproduction for #45577
-
Nick Fitzpatrick authored
* prevent moving snippet collections into descendents, remove recents tab * PR feedback
-
Ryan Laurie authored
* run release code tests separately * remove extra install from frontend unit tests * use the right dir * fix dependency issues
-
Tim Macdonald authored
[Fixes #45572]
-
lbrdnk authored
-
Chris Truter authored
* Consolidate query analysis code * Tighten up more * Missed a spot * More encapsulation * Remove blank line
-
Oisin Coveney authored
-
Ngoc Khuat authored
-