This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 24, 2023
-
-
Ikko Eltociear Ashimine authored
betwen -> between [ci skip]
-
Roman Abdulmanov authored
-
- May 23, 2023
-
-
Ariya Hidayat authored
-
metamben authored
-
Case Nelson authored
-
Nemanja Glumac authored
* Introduce stress-test E2E workflow * Explain how to stress-test an E2E flake fix * Disallow test retries in stress-test mode * Increase the job timeout * Re-word the number of times to run the test * Keep labels casing uniform * Address review suggestion * Fix unintentional line break * Multi-line command fix * Format the spec path example as code
-
Ariya Hidayat authored
- Abort if the intended version conflicted with a past release - Bail out if the commit hash isn't part of a release branch
-
Cam Saul authored
Improve `type-of` calculation for arithmetic expressions; fix schema for temporal arithmetic (#30921) * Fix #29946 * Sort namespaces
-
Jeff Bruemmer authored
-
Ngoc Khuat authored
* WIP adding a new endpoint /api/card/series to fetch compatible series for a given card * change endpoint convention and add tests * tighten the types and more tests * here comes the tests * indent * Update test/metabase/api/card_test.clj * more tests * fix mis-use of MLv2 * wrong args order * update the tests to cover over limit case * use id as last_cursor and sort id desc by default * use the new endpoint to fetch compatible cards in the add series modal (#30410) * use new api handler for compatible series * exclude selected cards * rename payload prop * add exclude_ids param * update contract * use multiple value for single param pattern instead of jsonified strings * remove debug code * cleanup * specs * fix failing 20637 e2e test due to missing viz-settings in test data * do not exclude selected cards from search * Noah's comments * kondo * test fix --------- Co-authored-by:
Aleksandr Lesnenko <alxnddr@users.noreply.github.com> Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com>
-
Kyle Doherty authored
* remove activity frontend * remove the activity page code * remove GET api/activity/ route + tests * regen dox for activity routes - Not for GET /api/activity/ which has been removed. * nix more things only used for GET /api/activity/ * pull out more only-used-for-get-api/activity/ code * force namespace to be loaded (?) to be found --------- Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com> Co-authored-by:
Bryan Maass <bryan.maass@gmail.com> Co-authored-by:
Aleksandr Lesnenko <alxnddr@users.noreply.github.com>
-
Maz Ameli authored
* remove unused const and import * update download button helper --------- Co-authored-by:
Ryan Laurie <iethree@gmail.com>
-
Cal Herries authored
Co-authored-by:
Uladzimir Havenchyk <125459446+uladzimirdev@users.noreply.github.com>
-
john-metabase authored
-
Ryan Laurie authored
-
Oisin Coveney authored
-
Oisin Coveney authored
-
- May 22, 2023
-
-
Cam Saul authored
-
Case Nelson authored
* [MLv2] Export display-name * Add long-display-name to display-info * Removem display-name since it won't be used * Fix FE tests
-
john-metabase authored
-
Kamil Mielnik authored
* Enable "Showing XX rows" for all types of visualisations - Closes https://github.com/metabase/metabase/issues/29261 * Add a test case for rendering of QuestionRowCount regardless of visualization type * Remove duplicated expect() * Improve test case - Move setupCardDataset function call to the main setup function - Use it.each
-
Alexander Polyankin authored
-
Ngoc Khuat authored
* Snowplow tracking for dashboard tab creations and deletions
-
Ngoc Khuat authored
-
- May 20, 2023
-
-
metamben authored
-
- May 19, 2023
-
-
Aleksandr Lesnenko authored
* allow hiding dashboard cards when no results * replace anys for existing types * type fixes * fix * update copy according to Jeff's suggestion * loading state * update types
-
metamben authored
This test requires the DB to support nested order by clauses which Trino does not.
-
metamben authored
* Implement available-aggregation-operators * Support display-info and getting columns from aggregation-operators * Support adding aggregation operators * Add :cum-sum to the type hierarchy
-
Alexander Polyankin authored
-
metamben authored
Fixes #29678.
-
Anton Kulyk authored
-
bryan authored
* remove a few defendpoint-schema calls * remove more defendpoint-schema calls - fix bug with enum of strings X route regexes * more defendpoint-schema rippin' * more weeding out defendpoint-schemae * cleanup * upgrade more routes to defendpoint * fix a bug with defendpoint route regex guards * remove comment * fix typo in malli schema * coerce action-id in DELETE api/action/:action-id * coerce timeline id's * coerce pulse ids * many fixes for upgrading to defendpoint * lsp clojure clean ns on api/pulse.clj * upgrade more endpoints off defendpoint-schema * fix some more + enhance boolean handling * remove custom transformer * fix the rest of the boolean string schema usages * fix error message in notify test * fix api embed * revert api/timeline * remove def * BooleanString -> BooleanValue - decode any boolean or "true" or "false" into `true` or `false`. * leave POST api/dataset/ alone * coerce ids in api/notify
-
Kamil Mielnik authored
* Fix sample database not appearing in DatabaseBrowser without page refresh - Fixes https://github.com/metabase/metabase/issues/29496 * Add an e2e test for #30871 * Add an extra step in e2e test
-
Nemanja Glumac authored
-
Ngoc Khuat authored
-
Alexander Polyankin authored
-
Oisin Coveney authored
-
- May 18, 2023
-
-
shaun authored
-
Ryan Laurie authored
-
john-metabase authored
Formatting of BigQuery will use the MySQL dialect for now.
-