Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Oct 20, 2022
  2. Oct 19, 2022
  3. Oct 18, 2022
    • Gustavo Saiani's avatar
    • Noah Moss's avatar
      initial fix (#25991) · 9e43d98f
      Noah Moss authored
      Unverified
      9e43d98f
    • Cal Herries's avatar
      Open the data reference when the cursor moves to a card tag in the native query editor (#25801) · c46de9a2
      Cal Herries authored
      * Refactor DataReference
      
      * Don't show card tags in the sidebar
      
      * Refactor template tag regexes
      
      * Add models to DatabaseSchemasPane
      
      * Restyle SchemaPane
      
      * Anton's suggestions
      
      * Rename show to onItemClick
      
      * Remove another ternary
      
      * Add openDataReferenceAtCard action, but not opening the sidebar yet
      
      * Fix useEffect static analysis
      
      * Types
      
      * Get opening the sidebar at a model working, at the expense of model autocomplete
      
      * Change icon of ModelPane if it's a question
      
      * Tidy
      
      * Refactor DatabasePane
      
      * Move onItemClick and back callback logic to redux actions
      
      * Add e2e test
      
      * Add back autocomplete
      
      * Load question tables correctly
      
      * Restore autocomplete
      
      * Fix card tag autocomplete on the first character of the tag name
      
      * Update template tag editor visibility test to not test for card tags
      
      * Fix tests for cardIdFromTagName
      
      * Tidy tag editor
      
      * Typo
      
      * Fix undefined error
      
      * Tidy NativeQueryEditor.cardTagId
      
      * Tidy nextCompleters
      
      * Tidy
      
      * Update unit tests for tag editor visibility
      
      * Tidy
      
      * Tidy
      
      * Add test for models
      
      * Check fields have loaded before displaying table fields
      
      * Tidy
      
      * Rename ModelPane to QuestionPane
      
      * Rename card to question
      
      * Remove unused files
      
      * Tidy
      
      * Fix renaming
      
      * Fix renaming
      
      * Make variable template tag names non-empty
      
      * Fix test flakiness
      
      * Tidy
      
      * Tidy
      
      * Remove is_saved_questions check
      
      * Rename
      
      * Replace setDataReferenceStack action with selector and fix test
      
      * Initialize dataReferenceStack to null as an "uninitialized" state to fix the back button
      
      * Update e2e tests
      
      * Update e2e tests
      
      * Replace long ternaries
      Unverified
      c46de9a2
    • Anton Kulyk's avatar
      Disable data apps (#25977) · cef29d6d
      Anton Kulyk authored
      * Remove list and object viz from viz options
      
      * Hide apps and actions from new item menu
      
      * Remove UI for enabling writeback per-database
      
      * Disable app routes
      
      * Disable action routes
      
      * Disable model detail page
      
      * Don't list apps in the navbar
      
      * Hardcode dashboard's `isDataApp` to `false`
      
      * Remove "page" from custom destination options
      Unverified
      cef29d6d
    • Dalton's avatar
      Move more card/parameter value utils to metabase-lib (#25937) · dded4879
      Dalton authored
      * move remapParameterValuesToTemplateTags
      
      * Move more parameter value utils to metabase-lib
      
      * Fix tests
      Unverified
      dded4879
    • Alexander Polyankin's avatar
  4. Oct 17, 2022
  5. Oct 16, 2022
  6. Oct 15, 2022
  7. Oct 14, 2022
  8. Oct 13, 2022
Loading