Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Nov 11, 2021
    • dpsutton's avatar
      Nest qbnewb under /modal to allow for other modals (#18926) · 11d9bd55
      dpsutton authored
      * Nest qbnewb under /modal to allow for other modals
      
      move the api from api/user/:id/qbnewb -> api/user/:id/modal/qbnewb to
      allow for the upcoming new dismissable modal
      
      * Add additional datasetnewb route
      
      staying with the same naming scheme as qbnewb. the db field is
      is_datasetnewb, the route just takes datasetnewb.
      
      I'm not wild about the default is true, set to false, and the naming
      scheme. But will be easier to migrate and easier for FE to use if we
      continue the defaults/logic etc.
      
      * Remark on db change in migration file
      11d9bd55
    • Alexander Polyankin's avatar
  2. Nov 10, 2021
  3. Nov 09, 2021
    • Ariya Hidayat's avatar
    • Alexander Lesnenko's avatar
      Implement waterfall static visualization (#18885) · 8f10ae6d
      Alexander Lesnenko authored
      * add waterfall static viz
      
      * review fixes
      8f10ae6d
    • Anton Kulyk's avatar
      Update question header breadcrumbs (#18903) · ab3d9be8
      Anton Kulyk authored
      * Slightly simplify QuestionDataSource
      
      * Extract and cleanup HeaderBreadcrumbs
      
      * Only keep database icon in breadcrumbs
      
      * Fix object ID not shown in detail view
      
      * Use `text-light` color for CollectionBadge
      
      * Support icon name as a prop of Badge
      
      * Add `inactiveColor` prop to Badge
      
      * Unify head and subhead breadcrumb components
      
      * Fix ad-hoc view items alignment
      
      * Fix invalid CSS
      
      * Use isStructured question method
      
      * Fix filters display in adhoc question header
      
      * Fix E2E selector
      
      * Fix saved question filters alignment
      ab3d9be8
    • Ariya Hidayat's avatar
    • Jeff Evans's avatar
      Secrets :closed_lock_with_key: PR 5 - Translate secret connection-properties into existing types... · 13e9414b
      Jeff Evans authored
      Secrets :closed_lock_with_key: PR 5 - Translate secret connection-properties into existing types understood by frontend (#18236)
      
      * Translate secret connection-properties into existing types understood by frontend
      
      For all :type :secret properties, before returning over the wire (i.e. from `available-drivers-info`), translate the connection-property into one or more new client side properties, using the existing types, to encapsulate the behavior of that individual secret "unit".  Depending on the :secret-kind and hosting environment, this could mean there are multiple additional properties injected (one for the file upload versus local path option field, one for the value itself on upload, and one for the file path)
      
      Adding utility function to do the reverse (i.e. translating those client side properties back to the server secret property definition)
      
      Adding tests for both (including updating secret-test-driver to cover all of these)
      
      Add support for the treat-before-posting connection property config
      
      * Fix bug in `delete-orphaned-secrets!`
      13e9414b
    • Alexander Polyankin's avatar
      73251979
    • Anton Kulyk's avatar
      Extract DataSourceSelector (#18905) · b3a5c2b2
      Anton Kulyk authored
      b3a5c2b2
    • Anton Kulyk's avatar
      Add ability to turn a dataset back into a question (#18873) · 6bc2fb9f
      Anton Kulyk authored
      * Add `hasPlugin` check to moderation plugin
      
      * Remove border from QuestionModerationSection
      
      * Remove padding from question description
      
      * Reorder imports and exports
      
      * Remove not used prop
      
      * Manage section border in the sidebar
      
      * Add tests for question details sidebar
      
      * Add basic dataset management section
      
      * Add icon for dataset > question action
      
      * Test dataset —> question change
      
      * Add ability to turn a dataset into a question
      
      * Use HTML buttons for dataset management
      
      * Show question verification section
      
      * Fix datasets e2e test helper
      
      * Fix hover effect for dataset action buttons
      
      * Fix question sidebar button alignment
      
      * Use CSS to handle sidebar border
      6bc2fb9f
  4. Nov 08, 2021
  5. Nov 06, 2021
  6. Nov 05, 2021
Loading