Show More
@@ -21,7 +21,7 b' New Features' | |||
|
21 | 21 | - Pull request reviewers (EE only): added new default reviewers functionality. |
|
22 | 22 | Allows picking users or user groups defined as reviewers for new pull request. |
|
23 | 23 | Picking reviewers can be based on branch name, changed file name patterns or |
|
24 | original author of changed source code. eg *.css -> design team. | |
|
24 | original author of changed source code. eg \*.css -> design team. | |
|
25 | 25 | Master branch -> repo owner, fixes #1131. |
|
26 | 26 | - Pull request reviewers: store and show reasons why given person is a reviewer. |
|
27 | 27 | Manually adding reviewers after creating a PR will now be also indicated |
@@ -85,7 +85,7 b' General' | |||
|
85 | 85 | input for text box. |
|
86 | 86 | - Api: WARNING DEPRECATION, refactor repository group schemas. Fixes #4133. |
|
87 | 87 | When using create_repo, create_repo_group, update_repo, update_repo_group |
|
88 | the *_name parameter now takes full path including sub repository groups. | |
|
88 | the \*_name parameter now takes full path including sub repository groups. | |
|
89 | 89 | This is the only way to add resource under another repository group. |
|
90 | 90 | Furthermore giving non-existing path will no longer create the missing |
|
91 | 91 | structure. This change makes the api more consistent, it better validates |
General Comments 0
You need to be logged in to leave comments.
Login now