This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jul 15, 2024
-
-
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
-
Nemanja Glumac authored
-
bryan authored
* parallelize coll perm graph group lookup w/ core.async * respond to code review * add + uses ExecutorCompletionService map function * rename test * more tests * no concurrency for cljs * fix timeout + add more tests * use claypoole * cleanup * add kondo hooks for claypoole * cleanup * Can't use libraries that don't have a license Revert "add kondo hooks for claypoole" This reverts commit 9d93b55b28d69267b65260f2b046420d67604361. * ignore unused value -- TODO: check back in on claypoole to see if the kondo config gets merged * fix linter
-
Ryan Laurie authored
* refactor and improve milestone check code * whitespace
-
Ryan Laurie authored
* fix cross-version flakes * more flake fix * fix slack message * tired_face * ref name is what I want already
-
Alexander Polyankin authored
-
Alexander Polyankin authored
* Fix fields in joins * Fix deselecting the last join column * Update frontend/src/metabase/query_builder/components/notebook/steps/JoinStep/JoinStep.unit.spec.tsx Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * Fix reference --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
Ryan Laurie authored
-
John Swanson authored
This was a huge footgun. We were accidentally limiting *ALL* queries run in our transducer to 1000 results. This included the query to fetch permissions, so when we checked permissions we were checking a small percentage of your *actual* permissions (e.g. 1000 / ~6300 for me on stats).
-