Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Nov 27, 2020
  2. Nov 26, 2020
  3. Nov 25, 2020
  4. Nov 24, 2020
  5. Nov 23, 2020
  6. Nov 19, 2020
    • dpsutton's avatar
      407aba6c
    • Walter Leibbrandt's avatar
      Order fields to dump by ID (#13839) · 79134b6b
      Walter Leibbrandt authored
      This is to ensure that fields are dumped in ID order, which is necessary to ensure that parent fields are insert _before_ their children.
      
      This issue was discovered while investigating a hosted instance for which snapshotting was failing. The failures were caused by the `fk_field_parent_ref_field_id` db constraint in Metabase being violated for a MongoDB database, indicating that child fields were being inserted before parent fields. This was confirmed experimentally, and being strict about the order of the field records were confirmed as the fix.
      
      This isn't a common issue, because it only affects fields that can have parent fields, like in MongoDB.
      79134b6b
    • Damon P. Cortesi's avatar
      Enable enterprise cypress tests on release branch (#13809) · c607ce23
      Damon P. Cortesi authored
      * Enable enterprise cypress tests (#13756)
      
      * Get auditing.cy.spec to pass
      
      * Skip custom drill through tests until we replace them
      
      * A few updates to the whitelabel test case:
      - Move custom colors into constant variable to reference throughout
      - remove some 'it' blocks we didn't need to speed up tests
      - Remove a few 'wait's
      - Restructure tests to be a bit more in line with best practices
      
      * Update the snippet permissions test:
      - Create test for just creating snippet as admin
      - Create test for inability to create snippet as user by default
      - Quarantine the user snippet creation test
      
      * Rename sandboxes
      
      * Replace legacy ENABLE_ENTERPRISE_EDITION env variable with MB_EDITION
      
      * Add MB_EDITION env variable to Cypress test run
      
      * Fix admin settings `auth` cypress test (#13841) [ci skip]
      
      * Fix `snippet` Cypress test for CI (#13843)
      
      - related: https://github.com/metabase/metabase-enterprise/issues/543
      
      
      
      Co-authored-by: default avatarNemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
      c607ce23
  7. Nov 18, 2020
  8. Nov 17, 2020
    • Walter Leibbrandt's avatar
      Remove object count from log output (#13823) · 1be718c5
      Walter Leibbrandt authored
      `count` caused the lazy `objs` to be realized, causing the entire table
      to be scanned. For tables with very high numbers of rows this stalls the
      program and effectively eliminates the usefulness of chunking `objs`.
      
      If the count is _really_ that big a deal, it can be determined, in
      multiples of `chunk-size`, but counting the number of dots after the log
      line, as printed by `insert-chunk!`.
      1be718c5
    • Nemanja Glumac's avatar
      #13649 Repro: Custom column from joined questions (#13813) · 23fe8057
      Nemanja Glumac authored
      * Restore before each test
      
      * Extract repro steps for #13000 into a helper function
      
      * Add repro for #13649
      23fe8057
  9. Nov 16, 2020
  10. Nov 13, 2020
  11. Nov 12, 2020
  12. Nov 11, 2020
    • Cam Saul's avatar
      Mega sync performance improvements (#13746) · a81ae199
      Cam Saul authored
      * Add a Postgres test [ci postgres]
      
      * Mega-optimized SELECT probe query [ci drivers]
      
      * Mega sync improvements [ci drivers]
      
      * Even more amazing sync perf improvements [ci drivers]
      
      * Fix bad edit [ci drivers]
      
      * Test/lint fixes :wrench:
      
      * Test fix :wrench: [ci drivers]
      
      * Some driver fixes :wrench: [ci drivers]
      
      * Address PR feedback [ci drivers]
      
      * Test fixes for everything except for Oracle [ci drivers]
      
      * Fix Oracle [ci drivers]
      
      * Fix Redshift [ci redshift]
      a81ae199
Loading