软件包:gertty(1.5.0-2)
Console-based interface to Gerrit
Gertty is a console-based interface to the Gerrit Code Review system. As compared to the web interface, the main advantages are:
Workflow -- the interface is designed to support a workflow similar to reading network news or mail. In particular, it is designed to deal with a large number of review requests across a large number of projects.
Offline Use -- Gertty syncs information about changes in subscribed projects to a local database and local git repos. All review operations are performed against that database and then synced back to Gerrit.
Speed -- user actions modify locally cached content and need not wait for server interaction.
Convenience -- because Gertty downloads all changes to local git repos, a single command instructs it to checkout a change into that repo for detailed examination or testing of larger changes.
其他与 gertty 有关的软件包
|
|
|
|
-
- dep: sensible-utils
- 用于在可选项之间进行合理选择的工具程序
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-alembic
- lightweight database migration tool for SQLAlchemy - Python 2.x
-
- dep: python-dateutil
- powerful extensions to the standard Python datetime module
-
- dep: python-git
- Python library to interact with Git repositories - Python 2.7
-
- dep: python-pbr
- inject useful and sensible default behaviors into setuptools - Python 2.x
-
- dep: python-ply
- Lex and Yacc implementation for Python2
-
- dep: python-requests
- elegant and simple HTTP library for Python2, built for human beings
-
- dep: python-setuptools
- Python Distutils Enhancements
-
- dep: python-six
- Python 2 和 3 兼容库(Python 2 接口)
-
- dep: python-sqlalchemy (>= 1.0.4)
- SQL toolkit and Object Relational Mapper for Python
-
- dep: python-urwid
- curses-based UI/widget library for Python 2
-
- dep: python-voluptuous
- Python library to validate data
-
- dep: python-yaml
- YAML parser and emitter for Python