Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Mar 28, 2023
  2. Mar 23, 2023
  3. Mar 16, 2023
  4. Mar 01, 2023
  5. Feb 27, 2023
    • Braden Shepherdson's avatar
      [metabase-lib] Dev experience and CLJC infra improvements · 4580eab9
      Braden Shepherdson authored
      Dev experience:
      - CLJS now has source maps
      - Devtools extension renders CLJS data in Chrome (et al) Devtools
      - Use a debug build of CLJS in the tests
      - Fixed line numbers and breakpoints being off-by-one in Devtools
      
      CLJC infra:
      - More robust direct approach to JS<->CLJS conversions, powered by
        Malli transformers.
      - Powerful `define-getters-and-setters` macro to generate the accessors.
      4580eab9
  6. Feb 23, 2023
  7. Feb 22, 2023
  8. Feb 21, 2023
  9. Feb 20, 2023
  10. Feb 14, 2023
  11. Feb 13, 2023
  12. Feb 10, 2023
  13. Feb 07, 2023
  14. Feb 06, 2023
  15. Feb 02, 2023
  16. Jan 18, 2023
  17. Jan 16, 2023
  18. Jan 11, 2023
    • Nemanja Glumac's avatar
      Remove forced `yarn` resolutions (#27419) · 799afb45
      Nemanja Glumac authored
      * Removed forced `node-forge` resolution
      
      It now resolves to the `version "1.3.0"` anyway.
      
      * Removed forced `nanoid` resolution
      
      It now resolves to the `version "3.1.31"` anyway.
      
      * Removed forced `immer` resolution
      
      It doesn't appear in the list of dependencies anymore.
      
      * Removed forced `prismjs` resolution
      
      It doesn't appear in the list of dependencies anymore.
      
      * Removed forced `minimist` resolution
      
      It now resolves to the `version "1.2.6"` anyway.
      
      * Removed forced `nth-check` resolution
      
      It now resolves to the `version "1.0.2"` anyway.
      Unverified
      799afb45
  19. Jan 10, 2023
    • Anton Kulyk's avatar
      Add jest-dom and testing-library eslint plugins (#27577) · 6d3f5925
      Anton Kulyk authored
      * Install and enable plugins
      
      * Run eslint auto fix
      
      * Fix linter issues (part 1)
      
      * Fix Visualization test
      
      * Fix Pie Visualization test
      
      * Add `getIcon` and `queryIcon` helpers
      
      * Fix `VisibilityToggler` tests
      
      * Fix `QuestionActivityTimeline` tests
      
      * Fix formatting tests
      
      * Fix `EntityMenuItem` tests
      
      * Fix `ClampedText` tests
      
      * Fix `ObjectRelationships` tests
      
      * Fix `EmailAttachmentPicker` tests
      
      * Fix `SavedQuestionHeaderButton` tests
      
      * Fix `DatabaseEngineWarning` tests
      
      * Fix `Tooltip` tests
      
      * Fix `TippyPopoverWithTrigger` tests
      
      * Fix `TippyPopover` tests
      
      * Fix `TableLabel` tests
      
      * Fix `TableInfo` tests
      
      * Fix `ModerationStatusIcon` tests
      
      * Fix `Sidebar` tests
      
      * Fix `PermissionSelect` tests
      
      * Fix `PinnedItemCard` tests
      
      * Fix widget tests
      
      * Fix `DimensionSemanticTypeLabel` tests
      
      * Fix `ListSearchField` tests
      
      * Fix `ControlledPopoverWithTrigger` tests
      
      * Fix `FieldFingerprintInfo` tests
      
      * Fix `ErrorActionButton` tests
      
      * Fix `QueryValidationError` tests
      
      * Fix `LineAreaBarRenderer` tests
      
      * Fix `DataSelector` tests
      
      * Fix `PivotTable` tests
      
      * Fix `ItemPicker` tests
      
      * Fix `TokenField` tests
      
      * Fix `TagEditorParam` tests
      
      * Fix tests
      
      * Fix tests
      
      * Run prettier
      
      * Fix tests
      Unverified
      6d3f5925
  20. Jan 09, 2023
    • Anton Kulyk's avatar
      Add `eslint-plugin-jest` (#27574) · fb88dbef
      Anton Kulyk authored
      * Install `eslint-plugin-jest`
      
      * Enable `eslint-plugin-jest`
      
      * Run eslint auto fix
      
      * Fix linter issues
      
      * Fix get-column-key
      
      * Fix extra space
      
      * Fix ChartSettingFieldPicker
      
      * Fix eslint issues
      
      * Remove redundant describe
      Unverified
      fb88dbef
  21. Dec 25, 2022
  22. Dec 24, 2022
  23. Dec 21, 2022
    • Aleksandr Lesnenko's avatar
      bump redux (#27043) · 9147c1a9
      Aleksandr Lesnenko authored
      * check how much is broken after redux upgrade
      
      * fix popovers could not use connected components
      
      * fix a unit spec failure
      
      * fix accessing a connected component ref which is a class instance
      
      * supress typescript errors caused by better type inference of the newer react-redux
      Unverified
      9147c1a9
  24. Dec 20, 2022
  25. Dec 16, 2022
  26. Dec 12, 2022
  27. Dec 08, 2022
Loading