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.14

18 Feb 00:37
Compare
Choose a tag to compare
  • version number with git commit id
  • error message if config file not found
  • add --closed option to fetch closed topics
  • reformat status for submodule module checkout

v0.1.13

12 Feb 16:53
Compare
Choose a tag to compare
  • move debugging output to debugging channel
  • v0.1.11 introduce a problem with gerrit installations in a subfolder. This is now fixed

v0.1.12

07 Feb 07:58
Compare
Choose a tag to compare

travis-ci deployment fixed. No other changes

v0.1.11

07 Feb 08:09
Compare
Choose a tag to compare

Interface changes:

  • changes query can now use more than one extended fields labels (-o)
  • add script to build a test environment
  • use other docker images for test environment

Backend changes:

  • rewrite curl approach
    • beside get it can now do post, put and delete http methods
    • All json data can now deserialized to entity objects via deserialize function

v0.1.10

28 Jan 10:47
Compare
Choose a tag to compare

only for testing of travis auto deploy

v0.1.9

28 Jan 09:54
Compare
Choose a tag to compare

Interface changes:

  • Add logging facility (Set export RUST_LOG=debug)
  • topic fetch can now set up tracking information via --track option
  • topic checkout gain a better output formatting
  • authentication via .netrc file, anonymous access to gerrit not possible currently

v0.1.8

07 Feb 08:16
Compare
Choose a tag to compare

Interface changes:

  • use session cookies
  • authentication mechanism reworked (basic digest http auth now traversed)
  • add topic checkout
  • rename topic pull to topic fetch

v0.1.6

08 Aug 14:54
Compare
Choose a tag to compare
Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>

v0.1.5

08 Aug 14:53
Compare
Choose a tag to compare
Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>

v0.1.4

08 Aug 14:53
Compare
Choose a tag to compare
Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>