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
      Unverified
      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.
      Unverified
      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>
      Unverified
      c607ce23
  7. Nov 18, 2020
  8. Nov 17, 2020
  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]
      Unverified
      a81ae199
  13. Nov 10, 2020
Loading