This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Apr 17, 2024
-
-
Uladzimir Havenchyk authored
-
Oisin Coveney authored
-
- Apr 15, 2024
-
-
Denis Berezin authored
-
- Apr 05, 2024
-
-
Mahatthana (Kelvin) Nomsawadi authored
* Migrate .LineAreaBarChart * Migrated .LineAreaBarChartRenderer * Migrate .mute-* * Fix tests that rely on a static class * Fix wrong DOM query selector syntax * Address review: Remove CSS comment noise
-
- Apr 04, 2024
-
-
Oisin Coveney authored
-
- Mar 20, 2024
-
-
Denis Berezin authored
* Global styles refactor * Add missing test change * Fix e2e * Migrate buttons * Migrate buttons * Migrate query builder * Migrate dashcards * Review fixes * Review fixes * Review fixes
-
- Feb 23, 2024
-
-
Uladzimir Havenchyk authored
* Apply eslint quotes rule on e2e folder * fixup! Apply eslint quotes rule on e2e folder * fixup! fixup! Apply eslint quotes rule on e2e folder
-
- Feb 20, 2024
-
-
Kamil Mielnik authored
* Include e2e directory in prettier scripts * Run "yarn prettier"
-
Kamil Mielnik authored
* Upgrade eslint-plugin-import * Configure import/order rule for consistent, predictable imports * Change "eslint-disable-next-line no-restricted-imports" into "eslint-disable-line" * Ensure imports are in a single block * Move or remove informative comments between import statements * Remove imports-grouping comments * Configure groups - the difference between the default setting is the presence of "internal" group * Manually fix imports order and disable "import/order" rule in files with possible circular dependencies * Move comment to the same line as import * Run "yarn eslint-fix" 5 times - Remaining: 16 problems (16 errors, 0 warnings) * Manually fix imports order in remaining files * Run "yarn prettier" * Fix import * Fix circular dependency * Fix circular dependency * Remove unused action creator (it was inlined in 702988ec3f8bd4c6bf6bbbdf169dca25a0ca5a13 due to circular dependency) * Re-add accidentally removed code * Fix typing * ESLint
-
- Jan 19, 2024
-
-
Uladzimir Havenchyk authored
* Cleanup component * Replace filters with MLv2 methods * Cleanup unused functions * Make filter work * Make filter work * Fix rebase issues * Update ML methods usage * pass params in the correct order * pass params in the correct order * Fix argumetns order * Remove duplicated test and unskip correct one * [Leaflet] Replace brush filter with MLv2 alternative (#37295) * Update ML methods usage * Fix argumetns order * Unskip test * Pass metadata * Pass metadata
-
- Jan 03, 2024
-
-
Uladzimir Havenchyk authored
* Make brush filter tests more stable * Make repro for 34382 less flaky * fixup! Make repro for 34382 less flaky * More asserts
-
Kyle Doherty authored
* remove box-shadow from dashboard cards, add border * set scalar font weight to 700 * remove extra bold style from dash headings * set font weight for row and line axis ticks and labels to 700, adjust size * tweak gridline dash array size for cleaner lines * make scalar value titles the same as other dashcard titles * even out legend title spacing on cards * lighten axis domain line * use border color for axis line on RowChart * make legend 2nd read, adjust spacing & alignment * adjust dashcard legend size for non linebar viz * use color instead of colors for theme safety (code review) * update expectedWidth value to account for new smaller font size * account for new dash card border in comparisons * update card border * specs * flakes --------- Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com> Co-authored-by:
Aleksandr Lesnenko <alxnddr@users.noreply.github.com>
-
- Dec 04, 2023
-
-
Alexander Polyankin authored
-
- Nov 22, 2023
-
-
Nemanja Glumac authored
-
- Nov 09, 2023
-
-
Nemanja Glumac authored
* Split visualizations E2E group * Rename visualizations to `visualizations-charts` * Update E2E matrix
-
- Sep 28, 2023
-
-
Mahatthana (Kelvin) Nomsawadi authored
* Remove unsupported timeseries grouping on expression dimension * Add unit tests * Update frontend/src/metabase/query_builder/containers/QueryBuilder.unit.spec.tsx Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * Update frontend/src/metabase/query_builder/containers/QueryBuilder.unit.spec.tsx Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * Rename a test ID to make it more consistent with the component name * Fix the code that broke other E2E tests * Fix failed test from merging master * Another attempt to fix this * Fix type error * Make the code easier to read by eliminating double negation --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
- Jul 21, 2023
-
-
shaun authored
* month-year formats (“January, 2023” → “January 2023”) * quarter-year formats (“Q1 - 2023” or “Q1, 2023” → “Q1 2023”)
-
- Jul 17, 2023
-
-
Alexander Polyankin authored
-
- Jul 08, 2023
-
-
shaun authored
-
- Jul 07, 2023
-
-
Alexander Polyankin authored
-
- Jun 09, 2023
-
-
Ngoc Khuat authored
* forward migration for size_x and col * done? * test fixes * adds some document * migration should not contains comment * mysql and postgres use different syntax in casting * makes it work on mariadb * update grid columns * update specs * update specs * use float for postgres * postgresql not postgres * add migration for revision with model=Dashboard * row is reserved in h2 too * handle edge case with rollback migration where we have a 1x1 card that located at the shrinkage line * kondo * Cal's feedback * add the code we used to generate random array * clean up * use the algorithm to dynamicall generate test data * no more height migrations * grid ratio * unmigrate height in cypress specs * update specs --------- Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com>
-
- May 26, 2023
-
-
Denis Berezin authored
* Update underlying records drill - bring to top, label changes (#29984) * Zoom in Drill (#30208) * Add updated zoom drill title * Fix e2e tests * Add title unit tests * Fix for Records drill UI when it is the only one displayed * Review fixes * Add pivot drill common popover (#30275) * Add grouping for Pivot drill options * Reuse filterField type * Fix date formatting after rebase * Move Automatic insight action to a common popover (#30370) * Refactor ChartClickActionsView, reuse it component in drills (#30706) * 26836 separate views for quick cell click filters (#30532) * Added separate views for QuickFilterDrill * Add tests, fix styles issues * 26836 contains/does not contain quick filter for tables (#30778) * Add contains/does not contain quick filter for tables * Self review fixes * Fix for column header filter search options cropped * Fix for icon margin difference for contains / does not contain filters * Fix contains filter actions icon styles * Add quick filters support for aggregated queries * Not show contains filter for joined fields * Fix typecheck * Adjust string field quick filter section title to have column name (#30888) * 26836 Add View details action for quick filters (#30967) * Add View details action to quick filters * Self review fixes * Fix e2e tests * Fix review issues
-
- May 11, 2023
-
-
Ryan Laurie authored
* don't allow unscoped text selectors in e2e tests * properly scope some recent tests * disable eslint for legacy violations * scope selectors in dashboard drill test
-
- Apr 14, 2023
-
-
Ngoc Khuat authored
Co-authored-by:
Emmad Usmani <emmadusmani@berkeley.edu>
-
- Mar 01, 2023
-
-
Nemanja Glumac authored
* Register new E2E path alias * Move E2E support files * Move E2E runner files * Move E2E snapshot related files * Move E2E visual regression tests * Move E2E `downloads` scenarios * Move E2E `admin` scenarios * Move E2E `auditing` scenarios * Move E2E `bining` scenarios * Move E2E `ccollections` scenarios * Move E2E `cross-version` scenarios * Move E2E `custom-column` scenarios * Move E2E `dashboard` scenarios * Move E2E `dashboard-filters` scenarios * Move E2E `dashboard` reproductions * Move E2E `embedding` scenarios * Move E2E `filters` scenarios * Move E2E `joins` scenarios * Move E2E `models` scenarios * Move E2E `native-filters` scenarios * Move E2E `native` scenarios * Move E2E `onboarding` scenarios * Move E2E `organization` scenarios * Move E2E `permissions` scenarios * Move E2E `question` scenarios * Move E2E `visualizations` scenarios * Move E2E `sharing` scenarios * Move E2E `docker-compose` * Fix commands imports * Fix helpers imports * Fix downloads reproductions imports * Fix integration imports * Move visual regression tests * Various fixes * Move `validate-e2e-files` script * Add eslint rules for E2E folder * Improve file paths * Move `cross-version` tests into scenarios * Path fixes * Register E2E alias in tsconfig * Fix failing tests after rebase
-
- Feb 21, 2023
-
-
Cam Saul authored
* Fix #15324 * Update tests
-
- Jan 31, 2023
-
-
Cal Herries authored
* Add migration to remove defaults * Add rollback * Fix migration * Fix migration * Fix migrations * whitespace * Add test defaults for DashboardCard * Remove defaults from create-dashboard-card! * Fix test * Fix tests * Tighten API endpoints * Fix endpoints * Formatting * Fix tests * Fix tests * Fix tests * Fix tests * Fix test * Fix e2e tests * Update e2e tests * Fix e2e tests
-
- Dec 13, 2022
-
-
john-metabase authored
Updates embedded H2 driver to v2.1.212. When a local H2 v1 file-based application database is detected, it will be automatically updated in-place at startup. Migrations and tests have been updated to account for changes in H2 behavior. Sample data and test harness database files in the repo have all been updated to H2 v2 file format. Co-authored-by:
Braden Shepherdson <braden@metabase.com> Co-authored-by:
Cam Saul <github@camsaul.com> Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com>
-
- Nov 18, 2022
-
-
Alexander Polyankin authored
-
- Sep 06, 2022
-
-
Cam Saul authored
* Rename DashboardCard `sizeX` and `sizeY` to `size_x` and `size_y` (#16344) * Fix migration * Fix MySQL/MariaDB
-
- Sep 01, 2022
-
-
Alexander Polyankin authored
-
- Jul 22, 2022
-
-
Alexander Polyankin authored
-
- Jul 06, 2022
-
-
Ryan Laurie authored
* update prettier * update prettier styling
-
- Jun 26, 2022
-
-
Aleksandr Lesnenko authored
-
- May 03, 2022
-
-
Dalton authored
* Rename 'Distincts' drill option to 'Count Distinct' * Update e2e tests that reference 'Distincts' * Count Distinct --> distinct values * capital D in Distinct Co-authored-by:
Maz Ameli <maz@metabase.com>
-
- Apr 09, 2022
-
-
Nemanja Glumac authored
-
- Mar 24, 2022
-
-
Nemanja Glumac authored
* Create `visitDashboard` E2E helper * Apply helper to the related tests * Fix waiting for redundant xhrs * Make helper work for users without permission to access dashboard * Do not use helper when asserting on individual dashcard queries * Refactor repro for 18454 * Improve dashboard permissions test
-
- Feb 25, 2022
-
-
Nemanja Glumac authored
-
- Feb 23, 2022
-
-
Nemanja Glumac authored
* Apply `visitQuestion` helper to the related tests * Adjust interception to account for the pivot tables as well
-
- Feb 13, 2022
-
-
Nemanja Glumac authored
* Optionally wrap question id to make it available outside of the original scope * Use `visitQuestion` to simpliy tests * Fix pivot_table tests * Fix repro 12568 for nested questions * Fix repro for 10803 * No need to rely on UI elements any more
-