Add a DVCS capability gated behind the DVCS feature
Review Request #9905 — Created May 2, 2018 and submitted
Information | |
---|---|
brennie | |
Review Board | |
release-4.0.x | |
|
|
9920 | |
6503100... | |
Reviewers | |
reviewboard | |
We now have the
review_request.supports_history
capability, which is
only present when the dvcs feature is enabled. When disabled, this
capability does not appear in the set of capabilities at all.
Ran unit tests.
Change Summary:
Addressed issues
Description: |
|
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Commit: |
|
||||||||||||
Diff: |
Revision 2 (+70 -3) |
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
-
-
reviewboard/webapi/server_info.py (Diff revision 2) This isn't what this returns. It yields tuples.
Should we have it yield dicts?
-
Change Summary:
Addressed Christian's comments
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 3 (+75 -4) |
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.