Fix GetCombinedStatus() #470

Merged
lunny merged 7 commits from :fix-468 into master 2020-12-17 04:46:52 +00:00

7 Commits

Author SHA1 Message Date
bfee1fee14
final fix
All checks were successful
continuous-integration/drone/pr Build is passing
2020-12-17 02:10:01 +01:00
c8b1e7dc03
next fix
Some checks failed
continuous-integration/drone/pr Build is failing
2020-12-17 02:02:12 +01:00
da955d648e
enable tests for GetCombinedStatus()
Some checks failed
continuous-integration/drone/pr Build is failing
2020-12-17 01:30:42 +01:00
64e7ed12fd
Add Tests
All checks were successful
continuous-integration/drone/pr Build is passing
2020-12-17 00:47:11 +01:00
e3155ce55c
rename sha to ref and use jsonHeader on GetCombinedStatus
All checks were successful
continuous-integration/drone/pr Build is passing
2020-12-16 23:43:16 +01:00
28cd2735d9
fix ListStatuses 2020-12-16 23:42:49 +01:00
ef5beaf553
fix broken GetCombinedStatus
All checks were successful
continuous-integration/drone/pr Build is passing
weirdly enough, gitea API responds to .../status properly, if ref has a status.
but if there is no status, an empty response is returned.
../statuses handles both correctly.. 🙃
2020-12-16 21:46:24 +01:00