flake8
passed.
JSHint
passed.
Review Request #9839 — Created March 27, 2018 and submitted
Information | |
---|---|
Barret Rennie | |
rb-gateway | |
master | |
|
|
9841 | |
952b0d7... | |
Reviewers | |
rb-gateway | |
Review Board's RB Gateway support requires POSTing to the
/session
API
(even though it doesn't actually post any form data -- it just passes an
Authorization
header).Also, the
/repos/<repo>/path
endpoint was mistakenly removed because it
does not return useful information. However, Review Board GETs this to
determine if authorization was successful, so I've added it back.
Rebasing all patches.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+1 -1) |
Summary: |
|
|||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description: |
|
|||||||||||||||||||||
Testing Done: |
|
|||||||||||||||||||||
Commit: |
|
|||||||||||||||||||||
Diff: |
Revision 3 (+15 -1) |
Fixed David's issues.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 4 (+15 -1) |