Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. May 17, 2024
  2. 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
      Unverified
      2aa3cec6
  3. Dec 12, 2023
    • Mahatthana (Kelvin) Nomsawadi's avatar
      Fix whitelabeled application name replaces Metabase in admin settings (#36032) · e09323b6
      Mahatthana (Kelvin) Nomsawadi authored
      * Make it explicit when we want to replace the app name for whitelabeling
      
      * Remove the ttag hack so we can verify this solution works
      
      * Review: Remove unnecessary translation on the app name
      
      * Delete unused files
      
      * WIP replacing application names
      
      * Fix more places
      
      * Replace application names in more places
      
      * Replace the rest of the application name
      
      * Remove debug comment: admins
      
      * Remove debug comments: setup flow
      
      * Remove debug comments: misc
      
      * Remove debug comments: screenshots
      
      * Fix failed unit tests
      
      Because we're changing some components to get the application name from
      redux store, we need to update certain tests that still use `render` to
      `renderWithProvider` instead.
      Unverified
      e09323b6
  4. Aug 15, 2023
  5. Apr 20, 2023
  6. Jul 12, 2022
  7. Jul 06, 2022
  8. Jul 05, 2022
  9. Jun 07, 2022
  10. Jun 02, 2022
  11. Jun 01, 2022
  12. Jan 31, 2022
  13. Sep 21, 2021
  14. Oct 23, 2020
Loading