Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Mar 22, 2024
  2. Mar 21, 2024
  3. Mar 20, 2024
    • Cam Saul's avatar
      E2E support for CRUD + running pMBQL queries; new MLv2 normalization [WIP] (#39969) · efffd589
      Cam Saul authored
      * E2E support for CRUD + running pMBQL queries; new MLv2 normalization
      
      * More work on improved normalization
      
      * Update schema references
      
      * Test fixes :wrench:
      
      * Move the MBQL parameters schema
      
      * Performance improvements
      
      * Improved pivot code etc.
      
      * Clean namespaces
      
      * Fixes :wrench:
      
      * Wow
      
      * Test fix :wrench:
      
      * Fixes
      
      * Actions should use strings for column names (fix :update-row and :create-row normalization)
      
      * MLv2 schema should check against keys for the other query type
      
      * Ok, have I fixed things?
      
      * More fixes :wrench:
      
      * Fix indentation
      
      * Another round of test fixes. :wrench:
      
      * Split pivot stuff off
      
      * Hopefully the last few test fixes :wrench:
      
      * We need to test normalization for queries that have keyword keys as well.
      
      * Fix Cljs i18n namespaces
      
      * Sort namespaces
      
      * Only test against H2
      
      * Test fixes :wrench:
      
      * Register MBQL clause schemas and test fixes :wrench:
      
      * Test fixes and PR feedback
      
      * Test fix
      
      * Remove the normalization tests
      
      * Test fixes :wrench:
      
      * Fix kondo
      
      * Test fix
      
      * Another fix
      
      * Test fix :wrench:
      Unverified
      efffd589
    • bryan's avatar
      Feature branch for airgap-token: Milestone 1 (#39733) · bcda8468
      bryan authored
      
      * decrypt and read values from airgap token
      
      - Adds notion of "AirgapToken"
      - Adds max-users and company optional fields to `TokenStatus`
      - Adds branch to `fetch-token-status*` for handling airgapped tokens
      
      * Add support for handling airgap tokens
      
      - validate airgap token valid-thru date
      
      * enforce user creation limits using airgap token
      
      * fix airgap token reads + fill in the token data
      
      * in oss mode don't try to read the airgap_ token
      
      * use airgap-token? helper
      
      * tighten the user-creation logic
      
      - make the check correct
      - account for archived users
      
      Co-authored-by: default avatarJohn Swanson <john.swanson@metabase.com>
      
      * check airgap user count
      
      setting premium-embedding-token
      app startup
      
      * move decryption code into ee namespace
      
      * add some tests for token decryption
      
      * fix tests and add tests
      
      * move ee features into ee tests
      
      * add typehint + warn on reflection
      
      * add a check for missing public key resource
      
      * respond to review
      
      - add docstring to AirgapToken
      - remove outdated comment
      - fix off-by-1 error
      
      * valid-now? takes a TokenStatus instead of a :map
      
      * revert usage of mt/with-temporary-setting-values
      
      ---------
      
      Co-authored-by: default avatarJohn Swanson <john.swanson@metabase.com>
      Unverified
      bcda8468
    • Ryan Laurie's avatar
      RTKQuery integration: login history (#39273) · 61a2a60e
      Ryan Laurie authored
      
      * wip
      
      * refreshes list through tag invalidation rather than prop drilling refresh list fn
      
      * invalidate count, added invalidation utils, general clean up
      
      * custom fetcher that makes use of our api service
      
      * reorganizes files and impls util to createEntityApis more easily
      
      * documents different approaches
      
      * moves main file
      
      * wip
      
      * stash
      
      * clean up
      
      * further clean up
      
      * type annotations clean up
      
      * fixes api key unit test
      
      * pull out api keys feature from branch
      
      * moves files core rtkquery files into metabase/api
      
      * replace trivial loginHistory entity
      
      * export hook too
      
      * fix rebase
      
      ---------
      
      Co-authored-by: default avatarSloan Sparger <sloansparger@gmail.com>
      Unverified
      61a2a60e
    • Alex Yarosh's avatar
      [docs] better surface docker compose (#40407) · 01a1d4cb
      Alex Yarosh authored
      
      * surfacing docker compose
      
      * Update docs/installation-and-operation/running-metabase-on-docker.md
      
      Co-authored-by: default avatarJeff Bruemmer <jeff.bruemmer@gmail.com>
      
      ---------
      
      Co-authored-by: default avatarJeff Bruemmer <jeff.bruemmer@gmail.com>
      Unverified
      01a1d4cb
    • Jeff Bruemmer's avatar
      docs - mb_no_surveys (#40400) · 58b667d9
      Jeff Bruemmer authored
      Unverified
      58b667d9
    • Anton Kulyk's avatar
      Fix a flaky test in revision history suite (#40359) · 9f4e9137
      Anton Kulyk authored
      * Clean up test
      
      * Fix race condition
      
      * Wait for GET dashboard + for sidebar to close
      
      * Add wait
      
      * Add a sad comment
      Unverified
      9f4e9137
    • bryan's avatar
    • Raphael Krut-Landau's avatar
Loading