aboutsummaryrefslogtreecommitdiffstats
path: root/includes/utils/BatchRowWriter.php
Commit message (Collapse)AuthorAgeFilesLines
* Improve class property documentationUmherirrender2020-10-301-1/+1
| | | | | | Reformat existing documentation to match the format Change-Id: I190b54b5e962f17bab6502dd1b3c02f11dc926d2
* Add setCaller to BatchRowWriterReedy2020-08-211-1/+24
| | | | | Bug: T260354 Change-Id: Ib9f2f6ac18c92999d815872d7c0410d3c57cf92e
* doxygen: Changed Doxygen tags causing warnings during documentation generationHolger Knust2020-04-141-3/+3
| | | | | | | | | | | Updated Doxygen markup in several .php files triggering warnings when mwdocgen.php is executed. Removed obsolete settings MSCGEN_PATH and TCL_SUBST from Doxyfile. The former would generate a warning in 1.8.16 while TCL support was removed in 1.8.18. Since TCL_SUBST was blank anyway, it was removed prior to getting to .18 in production. Increased DOT_GRAPH_MAX_NODES from 50 to 200 since Doxygen complained about it being too low for API and Maintenance. Bug: T248706 Change-Id: I9c67f0807d1b43089d351263d4f591dee5501f36
* Fix doc for BatchRowWriter::$clusterNameUmherirrender2019-12-301-2/+2
| | | | Change-Id: Ic0dcd3d8190a207f8dc0ed23ec568d59d4f482d6
* Fix new phan errors, part 4Daimona Eaytoy2019-10-121-2/+3
| | | | | | | Still doc-only, this ends the easy part. Bug: T231636 Change-Id: I51f180edc57d96322b9cd46e6a32aeffcbdc3bed
* Remove leading backslashes from "use \…" tagsThiemo Mättig2017-12-281-1/+2
| | | | Change-Id: I494b029de089a07e3b946ee78293a12d5036f63e
* Fix spacing for @param and indent of function commentsUmherirrender2017-08-151-2/+2
| | | | | | | In phpcs.xml rename renamed sniffs and add the failing sniffs, because now the whole sniff is no longer excluded. Change-Id: If5b0bd16028761abc2c47ace9e97d37ad14bb36f
* Move IDatabase/IMaintainableDatabase to Rdbms namespaceAaron Schulz2017-03-281-0/+1
| | | | Change-Id: If7e8a8ff574661fd827de8bcec11d2c39a687300
* Use newer transaction methods in BatchRowWriterAaron Schulz2016-08-211-3/+5
| | | | Change-Id: I9f8c2576f511419e77e9b6f10c96a43e5d69704e
* Migrate callers to waitForReplication()Aaron Schulz2016-01-281-1/+1
| | | | Change-Id: I7b2b13b9315891561d2d8cc04a12ecad2dc73d70
* Update more docs and type hints to use IDatabaseAaron Schulz2015-10-061-1/+1
| | | | Change-Id: I8c8d85b32a8aba21e14d2a2dde4c25eb509186c1
* Update various @params from DatabaseBase to IDatabaseAaron Schulz2015-10-051-2/+2
| | | Change-Id: I98e44cdffb0fc0d729f69f702799139afb988c20
* Fix some space-related phpcs warnings in includes/Ricordisamoa2015-08-151-1/+1
| | | | Change-Id: I7cf7206696a5e77bc02e3630d1d88d4c176ea844
* Import BatchRowUpdate classes from EchoErik Bernhardson2015-08-131-0/+71
This is a set of classes written for Echo to simplify writing maintenance scripts that iterate over an entire table and update some of those rows. This has shown to be reusable elsewhere, especially the BatchRowIterator class and will be useful to have generally avilable in core. The Echo classes are all prefixed with the Echo name so there wont be any conflict is both are installed. Change-Id: I64c1751106caf34f41af799dbaf8794115537f06