This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
Releases: silvio/gerrit-rust
Releases · silvio/gerrit-rust
v0.1.24 / v.0.2.8
v0.1.23 / v.0.2.7
gui:
topic reviewer
list is now threadedtopic reviewer -r
reviwer add/remove is now threadedtopic reviewer
output reformated
libgerrit:
- fix wrong type of
approvals
withinReviewerInfo
v0.1.22 / v.0.2.6
Gui changes:
topic forget
exited if the branch for deletion was not at$CWD
. This is now fixed.topic create
removed
overall
- update all used crates
- resort README.md
- The deployed binaries now completely static linked. The deploy process is now automated and results in a tagged binary gerrit-rust-.
v0.1.21 / v.0.2.5
gui changes:
topic history
added to pull all version of all changes in a topictopic fetch
get an--all
option to get the history of a topic and the heads of the topic--dry-run
added fortopic history
- bugfixes of output
v0.1.20 / v.0.2.4
frontend:
- versionstring prints now git commit if not on a tag
- some more error improvements
- fetch a solely
changeid
and his ancestors viaggr changes fetch changeid
.
backend:
- remove serde approach for different gerrit server versions. Handle diffent fields now as
Option
- fix some gerrit identities
- remove querylist and labellist approach, using now simple lists
library:
- add get changeid
- add get changeid/details
v0.1.19 / v.0.2.3
- topic reviewer manipulation output slightly changed (improved readability)
- fix bug of timezone information. if tz was lower than 0, no deserialization was happened
- improve problemhandling for deserialization
- add topic verification via
ggr topic verify topicname -l "Verify:+1"
v0.1.18 / v.0.2.2
Added cli commands for topic abandon
and topic restore
. Both commands have a optional-m
parameter to give a message.