Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jul 31, 2023
  2. Jul 05, 2023
  3. Jul 03, 2023
  4. Jun 27, 2023
  5. Jun 26, 2023
  6. Jun 21, 2023
  7. Jun 20, 2023
  8. Jun 19, 2023
    • Mahatthana (Kelvin) Nomsawadi's avatar
      Merge Encourage admins to add a database to master (#31610) · 31951b43
      Mahatthana (Kelvin) Nomsawadi authored
      * Encourage admin users to connect to a database (#31210)
      
      * Encourage admin users to connect to a database
      
      * Only render either payment banner or database prompt banner
      
      Discussed here:
      https://metaboat.slack.com/archives/C057T1QTB3L/p1685549180307149?thread_ts=1685547913.580079&cid=C057T1QTB3L
      
      
      
      * Improve mobile view layout
      
      * Address review: Remove `withRouter` HoC
      
      * Address review: Remove optional chaining
      
      * Address review: Refactor a component's deprecated `shouldRender` property
      
      * Add an e2e test to cover happy path
      
      * Remove new translation in `aria-label`
      
      * Fix sticky parameter widgets when showing database prompt banner
      
      * Fix E2E tests
      
      * Address review: Add missing unit tests
      
      * Fix a failed E2E test from rebasing off `master` branch
      
      * Add analytics (#31470)
      
      * 2/x Add analytics
      
      * Fix a failed E2E test from merging code from master
      
      * Prevent rendering the database prompt banner when white labeling (#31471)
      
      * 3/x Convert enterpise settings selectors to TypeScript
      
      * Add missing enterprise settings selectors tests
      
      * Don't render db prompt banner when white labeling
      
      * Reorganize the test to make an EE test more standing out
      
      * Address review: Remove unused function
      
      * 4/x Follow up reviews and tests (#31545)
      
      * 4/x Address review: Simplify code structure
      
      * Address review: Fix variable name collision
      
      * Move logic to display database banner to a hook
      
      * Remove unnecessary await
      
      * Restructure AppBanner tests
      
      * Swap test position to match the defined test matrix
      
      * Address review: removed outdated comment
      
      * Address review: Make `useShouldShowDatabasePromptBanner` hook tests clearer
      
      * Address review: Make conditions easier to follow
      
      Co-authored-by: default avatarUladzimir Havenchyk <uladzimir.dev@gmail.com>
      Co-authored-by: default avatarKamil Mielnik <kamil@kamilmielnik.com>
      
      ---------
      
      Co-authored-by: default avatarUladzimir Havenchyk <uladzimir.dev@gmail.com>
      Co-authored-by: default avatarKamil Mielnik <kamil@kamilmielnik.com>
      
      * 5/x Add embedding tests (#31557)
      
      * 5/x Add embedding tests
      
      * Clean up: Fix a selector signature
      
      * Address review: Using existing utility
      
      * Ensures that embedding pages are loaded before asserting UI not existing
      
      * Ready to write PublicQuestion tests
      
      * Move public and signed embeds tests to unit tests
      
      * Removed outdated eslint comment
      
      ---------
      
      Co-authored-by: default avatarUladzimir Havenchyk <uladzimir.dev@gmail.com>
      Co-authored-by: default avatarKamil Mielnik <kamil@kamilmielnik.com>
      Unverified
      31951b43
  9. Jun 13, 2023
  10. Jun 12, 2023
  11. Jun 09, 2023
  12. May 26, 2023
  13. May 22, 2023
  14. Apr 21, 2023
  15. Apr 05, 2023
  16. Mar 03, 2023
  17. Nov 16, 2022
  18. Aug 01, 2022
  19. Jul 18, 2022
  20. Mar 23, 2022
    • Alexander Polyankin's avatar
      Add snowplow events for timelines (#21008) · 1e51c88c
      Alexander Polyankin authored
      
      * Add a json schema
      
      * Pass required data for snowplow events
      
      * Pass required data for snowplow events
      
      * Add snowplow event tracking for Timeline event creation
      
      This changes the timeline_event API endpoint to send snowplow tracking when an event is created.
      The FE now sends additional information for this purpose:
      
      - source: collections or question. This is null if the event is added via API
      - question_id: added if the source is from a question. null if the question is unsaved.
      
      These are dissoc-ed from the body before the db/insert because the backend does not store this information, it's just
      from the FE and only relevant for this tracking data.
      
      * Fix json error
      
      * Add ::new-event-created entry to the snowplow test
      
      * Fix json error
      
      * Fix json error
      
      * Fix snowplow test
      
      Co-authored-by: default avatarAdam James <adam.vermeer2@gmail.com>
      Co-authored-by: default avataradam-james <21064735+adam-james-v@users.noreply.github.com>
      Unverified
      1e51c88c
  21. Jan 25, 2022
  22. Nov 23, 2021
Loading