Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. May 08, 2024
  2. May 07, 2024
  3. May 06, 2024
  4. May 05, 2024
  5. May 03, 2024
    • bryan's avatar
      fix a regex validation (#42251) · 47eae5a5
      bryan authored
      47eae5a5
    • John Swanson's avatar
      Add `can_write` to /collection/:id/items (#42184) · 60657636
      John Swanson authored
      For dashboards and cards/models only.
      60657636
    • Vamsi Peri's avatar
      Update feature_request.md (#42232) · e1469c74
      Vamsi Peri authored
      Remove the language for how important is this feature to you
      e1469c74
    • Uladzimir Havenchyk's avatar
    • Jeff Bruemmer's avatar
      docs - update filter docs (#42169) · 30416f68
      Jeff Bruemmer authored
      30416f68
    • Alex Yarosh's avatar
      [docs] A bit more details about API (#42137) · ccc9fe64
      Alex Yarosh authored
      
      * api details
      
      * Update docs/installation-and-operation/serialization.md
      
      Co-authored-by: default avatarJeff Bruemmer <jeff.bruemmer@gmail.com>
      
      ---------
      
      Co-authored-by: default avatarJeff Bruemmer <jeff.bruemmer@gmail.com>
      ccc9fe64
    • Phoomparin Mano's avatar
      Define public metabase theme and Mantine transformer for embedding SDK (#42207) · 8e96f386
      Phoomparin Mano authored
      * public metabase theme type
      
      * add tests for transforming embedding theme
      
      * export public types
      
      * load transformed theme override into theme provider
      
      * migrate font family inside theme configuration
      
      * add assertion for font family
      
      * update README to add font family in theme options
      
      * add font enum, fix tuple type and cleanup tests
      
      * color tuple argument name
      
      * use fill for colortuple
      8e96f386
    • Nicolò Pretto's avatar
      Embed homepage, MS4 (#41990) · 55500108
      Nicolò Pretto authored
      
      * use css modules instead of inline styles for cursor: default (#41644)
      
      * add toast notification after the feedback (#41575)
      
      * fix modal submit sending data while button says skip (#41784)
      
      * fix: it should not send the feedback if button says skip
      
      * add comment explaining why we check that getLastFeedbackCall() is undefined
      
      * embedding homepage analytics (#41725)
      
      * rename defaultTab -> initialTab
      
      * add events schema for embedding-homepage
      
      * fix stories
      
      * add analytics, e2e tests and fix typo in dismiss reason
      
      * copy embed_flow schema for better diff in the next commit
      
      * adds isExampleDashboard to trackStaticEmbedPublished
      
      * utm tags
      
      * fix bug of is_example_dashboard
      
      * better test names
      
      * refactor embed homepage status type
      
      * "() => {}" => "_.noop"
      
      * add "Setup embedding" to the admin setup checklist (#41638)
      
      * add setup embedding to the admin setup checklist
      
      * restore whitespace as it was before
      
      * i miss prettier (whitespace again)
      
      * Clean up check list for embedding
      
      Largely making a new entry for the embedding info just to fight long
      lines. `:embedding-homepage-dismissed-as-done` just made the maps really
      long. If we have a `:done?` under an `:embedding` keyword it reads much
      more naturally.
      
      Also, The previous diff was calling `boolean` on a var rather than
      invoking the var:
      
      ```clojure
      :embedding-app-origin (boolean embed.settings/embedding-app-origin)
      ;;                             ^^^^^^^^^^^^^^ needs to be (invoked)
      ```
      
      ---------
      
      Co-authored-by: default avatardan sutton <dan@dpsutton.com>
      
      * Change utm tags for embedding homepage links (#42042)
      
      * update utm tags
      
      * utm_media -> utm_content
      
      * add description to the checklist setup step (#42200)
      
      ---------
      
      Co-authored-by: default avatardan sutton <dan@dpsutton.com>
      55500108
Loading