[Wikitech-l] Phabricator monthly statistics - 2022-10

2022-10-31 Thread aklapper
Hi Community Metrics team, This is your automatic monthly Phabricator statistics mail. Accounts created in (2022-10): 343 Active Maniphest users (any activity) in (2022-10): 1153 Task authors in (2022-10): 534 Users who have closed tasks in (2022-10): 297 Projects which had at least one task

[Wikitech-l] Summary of 1.40.0-wmf.7 train deployment

2022-10-31 Thread Tyler Cipriani
This email is a summary of the Wikimedia production deployment of 1.40.0-wmf.7 Conductor: Jaime Nuche Backup Conductor: Antoine Musso Blocker Task: T320512 Current Status: Live everywhere _ * Stats* Sparklines

[Wikitech-l] Re: Feedback wanted: PHPCS in a static types world

2022-10-31 Thread Adam Wight
+1 to moving towards more type hints And just to expand on Amir's comment, giving a type hint for return values is usually safe because you can see exactly what types are possible, but parameter type hints can be dangerous unless you look at all usages of the function.  Nulls can be

[Wikitech-l] [BREAKING CHANGE] New optional optional RevisionRecord param added to ContentHandler::getDataForSearchIndex()

2022-10-31 Thread David Causse
Hi, The method ContentHandler::getDataForSearchIndex() is used by (non-core) MW SearchEngine implementations and was added in MW 1.28 to gather the data to be indexed. In 1.40 this signature will change to let SearchEngine implementations pass an optional RevisionRecord param