The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.2

  • Change: 2680b9dca8ad5a09d2a4b1dc989059f739a04294 Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2016-02-21 00:01:12 +0000
    • Documentation updates.
  • Change: 7e3daf7d03f243b5c1fca0dfdef94114c8f78395 Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2016-02-20 23:59:37 +0000
    • Disabled tests that are failing and touched up Pod
  • Change: fdc3f5720c5ed1b277dc9183b01fdf085dde0d8d Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2016-02-20 22:53:12 +0000
    • Customize the POD Support Section.
  • Change: 6360bd16b672e0983a4ca2d9fcef4c34bacbe812 Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2016-02-20 22:31:55 +0000
    • Dist::Zilla / Pod::Weaver config fixup.
  • Change: c6408d67a7f807323ae6292ff8b1e5ea49143cb0 Author: Rafael Garcia-Suarez <rgs@consttype.org> Date : 2015-10-08 17:11:32 +0000
    • Optimise away many calls to getcwd
    • In a reasonably large audit repository, we can end up calling getcwd() thousands of times, and this function may well be forking and exec-ing /bin/pwd. This is slow, and we never chdir anyway, so use the global variable initialised at startup instead.
  • Change: dc8116954fa98f2ab723096e0df4e59aefc7099f Author: Samit Badle <Samit.Badle@gmail.com> Date : 2015-09-09 17:23:12 +0000
    • Fixed DST bug in age calculations. Extracted age calculation into Git::Code::Review::Utilities::Date module. Added support for excluding weekend days in age calculations. Added support to exclude special days like holidays, parties, hackathons and other days from age calculations. Added --weekdays and --workdays to overdue to influence age calculations, where --weekdays excludes weekends and --workdays excludes weekends as well as special days specified in .code-review/special-days.txt. Report now reflects which type of age calculations were used. Ignored .DS_Store and also added tests and documentation.
  • Change: eff0c4381f2cf7f56255feb2c759dea40b843214 Author: Samit Badle <Samit.Badle@gmail.com> Date : 2015-09-07 21:30:14 +0000
    • New feature to ignore profiles in overdue reporting when ignore.overdue=1 in notification.config for the profile
  • Change: 5c504be6dc17d4344f12a94a3aab8a911cdbee21 Author: Samit Badle <Samit.Badle@gmail.com> Date : 2015-08-24 17:52:38 +0000
    • Fixed DST bug in age calculations. Extracted age calculation into Git::Code::Review::Utilities::Date module. Added support for excluding weekend days in age calculations. Added support to exclude special days like holidays, parties, hackathons and other days from age calculations. Added --weekdays and --workdays to overdue to influence age calculations, where --weekdays excludes weekends and --workdays excludes weekends as well as special days specified in .code-review/special-days.txt. Report now reflects which type of age calculations were used. Ignored .DS_Store and also added tests and documentation.
  • Change: a78d0969c8af6ea9b491f73ccc1844572ad316f2 Author: Sawyer X <xsawyerx@cpan.org> Date : 2015-02-21 21:13:18 +0000
    • fix typo
  • Change: 8b964e97389a293972b742025a7a58cd1e824209 Author: Rafael Garcia-Suarez <rgs@consttype.org> Date : 2015-02-20 09:40:06 +0000
    • Generate diff files with the --find-renames option
    • It's tedious to review commits where a file has just been moved, with only a few lines changed. --find-renames generates a much more concise output.

Documentation

Dispatches commands to the appropriate places

Modules

Tools for performing code review using Git as the backend
Comment on a commit in the audit
Mark a commit previously concerned with approved
Quick overview of the Audit
Initialization hooks for git-code-review commands
Quick overview of the Audit Directory
Manage replies to the code review mailbox
Move a commit from one profile to another
Report overdue commits
Allows reviewers to select a commit for auditing
Manage profiles for the code selection
Generate an Audit Report
Perform commit selection
Quick overview of the History for the Commmit
Notification framework
Notification by email
Notification to JIRA
Notification plugin that outputs the message to STDOUT
How to work Git::Code::Review
Tools for performing code review using Git as the backend
Date calculation and manipulations

Provides

in lib/Git/Code/Review/Notify.pm