This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jul 16, 2024
-
-
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
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
-
Ngoc Khuat authored
-
Ngoc Khuat authored
-
github-automation-metabase authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
* Remove default Count aggregation without triggering a query update * Fix flaky test
-
Alexander Polyankin authored
"Admins can't create queries on Metabase Analytics models"
-
Uladzimir Havenchyk authored
* Create typed dashboard reducers * fix reference * fix export * Move more reducers * move parameterValues * fixup! move parameterValues * rtkCreateAction -> createAction
-
Phoomparin Mano authored
* parameterized static questions * sdk parameter values * use parameters to construct parameter input * add a unit test for passing the correct parameters * fix parameter parsing * move TEST_PARAM to top of file * update readme docs * address code review
-
Uladzimir Havenchyk authored
* refactor: rework QueryModals to a functional component * destructure props
-
Nick Fitzpatrick authored
-
Romeo Van Snick authored
* Pass missing type to clean card in url * Add reproduction for #34517
-