Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Nov 03, 2021
    • Cam Saul's avatar
      Add index to ModerationReview moderated_item_type + moderated_item_id (#18799) · 7d614623
      Cam Saul authored
      * Revert changes from Jeff's PR
      
      * Add index to ModerationReview moderated_item_type + moderated_item_id
      
      * Add to 0.41.2 instead
      
      * Require explicit index name for createIndex
      
      * Move 41.2 migrations to after the 41.0 migrations
      
      * Adopt new migration numbering scheme
      
      * Fix comments
      
      * Fix MySQL + MariaDB insanity
      
      * Fix ID range validation
      
      * Actually 382 is the last legacy ID
      
      * Improved validation and tests
      
      * Adopt the new-new migration ID format.
      
      * Test fixes :wrench:
      Unverified
      7d614623
    • Cam Saul's avatar
      Adopt new migration numbering scheme (#18821) · 2fee04b7
      Cam Saul authored
      * Adopt new migration numbering scheme
      
      * Fix comments
      
      * Fix MySQL + MariaDB insanity
      
      * Fix ID range validation
      
      * Actually 382 is the last legacy ID
      
      * Improved validation and tests
      
      * Adopt the new-new migration ID format.
      
      * Test fixes :wrench:
      Unverified
      2fee04b7
    • Anton Kulyk's avatar
      Update query builder data selector for datasets (#18764) · 868f8782
      Anton Kulyk authored
      * Add unit tests for schema utils
      
      * Add data bucket step to DataSelector
      
      * Go to next steps from the data bucket step
      
      * Add different type of AccordionList icons layout
      
      * Add back navigation from 'Raw Data' tab
      
      * Fix selecting a database in 'Raw Data'
      
      * Enable search on data bucket step
      
      * Only render data bucket step if there are datasets
      
      * Prevent opening the data bucket step without datasets
      
      * Update picker search placeholder text
      
      * Update searchable models
      
      * Fix displaying datasets in search results
      
      * Hide "Saved Questions" in "Raw Data" tab
      
      * Encode data in schema str
      
      * Add ability to request dataset virtual tables
      
      * Support datasets in SavedQuestionPicker
      
      * Use saved question picker for datasets too
      
      * Add E2E tests
      
      * Show dataset icon in search results
      
      * Fix E2E selectors
      
      * Fix AccordionList icon rendering
      
      * Fix dataset can't be selected in search
      
      * Fix data selector step hydration
      
      * Fix JoinStep unit tests
      
      * Fix dataset icon size in picker view
      
      * Fix schema picker without datasets
      
      * Fix DataSelector tests
      
      * Fix error about null data selector step
      
      * Move schema utils to `metabase/lib`
      
      * Fix questions don't appear in pickers after created
      
      * Fix JoinStep unit tests
      
      * Test can create a question based on a dataset
      
      * Simplify schema ID parsing
      
      * Fix typo
      
      * Fix search models
      
      * Fix ellipsis character
      
      * Fix "Raw Data" button click area
      
      * Remove temp comment
      
      * Fix URL in personal collection contents request
      Unverified
      868f8782
    • Ariya Hidayat's avatar
    • Anton Kulyk's avatar
      Add visual tests for table visualisation (#18826) · b7cf663b
      Anton Kulyk authored
      * Add visual tests for table visualisation
      
      * Wait until spinner disappears
      Unverified
      b7cf663b
  2. Nov 02, 2021
  3. Nov 01, 2021
  4. Oct 29, 2021
  5. Oct 28, 2021
  6. Oct 27, 2021
    • Pawit Pornkitprasan's avatar
      Fix SSH tunnel with ED25519 keys (#18697) · 24975664
      Pawit Pornkitprasan authored
      `org.apache.sshd` requires `net.i2p.crypto/eddsa` dependency
      to work with ED25519 keys.
      
      This worked in 0.40 because `eddsa` was included as a transitive
      dependency of another unrelated dependency (`buddy`) but stopped
      working in 0.41 because the new version of `buddy` no longer depends
      on `eddsa`. Thus, we must explicitly include the dependency.
      
      To prevent this from breaking again, switched one of the test
      keys to an ED25519 key.
      Unverified
      24975664
Loading