Codeserach
Codesearch 2019 Coolest Tool Award Winner
|
MediaWiki Codesearch est un outil logiciel complètement gratuit qui vous permet de facilement effectuer des recherches dans tous le noyau, les extensions et les habillages MediaWiki stockés sur Gerrit. Vous pouvez limiter vos recherches à des répertoires spécifiques, ou à des types de répertoires. Les expressions normales sont supportées à la fois dans le chaîne de recherche, et lors d'un filtrage par chemin.
Essayez : https://codesearch.wmcloud.org/search/
Implémentation
Codesearch uses Hound as the search implementation. It indexes the origin/master
branch of all specified repositories, and updates them every 90 minutes, and adds new repositories every 24 hours. Each search profile is backed by a different instance of hound. A small Python Flask server acts as the proxy for the web frontend, backed by gunicorn, to the individual hound instances.
Répertoires Inclus
- MediaWiki core.
- MediaWiki extensions hosted in Gerrit (except those marked as read-only).
- MediaWiki extensions hosted elsewhere, if listed by MWStake.
- MediaWiki skins hosted in Gerrit (except those marked as read-only).
- Milkshake repositories (from GitHub).
- OOjs Core and OOUI (from Gerrit).
- translatewiki.net configuration (from Gerrit).
- Software services by WMF SRE, Performance, and Analytics hosted in Gerrit.
- Configuration for MediaWiki and SRE instructure at WMF (e.g. operations/puppet, operations/dns, and operations/mediawiki-config from Gerrit).
- ArmchairGM repos (hidden by default, access directly via https://codesearch.wmcloud.org/armchairgm/)
- Pywikibot repositories (from Gerrit).
Additional repositories can be added upon request. Note that submodules must be indexed seperately if desired (T188023).
To discover MediaWiki extensions and skins hosted in Gerrit, Codesearch uses the extdistrepos API.
Administration
The current project administrators are Addshore, Derick Alangi, Ladsgroup, Legoktm, MaxSem, Andrew Bogott, AOkoth, Krinkle, and Mutante. Documentation on the operation/administration of codesearch is available at Codesearch/Admin.
Source
- Codesearch (GitHub mirror), available under the terms of the GPL v3 or any later version.
- Hound, available under the terms of the MIT license.
Bogues et demandes de fonctionnalités
Please file them in the Phabricator project.
Voir aussi
- Wikimedia Global Search, which can be used to find on-wiki uses of JavaScript and CSS code especially.