Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Mar 01, 2023
    • Braden Shepherdson's avatar
      Fix exclusion of CLJS devtools from release builds · fb5d4a88
      Braden Shepherdson authored
      The new approach uses a dev-mode-only CLJC reader conditional
      `#?(:cljs-dev ...)` to make `metabase.util.devtools` empty
      except in dev builds.
      
      The previous approach for this relied on dead code elimination.
      But DCE relies on tracing function calls and `:require`s from the
      `:entries` list in shadow-cljs.edn. Top-level namespace code is
      handled differently; in particular a namespace listed in `:entries`
      like `metabase.util.devtools` will always have its top-level code
      in the build.
      fb5d4a88
    • metabase-bot[bot]'s avatar
      [E2E] Regroup and move all related files to the root (#28749) (#28777) · 28b00a04
      metabase-bot[bot] authored
      
      * Register new E2E path alias
      
      * Move E2E support files
      
      * Move E2E runner files
      
      * Move E2E snapshot related files
      
      * Move E2E visual regression tests
      
      * Move E2E `downloads` scenarios
      
      * Move E2E `admin` scenarios
      
      * Move E2E `auditing` scenarios
      
      * Move E2E `bining` scenarios
      
      * Move E2E `ccollections` scenarios
      
      * Move E2E `cross-version` scenarios
      
      * Move E2E `custom-column` scenarios
      
      * Move E2E `dashboard` scenarios
      
      * Move E2E `dashboard-filters` scenarios
      
      * Move E2E `dashboard` reproductions
      
      * Move E2E `embedding` scenarios
      
      * Move E2E `filters` scenarios
      
      * Move E2E `joins` scenarios
      
      * Move E2E `models` scenarios
      
      * Move E2E `native-filters` scenarios
      
      * Move E2E `native` scenarios
      
      * Move E2E `onboarding` scenarios
      
      * Move E2E `organization` scenarios
      
      * Move E2E `permissions` scenarios
      
      * Move E2E `question` scenarios
      
      * Move E2E `visualizations` scenarios
      
      * Move E2E `sharing` scenarios
      
      * Move E2E `docker-compose`
      
      * Fix commands imports
      
      * Fix helpers imports
      
      * Fix downloads reproductions imports
      
      * Fix integration imports
      
      * Move visual regression tests
      
      * Various fixes
      
      * Move `validate-e2e-files` script
      
      * Add eslint rules for E2E folder
      
      * Improve file paths
      
      * Move `cross-version` tests into scenarios
      
      * Path fixes
      
      * Register E2E alias in tsconfig
      
      * Fix failing tests after rebase
      
      Co-authored-by: default avatarNemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
      Unverified
      28b00a04
    • metabase-bot[bot]'s avatar
      docs - update caching (#28753) (#28781) · aa65f047
      metabase-bot[bot] authored
      
      Co-authored-by: default avatarNatalie <nat@metabase.com>
      Unverified
      aa65f047
    • metabase-bot[bot]'s avatar
    • metabase-bot[bot]'s avatar
      Handle action db and model db different (#28616) (#28758) · 228d9050
      metabase-bot[bot] authored
      
      * Ensure query action's db matches model id
      
      This is only a half-way measure. Needs some FE loving as well.
      
      The +New -> Action workflow lets you create an action. This starts with
      the user choosing the database, writing the action. On save it prompts
      you to choose a model it should live under. But this model's db and the
      db chosen originally are not checked in the FE.
      
      Ideally we only show models on that existing db, but it kinda seems
      weird to have an action do things to a random table and it live under a
      model that just needs to be on the db.
      
      * reword error message
      
      
      
      * Check both databases for enabled actions when they disagree
      
      a custom action can have its own query which brings its own
      database. When creating a new custom action from the models detail page,
      these go hand in hand. When using the workflow from the "+New" button,
      the model is chosen at the last step, well after the action's db and
      query is set. And there's nothing holding these two together.
      
      Asked if this was a bug and was told no. But we want to make sure we
      check both for actions enabled.
      
      * fix lint
      
      ---------
      
      Co-authored-by: default avatardpsutton <dan@dpsutton.com>
      Co-authored-by: default avatarMaz Ameli <maz@metabase.com>
      Unverified
      228d9050
    • metabase-bot[bot]'s avatar
    • metabase-bot[bot]'s avatar
  2. Feb 28, 2023
  3. Feb 27, 2023
  4. Feb 26, 2023
  5. Feb 25, 2023
  6. Feb 24, 2023
Loading