Show More
@@ -0,0 +1,55 b'' | |||
|
1 | |RCE| 4.22.0 |RNS| | |
|
2 | ------------------ | |
|
3 | ||
|
4 | Release Date | |
|
5 | ^^^^^^^^^^^^ | |
|
6 | ||
|
7 | - 2020-10-12 | |
|
8 | ||
|
9 | ||
|
10 | New Features | |
|
11 | ^^^^^^^^^^^^ | |
|
12 | ||
|
13 | - Reviewers: added observers as another role for reviewers. | |
|
14 | Observers is a role that doesn't require voting, but still gets notified about | |
|
15 | PR and should participate in review process. | |
|
16 | - Issue trackers: implemented more sophisticated ticket data extraction based on | |
|
17 | advanced regex module. This allows using ticket references without false positives | |
|
18 | like catching ticket data in an URL. | |
|
19 | - Channelstream: Notification about updates and comments now works via API, and both | |
|
20 | Pull-requests and individual commits. | |
|
21 | ||
|
22 | ||
|
23 | General | |
|
24 | ^^^^^^^ | |
|
25 | ||
|
26 | - Data tables: unified tables look for main pages of rhodecode repo pages. | |
|
27 | - Users: autocomplete now sorts by matched username to show best matches first. | |
|
28 | - Pull requests: only allow actual reviewers to leave status/votes in order to not | |
|
29 | confuse others users about voting from people who aren't actual reviewers. | |
|
30 | ||
|
31 | Security | |
|
32 | ^^^^^^^^ | |
|
33 | ||
|
34 | ||
|
35 | ||
|
36 | Performance | |
|
37 | ^^^^^^^^^^^ | |
|
38 | ||
|
39 | - Default reviewers: optimize diff data, and creation of PR with advanced default reviewers | |
|
40 | - default-reviewers: diff data should load more things lazy for better performance. | |
|
41 | - Pull requests: limit the amount of data saved in default reviewers data for better memory usage | |
|
42 | - DB: don't use lazy loaders on PR related objects, to optimize memory usage on large | |
|
43 | Pull requests with lots of comments, and commits. | |
|
44 | ||
|
45 | Fixes | |
|
46 | ^^^^^ | |
|
47 | ||
|
48 | - Quick search bar: fixes #5634, crash when search on non-ascii characters. | |
|
49 | - Sidebar: few fixes for panel rendering of reviewers/observers for both commits and PRS. | |
|
50 | ||
|
51 | Upgrade notes | |
|
52 | ^^^^^^^^^^^^^ | |
|
53 | ||
|
54 | - Scheduled feature release. | |
|
55 |
General Comments 0
You need to be logged in to leave comments.
Login now