aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/doMaintenance.php
Commit message (Expand)AuthorAgeFilesLines
* MaintenanceRunner: load script file early if possibleKevin Israel2023-03-141-0/+1
* maintenance: Do not output run.php warning when not in TTY modeGergő Tisza2023-01-091-7/+9
* Maintenance scripts: show a warning when run directly.daniel2023-01-041-3/+15
* Introduce run.php for running maintenance scriptsdaniel2022-12-211-5/+5
* Move code from Maintenance to MaintenanceRunnerdaniel2022-05-251-1/+1
* Extract parameter handling from Maintenance base class.daniel2022-05-251-0/+1
* Move code from doMaintenance.php into a runner class.daniel2022-05-211-69/+18
* maintenance: Don't run unsafe shutdown after crashTimo Tijhof2022-05-111-7/+6
* Merge "Setup.php: clarify the use of $IP."jenkins-bot2022-05-041-2/+1
|\
| * Setup.php: clarify the use of $IP.daniel2022-05-031-2/+1
* | Use MainConfigNames instead of string literals, #5Aryeh Gregor2022-04-271-3/+4
|/
* Allow config merge strategies to be bypassed.daniel2022-02-221-1/+1
* Allow main settings file to be selected via env variable.daniel2022-02-061-2/+2
* Reapply "SettingsBuilder: allow maintenance scripts to manipulate config"Ppchelko2022-01-261-7/+13
* Revert "SettingsBuilder: allow maintenance scripts to manipulate config"Ppchelko2022-01-261-13/+7
* SettingsBuilder: allow maintenance scripts to manipulate configdaniel2022-01-261-7/+13
* Remove or replace usages of "sanity"Reedy2021-11-191-2/+2
* rdbms: Move setLBFactoryTriggers from doMaintenance to service wiringTimo Tijhof2021-04-271-4/+0
* maintenance: Disable storage backend for DB_NONE tasksDan Duvall2021-03-021-1/+5
* maintenance: Skip setAgentAndTriggers for DB_NONE maintenance tasksDan Duvall2021-03-021-3/+5
* deferred: make DeferredUpdates::doUpdates() recursion more uniformAaron Schulz2021-01-141-18/+1
* Remove phpcs suppression of ValidGlobalName.wgPrefixDannyS7122020-09-291-1/+0
* maintenance: Move commandLine from .inc to .phpJames D. Forrester2020-09-281-1/+1
* phan: Enable redundant_condition_detectionUmherirrender2020-07-011-0/+2
* maintenance: Move $IP and MEDIAWIKI assignment to doMaintenance.phpTimo Tijhof2020-04-141-0/+6
* Make sure DBLoadBalancerFactory service is not disabledRazeSoldier2019-11-071-1/+4
* doMaintenance: Try to print errors to stderrMarius Hoch2019-07-161-2/+10
* Merge "Print chained exceptions when maintenance script fails."jenkins-bot2019-05-291-1/+11
|\
| * Print chained exceptions when maintenance script fails.daniel2018-12-101-1/+11
* | Remove "Squiz.WhiteSpace.FunctionSpacing" from phpcs exclusionsReedy2019-05-111-0/+2
* | Allow extensions to add params to the update.php maintenance scriptBill Pirkle2019-03-261-0/+2
|/
* Exit maintenance script with non-zero status if execute() returns falseTim Starling2018-05-311-1/+6
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-2/+2
* build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-1/+1
* Remove some dumb headers with my name in itChad Horohoe2017-11-301-1/+0
* Setup: Merge PreConfigSetup into Setup.phpTimo Tijhof2017-10-241-16/+19
* Split common pre-setup code out of WebStart/doMaintenanceTim Starling2017-08-231-20/+1
* Allow install.php to run env-checks with no dbaddshore2017-07-041-7/+11
* Get ConfigFactory & MainConfig from MediaWikiServicesaddshore2016-11-231-1/+1
* Postgres installation fixesAaron Schulz2016-10-171-3/+5
* Avoid global state in DatabaseBase::factory()/query()Aaron Schulz2016-09-161-1/+1
* Support masking the WRITE_SYNC latency from ChronologyProtectorAaron Schulz2016-09-121-1/+1
* Use transaction listener to run DeferredUpdates in CLI modeAaron Schulz2016-09-011-0/+4
* maintenance: Allow having a nicer error message if an extension isn't enabledKunal Mehta2016-07-301-0/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-1/+1
* Pass __METHOD__ to load balancer commit/rollback methodsAaron Schulz2015-12-221-1/+1
* Make DeferredUpdates::doUpdates always commit per taskAaron Schulz2015-10-221-1/+1
* maintenance: Defer initilization of 'main' Config until after Setup.php runsKunal Mehta2015-03-031-1/+3
* No such method Exception::getText()Erik Bernhardson2015-02-031-16/+11
* Updated some try-catch statements: MWException -> ExceptionAaron Schulz2015-01-091-1/+1