Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Aug 22, 2022
  2. Aug 19, 2022
  3. Aug 18, 2022
  4. Aug 17, 2022
    • Dalton's avatar
      Fix Dimension instance mismatch problems when filtering via a native Model's... · 1276595f
      Dalton authored
      Fix Dimension instance mismatch problems when filtering via a native Model's remapped field (#24817)
      
      * Add dimension to the clicked object created by a table header click
      
      * Use clicked.dimension in ColumnFilterDrill
      
      * Change how virtual table fields are instantiated
      
      * Add field_ref to reference method of Field
      
      * Revert virtual table field instantiation
      
      * Fix Dimension render method dup words issue
      
      * Carry other secret props over when reinstantiating
      
      * Stupid workaround to handle missing join-alias
      
      * Account for more silly subtitles btwn virtual and real tables
      
      * Update binning e2e tests
      
      * Fix more e2e tests (#16675)
      
      * Fix more e2e tests (#16674)
      
      * Unskip repro and add hacks to make it work
      
      * Try withoutJoinAlias without limiting to virtual tables
      1276595f
    • Anton Kulyk's avatar
      Remove HTTP action editor (#24849) · 973344c3
      Anton Kulyk authored
      973344c3
    • Anton Kulyk's avatar
      Remove unstable writeback FE code (#24846) · b75d28a0
      Anton Kulyk authored
      * Revert "Hide data app ID filters when viewing an app page (#24051)"
      
      This reverts commit 4c080d04.
      
      * Revert "Add confirmation modal and input modal description for custom actions (#24598)"
      
      This reverts commit b0c7a36a.
      
      * Revert text parametrization prototype in data apps
      
      * Remove "App" dashboard name prefix hack
      
      * Remove text parametrization prototype bit
      
      * Remove "Basic CUD" action buttons
      
      * Properly fix dashboard filters usage in text cards
      b75d28a0
    • Nemanja Glumac's avatar
      [E2E] Consolidate question [WIP] (#24733) · 609693d8
      Nemanja Glumac authored
      * Remove test that is not relevant anymore
      
      * Move browse data test where it belongs
      
      * Move repro 16108 to the `sharing` reproductions
      
      * Consolidate tests regarding the new question data picker
      
      * Remove duplicate test
      
      Exactly the same copy lives in `saved.cy.spec.js`
      
      * Move tests related to aggregation to where they belong
      
      * Migrate data picker reproductions over from `new-menu` spec
      
      * Move test to the saved questions
      
      * Remove the `describe` block related to "simple" question mode
      
      Simple or Custom question modes do not exist anymore.
      When opening a new question data picker, it's always in the custom/notebook mode.
      
      The new "simple" mode now refers to an already opened table or a saved question.
      
      * Move repro 15808 to nested questions
      609693d8
    • Nemanja Glumac's avatar
    • Anton Kulyk's avatar
      Consolidate query/http action helpers (#24844) · 0c1a6e8d
      Anton Kulyk authored
      * Move action parameters utils to `writeback` module
      
      * Don't export internal utils
      
      * Remove not used import
      
      * Fix action types to match BE schema
      
      * Unify query and HTTP actions interface
      
      * Move `createHTTPAction` action to `writeback`
      
      * Remove redundant newline
      0c1a6e8d
    • Cal Herries's avatar
      Fix for #24715: "Remember Me" functionality doesn't work (#24744) · 4532d07e
      Cal Herries authored
      * Separate setting the timeout cookie's expires attribute from the session cookie's max-age
      
      * Add back public-settings/session-cookies tests and add docstrings
      
      * Fix setting cookies with full-app-embedding
      
      * Add docstring
      
      * Change logout to always delete the session
      
      * Remove extra code
      
      * Change session-cookie-name from multimethod to simple case expression
      
      * Refactor: move use-permanent-cookies? closer to usage
      
      * Fix FE unit test
      4532d07e
    • Cam Saul's avatar
      Remove namespace checker linter (#24752) · df88405f
      Cam Saul authored
      * RIP namespace checker linter
      
      * Remove linters.namespace-checker shim namespace
      df88405f
    • Natalie's avatar
      docs - update google saml (#24829) · fa2a463d
      Natalie authored
      fa2a463d
    • Nemanja Glumac's avatar
  5. Aug 16, 2022
  6. Aug 15, 2022
Loading