Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Oct 03, 2022
    • Alexander Polyankin's avatar
      Fix global error page (#25749) · e3fef011
      Alexander Polyankin authored
      Unverified
      e3fef011
    • Cal Herries's avatar
      Show models in the native query editor sidebar (#25494) · a136ddc4
      Cal Herries authored
      
      * Remove the title from all panes and put it in the sidebar header component, next to the back button
      
      * Return cards with db metadata
      
      * Load all questions into DatabaseTablesPane
      
      * Only load questions from the selected database
      
      * Create ModelPane
      
      * remove mapDispatchToProps
      
      * Style ModelPane and reuse FieldPane for model fields
      
      * Use FieldList for TablePane and ModelPane
      
      * Load connected tables
      
      * Create ConnectedTablesList
      
      * Restyle DatabaseTablesPane
      
      * Adjust styles
      
      * smaller ModelPaneIcon
      
      * ModelPaneText font weights
      
      * description spacing
      
      * icon colors and spacing
      
      * appease the linter for real
      
      * Only load models for a given database
      
      * Add model ID next to each model
      
      * Remove TODO
      
      * Undo changes to database api
      
      * Refactor files
      
      * Add _target="blank" for model "See it" link
      
      * Pluralize copy
      
      * Fix i18n
      
      * Change back TablePane from tsx -> jsx
      
      * Tidy
      
      * Don't show models if there aren't any
      
      * Tidy (consistency)
      
      * Add BE tests
      
      * Do a read-check for the database
      
      * Revert "Add BE tests"
      
      This reverts commit 8d18f4e12636e32fda2b5b670124d69237fce5bd.
      
      * Revert "Only load models for a given database"
      
      This reverts commit 028ba43f20d55fef0aaf484d3557e75ae5501758.
      
      * Change endpoint to database/:id/models
      
      * Tidy
      
      * Use name in SQL, not display name
      
      * Add e2e test for models pane
      
      * Tidy
      
      * Fix e2e test - no more "back" text after redesign
      
      * Convert SchemaPane to tsx
      
      * Revert "Do a read-check for the database"
      
      This reverts commit 550fc0eb31268d204b6dc7c853b9d2fc7ad50ecc.
      
      * Fix endpoint for nil edit info
      
      * Fix listQuestions path
      
      * Rename test
      
      * Remove prn
      
      * Batch of suggested changes
      
      * Convert ModelPane to typescript
      
      * Convert to tsx
      
      * Replace any
      
      * Tidy
      
      * Add permissions tests for GET api/database/:id/models
      
      * Remove redundant code
      
      * Fix typecheck error for getQuestionFromCard
      
      * Rename models -> sortedModels
      
      * Remove comment
      
      * Use useMemo
      
      * Remove /api/database/:id/models endpoint, use api/search instead
      
      * Correct docstring
      
      * Remove separate listModelsForDatabase endpoint
      
      Co-authored-by: default avatarMaz Ameli <maz@metabase.com>
      Unverified
      a136ddc4
    • Alexander Polyankin's avatar
  2. Sep 30, 2022
  3. Sep 29, 2022
  4. Sep 28, 2022
Loading