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

Changes for version 2.5

  • Change: 4bc6b8bb808b97ea94bbf6e0ebd5157e744fd0a9 Author: Samit Badle <Samit.Badle@gmail.com> Date : 2016-10-10 16:08:22 +0000
    • Added a bunch of enhancements to the report command.
    • Added support for single letter -s and -u options for --since and --until to be consistent with other commands. - Added validation of command line arguments and options. - Extracted date manipulations for getting the start of a month. - Added tests. - Improved documentation.
  • Change: d41a85f701db2d478ec3ca46a39e3f5c7401c7a6 Author: Samit Badle <Samit.Badle@gmail.com> Date : 2016-10-07 18:45:04 +0000
    • Added a bunch of enhancements to the show command.
    • Support multiple commit hashes on command line to avoid repository resets and speed things up. - Changed logic to use --notes and --no-notes instead of --verbose and turned it on by default. - Also show who has currently locked a commit, if it is still locked. - Improved documentation.
  • Change: 2c22796690340eb06c0e1a74ddca2417b395b38f Author: Samit Badle <Samit.Badle@gmail.com> Date : 2016-10-07 17:33:23 +0000
    • Added a bunch of enhancements to the overdue command.
    • Added validation of command line arguments. - Provide age for each commit for better reporting. - Provide the type of age used for overdue calculations for better reporting. - Improved documentation.
  • Change: 20655d40d77df7f5250f1d5e7bebab53478d58ea Author: Samit Badle <Samit.Badle@gmail.com> Date : 2016-10-07 15:02:24 +0000
    • Added a bunch of enhancements to the move command.
    • Added validation of command line arguments. - Added --message / -m option for specifying the reason message for consistency with git. - Added support for multiple --message / -m options to add paragraphs similar to how git handles its message option. - Allow skipping move by leaving the reason message empty. - Improved documentation.
  • Change: 79590e96e356a76628d3cf516427648bea18decc Author: Samit Badle <Samit.Badle@gmail.com> Date : 2016-10-06 19:49:56 +0000
    • Added a bunch of enhancements to the list command.
    • Added validation of command line arguments. - Show a header for the listed commits. - Added support for multiple --state options and each can take one or a CSV of more states. - Added validation of state and refusal of invalid states. - Show available states in the options. - Improved documentation.
  • Change: e4a96ea27595893e6f696b5668518f85ab6defc0 Author: Samit Badle <Samit.Badle@gmail.com> Date : 2016-10-06 18:05:06 +0000
    • Added a bunch of enhancements to the comment command.
    • Improved validation of command line arguments. - Removed global variables to avoid loading and running code until really required. - Added --message / -m option to allow adding a comment using command line. - Added multiple --message / -m options to add paragraphs similar to how git handles its message option. - Allow skipping comments by leaving the comment message empty. - Improved documentation.
  • Change: bbd05c216a90fad09960778c26b128060d10d7cc Author: Samit Badle <Samit.Badle@gmail.com> Date : 2016-10-04 18:58:22 +0000
    • Added diff command to diff the files selected by selection criterion changes
  • Change: 2172e05616791382d8706b7b5286ea564d58a4b0 Author: Brad Lhotsky <blhotsky@craigslist.org> Date : 2016-09-01 09:46:29 +0000
    • Configure TravisCI
  • Change: f83af5439e33a591e193800b0af5432d0856e54b Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2016-08-31 19:19:51 +0000
    • Documentation Upgraded to 2.4

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.
Diff the files matched by old and new selection criteria.
Mark a commit previously concerned with approved
Quick overview of the Audit
Initialization hooks for git-code-review commands
List commits available in the audit.
Manage replies to the code review mailbox
Move a commit from one profile to another. Also available as mv.
Report overdue commits.
Allows reviewers to select a commit for auditing
Manage profiles for the code selection
Generate an audit report and optionally update Jira tickets.
Perform commit selection
Show the audit history for a commit.
Show the Git::Code::Review::Tutorial
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