Page MenuHomePhorge

Tenant settings
ClosedPublic

Authored by machniak on Jul 13 2021, 11:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 9, 5:14 AM
Unknown Object (File)
Wed, May 8, 10:09 PM
Unknown Object (File)
Wed, May 8, 3:47 PM
Unknown Object (File)
Sun, May 5, 9:36 AM
Unknown Object (File)
Thu, May 2, 7:32 PM
Unknown Object (File)
Tue, Apr 30, 10:43 AM
Unknown Object (File)
Sat, Apr 27, 6:52 PM
Unknown Object (File)
Sat, Apr 27, 6:44 AM
Subscribers
Restricted Project

Details

Reviewers
vanmeeuwen
Group Reviewers
Restricted Project
Commits
rKb9b80fe18cff: Tenant settings
Summary

Add per-tenant settings and support running jobs for another tenant. Also removed caching from the SettingsTrait.

Test Plan

./phpunit

Diff Detail

Repository
rK kolab
Branch
arcpatch-D2635_3
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 35725
Build 14026: arc lint + arc unit

Event Timeline

machniak created this revision.
  • Add getSettings() method, and use it as a optimization tool
  • Fix withObjectTenantContext macro
    • It's result should not depend on the current user role
    • It was throwing exceptions when working with an unauth user (e.g. /meet endpoints)
    • Fixed some tests
This revision is now accepted and ready to land.Jul 30 2021, 7:46 AM
This revision was automatically updated to reflect the committed changes.