-
Notifications
You must be signed in to change notification settings - Fork 16
/
NEWS
69 lines (57 loc) · 2.93 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Gerrymander News
================
Release 1.5 - "Some beans and some beans is four!" - 2016-02-22
---------------------------------------------------------------
* Honour the 'files' parameter in the 'todo-noones' command
* Only match filenames against current patchset
* Handle pagination with gerrit >= 2.9
* Avoid looping forever if sort key is missing in results
* Don't call encode() on integer types
* Auto-detect gerrit server from git remote
* Don't include your own changes in todo lists
* Fix type casting of cache lifetime values in config file
* Optionally show hierarchical relationship between changes
via new '--deps' option
Release 1.4 - "On no account mention the word Macbeth" - 2014-09-03
-------------------------------------------------------------------
* Add command for reporting potentially approvable patches
* Add command for reporting potentially expirable patches
* Allow todo list commands to be filtered on filename
* Remove hardcoded #!/usr/bin/python3 lines
* Fix traceback on casting unicode strings
* Allow filtering reports based on topic
* Fix typo in keyfile setting in example config
Release 1.3 - "Any history of sanity in the family?" - 2014-07-30
-----------------------------------------------------------------
* Exclude own changes in the todo lists
* Add CSV as an output format for some reports
* Add patchreviewrate report for seeing historica approvals per day
* Replace 'Approvals' column with 'Test', 'Review' and 'Workflow' columns
in change reports
* Allow todo lists to be filtered per branch
* Reorder sorting of votes to prioritize +2/-2s over +1/-1s
* Avoid exception from unexpected approval vote types
* Avoid creating empty cache file when Ctrl-C'ing ssh client
* Run ssh in batch mode to avoid hang when host key is unknown
Release 1.2 - "As effective as a cat-flap in an elephant house" - 2014-07-03
----------------------------------------------------------------------------
* Don't drop 'Restored' comments in 'comments' command
* Change 'assertEquals' to 'assertEqual'
* Print list of options for 'changes' command in help message
* Send all output via a pager (eg less or whatever $PAGER says)
Can disable via setting GERRYMANDER_PAGER=cat env var.
* Fix ordering of comments when > 10 patch sets are present
* Handle remaining event types
* Stop subprocesses getting signals intended for main process
* Improve colourization of review votes
Release 1.1 - "Compulsory serving of asparagus at breakfast" - 2014-05-15
-------------------------------------------------------------------------
* Fix syntax for passing username to ssh
* Fix syntax error in patch review stats reprot
* Fix misc typos in help / example configs
* Ignore unexpected change type
* Expand ~ in config file paths
* Avoid duplicate names in AUTHORS file
Release 1.0 - "A dachshund named Colin" - 2014-05-09
----------------------------------------------------
* First public release