This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Apr 22, 2022
-
-
Alexander Polyankin authored
-
Cam Saul authored
-
Anton Kulyk authored
* Fix `fill` hardcoded in SVG icons * Use HTML button for sidebar button * Fix style
-
Ryan Laurie authored
* set consistent height for object detail modal
-
Ryan Laurie authored
-
Ryan Laurie authored
-
Bryan Maass authored
* make sure we pass :port when creating ssh tunnels - if it is not there, use the default port * pass a default :port every time we incorporate-ssh-tunnel-details * Update src/metabase/driver/sql_jdbc/connection.clj remove unused port destructuring Co-authored-by:
Braden Shepherdson <Braden.Shepherdson@gmail.com> Co-authored-by:
Braden Shepherdson <Braden.Shepherdson@gmail.com>
-
Nick Fitzpatrick authored
-
Anton Kulyk authored
* Add repro * Disable drills for not editable queries * Fix drill name * Fix QuickFilterDrill tests * Disallow resizing table columns for no-data users * Fix x-ray drill * Fix repro * Disable "brush" drill for no-data users * Use default cursor on charts for no-data users * Revert TableInteractive changes
-
Howon Lee authored
Group-bys didn't work because you need two instances of the field and you couldn't have two instances of the field be considered by the postgres backend as the same. Ported over the BigQuery fix to this to apply to JSON columns as well.
-
Anton Kulyk authored
* Reproduce #16938 * Fix PK drill unavailable for nested native query * Clean up ObjectDetailDrill
-
Anton Kulyk authored
* Hide native editor for no-data user on model page * Explain the change in a comment
-
Ariya Hidayat authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Fix closing sidebar collection menu * Extract function * Add `useCallback` * Use `State` type * Add button variant for SidebarLink * Add "New collection" button to sidebar menu * Ensure new collection modal has router props Router props are required to figure out the default parent collection
-
Benoit Vinay authored
-
Anton Kulyk authored
* Clean up Navbar * Connect AppBar to redux * Move modal management to NewButton * Fix `User` type in `Store` type * Add `app` to `State` type * Add `getErrorPage` selector * Convert `App` component to TypeScript * Turn App into a functional component * Rename `LeftRow` / `RightRow` * Fix opening just created collection * Fix transition to search page
-
Howon Lee authored
Top-level array doesn't behave well, so get the transducer to ignore it until we come back around to it
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Split SidebarCollectionLink * Expand collection on DND hover * Increase time before expanding Co-authored-by:
Maz Ameli <maz@metabase.com> Co-authored-by:
Maz Ameli <maz@metabase.com>
-
Anton Kulyk authored
-
Anton Kulyk authored
* Reproduce #16491 * Clean bulk selection on collection change
-
Ariya Hidayat authored
-
Ariya Hidayat authored
-
Nemanja Glumac authored
-
- Apr 21, 2022
-
-
Dalton authored
* Handle ID cols and null values better in SimpleTable sorting * Limit ID int parsing to integer strings
-
Noah Moss authored
Allow users with block perms to still use the `rescan_values` APIs if they have DB details or data model perms (#21808)
-
Alexander Kiselev authored
-
Nick Fitzpatrick authored
-
Gustavo Saiani authored
-
Nick Fitzpatrick authored
Web Notifications even handlers and fixing toaster bug
-
Anton Kulyk authored
-
Alexander Kiselev authored
-
Ariya Hidayat authored
-
Nemanja Glumac authored
-
Ryan Laurie authored
Allow entry to object detail whens scrolled to the right on tables with primary keys
-
Dalton authored
-
Dalton authored
-
Dalton authored
* Field --> FieldDimension shortcut to ensure lossless conversion * Fix e2e tests * Update some prop names * Fix field literal's base-type missing in sub dims Co-authored-by:
Anton Kulyk <kuliks.anton@gmail.com>
-