This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 31, 2022
-
-
Ngoc Khuat authored
* use login-attributes when hash advanced field-values if sandbox use native query * add a e2e test * Add repro for #24966 Co-authored-by:
Nemanja <31325167+nemanjaglumac@users.noreply.github.com>
-
Mahatthana (Kelvin) Nomsawadi authored
* Handle negative bar data point value * Migrate static line chart values to Values component * Migrate static bar chart values to using Values component * Migrate static area chart values to using Values component * Fix stroke rendering * Fix multiseries value collision * Fix bar + y axis collision * Fix x-axis collision * Fix collision bug * Render chart last so it's above the Y axises * Fix value stroke collide with X-axis * Tidy up <Values /> and make it more readable * Fix auto compact formatting for stacked chart * Handle overlapping value with left Y-axis * `serie` -> `series`, and `series` -> `multipleSeries` So, it's grammatically correct. * Move some types to where they should belong * Add OutlinedText for static viz This is for <Text /> that has a stroke and has `pain-order: stroke`.
-
- Aug 30, 2022
-
-
Nemanja Glumac authored
Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
Case Nelson authored
* [Apps] Hydrate action on dashcards It is useful for the frontend if we hydrate :action in the same way that we hydrate :card on :ordered_cards. * Add docstring
-
Dalton authored
-
Natalie authored
-
Dalton authored
* Make QB use Questions entity to fetch * Pass down 'getState' to avoid HACK function * Fix tests
-
Ryan Laurie authored
* remove action saving from save question modal * Add action creator with query editor * Action Creator 2: Action Updates (#25074) * use entity forms for action saving
-
Anton Kulyk authored
-
Anton Kulyk authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
-
Case Nelson authored
* [Apps] Hydrate action_id on is_write Card It'll be helpful for the frontend if we send back the created action_id when saving an `is_write` Card. Also update the `api/card` tests to ensure that a QueryAction (and by fk constraints the Action) is created/deleted as expected when changing `is_write`. * Add extra arg to more result-fns
-
Anton Kulyk authored
-
Anton Kulyk authored
* Move `arg` to dev dependencies * Move `eslint-plugin-no-only-tests` to dev deps * Move `mochawesome` packages to dev dependencies * Move `node-polyfill-webpack-plugin` to dev deps
-
Anton Kulyk authored
-
Anton Kulyk authored
* Add `createMockDataAppPage` test utility * Add `getDataAppHomePageId` utility * Render the homepage when launching a data app * Break down `DataAppNavbarContainer` * Highlight the homepage in app nav sidebar
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
-
Anton Kulyk authored
* Add dashboard layout visual tests * Simplify test * Await card queries
-
Nemanja Glumac authored
* Store individual artifacts for each matrix combination
-
- Aug 29, 2022
-
-
Natalie authored
-
Jeff Bruemmer authored
-
Nick Fitzpatrick authored
-
Nemanja Glumac authored
-
Anton Kulyk authored
* Add `is_app_page` to `Dashboard` type * Add `dataAppPage` form to Dashboard entity * Use "document" icon for app pages * Add "Add new page" button * Drop `isDataApp` dashboard prop * Hide dashboard-only actions for pages * Hide fullscreen mode button for pages * Use "page" word in `DashboardHeader` * Use "page" word for loading notification UI * Use "page" word in empty state * Use "page" word in `DashboardMoveModal` * Use "page" word in `ArchiveDashboardModal` * Fix public/embedded dashboard crash * Fix type error * Fix type error
-
Case Nelson authored
Like `parameters`, it is desirable to use an `is_write` card's visualization_settings to store information for form customizations. When fetching an action, pull up the card's visualization_settings to the root of action, later http actions can add a visualization_settings field and they can be unified with query actions in the same way that wwe do parameters.
-
Aleksandr Lesnenko authored
* Revert "Revert "Pivot table conditional formatting (#24930)" (#25055)" This reverts commit 23fc2531. * fix pivot table conditional formatting * filter out not applicable conditional formatting rules
-
Gustavo Saiani authored
-
Gustavo Saiani authored
-
Noah Moss authored
* minor comment fixes * fix error * unskip cypress * remove debugging code * retrigger ci * throw an exception when a recursion limit is hit
-
Anton Kulyk authored
* Form framework: extract `getMaybeNestedValue` util * Form framework: handle nested fields in initial values * Use different forms for creating and updating apps * Fix data app update endpoint * Update underlying collection on app update * Add app settings modal * Make `EditableText` handle initial value change * Simplify `getMaybeNestedValue` * Use `useEffect` instead of `useLayoutEffect`
-
Mahatthana (Kelvin) Nomsawadi authored
-
- Aug 27, 2022
-
-
Nemanja Glumac authored
* Add repro for #25031 * Rename file * Clean up issue references
-
Aleksandr Lesnenko authored
This reverts commit 971c5053.
-
- Aug 26, 2022
-
-
Gustavo Saiani authored
-
Jeff Bruemmer authored
-
Ryan Laurie authored
-
Jeff Bruemmer authored
-
Nick Fitzpatrick authored
-