Giter Site home page Giter Site logo

gerritcommandline's Introduction

GerritCommandLine

Patchsets that have a score greater than -1 on the MobileFrontend project. python gerrit.py --project 'mediawiki/extensions/MobileFrontend' --gtscore -1

Patchsets that have been around over over 100 days on mediawiki/core repository python gerrit.py --project 'mediawiki/core' --gtage 100

Patchsets that have a -1 or -2 and are more than 10 days old python gerrit.py --project 'mediawiki/core' --gtage 10 --ltscore 0

Patchsets in core that were not written by users jdlrobson or kaldari python gerrit.py --project 'mediawiki/core' --excludeuser jdlrobson --excludeuser kaldari

All patchsets by jdlrobson on MobileFrontend extension python gerrit.py --project 'mediawiki/extensions/MobileFrontend' --byuser 'Jdlrobson'

All patchsets requesting review from Jdlrobson across all repositories gerrit.py --reviewee jdlrobson

All patchsets requesting review from Jdlrobson across all repositories with a positive score gerrit.py --reviewee jdlrobson --gtscore -1

All patchsets requesting review from Jdlrobson in the core mediawiki repository with a positive score gerrit.py --reviewee jdlrobson --gtscore -1 --project mediawiki/core

Review a patch gerrit.py --review -1 --message "You should fix this" gerrit.py --review 2 --message "Best change ever"

gerritcommandline's People

Contributors

akosiaris avatar jdlrobson avatar jrobson avatar nemobis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

gerritcommandline's Issues

--report argument details not specified

While in a pywikibot/core git workara..

$ gerrit.py --report pywikibot/core 
<pre>Project: 
500 patches analysed (250 open, 250 merged)
Average review time: 19 days
Oldest open patch: Move more validation out of GatewayPage and into the adapter. (625 days) - https://gerrit.wikimedia.org/r/63823
</pre>


Most neglected patches:
    Move more validation out of GatewayPage and into the adapter. (625 days)
    [WIP] tablesorter: testcases for the parsers (420 days)
    jquery.tablesorter: Improve detection and handling of isoDate (326 days)
    mw.hook: Implement once() (301 days)
    Search (287 days)
...

Publish on PyPI

Before doing this the tool should be made more generic (e.g. not specific to Wikimedia)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.