Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(server-core): Support for scheduledRefreshTimeZones as function, passing securityContext #9002

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

KSDaemon
Copy link
Member

@KSDaemon KSDaemon commented Nov 28, 2024

This PR brings the ability to provide a scheduledRefreshTimeZones function as an alternative to a static timezone string array. This allows us to dynamically set the timezones used for the pre-aggregation refresh job. This is pretty neat for multi-tenant configurations allowing to specify different timezones for different tenants.

Closes #3509, #5015

Check List

  • Tests have been run in packages where changes made if available
  • Linter has been run for changed code
  • Tests for the changes have been added if not covered yet
  • Docs have been added / updated if required

Copy link

vercel bot commented Nov 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

8 Skipped Deployments
Name Status Preview Comments Updated (UTC)
examples-angular-dashboard ⬜️ Ignored (Inspect) Visit Preview Nov 28, 2024 7:46pm
examples-react-d3 ⬜️ Ignored (Inspect) Visit Preview Nov 28, 2024 7:46pm
examples-react-dashboard ⬜️ Ignored (Inspect) Visit Preview Nov 28, 2024 7:46pm
examples-react-data-table ⬜️ Ignored (Inspect) Visit Preview Nov 28, 2024 7:46pm
examples-react-highcharts ⬜️ Ignored (Inspect) Visit Preview Nov 28, 2024 7:46pm
examples-react-material-ui ⬜️ Ignored (Inspect) Visit Preview Nov 28, 2024 7:46pm
examples-react-pivot-table ⬜️ Ignored (Inspect) Visit Preview Nov 28, 2024 7:46pm
examples-vue-query-builder ⬜️ Ignored (Inspect) Visit Preview Nov 28, 2024 7:46pm

@KSDaemon KSDaemon force-pushed the feat/scheduledRefreshTimeZones branch from 0127e49 to af5833d Compare November 28, 2024 15:37
@KSDaemon KSDaemon force-pushed the feat/scheduledRefreshTimeZones branch from 4b7fa10 to 0a32483 Compare November 28, 2024 19:38
@KSDaemon KSDaemon force-pushed the feat/scheduledRefreshTimeZones branch from 0a32483 to e4bba5b Compare November 28, 2024 19:45
@KSDaemon KSDaemon marked this pull request as ready for review November 28, 2024 20:38
@KSDaemon KSDaemon requested a review from a team as a code owner November 28, 2024 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multi-tenancy aware Time Zones
1 participant