This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 03, 2024
-
-
Phoomparin Mano authored
* public metabase theme type * add tests for transforming embedding theme * export public types * load transformed theme override into theme provider * migrate font family inside theme configuration * add assertion for font family * update README to add font family in theme options * add font enum, fix tuple type and cleanup tests * color tuple argument name * use fill for colortuple
-
Mahatthana (Kelvin) Nomsawadi authored
* Update readme adding more ways to run Metabase * Remove running from `master` because it could break * Update enterprise/frontend/src/embedding-sdk/README.md Co-authored-by:
Alberto Perdomo <albertoperdomo@users.noreply.github.com> * Update disclaimer, makes it more obvious --------- Co-authored-by:
Alberto Perdomo <albertoperdomo@users.noreply.github.com>
-
Mahatthana (Kelvin) Nomsawadi authored
* Fix InteractiveQuestion loader show no question before loaded * Add tests * Unskip a test
-
- May 02, 2024
-
-
Jeff Bruemmer authored
-
Phoomparin Mano authored
* use palette for rendering * add unit tests for chart label colors * cleanup test code * update unit test name * cleanup color handler * use theme.fn.themeColor to get color
-
Phoomparin Mano authored
* expose theme property in MetabaseProvider * add more descriptions on what the theme overrides are for
-
- May 01, 2024
-
-
Ngoc Khuat authored
-
- Apr 30, 2024
-
-
Phoomparin Mano authored
-
Phoomparin Mano authored
* bump react embedding sdk version to 0.1.0 * publish to metabase-embedding-sdk-react using version 0.1.1 * add commands to copy LICENSE and README files to output * use the scoped metabase package * rename file content variable Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> * update embedding sdk package description * update content variable in script Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> --------- Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
-
Mahatthana (Kelvin) Nomsawadi authored
It should be capitalized
-
adam-james authored
* Store Parameter Values Set by User on a per-user basis This is a WIP for #28181 and the notion doc: https://www.notion.so/metabase/Tech-Maintain-user-level-state-in-dashboards-for-filters-fc16909a3216482f896934dd94b54f9a Still to do: - [ ] validate the table/model design - [ ] hook up the endpoints mentioned in the doc (2 in api/dashboard) - [ ] return the user specific parameter values on /api/dashboard/:dashboardID endpoints - [ ] write a few tests to capture the intent of this feature * Accidentally deleted a digit in the change ID timestamp * first pass at writing user param values to the db. It's in a doseq here which is probably not the correct way to go yet, but it's a step in the right direction. * Hydrate dashboard response with `:last_used_param_values` key If the user has previously set a parameter's value, it will show up in the map under that parameter id. If the user has no parameter value set, that entry will be 'null'. * Use proper fn name * Only save or retreive user params if there's a current user id * Add model to necessary lists * Only run query when there are parameter ids to run it with * Add a test to confirm that last_used_param_values works * Add models test namespace for CRUD test * The hydration is checked in the dashboard api test already
-
Mahatthana (Kelvin) Nomsawadi authored
This reverts commit e8636656.
-
Mahatthana (Kelvin) Nomsawadi authored
We should change this back once we can publish the package with the desired name.
-
Mahatthana (Kelvin) Nomsawadi authored
-
Oisin Coveney authored
-
Alexander Solovyov authored
-
- Apr 29, 2024
-
-
Nemanja Glumac authored
-
Noah Moss authored
-
Phoomparin Mano authored
* add metabase commercial license to embedding-sdk * attach commercial license file to npm package * refactor license file generation
-
Raphael Krut-Landau authored
preliminary work for https://github.com/metabase/metabase/pull/41614
-
Mahatthana (Kelvin) Nomsawadi authored
* Add Embedding SDK readme * Update enterprise/frontend/src/embedding-sdk/docs/README.md Co-authored-by:
Nicolò Pretto <info@npretto.com> * Update enterprise/frontend/src/embedding-sdk/docs/README.md Co-authored-by:
Phoomparin Mano <poom@metabase.com> * Update enterprise/frontend/src/embedding-sdk/docs/README.md Co-authored-by:
Phoomparin Mano <poom@metabase.com> * Clarify the result from `useQuestionSearch` * Remove the mentioning of API key Since we want to drop API key support for embedding SDK * Add more detail * Update enterprise/frontend/src/embedding-sdk/docs/README.md Co-authored-by:
Oisin Coveney <oisin@metabase.com> * Update enterprise/frontend/src/embedding-sdk/docs/README.md Co-authored-by:
Phoomparin Mano <poom@metabase.com> * Update enterprise/frontend/src/embedding-sdk/docs/README.md Co-authored-by:
Oisin Coveney <oisin@metabase.com> * Update enterprise/frontend/src/embedding-sdk/docs/README.md Co-authored-by:
Oisin Coveney <oisin@metabase.com> * Update enterprise/frontend/src/embedding-sdk/docs/README.md Co-authored-by:
Phoomparin Mano <poom@metabase.com> * Update enterprise/frontend/src/embedding-sdk/docs/README.md Co-authored-by:
Oisin Coveney <oisin@metabase.com> * Remove private GH repo * Remove the compatibility table until we've made the first release * Fix typo * Add details how to run with locally built SDK * Correct Metabase Embedding SDK case * Make the instruction more concise * Add a disclaimer * Update config removing deleted property * Add Oisin suggestion that was missed from rebasing * Clarify plugin section * Tweak SDK Readme * Polish the limitation section * Update the code sample into 4 sections making it easier to read * Tweak overview and features section of README * Add metabase configuration section * Clean up section * Replace the doc in the root embedding SDK directory * Some tweaks and improvements to SDK README * Tweaks to SDK README: wording, change flow, add section on running MB from master * Update enterprise/frontend/src/embedding-sdk/README.md Co-authored-by:
Oisin Coveney <oisin@metabase.com> * Feedback section * Add simple InteractiveQuestion example * SDK README: Tweak Slack wording * Standardize fullstops + fix typo * Clean up formatting --------- Co-authored-by:
Nicolò Pretto <info@npretto.com> Co-authored-by:
Phoomparin Mano <poom@metabase.com> Co-authored-by:
Oisin Coveney <oisin@metabase.com> Co-authored-by:
Alberto Perdomo <alberto.perdomo@gmail.com>
-
Mahatthana (Kelvin) Nomsawadi authored
-
- Apr 26, 2024
-
-
Ryan Laurie authored
* remove defunct form components * fix lil type errros
-
Ryan Laurie authored
* add entity agnostic getIcon function * remove recent items entity * fix tests and support secondary icon * fix display name
-
Denis Berezin authored
* Button * Reset button * Skip failing unit test * Fixes after merge
-
Oisin Coveney authored
-
- Apr 25, 2024
-
-
Oisin Coveney authored
-
Noah Moss authored
-
Oisin Coveney authored
-
- Apr 24, 2024
-
-
Denis Berezin authored
* Isolate click actions * Self review fixes * Add global plugin config * Review fixes * Drill with custom view * Review fixes
-
- Apr 23, 2024
-
-
Nemanja Glumac authored
-
Oisin Coveney authored
-
Oisin Coveney authored
-
- Apr 22, 2024
-
-
Noah Moss authored
-
Oisin Coveney authored
-
- Apr 19, 2024
-
-
Noah Moss authored
-
Noah Moss authored
Co-authored-by:
Noah Moss <noahbmoss@gmail.com> Co-authored-by:
Noah Moss <32746338+noahmoss@users.noreply.github.com> Co-authored-by:
Nick Fitzpatrick <nick@metabase.com> Co-authored-by:
John Swanson <john.swanson@metabase.com> Co-authored-by:
Sloan Sparger <sloansparger@users.noreply.github.com> Co-authored-by:
Sloan Sparger <sloansparger@gmail.com>
-
Mahatthana (Kelvin) Nomsawadi authored
* Migrate --border-* * Migrate *breadcrumb* * Migrate --color-bg-black * Migrate --color-bg-dark * Migrate --color-bg-light * Migrate --color-bg-medium * Migrate --color-bg-white * Migrate --color-border * Migrate --color-brand* * Migrate --color-error * Migrate --color-focus * Migrate --color-shadow * Migrate --color-success * Migrate --color-text-dark * Migrate --color-text-light * Migrate --color-text-medium * Migrate --color-text-white * Migrate --color-white * Migrate --default-border-radius * Migrate --default-button-border-radius * Migrate --default-font-family * Migrate --default-font-size * Migrate --default-header-margin * Migrate --gap-1 * Migrate --icon-width * Migrate --input-border-color * Migrate --input-border-radius * Migrate --margin-* * Migrate --muted-color * Migrate --padding-* * Migrate --page-header-padding * Migrate --subtitle-color * Migrate --title-color * Reset to master * Remove unused --color-text-default * Remove unused --color* * Remove unused CSS custom properties * Prefix only necessary CSS custom properties
-
Oisin Coveney authored
-
- Apr 18, 2024
-
-
Raphael Krut-Landau authored
-