Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Mar 14, 2022
  2. Mar 12, 2022
  3. Mar 11, 2022
  4. Mar 10, 2022
  5. Mar 09, 2022
    • adam-james's avatar
      Add the :archived status of card/dashboard/collection for filtering (#20921) · dd1e0bed
      adam-james authored
      * Add the :archived status of card/dashboard/collection for filtering
      
      If an item is bookmarked, we can follow the link to that item without issue. But, if we bookmark an item and then
      archive that item, the bookmark shouldn't show up, as we don't want to link to an archived item.
      
      The bookmark itself is not removed, it's just filtered away when :archived is true.
      
      * Added test for bookmarked and archived items
      
      The archived items that are still bookmarked should not be sent to the Frontend.
      Unverified
      dd1e0bed
    • Gustavo Saiani's avatar
    • Nemanja Glumac's avatar
      Upgrade Cypress to the latest version (9.5.1) (#20483) · 036aadd5
      Nemanja Glumac authored
      
      * Upgrade Cypress to the latest version (9.4.1)
      
      * Fix collections tests failures after upgrade
      
      * Fix binning tests failures after upgrade
      
      * Fix dashboard test failures after upgrade
      
      * Fix models test failures after upgrade
      
      * Fix admin test failures after upgrade
      
      * Fix visualizations test failures after upgrade
      
      * Rewrite and fix repro for 17397
      
      Added the missing issue reference.
      
      * Fix question test failures after upgrade
      
      * Fix interception handlers in metabase-visual tests
      
      * Fix the rest of the binning tests after upgrade
      
      * rewrite cypressWaitAll helper with a simple recursion
      
      * Updating to 9.5.0
      
      * Upgrade Cypress to v9.5.1
      
      * Fix repro for 13332
      
      * Fix pinned items `collections` test failures
      
      * Speed `collection-pinned-overview` spec up using the API
      
      * Fix failing localization test
      
      Co-authored-by: default avatarAleksandr Lesnenko <alxnddr@gmail.com>
      Co-authored-by: default avatarDiogo Mendes <diogo@metabase.com>
      Unverified
      036aadd5
Loading