Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove 2-line PHPDocs that just repeat the types from the code | thiemowmde | 2025-01-17 | 1 | -4/+0 |
* | Add namespace to the root classes of ObjectCache | Ebrahim Byagowi | 2024-07-10 | 1 | -1/+1 |
* | Add "implements Stringable" to every class with "function __toString()" | Bartosz DziewoĆski | 2024-06-13 | 1 | -1/+2 |
* | Settings: Remove unstable markers and mark interfaces appropriately | Derick Alangi | 2022-07-11 | 2 | -2/+4 |
* | phan: Disable null_casts_as_any_type setting | Umherirrender | 2022-03-21 | 1 | -0/+1 |
* | Use a mutex to prevent settings cache stampedes | Dan Duvall | 2022-01-28 | 1 | -29/+82 |
* | Support stale cached settings for failover | Dan Duvall | 2022-01-21 | 2 | -14/+82 |
* | SettingsBuilder: load settings recursively | daniel | 2022-01-18 | 1 | -1/+11 |
* | Refactor SettingsBuilder to use BagOStuff. | Dan Duvall | 2021-12-10 | 4 | -358/+10 |
* | Refactor cache TTL for SettingsBuilder sources | Dan Duvall | 2021-12-02 | 2 | -12/+11 |
* | Cache loading of SettingsBuilder sources | Dan Duvall | 2021-11-29 | 5 | -0/+526 |