Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Oct 23, 2024
  2. Oct 14, 2024
  3. Aug 20, 2024
  4. Aug 13, 2024
  5. Jul 04, 2024
  6. Mar 21, 2024
  7. Mar 13, 2024
  8. Feb 20, 2024
    • 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
      2aa3cec6
  9. May 17, 2023
  10. Oct 26, 2022
  11. Oct 11, 2022
  12. Sep 12, 2022
  13. Jul 04, 2022
  14. Jun 02, 2022
    • Anton Kulyk's avatar
      Handle new model cache states (#22891) · 600fb988
      Anton Kulyk authored
      * Add new cache info types
      
      * Add model cache info mock factory
      
      * Add `checkCanRefreshModelCache` utility
      
      * Handle new states on model page caching section
      
      * Handle new states on Tools page
      
      * Fix svg import type error
      
      * Use "queued" for `creating` state
      
      * Fix tests
      600fb988
  15. Jan 27, 2022
    • Anton Kulyk's avatar
      Fix reordering model columns (#19952) · 7fa4675b
      Anton Kulyk authored
      * Add `dataset` to Card type
      
      * Fix "source-table" type
      
      * Don't use original model query in ad-hoc mode
      
      * Handle model using `/dataset` endpoint in Cypress
      
      * Rerun query when entering model editor
      
      * Make it possible to only close the details sidebar
      
      * Close details sidebar when entering model ad-hoc mode
      
      * Move `isAdHocModelQuestion` to data-modeling utils
      
      * Handle TableInteracting column width reset event
      
      * Fix old isAdHoc util usage
      7fa4675b
  16. Jan 24, 2022
    • Anton Kulyk's avatar
      Handle disabled or not available nested queries for models (#19798) · eb0d69ed
      Anton Kulyk authored
      * Change label for "enable-nested-queries"
      
      * Fix query types compatibility
      
      * Add utility to check if DB supports nested queries
      
      * Accept store initial state for `renderWithProviders`
      
      * Hide model button when nested queries disabled
      
      * Handle nullish database in modeling utils
      
      * Fix var
      eb0d69ed
  17. Jan 20, 2022
  18. Jan 19, 2022
Loading