Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Dec 13, 2023
  2. Dec 08, 2023
  3. Dec 07, 2023
  4. Dec 04, 2023
  5. Nov 29, 2023
    • Nemanja Glumac's avatar
      Tweak ReplayIO E2E runs (#36138) · b85414cb
      Nemanja Glumac authored
      * Run ReplayIO E2E tests every three hours
      
      * Fix the conditional and run all tests
      
      * Upgrade replay runner to the latest version
      
      * Use unique GitHub run id to tag Replay runs
      
      * Make replay API key available to each run
      
      * Use native replay upload
      
      * Upgrade replay plugin to v1.7.5
      Unverified
      b85414cb
  6. Nov 23, 2023
  7. Nov 22, 2023
  8. Nov 17, 2023
  9. Nov 14, 2023
  10. Nov 10, 2023
  11. Nov 07, 2023
  12. Nov 02, 2023
    • Nick Fitzpatrick's avatar
      Add remove columns panel (#34087) · c593fecd
      Nick Fitzpatrick authored
      
      * temp
      
      * Mostly functional. Still needs cleanup
      
      * cleanup
      
      * hide from table header
      
      * resolving type disputes. adding icon prop to column item
      
      * e2e tests passing
      
      * temp
      
      * branch cleanup
      
      * Fe linter and unit tests
      
      * e2e adjustments
      
      * PR Feedback
      
      * fix unit test
      
      * Hide Viz Settings Buttons in Column Headers in Raw Table Mode (#35114)
      
      * e2e adjustments
      
      * don't show viz settings actions on raw table view
      
      * better prop handling
      
      * Adding e2e test
      
      * updating selector
      
      * more e2e adjustments
      
      ---------
      
      Co-authored-by: default avatarNick Fitzpatrick <nickfitz.582@gmail.com>
      
      * e2e updates
      
      * removing comment
      
      ---------
      
      Co-authored-by: default avatarRyan Laurie <30528226+iethree@users.noreply.github.com>
      Unverified
      c593fecd
  13. Oct 26, 2023
  14. Oct 19, 2023
  15. Oct 02, 2023
    • Braden Shepherdson's avatar
      Enable ClojureScript REPL and hot reloading of CLJS code (#34007) · 8e298158
      Braden Shepherdson authored
      This also moves the CLJS output out of `frontend/src/cljs{,_release}` to
      `target/cljs_{dev,release}`. If that causes problems for FE tooling I
      don't know about, it could be moved back.
      
      Hot reloading:
      CLJS changes are hot-reloaded into the running app by Shadow CLJS - no
      action is needed. Note that the UI will not refresh; you usually have to
      click around so the updated MLv2 code gets executed.
      
      Usage of the CLJS REPL:
      - Open the browser (you should see `shadow-cljs: #N ready!` in console)
      - Connect to nrepl on 50655
      - "Select" the `:app` build;
          - https://shadow-cljs.github.io/docs/UsersGuide.html#_editor_integration
          - Conjure: `:ConjureShadowSelect app`
          - Plain REPL: Eval in CLJ mode `(shadow/repl :app)`
      - Consider running `yarn build-hot:cljs` and `yarn build-hot:js` in
        separate terminals; then when `yarn build-hot:js` crashes you don't
        have to reconnect your REPL.
      - The REPL works beautifully, even loading files outside the :entries
        of the shadow-cljs build like tests!
      
      "Stale" error in browser:
      - This can happen if the webpack bundle is created before the CLJS is
        done building.
      - If you ran `yarn build-hot:cljs` and `:js` separately, let `:cljs`
        finish compiling first.
      - If you see this otherwise: (a) contact Braden so it can be fixed; and
        (b) either restart `build-hot:js` or force webpack to rebuild by
        hitting http://localhost:8080/webpack-dev-server/invalidate
      
      Yarn commands:
      `dev`, `dev-ee`, `build-hot`, and `build-static-viz:watch` all now wait
      for the CLJS build to be complete by watching for files to be generated.
      They should work the same from a user's POV.
      
      (Since the webpack build no longer watches the CLJS output,
      it won't notice the changes and immediately rebuild after the first
      build. This avoids errors on the clean build, or "stale build" messages
      in the app from Shadow CLJS.)
      
      Fixes #32674.
      Unverified
      8e298158
    • Uladzimir Havenchyk's avatar
      Drop unused typings (#33851) · 89729a8d
      Uladzimir Havenchyk authored
      Unverified
      89729a8d
  16. Sep 27, 2023
  17. Sep 26, 2023
    • Nick Fitzpatrick's avatar
      Only run BE tests on static viz FE changes (#33760) · 39acfd4a
      Nick Fitzpatrick authored
      * output static viz sources, update be workflow and file paths
      
      * build static viz before file check
      
      * extending file check timeout
      
      * fixing mistake
      
      * disable optimization when generating file paths
      
      * prefer offline
      
      * moving workflows to save 89505
      
      * Maybe caching the build?
      
      * removing minification
      
      * upload artifact instead of use cache
      
      * Add workflows back
      
      * reduce files changed timeout
      
      * removing unneeded yarn install
      Unverified
      39acfd4a
  18. Sep 15, 2023
  19. Sep 13, 2023
  20. Aug 25, 2023
  21. Aug 18, 2023
  22. Aug 15, 2023
  23. Aug 14, 2023
  24. Aug 04, 2023
  25. Aug 01, 2023
  26. Jul 06, 2023
  27. Jun 30, 2023
  28. Jun 29, 2023
  29. Jun 22, 2023
  30. Jun 20, 2023
  31. Jun 12, 2023
  32. Jun 08, 2023
  33. Jun 07, 2023
  34. Jun 05, 2023
    • Kyle Doherty's avatar
      Remove styled-system (#31306) · 050b4fd8
      Kyle Doherty authored
      * rip out styled-system usage
      
      * fix yarn type-check errors, replace space properties w/ className equivelants
      
      * find / replace space prop usage [ci skip]
      
      * find / replace use of hover styled-system prop [ci skip]
      
      * account for fontSize usage w/ Text component [ci skip]
      
      * use font-size and weight props for styling text
      
      * fix a few additional uses of color
      
      * fix lint
      
      * fix lint
      
      * fix dumb rebase mistake
      Unverified
      050b4fd8
Loading