[WIP] Support exploring archive files attached to reviews.

Review Request #11402 — Created Jan. 24, 2021 and updated — Latest diff uploaded

Information

Review Board
master

Reviewers

ReviewBoard currently supports attaching individual files for review,
but while some filetypes can be opened in-browser and examined, archive
files can only be downloaded. This commit adds a new review UI that
allows archives to be browsed in ReviewBoard without downloading the
file. Users can navigate the archived files, see metadata, and download
individual files.

Unit tests for get_js_model_data using empty archives, simple archives with files, and archives with nested directories.

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 12. See what's changed.

orig
1
2
3
4
5
6
7
8
9
10
11
12

Commits

First Last Summary ID Author
[WIP] Support exploring archive files attached to reviews.
ReviewBoard currently supports attaching individual files for review, but while some filetypes can be opened in-browser and examined, archive files can only be downloaded. This commit adds a new review UI that allows archives to be browsed in ReviewBoard without downloading the file. Users can navigate the archived files, see metadata, and download individual files.
31e4236aa0eee6cc34eac6cadad07adfacc631d0 Michael Liu
reviewboard/reviews/ui/archive.py
reviewboard/static/rb/js/models/archiveReviewableModel.es6.js
reviewboard/static/rb/js/views/archiveReviewableView.es6.js
reviewboard/templates/reviews/ui/archive.html
Loading...