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