aboutsummaryrefslogtreecommitdiffstats
path: root/includes/config
Commit message (Expand)AuthorAgeFilesLines
* config: Intentionally throw TypeError for unsupported sourcesDerick Alangi2024-07-241-5/+3
* Merge "config: Remove unused extractGlobal() and extractVar()"jenkins-bot2024-07-221-48/+0
|\
| * config: Remove unused extractGlobal() and extractVar()Derick Alangi2024-07-221-48/+0
* | config: Remove unused class property in SiteConfigurationDerick Alangi2024-07-221-6/+0
|/
* Fix PSR-12 compliance in ServiceOptionsDoğu Abaris2024-07-191-1/+1
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-2/+2
* Merge "config: Use stale cache instead of hard fail on "no retry" fetch error"jenkins-bot2024-05-211-1/+1
|\
| * config: Use stale cache instead of hard fail on "no retry" fetch errorTimo Tijhof2024-05-051-1/+1
* | Add namespace and deprecation alias to MultiHttpClientEbrahim Byagowi2024-05-201-1/+1
|/
* docs: Adjust all @deprecated tags to use 'since…' for consistencyJames D. Forrester2024-05-011-1/+1
* Drop hard-deprecated ConfigFactory::getDefaultInstance()Taavi Väänänen2024-04-211-12/+0
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-1910-39/+10
* config: Drop `SiteConfiguration::getConfig()`Derick Alangi2024-03-181-70/+0
* Deprecate never-used ConfigRepository serviceDerick Alangi2024-01-241-0/+1
* config: replace unused Logger in EtcdConfig with native trigger_errorTimo Tijhof2023-09-261-13/+8
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-2113-7/+86
* Reorg: Move SiteConfiguration to includes/config/Amir Sarabadani2023-09-111-0/+698
* ConfigFactory: Hard-deprecate getDefaultInstance()James D. Forrester2023-08-191-0/+2
* config: Remove unused ConfigRepository::getValueOf() methodDerick Alangi2023-08-081-24/+9
* config: Remove not needed indirection from GlobalVarConfigthiemowmde2023-07-171-26/+4
* Move array destructuring into foreachUmherirrender2023-07-081-3/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-2/+2
* GlobalVarConfig: Avoid slowness of array_key_exists on $GLOBALS in PHP 8.1+James D. Forrester2022-09-161-1/+5
* [php8] Don't use strlen on potentially null stringBrian Wolff2022-07-241-1/+1
* Use HashConfig to override config variables in phpunit testsdaniel2022-07-071-0/+8
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-3/+2
* Merge "Use updated ObjectFactory namespace"jenkins-bot2022-03-121-1/+1
|\
| * Use updated ObjectFactory namespaceAlexander Vorwerk2022-03-091-1/+1
* | EtcdConfig: Remove YAML from available 'encoding' optionsTimo Tijhof2022-03-111-11/+4
|/
* Merge "Simplify DnsSrvDiscoverer interface"jenkins-bot2022-02-171-20/+49
|\
| * Simplify DnsSrvDiscoverer interfaceDan Duvall2022-02-161-20/+49
* | Introduce IterableConfigdaniel2022-02-142-1/+73
|/
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-1/+3
* Introduce includes/Storage/PageUpdaterFactorydaniel2021-07-191-1/+6
* Remove unused default values from class propertiesThiemo Kreuz2021-05-121-1/+1
* build: Enable phan-taint-check-plugin and suppress issuesUmherirrender2020-12-301-0/+3
* Mark ServiceOptions as @newableDannyS7122020-10-091-0/+4
* Merge "Replace "@stable for implementation" with "@stable to implement""jenkins-bot2020-07-132-2/+2
|\
| * Replace "@stable for implementation" with "@stable to implement"daniel2020-07-132-2/+2
* | Replace "@stable for calling" by "@stable to call"daniel2020-07-131-1/+1
|/
* Mark exceptions as @newabledaniel2020-07-082-0/+4
* Stability annotations for interfaces.daniel2020-07-072-0/+4
* Annotate newable classesdaniel2020-07-071-0/+6
* Use namespaced IPUtils classKunal Mehta2020-01-011-1/+2
* Fix new phan errors, part 5Daimona Eaytoy2019-10-181-0/+1
* Services: Convert PermissionManager's static to a const now HHVM is goneJames D. Forrester2019-10-081-6/+6
* Better docs to make phan happyDaimona Eaytoy2019-09-072-1/+4
* Upgrade phan config to 0.7.1Daimona Eaytoy2019-09-041-0/+1
* config: Change ConfigException to extend LogicExceptionGergő Tisza2019-07-011-1/+1
* config: ServiceOptions O(1) assert time in the common caseTim Starling2019-06-201-14/+17