Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Apr 17, 2024
  2. Apr 15, 2024
  3. Apr 05, 2024
  4. Apr 04, 2024
  5. Mar 20, 2024
  6. Feb 23, 2024
  7. Feb 20, 2024
    • Kamil Mielnik's avatar
      Include e2e directory in prettier scripts (#38948) · 22684b87
      Kamil Mielnik authored
      * Include e2e directory in prettier scripts
      
      * Run "yarn prettier"
      Unverified
      22684b87
    • Kamil Mielnik's avatar
      RFC 70 - Automate sorting imports (#33883) · 2aa3cec6
      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
      Unverified
      2aa3cec6
  8. Jan 19, 2024
    • Uladzimir Havenchyk's avatar
      Replace brush filters with MLv2 alternatives (#37293) · 109f3303
      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
      Unverified
      109f3303
  9. Jan 03, 2024
    • Uladzimir Havenchyk's avatar
      Make e2e tests less flaky (#37236) · 2b8123d9
      Uladzimir Havenchyk authored
      * Make brush filter tests more stable
      
      * Make repro for 34382 less flaky
      
      * fixup! Make repro for 34382 less flaky
      
      * More asserts
      Unverified
      2b8123d9
    • Kyle Doherty's avatar
      Tighten visual design of charts (#36991) · 7912f5db
      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: default avatarAleksandr Lesnenko <alxnddr@gmail.com>
      Co-authored-by: default avatarAleksandr Lesnenko <alxnddr@users.noreply.github.com>
      Unverified
      7912f5db
  10. Dec 04, 2023
  11. Nov 22, 2023
  12. Nov 09, 2023
  13. Sep 28, 2023
  14. Jul 21, 2023
  15. Jul 17, 2023
  16. Jul 08, 2023
  17. Jul 07, 2023
  18. Jun 09, 2023
    • Ngoc Khuat's avatar
      Dashboard grid from 18 to 24 (#31019) · 660f8f0c
      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: default avatarAleksandr Lesnenko <alxnddr@gmail.com>
      Unverified
      660f8f0c
  19. May 26, 2023
    • Denis Berezin's avatar
      [Epic PR] Make drill-through chiller (#26836) (#30273) · 45dcf573
      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
      Unverified
      45dcf573
  20. May 11, 2023
  21. Apr 14, 2023
  22. Mar 01, 2023
    • Nemanja Glumac's avatar
      [E2E] Regroup and move all related files to the root (#28749) · f71f20e1
      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
      Unverified
      f71f20e1
  23. Feb 21, 2023
  24. Jan 31, 2023
    • Cal Herries's avatar
      Drop BE defaults for dashcard's size_x, size_y, row, and col (#27750) · 1c5efce5
      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
      Unverified
      1c5efce5
  25. Dec 13, 2022
  26. Nov 18, 2022
  27. Sep 06, 2022
  28. Sep 01, 2022
  29. Jul 22, 2022
  30. Jul 06, 2022
  31. Jun 26, 2022
  32. May 03, 2022
  33. Apr 09, 2022
  34. Mar 24, 2022
    • Nemanja Glumac's avatar
      [E2E] Introduce `visitDashboard` helper (#21218) · 9e534c8d
      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
      Unverified
      9e534c8d
  35. Feb 25, 2022
  36. Feb 23, 2022
  37. Feb 13, 2022
Loading