Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Aug 09, 2021
  2. Aug 06, 2021
  3. Aug 05, 2021
  4. Aug 03, 2021
  5. Jul 30, 2021
  6. Jul 29, 2021
  7. Jul 28, 2021
  8. Jul 27, 2021
  9. Jul 09, 2021
  10. Jul 08, 2021
  11. Jun 24, 2021
  12. Jun 23, 2021
  13. Jun 07, 2021
  14. May 11, 2021
  15. Apr 30, 2021
  16. Apr 28, 2021
  17. Apr 22, 2021
  18. Mar 18, 2021
  19. Mar 17, 2021
  20. Mar 12, 2021
  21. Mar 10, 2021
  22. Mar 06, 2021
  23. Mar 05, 2021
    • Cam Saul's avatar
      Shared CLJ/CLJS lib (#14980) · cca03d22
      Cam Saul authored
      * Shared CLJ/CLJS lib (PoC/WIP)
      
      * PoC 2.0
      
      * Fixes :wrench:
      
      * More test fixes :wrench:
      
      * Bump shadow-cljs version
      
      * Fix more stuff
      
      * Need to ^:export the exports
      
      * CI fixes :wrench:
      
      * Add eslintignore
      
      * Ignore cljs files for FE code coverage
      
      * Try prefixing CLJS -> JS import with goog:
      
      * Revert indentation change
      
      * No goog:
      
      * Add .prettierignore
      
      * Use advanced build for now for JS tests unit we can figure out how to make it work
      Unverified
      cca03d22
  24. Mar 04, 2021
    • Ariya Hidayat's avatar
      Remove type-checking with Flow (#14236) · f4d90f68
      Ariya Hidayat authored
      * yarn remove flow-bin eslint-plugin-flowtype
      
      * CI: remove fe-linter-flow
      
      * Remove Flow from ESLint config
      
      * Remove Flow type annotations and directives
      
      * Simplify Flow types for React elements and components
      
      * Import missing Flow types
      
      * Remove lint-flow from package.json
      Unverified
      f4d90f68
  25. Feb 25, 2021
  26. Feb 22, 2021
  27. Feb 18, 2021
  28. Feb 08, 2021
  29. Feb 01, 2021
  30. Jan 29, 2021
  31. Jan 05, 2021
  32. Dec 29, 2020
    • Nemanja Glumac's avatar
      Convert integration tests to Cypress (#14174) · fef0664a
      Nemanja Glumac authored
      This completes one step towards removing Enzyme.
      The complete list of all tests is at #13657.
      
      * Run each test in isolation
      
      * Convert `EditUserModal.integ.spec.js` to Cypress
      
      * Convert `PeopleListingApp.integ.spec.js` to Cypress
      
      * Convert `GroupDetailApp.integ.spec.js` to Cypress
      
      * Delete `GroupsListingApp.integ.spec.js`
      
      It was already covered in Cypress.
      
      * Delete `NewUserModal.integ.spec.js`
      
      It was already covered in Cypress.
      
      * Convert `UserActivationModal.integ.spec.js`
      
      * Convert `UserPasswordResetModal.integ.spec.js`
      
      * Convert `UserSettings.integ.spec.js`
      
      * Remove integration tests
      
      * Remove integration tests from CI
      
      * Fix linter errors
      
      * Delete `AuditTable.integ.spec.jsx`
      
      * Clean up `people.cy.spec.js`
      
      * Update assertion that makes sure XHR didn't happen
      
      * Remove redundant command from PR template
      
      Note: `yarn-lint` already runs `yarn flow`.
      https://github.com/metabase/metabase/pull/14174#discussion_r549790198
      
      * Remove explicit mention of timezones in `developers-guide.md`
      Unverified
      fef0664a
  33. Dec 11, 2020
  34. Dec 09, 2020
Loading