This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Oct 29, 2024
-
-
Nick Fitzpatrick authored
* fix broken css rule, remove description from field table * adding back description
-
Alex Yarosh authored
* docs: clarify downloading results in embedding * docs: static params table description * format * Apply suggestions from code review Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com> --------- Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
bryan authored
-
Raphael Krut-Landau authored
-
Jeff Bruemmer authored
-
Noah Moss authored
-
Nicolò Pretto authored
have them in the real codebase + to remove warnings from test output
-
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
-
- Oct 28, 2024
-
-
Aleksandr Lesnenko authored
* add grey accent color * fix pie chart color assignment * specs * update grey accent * update colors * grey -> gray
-
bryan authored
- AG instances cannot connect to open ai
-
John Swanson authored
The audit collection is a bit weird. Users have permissions on the collection but even superusers don't actually have write permissions on the elements within it. For now, I'm just excluding anything in the audit collection from the "stale" endpoint, so we won't suggest cleaning these up, but I wonder if maybe there's a cleaner way here. It feels weird to fake permissions like this. Fixes https://github.com/metabase/metabase/issues/49164
-
Nemanja Glumac authored
* Add new route * Add the navigation link * Guard the route * Add first pass of the page structure * Add the bottom section * Add placeholder dummy YT videos * Add images * Track checklist being opened * Track checklist item expanded * Track checklist item CTA clicked * PoC: Stop the video on accordion change * Use actual onboarding videos * Fix missing unique `key` prop * Final content tweaks * Override the accordion styles defined in the `theme` * Use predefined t-shirt sizes where possible * Update copy * Conditionally display the example dashboard CTA * Add very basic unit test coverage * Show onboarding link to new instances only * Remember the last position in the onboarding * Fix the mock settings types * Scroll last opened item into view * Properly display docs links * Another accordion style override * Add tests for the Onboarding page contents * Add E2E Snowplow tests * Conditionally display xray item contents based on settings * Split tests * Make sure items scroll into view when expanded * Do not show example question CTA if example dashboard doesn't exist * Allow YT videos to play in fullscreen * Add comments about the example question * Update rules for when we show the onboarding nav link * Test the conditional documentation links display * Reduce E2E test flakiness
-
Phoomparin Mano authored
* document loader and error states * document loader and error states in the docs * revert changes to README.md Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com> --------- Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
Jeff Bruemmer authored
-
Mahatthana (Kelvin) Nomsawadi authored
-
Aleksandr Lesnenko authored
* pie chart crashes when light or dark accents of instance colors overriden * Update Loki Snapshots --------- Co-authored-by:
Metabase Automation <github-automation@metabase.com>
-
Alexander Polyankin authored
E2E test for "Custom click behavior on a pivot table will go always to tab 1 on a destination dashboard with several tabs" (#49187) * Add tests * Add tests * Add tests
-
Alexander Polyankin authored
-
Alexander Polyankin authored
* Fix adding a time in legacy date picker * Fix the test
-
Oisin Coveney authored
-
Phoomparin Mano authored
-
Kamil Mielnik authored
* Add verifyNotebookQuery helper * Use describeEE * Fix DB id * Refactor test * Refactor tests * Introduce customizeLinkText helper * Use verifyNotebookQuery * Fix test setup
-
Oisin Coveney authored
-
- Oct 25, 2024
-
-
Aleksandr Lesnenko authored
* fix invalid pie other slice percentage label * fix invalid percentages of grouped into other rows * spec * spec * Update Loki Snapshots * Update Loki Snapshots * Update Loki Snapshots --------- Co-authored-by:
Metabase Automation <github-automation@metabase.com>
-
Noah Moss authored
Co-authored-by:
bryan <bryan.maass@gmail.com>
-
Alex Yarosh authored
* minor 51 notes * Update docs/questions/sharing/visualizations/line-bar-and-area-charts.md * link * Apply suggestions from code review Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com> * review --------- Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
Aleksandr Lesnenko authored
-
Jeff Bruemmer authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Fix static embed card download when param has accentuation * Fix E2E util type * Add a dashboard E2E test * test question download with params * Fix some names regarding tests * Fix failed E2E tests
-
dpsutton authored
* Fix csp directives for embed previews We set content security directives to allow for iframes on dashboards. This list did not include 'self' so we can't actually host an iframe pointing at our, well, self. Embed previews work by just embedding an iframe with the dashboard and this breaks if we don't allow iframes from our self. * e2e test --------- Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com>
-
Alexander Polyankin authored
* Fix actions without parameters * Update frontend/src/metabase/actions/components/ActionViz/ActionDashcardSettings.unit.spec.tsx Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
Chris Truter authored
### Description This PR updates Macaw to the latest version, which exposes a new analyzer which handles compound queries. It also finishes the migration to using tagged-union result maps consistently across all the interfaces. This should also remove the atrociously verbose analysis error messages in CI.
-
Phoomparin Mano authored
* investigate hide columns * add update viz settings in the sdk * cleanup implementation * add storybook for interactive question * use the question callback to update viz settings * remove onUpdateVisualizationSettings * revert change to onUpdateVisualizationSettings * add click action behaviour * fix misspelling * add onUpdateQuestion mock function * add unit test for click action behaviour * add e2e test for hiding question column header
-
Chris Truter authored
This standards on a "just maps" approach to returning disabled, disallowed, or failed query analysis. This is as opposed to the hodgepodge approach of significant `nil`, untagged unions with keywords, and exceptions. Essentially we have a classic "either" style tagged union, where `:error` is the tag.
-
Nicolò Pretto authored
* test(sdk): add tests for auth flow * make the fetch token fn return something that will pass the validations we'll add in the next project * waitForRequest helper + add expects for card endpoints on api key test
-
Nicolò Pretto authored
-
Oisin Coveney authored
-