Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Mar 04, 2024
  2. Mar 01, 2024
  3. Feb 28, 2024
  4. Feb 27, 2024
  5. Feb 26, 2024
    • metabase-bot[bot]'s avatar
    • metabase-bot[bot]'s avatar
    • Kamil Mielnik's avatar
      Backport - RFC 70 - Automate sorting imports (v48) (#39107) · ce5ae73f
      Kamil Mielnik authored
      * Include e2e directory in prettier scripts
      
      * Align ESLint & prettier paths in "lint-stage" & "scripts" in package.json
      
      * Handle ts files in e2e tests
      
      * Format "lint-prettier-pure" script the same way as "prettier"
      
      * Ignore database files in ESLint as they reference a file that is git-ignored but does exist locally
      
      * Remove duplicated eslint call
      
      * Manually fix ESLint-reported issues
      
      * 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
      
      * Manually fix imports order in remaining files
      
      * Run "yarn prettier"
      
      * Fix circular dependency
  6. Feb 22, 2024
  7. Feb 21, 2024
    • adam-james's avatar
      Backport 38826 to 48 (#39023) · 95ad5d4e
      adam-james authored
      
      * Do not create param_values on Dashboard Load, only fetch if they exist (#38980)
      
      * Do not fetch param_values on Dashboard Load
      
      Fixes: #38826
      
      This change removes the *-or-create* behaviour of `field-ids->param-field-values`. This means that on Dashboard Load,
      if the param values already exist, they'll be grabbed. But, if they don't, we won't try to fetch or create them.
      
      This is WIP because it seems to contradict changes related to fixing #30218
      
      * Comment out the other test added for #30218
      
      * Remove the tests from 30218
      
      These tests are asserting that param_values are created on dashboard load when the Field Values don't exist. This is
      the behaviour we want to revert, so the tests are asserting something we don't want anymore.
      
      * Improved test string wording
      
      * Update src/metabase/models/params.clj
      
      Co-authored-by: default avatarNgoc Khuat <qn.khuat@gmail.com>
      
      ---------
      
      Co-authored-by: default avatarNgoc Khuat <qn.khuat@gmail.com>
      
      * Add the refactored fns that were used to solve 38826
      
      * empty commit to try re-start CI
      
      ---------
      
      Co-authored-by: default avatarNgoc Khuat <qn.khuat@gmail.com>
  8. Feb 16, 2024
  9. Feb 13, 2024
  10. Feb 12, 2024
  11. Feb 09, 2024
  12. Feb 07, 2024
  13. Feb 06, 2024
Loading