aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs
Commit message (Expand)AuthorAgeFilesLines
* cast db name to string when checking if it is read only [php8.1]Brian Wolff2022-07-281-1/+1
* Merge "tests: Minor follow-up to MySQLPlatformTest/FileBackendTest php8.1 fixes"jenkins-bot2022-07-281-1/+1
|\
| * tests: Minor follow-up to MySQLPlatformTest/FileBackendTest php8.1 fixesTimo Tijhof2022-07-271-1/+1
* | rdbms: Migrate dropTable sql building to SQLPlatformAmir Sarabadani2022-07-274-27/+14
* | Fix a couple deprecation warnings in the installer under PHP 8.1Kevin Israel2022-07-261-1/+1
|/
* Add signature for implementations of RecursiveIteratorMark A. Hershberger2022-07-251-2/+2
* rdbms: Migrate delete and update sql building to SQLPlatformAmir Sarabadani2022-07-2210-219/+226
* Merge "rdbms: Move DatabasePostgres::selectSQLText to PostgresPlatform"jenkins-bot2022-07-222-55/+55
|\
| * rdbms: Move DatabasePostgres::selectSQLText to PostgresPlatformAmir Sarabadani2022-07-182-55/+55
* | Merge "rdbms: Migrate insert sql building code to sql platform"jenkins-bot2022-07-226-115/+139
|\|
| * rdbms: Migrate insert sql building code to sql platformAmir Sarabadani2022-07-186-115/+139
* | Merge "rdbms: Remove LBFactory destructor"jenkins-bot2022-07-222-10/+0
|\ \
| * | rdbms: Remove LBFactory destructorTimo Tijhof2022-07-212-10/+0
* | | Merge "Add a note to IDatabase::newSelectQueryBuilder()"jenkins-bot2022-07-211-0/+4
|\ \ \
| * | | Add a note to IDatabase::newSelectQueryBuilder()Derick Alangi2022-07-191-0/+4
| | |/ | |/|
* | | Merge "schema: Move postgres special about TEXT/BYTEA to MWPlatform override"jenkins-bot2022-07-211-0/+20
|\ \ \ | |_|/ |/| |
| * | schema: Move postgres special about TEXT/BYTEA to MWPlatform overrideUmherirrender2022-07-211-0/+20
* | | Localisation updates from https://translatewiki.net.Translation updater bot2022-07-212-3/+5
|/ /
* | rdbms: Rename 'actual' field back to 'actualSeconds' in logsAmir Sarabadani2022-07-201-2/+2
* | Merge "rdbms: Instrument LoadBalancer with statsd metrics"jenkins-bot2022-07-206-18/+51
|\ \
| * | rdbms: Instrument LoadBalancer with statsd metricsTim Starling2022-07-206-18/+51
| |/
* / Add application/vnd.ms-opentype to MIME listRhinosF12022-07-191-0/+1
|/
* Make RateLimiter use WRStatsTim Starling2022-07-161-3/+27
* Merge "rdbms: Flip ConnectionManager deprecations to match ILoadBalancer"jenkins-bot2022-07-151-6/+6
|\
| * rdbms: Flip ConnectionManager deprecations to match ILoadBalancerLucas Werkmeister2022-07-151-6/+6
* | WRStats: Add rate limiter supportTim Starling2022-07-1510-9/+638
* | Merge "objectcache: Accelerate async memcached writes with "noreply""jenkins-bot2022-07-141-140/+72
|\ \
| * | objectcache: Accelerate async memcached writes with "noreply"Tim Starling2022-07-131-140/+72
* | | Merge "MWCryptHash: Clean up check for acceptable hashing algorithms"jenkins-bot2022-07-131-10/+4
|\ \ \
| * | | MWCryptHash: Clean up check for acceptable hashing algorithmsKevin Israel2022-07-101-10/+4
* | | | Merge "MWCryptHash: Remove "acceptably unstable" from doc comments"jenkins-bot2022-07-131-3/+3
|\| | |
| * | | MWCryptHash: Remove "acceptably unstable" from doc commentsKevin Israel2022-07-101-3/+3
| |/ /
* | | Merge "schema: Allow default value 'infinity' for postgres timestamps"jenkins-bot2022-07-131-2/+9
|\ \ \
| * | | schema: Allow default value 'infinity' for postgres timestampsUmherirrender2022-06-121-2/+9
* | | | Merge "rdbms: Improve documentation around false/bool"jenkins-bot2022-07-1318-69/+69
|\ \ \ \
| * | | | rdbms: Improve documentation around false/boolUmherirrender2022-06-1818-69/+69
* | | | | Various whitespace changesUmherirrender2022-07-124-23/+26
| |_|/ / |/| | |
* | | | Clean up line indent with mixed tabs and whitespacesUmherirrender2022-07-093-32/+32
* | | | Merge "rdbms: Add a note encouraging use of SelectQueryBuilder in IDatabase::...jenkins-bot2022-07-081-0/+18
|\ \ \ \ | |_|_|/ |/| | |
| * | | rdbms: Add a note encouraging use of SelectQueryBuilder in IDatabase::selectAmir Sarabadani2022-07-071-0/+18
* | | | filebackend,jobqueue: Add signature for FilterIterator::accept()Mark A. Hershberger2022-07-062-2/+2
* | | | Revert "objectcache: avoid using heavily time-drifted microtime() values in W...Lucas Werkmeister2022-07-061-12/+1
* | | | Introduce new WRStats library for write-read statsTim Starling2022-07-0515-0/+1026
|/ / /
* | | Merge "objectcache: Implement asynchronous increment in memcached BagOStuff"jenkins-bot2022-06-305-5/+60
|\ \ \
| * | | objectcache: Implement asynchronous increment in memcached BagOStuffTim Starling2022-06-305-5/+60
* | | | FileBackend::isStoragePath() Handle being passed nullReedy2022-06-291-2/+2
* | | | Merge "rdbms: Migrate buildGroupConcatField and buildSelectSubquery to platform"jenkins-bot2022-06-288-80/+92
|\ \ \ \
| * | | | rdbms: Migrate buildGroupConcatField and buildSelectSubquery to platformAmir Sarabadani2022-06-278-80/+92
* | | | | Merge "rdbms: Move methods delegated to platform to one central place"jenkins-bot2022-06-281-277/+170
|\| | | |
| * | | | rdbms: Move methods delegated to platform to one central placeAmir Sarabadani2022-06-271-277/+170
| |/ / /