mediawiki-extensions-Linter/includes
sbailey 350d677c5b Phase 3 of T175177: Migrate linter_params into new fields
* The migrate code is designed to perform a one-time update of
   linter_params JSON encoded template and tag information into
   the new discrete template and tag text fields for use as
   additional search criteria. The function can be restarted if
   it is interrupted.
 * It now uses configurable batching and sleep times between
   batches to allow the database to do other work and replication
   to occur without stressing infrastructure.
 * The migrate code is only called by test code and needs to be
   called one-time from a maintenance script.

Bug: T175177
Change-Id: Idc4ca88d4762bc7a3bcbc4e66c0f275562083867
2022-12-09 12:01:06 -08:00
..
ApiQueryLintErrors.php Fix usage of ApiBase::PARAM_* deprecated constants 2022-04-04 00:37:17 +00:00
ApiQueryLinterStats.php ApiQueryLinterStats: Change the 'ls' prefix to 'lntrst' to avoid conflict 2022-10-03 12:06:55 -04:00
ApiRecordLint.php Convert to HookHandler 2022-09-07 02:58:04 +01:00
CategoryManager.php Get config from services, not globals 2022-08-03 13:01:42 -04:00
Database.php Phase 3 of T175177: Migrate linter_params into new fields 2022-12-09 12:01:06 -08:00
Hooks.php Convert to HookHandler 2022-09-07 02:58:04 +01:00
LintError.php Second phase of T175177: Adds template and tag to RecordLintJob 2022-08-22 12:47:01 -07:00
LintErrorsPager.php Provide search by title prefix for any category of lint error 2022-06-16 13:27:14 -07:00
MissingCategoryException.php Update Legoktm's email address 2021-04-11 19:08:44 -07:00
RecordLintJob.php Add namespace column and new index to Linter table - part 2 2022-07-01 06:51:29 -07:00
SpecialLintErrors.php Only call getRequest()/getOutput() once in same function 2022-07-02 15:00:46 -07:00
TotalsLookup.php Stop using wfGetDB 2022-08-02 14:40:30 -04:00