Gerrit event queue
Project description
gerritqueue
Gerrit Queue is a Gerrit event queue using Redis.
Requirements
- Python (3.7+)
- pip
- redis
Installation
apt update
apt install python3-dev python3-pip python3-setuptools
pip install gerritqueue
Updating
pip install gerritqueue --upgrade
Running
gerritqueue \
--config-file config.json \
--gerrit-query "change:1"
Settings
Gerrit Queue parameters can be set in the file of config.json.
An example of configuration in config.json
{
"gerrit": {
"debug": false,
"host": "localhost",
"pass": "pass",
"port": 80,
"query": {
"option": ["CURRENT_REVISION"]
},
"user": "user"
},
"redis": {
"db": 0,
"debug": false,
"hash": {
"expire": {
"days": 1
},
"name": "_number",
"value": "current_revision"
},
"host": "localhost",
"pass": "pass",
"port": 6379
}
}
Redis
Name Value
CHANGE_NUMBER CURRENT_REVISION
License Apache
Project License can be found here.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gerritqueue-1.0.2.tar.gz
(8.4 kB
view details)
Built Distribution
File details
Details for the file gerritqueue-1.0.2.tar.gz
.
File metadata
- Download URL: gerritqueue-1.0.2.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/2.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb00fb25645cc79fbeac53ed1d5e9f2a3c6d1217db914ac9b8514f61f6959c1c |
|
MD5 | f7c70d098caea7d1d38a205811fb1117 |
|
BLAKE2b-256 | d4be6d71fe76fe2e1c4eae5064b70f566b2ce2b0b57166f163540ddbf47c7682 |
File details
Details for the file gerritqueue-1.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: gerritqueue-1.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/2.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61bc6870b9f83df192ec1838baefa31e0c0767229ca8bec905d3a6c6186a9350 |
|
MD5 | 4d7e77465b9d1ed136c9cc05220ca875 |
|
BLAKE2b-256 | c61dfdc09caa334f5cbdf8495b71af82f2670114cc218a6d9eb1586c6ec8ce53 |