This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jul 16, 2024
-
-
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
-
Kamil Mielnik authored
* Add repro for #42949 * Add more repros for #42949
-
Ngoc Khuat authored
-
Kamil Mielnik authored
* Add repro for the frontend part of metabase#23857 * Avoid cy.visit
-
- Jul 12, 2024
-
-
Aleksandr Lesnenko authored
-
bryan authored
* add skip_graph to coll perm PUT - also no longer ignores revision and groups so we don't print this warning: 2024-07-11 16:17:32,293 WARN api.common :: Unexpected parameters at [:put "/api/collection/graph"]: [:revision :groups] * namespace should be a keyword * decode the keyword * add a typehint to avoid reflection * Adds test for skip_graph * handle revision 0
-
Alexander Polyankin authored
* Do not reset `table.columns` when some column is deleted * Do not reset `table.columns` when some column is deleted * Fix * Fix * Make API calls more obvious
-
Alexander Polyankin authored
Add FE repro for the visual glitch when working with models that have an expression with the same name as the column (#45503) * Add FE repro for #35840 * Add FE repro for #35840
-
Uladzimir Havenchyk authored
* do not allow to render empty SaveQuestionModal content when question is already saved and QB rerenders still open SaveQuestionModal there is a moment when content is empty before modal is closed * fixup! do not allow to render empty SaveQuestionModal content
-
Kamil Mielnik authored
-