Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Releases: silvio/gerrit-rust

v0.1.24 / v.0.2.8

05 Feb 22:55
Compare
Choose a tag to compare

Maintainance release

update for gerrit-rust and libgerrit:

  • env_logger
  • log

v0.1.23 / v.0.2.7

12 Aug 09:51
Compare
Choose a tag to compare

gui:

  • topic reviewer list is now threaded
  • topic reviewer -r reviwer add/remove is now threaded
  • topic reviewer output reformated

libgerrit:

  • fix wrong type of approvals within ReviewerInfo

v0.1.22 / v.0.2.6

08 Aug 20:16
Compare
Choose a tag to compare

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

04 Aug 21:10
Compare
Choose a tag to compare

gui changes:

  • topic history added to pull all version of all changes in a topic
  • topic fetch get an --all option to get the history of a topic and the heads of the topic
  • --dry-run added for topic history
  • bugfixes of output

v0.1.20 / v.0.2.4

18 Apr 12:49
Compare
Choose a tag to compare

frontend:

  • versionstring prints now git commit if not on a tag
  • some more error improvements
  • fetch a solely changeid and his ancestors via ggr 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

29 Mar 22:06
Compare
Choose a tag to compare
  • 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

14 Mar 20:31
Compare
Choose a tag to compare

Added cli commands for topic abandon and topic restore. Both commands have a optional-m parameter to give a message.

v0.1.17

06 Mar 03:35
Compare
Choose a tag to compare

ui changes

  • show and manipulation of reviewers of a topic (gerrit-rust topics <topicname> [-r reviewer -r reviewer ...])

libgerrit api changes:

  • GET reviewer
  • DELETE reviewer
  • POST reviewer
  • slightly other call handle

v0.1.16

01 Mar 21:46
Compare
Choose a tag to compare
  • Add support for different gerrit versions. RevisionInfo and FileInfo field now Supports v02.09 and 02.13.

back-end changes:

  • better partitioning of gerrit-cli and libgerrit
  • libgerrit supports now retrieving of version of gerrit-server

v0.1.15

21 Feb 08:04
Compare
Choose a tag to compare
  • fix for SSO installations