This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 10, 2024
-
-
Raphael Krut-Landau authored
* q * Restore margin-left adjustment
-
Kamil Mielnik authored
* Fix offset not working in case * Make offset function return any * Add a repro for #42377 * Fix order of adjustments * Revert unrelated changes * Remove commented code * Revert unrelated changes
-
Nemanja Glumac authored
-
Raphael Krut-Landau authored
-
- May 09, 2024
-
-
Oisin Coveney authored
Co-authored-by:
Nicolò Pretto <info@npretto.com>
-
Ryan Laurie authored
* add upload management API * add upload management interface * remove trailing slash * add e2e upload management test * add upload management to token_features * jsdoc cleanup * fixes tests - include :upload_management in session_test - fix list-url in upload management - ensure local tests have upload management disabled (causes tests locally to 422 instead of 402: it has sufficient permissions from a local token to try to delete the table but the table is not an upload table, so you get a 422) * add card archive param * update tests * use common component * add success/error toasts * test success/error notifications * update e2e tests * address review comments * make sure we have fresh data --------- Co-authored-by:
dan sutton <dan@dpsutton.com>
-
Raphael Krut-Landau authored
* squash * Reset change * Fix name column width
-
Raphael Krut-Landau authored
-
Ryan Laurie authored
* update e2e tests * rework linked entity picker * remove deprecated pickers * remove dead picker code * another one bites the dust * remove create collection on the go * update linkedEntityPicker unit tests- * update timeline move modal * remove unused import
-
Nemanja Glumac authored
* Remove unused functions * Remove `export` from a local function * Remove googleanalytics related engine code * Use `getEngines` selector instead of the deprecated Metabase `Settings` * Use `getDefaultEngineKey` * Use `formatSQL` function locally * Remove unused `getEngineLogo` function * Convert to TS * Remove unused export * Fix types * Expand test coverage * Update type * Remove `googleanalitics` from an assertion * Address review comment * Expand types * Add tests for `isDeprecatedEngine` * Expand tests
-
Romeo Van Snick authored
-
- May 08, 2024
-
-
Aleksandr Lesnenko authored
-
Ryan Laurie authored
* remove in modeluploadmodal * remove unnecessary padding from new collection dialog
-
Ryan Laurie authored
* wip dashboard picker * use in homepage selector * remove dead code * remove generateKey prop * add unit tests * cleanup * WIP unit tests * update personal/public interactions and tests * update e2e tests * allow disabling items in dashboardPicker * add new dashboard tag invalidation * use rtk in dashboardpicker * use collection_id from api * horrendous way of disabling read only items * remove badness * disallow selecting read-only dashboards in dashboard picker search * pass search filter as prop * update types and tests * update types and tests * address review comments
-
Raphael Krut-Landau authored
-
Ryan Laurie authored
-
adam-james authored
* Dashboard Param Values Common Impl for Embedding/Preview Embedding Refactor the embedding api namespace to allow a bit of reuse between the embedding api and the embedding preview api. In some cases, the implementations are not identical (in terms of the shape of data expected/endpoints available), so this is a first step to making them the same. Related: https://www.notion.so/metabase/Make-embedding-preview-behave-consistently-with-actual-static-embeds-855353d8e5e8411d8164c7ac563c7d2f * Add a test to verify that preview-embed param-values endpoint works * Use preview embed endpoint and fix relevant tests * Add tests * Change name to reflect what actually happens in the function --------- Co-authored-by:
Mahatthana Nomsawadi <mahatthana.n@gmail.com>
-
Ryan Laurie authored
-
Raphael Krut-Landau authored
Co-authored-by:
Ryan Laurie <iethree@gmail.com>
-
Nicolò Pretto authored
* attempt to type the return value of actions created by createThunkAction * use built in Awaited instead of custom AwaitedIfPromise
-
Uladzimir Havenchyk authored
-
Phoomparin Mano authored
* allow customizable base font size * pass in fontSize in mantine theme * only apply font size if it exists
-
Nemanja Glumac authored
-
Mahatthana (Kelvin) Nomsawadi authored
-
Nemanja Glumac authored
-
- May 07, 2024
-
-
Ryan Laurie authored
* Add back entity picker search item tooltip This reverts commit 7fbf839e415f717633e223c34600655ca2865181. * make z-indexes a bit more sane * fix rebase
-
Romeo Van Snick authored
* Add suffix to name if column already exists * Add test for duplicate combine columns * Use direct question in test Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * Fix formatting * Use createQuestion for other tests too * Fix table references --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
Nick Fitzpatrick authored
* initial attempt * search button * small adjustments * adding back the search bar * adding an extra check in e2e * i18n adjustment * impls pr feedback --------- Co-authored-by:
Sloan Sparger <sloansparger@gmail.com>
-
Aleksandr Lesnenko authored
-
Kamil Mielnik authored
* Remove snippets in search models - They're not supported, see model-to-db-model in search/config.clj * Fix TS error * Fix TS error
-
Romeo Van Snick authored
* Use extract column icon for column extraction drill thru * Use combine column icon for column combine drill thru
-
- May 06, 2024
-
-
Ryan Laurie authored
* add basic table component * use basic table in api keys UI * tweak padding * replace test id * update e2e test ids
-
Aleksandr Lesnenko authored
-
Ryan Laurie authored
* add new entity picker result item * simplify types * enterprise icon fixes * unit test fixes * design updates * address PR comments * remove poorly implemented tooltip * fix unit test * simplify spinner situation
-
Ryan Laurie authored
* Make bulk action bar reusable * unify bulk action usage * skip obsolete test
-
Aleksandr Lesnenko authored
* add chart model logging * fix x-axis time series interval computation when x-values include nulls
-
Uladzimir Havenchyk authored
-
Emmad Usmani authored
* add percent change to timeseries tooltip * move computeChange to lib/numeric * cleaning up code in numeric.js * color text * add unit to key * move change to tooltip footer * fix extra bottom spacing * remove color * handle gaps in data * clean up code * add change to funnel tooltip * move retained to footer in funnel * update copy * remove min decimal count * rename events.tsx -> events.ts * add test cases to line-bar-tooltips.cy.spec.js * add specs for edge cases * readd exports to fix numeric.unit.spec.js * don't show for change for scatterplot * translate retained * use parseTimestamp instead of String * handle quarter interval * remove redundant dayjs calls * handle quarter with Feburary correctly
-
Alexander Polyankin authored
-
- May 03, 2024
-
-
Uladzimir Havenchyk authored
-