This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Oct 28, 2024
-
-
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
-
Phoomparin Mano authored
* cancel request on unmount in static question * use deferred promise * remove logs * alias cancelled to deferred.promise * extract useLoadStaticQuestion hook * add tests for request cancellation * change updateQuestion method * add sanity check with fetchMock
-
- Oct 24, 2024
-
-
bryan authored
* upgrades is-airgapped? defn to defsetting airgap-enabled - uses the airgap-enabled settings value to remove Cloud section in SettingsEditor - "Metabase Enterprise Airgap" -> "Enterprise Airgap" * hide still need help section in airgap mode * move flag checking into selectors * fe lint * ts type check * use optional chaining and nullish coalescing * hide StillNeedHelp in ag mode * adding airgap-enabled to createMockSettings --------- Co-authored-by:
Nick Fitzpatrick <nickfitz.582@gmail.com>
-
lbrdnk authored
* Format databricks as spark in prettify-native-form * Add test to be generalized in follow up
-
Phoomparin Mano authored
* implement saving questions in interactive question * close modal on create question * add e2e test for saving questions
-
Nick Fitzpatrick authored
* Update X-ray to use rtk query * PR feedback
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
-
Alexander Polyankin authored
* Fix date formatting of parameter values with time * Update frontend/src/metabase/parameters/utils/date-formatting.ts Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * Adjust E2E test * Fix tests --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
Jeff Bruemmer authored
-
Alexander Polyankin authored
* Fix boolean parameter parsing from query string in dashboards * Adjust E2E test * Adjust E2E test * Adjust E2E test * Update e2e/test/scenarios/filters-reproductions/dashboard-filters-reproductions.cy.spec.js Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * Update e2e/test/scenarios/filters-reproductions/dashboard-filters-reproductions.cy.spec.js Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Chris Truter authored
-
Oisin Coveney authored
-
Mahatthana (Kelvin) Nomsawadi authored
-
Denis Berezin authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Remove outdated comment * Add logic for automating npm dist tags * Fix deprecated GitHub action output command * Update .github/workflows/release-embedding-sdk.yml Co-authored-by:
Denis Berezin <denis.berezin@metabase.com> * Add comment and correct 51 dist tag --------- Co-authored-by:
Denis Berezin <denis.berezin@metabase.com>
-
Anthony Lio authored
-
Mahatthana (Kelvin) Nomsawadi authored
-