aboutsummaryrefslogtreecommitdiffstats
path: root/includes/externalstore
Commit message (Expand)AuthorAgeFilesLines
...
* Replace Assert::parameterType with typehintsTChin2021-08-031-4/+1
* More master -> primary documentation and internal var renamingJames D. Forrester2021-07-151-1/+1
* Silence transaction profiler warnings in ExternalStoreDB::fetchBlob()Gergő Tisza2021-05-161-2/+7
* Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variablesJames D. Forrester2021-05-141-5/+5
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* externalstore: convert some log messages to WARNINGAaron Schulz2021-04-271-4/+4
* Merge "ExternalStoreMwstore: Remove unnecessary check"jenkins-bot2021-03-131-1/+1
|\
| * ExternalStoreMwstore: Remove unnecessary checkAmmarpad2021-03-091-1/+1
* | ExternalStoreMwstore: Improve method docsAmmarpad2021-03-091-4/+7
|/
* Update a lot of unspecific "array" types in PHPDocsThiemo Kreuz2020-10-281-1/+1
* Fix order of wfDeprecated parameters in ExternalStoreDB::getSlaveDannyS7122020-10-061-1/+1
* Hard deprecate ExternalStoreDB::getSlave()Reedy2020-07-291-0/+1
* Mark exceptions as @newabledaniel2020-07-081-0/+3
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-1/+1
* ExternalStore: report cause of non-exception failuredaniel2020-04-171-7/+21
* Upgrade phan to 0.9.1Daimona Eaytoy2020-01-251-0/+1
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-5/+5
* Convert FileBackendGroup to serviceAryeh Gregor2019-10-251-1/+1
* phpcs: Enable PSR12.Files.ImportStatement.LeadingSlash and make passUmherirrender2019-10-111-3/+3
* externalstore: deprecate getLBInfo() dependency in ExternalStoreDBAaron Schulz2019-09-101-15/+81
* externalstore: use CONN_TRX_AUTOCOMMIT instead of IDatabase::clearFlag()Aaron Schulz2019-07-271-10/+12
* externalstore: unbreak writes to non-default storage clusters due to isReadOn...Aaron Schulz2019-07-164-26/+13
* Make ExternalStore wrap ExternalStoreFactory and create access classAaron Schulz2019-06-288-195/+595
* externalstore: Fix insert*() return docs and remove redundant checksDaimona Eaytoy2019-06-133-21/+30
* ExternalStore: Pass external domain to getReadOnlyReasonJesús Martínez Novo2019-05-221-1/+3
* externalstore: make ExternalStoreDB::getDomainId treat false the same as nullAaron Schulz2019-05-211-1/+1
* Deprecate the Http classAryeh Gregor2019-05-061-1/+4
* Replace misplaced strlen() checks with strict `false` comparisonsThiemo Kreuz2019-03-271-1/+1
* Use short assignment operator in PHPFomafix2019-03-071-1/+1
* Add isCurrentWikiId()/isCurrentWikiDomain()/getCurrentWikiDomain() to WikiMapAaron Schulz2018-10-291-0/+1
* Make ExternalStoreDB "wiki" context override the server "dbname" fieldAaron Schulz2018-08-151-1/+5
* Use LB server configuration to force DB domains in ExternalStorageDBAaron Schulz2018-08-131-6/+30
* Use consistent caching strategy in Revision storage classesdaniel2018-07-051-0/+4
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-302-4/+4
* Fix typo accessable --> accessibleJayprakash123452018-03-143-3/+3
* Replace wfGetLBFactoryUmherirrender2018-02-271-1/+3
* Make LocalFile check early if the revision store is availableAaron Schulz2018-02-222-3/+27
* Add ExternalStoreMedium::isReadOnly() methodAaron Schulz2018-02-225-31/+43
* Introduce ExternalStoreFactoryaddshore2017-11-142-10/+47
* Improve some parameter docsUmherirrender2017-09-102-0/+13
* Remove reference to deprecated IDatabase->nextSequenceValue()Brad Jorsch2017-09-011-2/+1
* Remove "@author Aaron Schulz" annotationsAaron Schulz2017-06-271-1/+0
* Move DBConnRef/MaintainableDBConnRef to Rdbms namespaceAaron Schulz2017-03-291-0/+2
* Move IDatabase/IMaintainableDatabase to Rdbms namespaceAaron Schulz2017-03-281-0/+1
* Move remaining LoadBalancer classes to RdbmsAaron Schulz2017-02-231-3/+3
* Add LoadBalancer::getMaintenanceConnectionRef() methodAaron Schulz2016-12-101-10/+9
* Use getConnectionRef() in ExternalStoreDB to avoid connection leaksAaron Schulz2016-09-211-2/+2
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Change "slave" => "replica DB" in /includesAaron Schulz2016-09-051-2/+2
* Fix ExternalStoreDB IDEA errorsAaron Schulz2016-04-201-7/+6