Add draft release notes for RBTools 5.0.

Review Request #13748 — Created April 18, 2024 and updated

Information

RBTools
release-5.x

Reviewers

This change adds the draft release notes for the upcoming 5.0 release,
in preparation for Review Board 7.0.

Built docs and looked through the HTML output.

Summary ID
Add draft release notes for RBTools 5.0.
This change adds the draft release notes for the upcoming 5.0 release, in preparation for Review Board 7.0. Testing Done: Built docs and looked through the HTML output.
1ad9cfbbf40a68cf57fd1fd009b4a54d56a35b1e
Description From Last Updated

There was also a bug fix for the rbt review add-diff-comment command. You can add this to the bug fix …

maubinmaubin

We should mention that web-based login does not currently support authenticating remote systems (e.g. when a user SSHs into a …

maubinmaubin

What really happens is an API token is generated and used once to authenticate RBTools. Then upon that authentication, a …

maubinmaubin

Wrap .reviewboardrc in backticks.

maubinmaubin
maubin
  1. 
      
  2. Show all issues

    There was also a bug fix for the rbt review add-diff-comment command. You can add this to the bug fix list:

    • Fixed a bug where :rbtcommand:rbt review add-diff-comment would always add the comment to the last
      file in the diffset, instead of the specified file.
  3. docs/releasenotes/5.0.rst (Diff revision 1)
     
     
    Show all issues

    We should mention that web-based login does not currently support authenticating remote systems (e.g. when a user SSHs into a remote server and tries to do rbt commands there). But we're planning on adding that in a future release.

  4. docs/releasenotes/5.0.rst (Diff revision 1)
     
     
     
    Show all issues

    What really happens is an API token is generated and used once to authenticate RBTools. Then upon that authentication, a session cookie is created and stored, and that session is used for future requests.

    I'd say let's just take out this sentence, its only giving implementation details anyway.

  5. docs/releasenotes/5.0.rst (Diff revision 1)
     
     
    Show all issues

    Wrap .reviewboardrc in backticks.

  6. 
      
david
Review request changed

Commits:

Summary ID
Add draft release notes for RBTools 5.0.
This change adds the draft release notes for the upcoming 5.0 release, in preparation for Review Board 7.0. Testing Done: Built docs and looked through the HTML output.
de61d79c5a1cf3afa2cd10085f73e3e69f2d66cb
Add draft release notes for RBTools 5.0.
This change adds the draft release notes for the upcoming 5.0 release, in preparation for Review Board 7.0. Testing Done: Built docs and looked through the HTML output.
1ad9cfbbf40a68cf57fd1fd009b4a54d56a35b1e

Diff:

Revision 2 (+312)

Show changes

Checks run (2 succeeded)

flake8 passed.
JSHint passed.
maubin
  1. Ship It!
  2. 
      
Loading...