Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Apr 09, 2024
  2. Apr 02, 2024
  3. Apr 01, 2024
  4. Mar 30, 2024
  5. Mar 26, 2024
  6. Mar 20, 2024
  7. Mar 19, 2024
  8. Mar 18, 2024
  9. Mar 15, 2024
    • Mahatthana (Kelvin) Nomsawadi's avatar
      :cherries: Manual backport #39007 to 0.48 (#40166) · 5974995f
      Mahatthana (Kelvin) Nomsawadi authored
      * Fix can't select dashboard tabs in interactive embedding with parameter `header=false` (#39007)
      
      * Remove full-app to a newer term
      
      * Fix dashboard not loading in interactive embedding with header=false
      header=false
      
      * Fix can't choose dashboard tabs in interactive embedding w/ header=false
      
      * Fix failed tests
  10. Mar 12, 2024
  11. Mar 11, 2024
  12. Mar 08, 2024
  13. Mar 05, 2024
  14. Mar 04, 2024
  15. Mar 01, 2024
  16. Feb 28, 2024
  17. Feb 27, 2024
  18. 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
  19. Feb 22, 2024
  20. 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>
  21. Feb 16, 2024
  22. Feb 13, 2024
  23. Feb 12, 2024
Loading