aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Use type declaration on undocumented private functionsUmherirrender2025-03-313-3/+3
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-2612-2/+19
* Split MediaWikiTitleCodecTim Starling2025-03-031-2/+2
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-2/+0
* maintenance: Use namespaced classesUmherirrender2024-10-211-0/+1
* maintenance: Use more of namespaced Maintenance classReedy2024-10-161-0/+1
* Pass function name to IDatabase functionsUmherirrender2024-09-191-2/+2
* maintenance: Add missing documentation to class propertiesUmherirrender2024-09-135-0/+5
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-2713-0/+52
* Add MediaWiki\Registration namespace to registration classesEbrahim Byagowi2024-08-101-0/+1
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-0/+2
* Rename JsonUnserial… to JsonDeserial…James D. Forrester2024-06-121-2/+2
* Namespace includes/cacheJames D. Forrester2024-02-201-0/+1
* Merge "maintenance: Introduce getReplicaDB() and getPrimaryDB()"jenkins-bot2024-01-201-1/+1
|\
| * maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-1/+1
* | ResourceLoader: Remove libs/jsminplus.php (JSMinPlus, JSParser)Timo Tijhof2024-01-191-11/+0
|/
* maintenance: Migrate to expression buildersAmir Sarabadani2024-01-171-1/+1
* ResourceLoader: Switch validateScriptFile() from JSMinPlus to PeastTimo Tijhof2024-01-061-0/+9
* Merge "Replace use of "unquoted" with "raw" for tableName() callers"jenkins-bot2023-11-231-4/+4
|\
| * Replace use of "unquoted" with "raw" for tableName() callersAaron Schulz2023-11-211-4/+4
* | Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-0/+2
|/
* Replace deprecated Linker::formatComment in benchmarkCommentFormatterFomafix2023-10-131-5/+5
* Maintenance: use getServiceContainer() methoddaniel2023-10-131-5/+4
* ResourceLoader: Improve and generalize validateScriptFile test coverageTimo Tijhof2023-10-021-5/+8
* Namespace Sanitizer under \MediaWiki\ParserJames D. Forrester2023-09-211-0/+1
* Namespace TitleParser under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
* Namespace TitleFormatter under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
* Namespace TitleValue under \MediaWiki\TitleJames D. Forrester2023-09-181-0/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-043-11/+7
* Migrate more calls of Database::select* to SelectQueryBuilderAmir Sarabadani2023-07-261-12/+9
* Replace deprecated Hooks::register in benchmarkParse.phpUmherirrender2023-05-181-1/+2
* Update benchmarkHooks.php to use HookContainerTim Starling2023-05-181-6/+5
* Fix Phan suppressions related to Title::castFrom*() and friendsBartosz Dziewoński2023-04-221-1/+1
* build: Cleanup of .phpcs.xmlUmherirrender2023-04-131-0/+2
* Merge "Reorg: Namespace the Title class"jenkins-bot2023-03-023-0/+3
|\
| * Reorg: Namespace the Title classJames D. Forrester2023-03-023-0/+3
* | Remove support for MW_USE_LEGACY_DEFAULT_SETTINGSdaniel2023-03-021-17/+0
|/
* benchmarks: Add --setup to benchmarkEval.phpTimo Tijhof2023-01-031-1/+9
* Merge "SettingsBuilder: introduce a "registration" stage"jenkins-bot2022-12-191-1/+1
|\
| * SettingsBuilder: introduce a "registration" stagedaniel2022-12-161-1/+1
* | Reorg: Move DummyLinker and Linker to linker/Amir Sarabadani2022-12-081-0/+1
|/
* benchmarks: Add benchmark for JsonCodecdaniel2022-10-111-0/+96
* Move dynamic defaults into MainConfigSchemaAryeh Gregor2022-07-071-0/+3
* Add benchmarks for applying dynamic config.daniel2022-05-091-0/+25
* Config builder optimisations (combined)Tim Starling2022-05-061-0/+23
* Use MainConfigNames instead of string literals, #5Aryeh Gregor2022-04-271-3/+6
* Benchmark script for settings loading.daniel2022-03-311-0/+105
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-212-0/+5
* Merge "Hard deprecate Sanitizer::removeHTMLtags()"jenkins-bot2022-03-081-9/+11
|\
| * Hard deprecate Sanitizer::removeHTMLtags()C. Scott Ananian2022-03-071-9/+11