博客园  :: 首页  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  ReviewBoard

摘要:Permission GroupsWhen managingusers, it’s sometimes useful to give certain groups of users special abilities in Review Board. For example, giving a certain group the ability to mark other users’ review requests as submitted.While these permissions can be applied to users individually, it’s better to 阅读全文

posted @ 2013-05-30 09:31 Bruce Zhang 阅读(397) 评论(0) 推荐(0)

摘要:Default ReviewersThe Default Reviewers list provides a way to automatically add certain users or groups to the reviewer lists on new review requests, depending on the paths of the files modified in the diff.This is most useful when particularreview groupsown parts of the tree.Adding Default Reviewer 阅读全文

posted @ 2013-05-29 18:19 Bruce Zhang 阅读(458) 评论(0) 推荐(0)

摘要:Access ControlNew in version 1.6.Review Board can limit who can view certain review requests, access repositories, and join groups. This can be useful in large organizations or companies where not everyone has access to every project.Invite-only Review GroupsReview Groupscan be made to be invite-onl 阅读全文

posted @ 2013-05-29 17:55 Bruce Zhang 阅读(608) 评论(0) 推荐(0)

摘要:Administrator DashboardThe dashboard is the front page of theAdministration UI. It provides convenient shortcuts for common management tasks, some server information, and Review Board project news updates.ManageThe “Manage” section provides shortcuts to some common management tasks. These are specif 阅读全文

posted @ 2013-05-29 17:17 Bruce Zhang 阅读(405) 评论(0) 推荐(0)

摘要:The Administration UI provides configuration options, database management, news updates and system information. This area is available to all users withstaff statusand can be reached by clickingAdminin your account navigation menu in the top-right of any page.The Administration UI is composed of fou 阅读全文

posted @ 2013-05-29 15:19 Bruce Zhang 阅读(247) 评论(0) 推荐(0)

摘要:To mark your approval for a change to be submitted on your review, check theShip Itcheckbox on the review dialog. Your review will have a green “Ship It!” label indicating your go-ahead for the developer to submit the change.It is up to your organization to decide how Ship Its are used. Review Board 阅读全文

posted @ 2013-05-29 15:10 Bruce Zhang 阅读(341) 评论(0) 推荐(0)

摘要:Issue TrackingNew in version 1.6.When reviewing code or other files, some comments are more critical than others. The reviewer may just have a question or suggest something optional, but they may also have a critical issue that must be resolved before the change can be submitted.Issue tracking enabl 阅读全文

posted @ 2013-05-29 15:05 Bruce Zhang 阅读(487) 评论(0) 推荐(0)

摘要:Reviewing DiffsOverviewDiffs can be reviewed in the Review Board diff viewer by clickingView Diffon the review request action bar.The diff viewer provides a side-by-side view of the old and new versions of each modified file, complete with color coding and syntax highlighting. Lines can be commented 阅读全文

posted @ 2013-05-29 14:28 Bruce Zhang 阅读(510) 评论(0) 推荐(0)

摘要:OverviewThe dashboard is your primary method of accessing review requests. It displays detailed information on review requests at a glance, and allows filtering review requests.After logging in to Review Board, you’ll be taken to your dashboard. You can always get back to it by clickingDashboardon t 阅读全文

posted @ 2013-05-28 23:13 Bruce Zhang 阅读(503) 评论(0) 推荐(0)

摘要:OverviewTo get to the account settings page, go to the user menu at the top right of the page (signified by your gravatar image). From here, selectMy Account.User PreferencesDepending on how the Review Board server is configured, you may have the option to change the real name, e-mail address, and p 阅读全文

posted @ 2013-05-27 15:22 Bruce Zhang 阅读(503) 评论(0) 推荐(0)

摘要:The general process for using Review Board is as follows:Make a change to your local source tree.Create a review requestfor your new change.Publish the review request and wait for your reviewers to see it.Wait for feedback from the reviewers.If they’re ready for it to go in:Submit your change to the 阅读全文

posted @ 2013-05-27 15:12 Bruce Zhang 阅读(335) 评论(0) 推荐(0)

摘要:OverviewCode review is the process of making pieces of source code available for other developers to review, with the intention of catching bugs and design errors before the code becomes part of the product.Code review dramatically helps in the quality of products. By catching mistakes early, a lot 阅读全文

posted @ 2013-05-27 15:07 Bruce Zhang 阅读(227) 评论(0) 推荐(0)

摘要:IntroductionReview Board is a tool for reviewing source code, documentation and other text-based files. It offers a powerful web-based interface with broad browser support for managing review requests and reviewing code, as well as command line tools to simplify the review request submission process 阅读全文

posted @ 2013-05-27 14:50 Bruce Zhang 阅读(277) 评论(0) 推荐(0)

摘要:官方文档参照:http://www.reviewboard.org/docs/manual/1.7/admin/installation/linux/Before You BeginReview Board is provided as downloadable packages throughPython setuptools. The easy part is installing Review Board itself. The harder part is installing some of the dependencies, which we have less control o 阅读全文

posted @ 2013-04-27 18:00 Bruce Zhang 阅读(2781) 评论(0) 推荐(0)