• Get Review Board
  • What's New
  • Products
  • Review Board Code review, image review, and document review
  • Documentation
  • Release Notes
  • Power Pack Enterprise integrations, reports, and enhanced document review
  • Try for 60 Days
  • Purchase
  • RBCommons Review Board as a Service, hosted by us
  • Pricing
  • RBTools Command line tools and Python API for Review Board
  • Documentation
  • Release Notes
  • Review Bot Automated code review, connecting tools you already use
  • Documentation
  • Release Notes
  • RB Gateway Manage Git and Mercurial repositories in your network
  • Documentation
  • Release Notes
  • Learn and Explore
  • What is Code Review?
  • Documentation
  • Frequently Asked Questions
  • Support Options
  • Third-Party Integrations
  • Demo
  • Review Board RBTools Power Pack Review Bot Djblets RB Gateway
    1. Review Bot
    2. Review Bot 1.0.1 Release Notes
  • Home
  • Review Bot 4.0 Release Notes
  • Review Bot 3.2 Release Notes
  • Review Bot 3.1.1 Release Notes
  • Review Bot 3.1 Release Notes
  • Review Bot 3.0 Release Notes
  • Review Bot 2.0.2 Release Notes
  • Review Bot 2.0.1 Release Notes
  • Review Bot 2.0 Release Notes
  • Review Bot 1.0.1 Release Notes
  • Review Bot 1.0 Release Notes
  • General Index
  • Release Notes
  • Review Bot 1.0.1 Release Notes¶

    Release date: July 31, 2018

    New Features¶

    • Allow forcing the language for cppcheck (Bug #4717).

      Cppcheck will default to treating .h files as C, which will show errors if they’re actually C++. You can now force a cppcheck integration configuration to use a specific language.

      Patch by André Klitzing.

    • Added full-repository tool support for Mercurial repositories.

      Some tools (such as the clang static analyzer) need to run on the full repository instead of individual files. This requires Review Bot to create a checkout of the repository. Review Bot can now check out Mercurial repositories in addition to Git.

      Patch by André Klitzing.

    Bug Fixes¶

    • Increased the worker detection timeout.

      If a worker node took more than 2 seconds to reply, the detection step in the Review Bot extension configuration page would fail. This timeout has been increased to 10 seconds to allow slower nodes to reply.

    • Fixed worker API authentication when running with Review Board 3.0.8+.

      Some internal changes in Review Board 3.0.8 broke the creation of session keys for the worker to authenticate to the API.

    • Fixed errors in integration configuration when a tool was not selected (Bug #4713).

      Attempting to save an integration configuration without selecting a tool would fail without displaying an error message.

      Patch by Joshua Cannon.

    • Fixed reporting of internal errors in flake8 (Bug #4710).

      If Flake8 failed with an internal error, it would report the tool as having passed. These errors are now properly shown.

      Patch by Joshua Cannon.

    • Fixed result reporting for cpplint (Bug #4671).

      The Cpplint tool had some bugs preventing it from properly reporting results. These have been fixed.

      Patch by Sujeevan Rasaratnam.

    • Fixed clean-up of temporary files (Bug #4640).

      Temporary files were not being properly deleted after each tool run.

    Contributors¶

    • André Klitzing

    • David Trowbridge

    • Joshua Cannon

    • Sujeevan Rasaratnam

    Keep up with the latest Review Board releases, security updates, and helpful information.

    About
    News
    Demo
    RBCommons Hosting
    Integrations
    Happy Users
    Support Options
    Documentation
    FAQ
    User Manual
    RBTools
    Administration Guide
    Power Pack
    Release Notes
    Downloads
    Review Board
    RBTools
    Djblets
    Power Pack
    Package Store
    PGP Signatures
    Contributing
    Bug Tracker
    Submit Patches
    Development Setup
    Wiki
    Follow Us
    Mailing Lists
    Reddit
    Twitter
    Mastodon
    Facebook
    YouTube

    Copyright © 2006-2025 Beanbag, Inc. All rights reserved.

    Terms of Service — Privacy Policy — AI Ethics Policy — Branding

    On this page

    • [Top]
    • New Features
    • Bug Fixes
    • Contributors