aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/storage/trackBlobs.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Use type declaration on undocumented private functionsUmherirrender2025-03-311-2/+2
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-261-0/+1
* externalstore: cleanup ExternalStoreDB::getTable() and fix callersAaron Schulz2024-09-181-1/+3
* maintenance: Add missing documentation to class propertiesUmherirrender2024-09-131-0/+6
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* maintenance: Use expression builder instead of raw sqlUmherirrender2024-07-221-1/+1
* rdbms: Create IReadableDatabase::andExpr() / ::orExpr()Umherirrender2024-07-111-2/+1
* rdbms: Remove IReadableDatabase::getReplicaPos()Amir Sarabadani2024-04-301-2/+1
* maintenance: storage: Fix multiple property declaration phpcs errorsTaavi Väänänen2024-04-211-1/+2
* maintenance: Replace unnecessary uses of LBFactory and LoadBalancerBartosz Dziewoński2024-01-231-4/+2
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-8/+8
* maintenance: Migrate to expression buildersAmir Sarabadani2024-01-171-2/+2
* Migrate remaining Database::insert calls to InsertQueryBuilderAmir Sarabadani2023-12-221-4/+16
* Use thousands separators in selected integer literalsTim Starling2023-12-121-1/+1
* maintenance: Migrate $db->buildLike() to expression builderAmir Sarabadani2023-11-061-8/+21
* maintenance: Migrate another batch to SelectQueryBuilderAmir Sarabadani2023-09-211-7/+11
* maintenance: Migrate some Database::select() calls to SQBAmir Sarabadani2023-09-151-17/+12
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-5/+4
* Simplify WHERE conditions with field IS NULLUmherirrender2023-07-241-1/+1
* maintenance: Switch simple calls of Database::select to SQBAmir Sarabadani2023-07-191-18/+24
* Make some storage scripts use Maintenance classdaniel2023-06-141-18/+20
* Make use of ?:, ?? and ??= operators in mostly trivial casesthiemowmde2022-12-051-4/+1
* Remove unused local variablesUmherirrender2022-09-191-4/+0
* IDatabase: Rename masterPosWait to primaryPosWaitJames D. Forrester2021-09-021-1/+1
* Same code style and formatting for exists-style SQL queriesThiemo Kreuz2021-08-121-1/+1
* ILoadBalancer and IDatabase: Rename getMasterPos to getPrimaryPosJames D. Forrester2021-08-021-1/+1
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-4/+4
* build: Enable phan-taint-check-plugin and suppress issuesUmherirrender2020-12-301-2/+0
* Suppress taint-check issues in maintenance scripts/cli contextUmherirrender2020-12-071-6/+8
* maintenance: Move commandLine from .inc to .phpJames D. Forrester2020-09-281-1/+1
* Pass function name to database functions (maintenance scripts)Umherirrender2020-06-071-4/+4
* Replace wfWaitForSlaves() with LBFactory::waitForReplication()Reedy2020-05-021-4/+5
* Remove compat code for pre-MCR schema.daniel2020-03-241-18/+9
* Pass 1 always as string to IDatabase::select and friendsUmherirrender2020-01-111-1/+1
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Set method visibility on maintenance scriptsUmherirrender2019-11-161-8/+8
* Set public for override of Maintenance functionsUmherirrender2019-10-091-1/+1
* Convert maintenance scripts to LoadBalancer::getMaintenanceConnectionRef()Aaron Schulz2019-08-021-4/+4
* Remove references to field rev_text_idBill Pirkle2019-04-221-11/+34
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-1/+1
* Drop archive.ar_text and ar_flagsBrad Jorsch2018-04-031-19/+0
* Merge "Replace wfGetLBFactory"jenkins-bot2018-03-091-1/+3
|\
| * Replace wfGetLBFactoryUmherirrender2018-02-271-1/+3
* | Pass '' instead of false for the $conds parameter in select calls.daniel2018-03-021-3/+3
|/
* Move DB errors to Rdbms namespaceAaron Schulz2017-04-151-0/+2
* maintenance: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-2/+2
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-5/+5
* Change "slave" => "replica DB" in /maintenanceAaron Schulz2016-09-061-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-30/+30
* Update formatting in maintenance/ (4/4)Siebrand Mazeland2014-04-231-0/+3