Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jun 27, 2023
  2. Jun 26, 2023
    • Noah Moss's avatar
      Read is-metabot-enabled setting from env var only (#31827) · 4e350d01
      Noah Moss authored
      
      * read is-metabot-enabled setting from env var only
      
      * change visibility back to public
      
      * skip metabot specs
      
      * skip one more spec
      
      * fix BE tests
      
      * fix indentation
      
      * more indentation
      
      ---------
      
      Co-authored-by: default avatarAleksandr Lesnenko <alxnddr@gmail.com>
      4e350d01
    • Emmad Usmani's avatar
      optimize loading questions only for active tab (#31578) · 58c7b0ff
      Emmad Usmani authored
      
      * only load cards and metadata for current dashboard tab
      
      * add e2e test
      
      * refactor
      
      * more refactoring
      
      * fix filters not working
      
      * update e2e test
      
      * fix bug with x-rays
      
      * add dashboard_tab_id to automagic-dashboard response
      
      * use schema check instead
      
      * fix on public dashboards
      
      * remove FE x-ray fix now that BE is fixed
      
      * add test for public dashboards
      
      * fix duplicate request for public dashboards
      
      * fix notification bug
      
      * fix failing unit tests in `reducers.unit.spec.js`
      
      ---------
      
      Co-authored-by: default avatarNgoc Khuat <qn.khuat@gmail.com>
      58c7b0ff
  3. Jun 24, 2023
  4. Jun 23, 2023
  5. Jun 22, 2023
  6. Jun 21, 2023
  7. Jun 20, 2023
    • Cam Saul's avatar
      MLv2: Handle missing Field metadata as long as it is present in Saved Question metadata (#31706) · 72911ffe
      Cam Saul authored
      * MLv2: Handle missing Field metadata as long as it is present in Saved Question metadata
      
      * Address PR feedback
      72911ffe
    • Cam Saul's avatar
      MLv2: Remove `metabase.lib.dev` and "unresolved" functions (#31738) · 8feb3c27
      Cam Saul authored
      * Implement `suggested-join-condition`
      
      * Update docstring
      
      * OOOF fix typo in `filter-clause`
      
      * Fix premature i18n lookup
      
      * Address PR feedback
      
      * MLv2 JS join function wrappers
      
      * PR feedback from #31590
      
      * `join-conditions` returns raw MBQL clauses!
      
      * WIP
      
      * Simplify `with-join-alias` and `with-join-fields`
      
      * Simplify join and add with-join-conditions
      
      * Un-revert dev
      
      * Wow! Remove unresolved nonsense.
      
      * Remove dev
      
      * Remove dev
      
      * Test fixes :wrench:
      
      * PR feedback
      
      * WIP
      
      * defop doesn't need query or stage-number anymore
      
      * Fix Cljs tests for base PR
      
      * Test fixes :wrench:
      
      * Test fix :wrench:
      
      * Update JS wrappers
      8feb3c27
    • Cam Saul's avatar
      MLv2 Join API Simplification; implement `with-join-conditions`; make join... · a5d3f0d9
      Cam Saul authored
      MLv2 Join API Simplification; implement `with-join-conditions`; make join `:alias` required (#31679)
      
      * Implement `suggested-join-condition`
      
      * Update docstring
      
      * OOOF fix typo in `filter-clause`
      
      * Fix premature i18n lookup
      
      * Address PR feedback
      
      * MLv2 JS join function wrappers
      
      * PR feedback from #31590
      
      * `join-conditions` returns raw MBQL clauses!
      
      * WIP
      
      * Simplify `with-join-alias` and `with-join-fields`
      
      * Simplify join and add with-join-conditions
      
      * Un-revert dev
      
      * Test fixes :wrench:
      a5d3f0d9
    • Jerry Huang's avatar
      Snowplow: Index model entities (#31681) · bb39c5fc
      Jerry Huang authored
      * initial commit
      
      * add snowplow schema
      
      * change indexmodel to model
      bb39c5fc
    • metamben's avatar
      Include refs for all expressions in :fields whenever present (#31692) · 68a5393b
      metamben authored
      * Include refs for all expressions in :fields whenever present
      * Remove the :fields clause if only expressions remain in it
      68a5393b
    • Cam Saul's avatar
      MLv2: Cljs and TypeScript wrappers for existing join functions (#31675) · 919d279e
      Cam Saul authored
      * Implement `suggested-join-condition`
      
      * Update docstring
      
      * OOOF fix typo in `filter-clause`
      
      * Fix premature i18n lookup
      
      * Address PR feedback
      
      * MLv2 JS join function wrappers
      
      * PR feedback from #31590
      
      * `join-conditions` returns raw MBQL clauses!
      919d279e
    • Noah Moss's avatar
      Connection impersonation (#30714) · f85ccd77
      Noah Moss authored
      * initial prototype w/out statement count parameter
      
      * new approach
      
      * default-database-role driver method
      
      * migration for connection_impersonations table
      
      * conn impersonation model, API and tests
      
      * impersonation fetch and deletion endpoints
      
      * switch test to t2 with-temp
      
      * read conn impersonation settings from DB
      
      * fix merge issue
      
      * add impersonated key to data perms graph and treat it the same as full self-service access
      
      * include impersonated key in returned permissions graph
      
      * make sure impersonated graph passes StrictDataPerms validation
      
      * fix boolean logic
      
      * make sure impersonated keyword doesnt cause error when deleting gtaps
      
      * clear impersonations as necessary when perms graphs changes
      
      * add impersonation support for postgres
      
      * fix typo
      
      * make sure impersonation updates are a non-lazy seq
      
      * add impersonated-user? fn
      
      * fix impersonation api tests
      
      * fix snippet tests
      
      * fix build & exclude connection impersonations from serialization
      
      * switch a test to use t2.with-temp
      
      * add with-impersonations helper and util tests
      
      * move macro and add a connection impersonation driver-level test for postgres
      
      * fix rebase issue
      
      * more tests and code reorganization
      
      * add snowflake test
      
      * clarify comment
      
      * fix lint errors
      
      * fix final kondo error
      
      * reorganization
      
      * fix one test
      
      * fix lint errors
      
      * revert change to sql_jdbc.execute from bad merge
      
      * make sure perms for all users gets reset after conn impersonation tests
      
      * ignore exceptions when restoring perms
      
      * fix postgres test
      
      * refactor to address bryan's comment
      
      * add note about new methods to database changelog
      
      * driver method refactor
      f85ccd77
    • Ngoc Khuat's avatar
      Remove usage of `toucan.models` (#31682) · a09bf414
      Ngoc Khuat authored
      * lint rule to prevent using model/defomdel and clean up model.interface
      
      * remove models/do-post-select
      
      * no more mdb.u/primary-key
      a09bf414
    • Alexander Polyankin's avatar
    • john-metabase's avatar
    • Ngoc Khuat's avatar
      Fix dashboard revision false positive records (#31709) · 7f817a6f
      Ngoc Khuat authored
      * Fix cases where revision record even if a dashboard doesn't change it
      that dashboard has a filter
      7f817a6f
    • Ngoc Khuat's avatar
      Fix flaky dashboard tab tests (#31683) · bd5ac696
      Ngoc Khuat authored
      bd5ac696
    • Tim Macdonald's avatar
      Add unit test for MB_PASSWORD_LENGTH (#31690) · 48ba0aed
      Tim Macdonald authored
      [Fixes #29884]
      48ba0aed
  8. Jun 19, 2023
  9. Jun 17, 2023
  10. Jun 16, 2023
Loading