This repository was 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 reviewerlist is now threadedtopic reviewer -rreviwer add/remove is now threadedtopic revieweroutput reformated
libgerrit:
- fix wrong type of
approvalswithinReviewerInfo
v0.1.22 / v.0.2.6
Gui changes:
topic forgetexited if the branch for deletion was not at$CWD. This is now fixed.topic createremoved
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 historyadded to pull all version of all changes in a topictopic fetchget an--alloption to get the history of a topic and the heads of the topic--dry-runadded 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
changeidand 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.