Compare commits
43 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7867a2f316 | ||
|
|
54a45ba4ee | ||
|
|
76d049cc13 | ||
|
|
889b989d2a | ||
|
|
209ac888f5 | ||
|
|
aca64faefb | ||
|
|
abe6325f28 | ||
|
|
5dca1400c1 |
||
|
|
cbadbbcdef |
||
|
|
314ed672e4 | ||
|
|
57e2c0e2f3 | ||
|
|
9ce2206758 |
||
|
|
db5d71570c | ||
|
|
faa59fa6c1 |
||
|
|
8670b14c68 |
||
|
|
448ba0e0a7 |
||
|
|
7cba3a731f |
||
|
|
33f2968622 |
||
|
|
5818fd42f2 |
||
|
|
047a201df5 |
||
|
|
bd13459126 |
||
|
|
d6ef539da9 |
||
|
|
2e237d0bc1 |
||
|
|
e6f3a5daed |
||
|
|
58dcc8ddce |
||
|
|
995cb7f782 |
||
|
|
6b13b78be0 |
||
|
|
d98a9f760f |
||
|
|
f0043150c9 |
||
|
|
5df96fa161 |
||
|
|
6d5cd74293 |
||
|
|
d730fd2c3d |
||
|
|
6a71e38493 |
||
|
|
0705d69d77 |
||
|
|
fece2bcc91 |
||
|
|
8484b8fab4 |
||
|
|
ff59d71f36 |
||
|
|
37856583bd |
||
|
|
4764a3596b |
||
|
|
6e5a58bbc7 |
||
|
|
8e7a952dac |
||
|
|
c838081ca5 |
||
|
|
0e8cb0fc3e |
1 changed files with 92 additions and 0 deletions
92
reviewboard.yaml
Normal file
92
reviewboard.yaml
Normal file
|
|
@ -0,0 +1,92 @@
|
|||
---
|
||||
document: modulemd
|
||||
version: 2
|
||||
data:
|
||||
summary: A web-based code review tool
|
||||
description: >-
|
||||
Review Board is a powerful web-based code review tool that offers developers an
|
||||
easy way to handle code reviews. It scales well from small projects to large companies
|
||||
and offers a variety of tools to take much of the stress and time out of the code
|
||||
review process.
|
||||
license:
|
||||
module:
|
||||
- MIT
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
django: [1.6]
|
||||
platform: []
|
||||
requires:
|
||||
django: [1.6]
|
||||
platform: []
|
||||
references:
|
||||
community: https://www.reviewboard.org
|
||||
documentation: https://www.reviewboard.org/docs
|
||||
tracker: https://hellosplat.com/s/beanbag/tickets/
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- ReviewBoard
|
||||
server:
|
||||
rpms:
|
||||
- ReviewBoard
|
||||
api:
|
||||
rpms:
|
||||
- ReviewBoard
|
||||
- python2-djblets
|
||||
components:
|
||||
rpms:
|
||||
python-asana:
|
||||
rationale: Required by ReviewBoard to interact with Asana
|
||||
ref: 0.7
|
||||
buildorder: 30
|
||||
python-django-braces:
|
||||
rationale: Required by django-oauth-toolkit
|
||||
ref: 1
|
||||
python-django-cors-headers:
|
||||
rationale: Required by ReviewBoard
|
||||
ref: 1.1
|
||||
python-django-evolution:
|
||||
rationale: A database modification library used and maintained by the Review
|
||||
Board upstream
|
||||
ref: 0.7
|
||||
python-django-haystack:
|
||||
rationale: An older version of the Haystack search library for Django, needed
|
||||
for compatibility.
|
||||
ref: 2.4
|
||||
python-django-multiselectfield:
|
||||
rationale: An older version of a mult-select form field needed by Review Board.
|
||||
ref: 0.1
|
||||
python-django-oauth-toolkit:
|
||||
rationale: Required by ReviewBoard for OAuth2 support
|
||||
ref: 0.9
|
||||
buildorder: 20
|
||||
python-django-pipeline:
|
||||
rationale: An older version of this asset-packaging library for Django that
|
||||
is compatible with Review Board.
|
||||
ref: 1.6
|
||||
python-djblets:
|
||||
rationale: Review Board tool library
|
||||
ref: 1.0
|
||||
buildorder: 10
|
||||
python-jwt:
|
||||
rationale: Required for asana and oauthlib
|
||||
ref: reviewboard-3.0
|
||||
python-oauthlib:
|
||||
rationale: Required by django-oauth-toolkit
|
||||
ref: 1.0
|
||||
buildorder: 10
|
||||
python-publicsuffix:
|
||||
rationale: Required by python-djblets
|
||||
ref: reviewboard-3.0
|
||||
python-pymdown-extensions:
|
||||
rationale: Required by ReviewBoard for Markdown support
|
||||
ref: 3
|
||||
python-requests-oauthlib:
|
||||
rationale: Required by Asana
|
||||
ref: 0.8
|
||||
buildorder: 20
|
||||
ReviewBoard:
|
||||
rationale: The Review Board code review tool
|
||||
ref: 3.0
|
||||
buildorder: 40
|
||||
...
|
||||
Loading…
Add table
Add a link
Reference in a new issue