This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 24, 2023
-
-
metamben authored
-
metamben authored
-
metamben authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Uladzimir Havenchyk authored
* Add test * Update imports * Add value normalization and save value on blur * Update e2e/test/scenarios/dashboard-filters/dashboard-filters-sql-number.cy.spec.js Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> * Update e2e/test/scenarios/dashboard-filters/dashboard-filters-sql-number.cy.spec.js Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> * Use helper * Simplify test --------- Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
-
- Aug 23, 2023
-
-
Luiz Arakaki authored
Co-authored-by:
Bobby Iliev <bobby@bobbyiliev.com>
-
- Aug 22, 2023
-
-
Uladzimir Havenchyk authored
* Update react related imports * Update places with combined default and named type * Autofix type imports * Fix unused eslint-disable * Include cljs_release to eslintignore * Autofix type imports * Add typescript rule
-
Alexander Polyankin authored
-
- Aug 21, 2023
-
-
Jesse Devaney authored
* fix specific aria-label for generic sidebar * hide dashboard subscription button - when user is non-admin and email & slack are not configured * forward non-admin user to configured subscription form * fix: show pulse list after creation for non-admins - when pulse count is 0 and a new pulse is added by non-admins, it used to auto-redirect to the creation form again b/c the new pulse was not loaded before the forwarding would occur again * refactor magic strings * fix error when pulses has no length attribute * validate forwarding in subscriptions for non-admins * add remaining specs * updated tests for new subscriptions forwarding for non-admins * update tests for subscriptions forwarding for non-admins * update tests for subscriptions forwarding for non-admins * fix unit tests * update dashboard subscriptions button to exclude heading cards * [WIP] convert E2E tests to unit tests * convert subscriptions button test to unit test * restore some E2E tests * fix unit tests - new fetch request occurring in child component DashboardHeader was causing these tests to fail on the fetch request because there was no fallback
-
Uladzimir Havenchyk authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
- Aug 20, 2023
-
-
Ngoc Khuat authored
-
- Aug 19, 2023
-
-
Ryan Laurie authored
* remove add new h2 db test * update setup specs to test mysql and postgres connections * check for mongodb connection string errors
-
- Aug 18, 2023
-
-
Aleksandr Lesnenko authored
* Pass dashboardId and dashcardId in QueryDownloadWidget in ViewFooter * Add missing dashboardId and dashcardId in QueryDownloadWidget.tsx * spec --------- Co-authored-by:
Robin <e.robin154@gmail.com>
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
- Aug 17, 2023
-
-
Oisin Coveney authored
-
Nick Fitzpatrick authored
* Adding is-true and is-false operators * Adding unit tests * All Operators adjustment * PR Feedback * add "is equal to" in spec * adding e2e test --------- Co-authored-by:
Jesse Devaney <22608765+JesseSDevaney@users.noreply.github.com>
-
Nick Fitzpatrick authored
* added issuer props to list of saml settings * adding e2e test * using unit test instead
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Convert `VisibilityToggler` to TypeScript * Conver `RightClickPopover` to TypeScript * Convert `DataReferenceButton` to TypeScript * Convert `NativeVariablesButton` to TypeScript * Convert `SnippetSidebarButton` to TypeScript * Convert `NativeQueryEditorSidebar` to TypeScript * Make `size` prop required for sidebar buttons * Fix setting default prop value twice * Address comments * Remove `NativeVariablesButton.shouldRender`
-
Kamil Mielnik authored
* Add disabled prop to ListItem * Disable syncing tables in data reference page * Add disabled prop to Root * Format code * Add a test case for disabled ListItem * Extract PLACEHOLDER_TEXT * Fix typo * Update test name * Add test boilerplate * Add a basic rendering test for TableList * Add data-testid prop to ListItem * Add tests for tables with various initial_sync_status * Improve assertions * Add style assertions * Remove unused argument and inline defaultProps
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Convert `TagEditorHelp` to TypeScript * Convert `TagEditorParam` to TypeScript * Convert `TagEditorSidebar` to TypeScript * Fix export
-
Anton Kulyk authored
-
Nicolò Pretto authored
-
Cal Herries authored
-
- Aug 16, 2023
-
-
shaun authored
-
Cal Herries authored
-
Aleksandr Lesnenko authored
-
Uladzimir Havenchyk authored
-
Ryan Laurie authored
-
Denis Berezin authored
* Drills migration preparation - unified types, moved Mode, detached actions from drills * Click actions components renaming * Moved Automatic Insights back to drills
-
Mahatthana (Kelvin) Nomsawadi authored
* Translate admin audit * Add missing translations in admin audit details * Translate MappingEditor * Translate AddMemberRow * Translate GroupsListing * Add missing translation in admin collection permission * Translate MoveCollectionModal * Translate invite user form * Translate Table conditional settings select * Translate date format options * Format gauge chart settings * Remove unused audit tables * Add missing translation * Don't translate email
-
Alexander Polyankin authored
-
Nicolò Pretto authored
* cancels ongoing cards when saving a dashboard * refactor: change from stub to spy so that we can also see in the inspector that the request has been cancelled * test that the data will eventually be displayed
-