Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Oct 22, 2024
  2. Oct 21, 2024
  3. Oct 18, 2024
  4. Oct 17, 2024
  5. Oct 16, 2024
  6. Oct 15, 2024
  7. Oct 14, 2024
  8. Oct 11, 2024
  9. Oct 10, 2024
  10. Oct 09, 2024
  11. Oct 08, 2024
    • github-automation-metabase's avatar
    • Raphael Krut-Landau's avatar
      Mock audit info requests (#48432) · 0b7bf918
      Raphael Krut-Landau authored
      This PR
      * mocks audit requests in tests of `DashboardInfoSidebar` and `QuestionInfoSidebar` (these tests were flaking)
      * introduces a helper, `setupAuditEndpoints`, to facilitate this in the future
      * uses the helper in one other place where audit requests were getting mocked
      Unverified
      0b7bf918
    • Nicolò Pretto's avatar
      Unverified
      537ba417
    • Phoomparin Mano's avatar
    • Cam Saul's avatar
      :race_car::rocket::race_car::rocket: :race_car::rocket: SHAVE 7 MINUTES OFF OF NON-CORE DRIVER TEST RUNS IN CI :race_car::rocket::race_car::rocket: :race_car::rocket: (#47681) · cd4d7646
      Cam Saul authored
      * Parallel driver tests PoC
      
      * Set fail-fast to false for now
      
      * Try splitting up non-driver tests to see how broken tests are
      
      * Whoops fix plain BE tests
      
      * Ok nvm I'll test this in another branch
      
      * Fix fail-fast
      
      * Experiment with the improved Hawk split logic
      
      * Fix some broken/flaky tests
      
      * Experiment: try splitting MySQL 8 tests into FOUR jobs
      
      * Divide other Postgres and MySQL tests up and use num-partitions = 2
      
      * Another test fix :wrench:
      
      * Flaky test fix :wrench:
      
      * Try making more stuff fast
      
      * Make athena fast??
      
      * Fix a few more things
      
      * Test fixes? :wrench:
      
      * Fix configs
      
      * Fix Mongo job syntax
      
      * Fix busted test from #46942
      
      * Fix Mongo config again
      
      * wait-for-port needs to specify shell I guess
      
      * More cleanup
      
      * await-port can't have a timeout-minutes I guess
      
      * Let's only parallelize MySQL for now.
      
      * Cleanup action
      
      * Cleanup wait-for-port action
      
      * Fix another flaky test
      
      * NOW driver tests will be FAST
      
      * Need to mark driver tests too
      
      * Fix wrong tag
      
      * Use Hawk 1.0.5
      
      * Fix busted metabase.public-settings-test/landing-page-setting-test
      
      * Fix busted `metabase.api.database-test/get-database-test` etc. (hopefully)
      
      * Fix busted `metabase.sync.sync-metadata.fields-test/sync-fks-and-fields-test` for Oracle
      
      * Maybe this fixed `metabase.query-processor.middleware.permissions-test/e2e-ignore-user-supplied-perms-test` maybe not
      
      * Fix busted metabase.api.dashboard-test/dependent-metadata-test because endpoint had differemt sort order than test
      
      * Ok my test fix did not work
      
      * Fix metabase.sync.sync-metadata.fields-test/sync-fks-and-fields-test for Redshift
      
      * Better test name
      
      * More test fixes :wrench:
      
      * Schema fix
      
      * PR feedback
      
      * Split off test partitioning into separate PR
      
      * Fix failing Oracle tests
      
      * Another round of test fixes, hopefully
      
      * Fix failing Redshift tests
      
      * Maybe the last round of test fixes
      
      * Fix Oracle
      
      * Fix stray line
      Unverified
      cd4d7646
  12. Oct 07, 2024
  13. Oct 05, 2024
  14. Oct 03, 2024
    • Nicolò Pretto's avatar
      feat(sdk): support `locale` prop on `MetabaseProvider` (#47569) · 70a8ab70
      Nicolò Pretto authored
      * wip locale header middleware
      
      * wip fe code for the locale provider for both public/static and sdk
      
      * clean up code
      
      * move api.baseurl assignment outside of useEffect to make it work on first render
      
      * e2e test for locale
      
      * Revert "wip locale header middleware"
      
      This reverts commit c215eac3.
      
      * remove public/static code as we want to focus on the sdk
      
      * adds docs for `X-Metabase-Locale` header and for why we don't use I18NApi.locale
      
      * Update frontend/src/metabase/lib/api.js
      
      * doc: explain why we have the unused state
      Unverified
      70a8ab70
Loading