Skip to content

Support for external boost views and returning posthog from the configs query (gql) #2737

Mark Harding requested to merge feat/ext-boost-views-2737 into master

Ticket(s) / Related Merge Requests

#2737 (closed)

Summary of Changes

  • Introduces posthog settings to be exported via gql
  • Enables the boost view endpoint to accept logged out traffic
  • Introduces an 'external' boolean to the views table

Testing Considerations

...

Deployment Considerations

Cassandra

ALTER TABLE views ADD external boolean;

Regression Scope

Platform Affected (web, mobile, etc)

Developer Testing Completed

Screenshots / Screen Recording

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out

Merge request reports