Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Apr 30, 2024
  2. Apr 16, 2024
  3. Apr 15, 2024
  4. Apr 07, 2024
  5. Apr 03, 2024
  6. Apr 02, 2024
  7. Mar 29, 2024
  8. Mar 27, 2024
  9. Mar 25, 2024
  10. Mar 22, 2024
  11. Mar 21, 2024
  12. Mar 20, 2024
  13. Mar 18, 2024
  14. Mar 14, 2024
  15. Mar 13, 2024
  16. Mar 12, 2024
  17. Mar 04, 2024
  18. Feb 29, 2024
    • metabase-bot[bot]'s avatar
      :robot: backported "Don't delete "off" persisted_info records" (#39318) · 7cf83171
      metabase-bot[bot] authored
      * Don't delete "off" persisted_info records
      
      If they are off, they are "eligible" models for persistence that we do
      not want to persist. And to remember that use choice to not persist them
      we need to keep the record around. This was handled previously, but
      https://github.com/metabase/metabase/pull/39219
      
       was a bit too blunt. We
      had a bunch of records in a "creating" state that we weren't removing,
      so i deleted them regardless of state. But we want to make sure that the
      "off" ones are not deleted.
      
      On stats, a bunch of ones that were set to off are now slated to be
      persisted after the prune job deleted the persisted_info records.
      
      * unused local. whoops
      
      Co-authored-by: default avatardpsutton <dan@dpsutton.com>
      Unverified
      7cf83171
  19. Feb 23, 2024
    • Kamil Mielnik's avatar
      Backport - RFC 70 - Automate sorting imports (#39096) · c18c3f0d
      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 import
      
      * Fix circular dependency
      
      * Fix circular dependency
      
      * ESLint
      Unverified
      c18c3f0d
  20. Feb 22, 2024
  21. Feb 21, 2024
    • metabase-bot[bot]'s avatar
      Fix - Flaky QueryBuilder tests (#38860) (#38945) · 1176841f
      metabase-bot[bot] authored
      
      * Use fetchMock.flush() to prevent tests from interfering with each other
      
      * Revert "Use fetchMock.flush() to prevent tests from interfering with each other"
      
      This reverts commit 03f1277cf2bf481ac36db212e15b4f29511a386b.
      
      * Add typing for requests in the redux store
      
      * Fix QueryBuilder flakes by introducing waitForLoadingRequests
      
      * Simplify interface
      
      * Add mocks for requests in redux store, update types
      
      * Simplify code
      
      * Increase timeout
      
      Co-authored-by: default avatarKamil Mielnik <kamil@kamilmielnik.com>
      Unverified
      1176841f
  22. Feb 19, 2024
  23. Feb 16, 2024
  24. Feb 14, 2024
  25. Feb 11, 2024
  26. Feb 10, 2024
  27. Feb 09, 2024
Loading