We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[x]
curl -X POST "https://try.gitea.io/api/v1/repos/status-test/status-test/statuses/2d391d1efc?access_token=xxxxxx" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"context\": \"argo\", \"description\": \"Build started\", \"state\": \"pending\", \"target_url\": \"https://some.where/argo/workflows\"}"
curl https://try.gitea.io/api/v1/repos/status-test/status-test/statuses/2d391d1efc
curl https://try.gitea.io/api/v1/repos/status-test/status-test/statuses/2d391d1efc713f117a7295cefa8d5f44ada88ba5
curl -X POST "https://try.gitea.io/api/v1/repos/status-test/status-test/statuses/2d391d1efc713f117a7295cefa8d5f44ada88ba5?access_token=xxxxxx" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"context\": \"argo\", \"description\": \"Build started\", \"state\": \"success\", \"target_url\": \"https://some.where/argo/workflows\"}"
...
The text was updated successfully, but these errors were encountered:
Use complete SHA to create and query commit status (#22244)
6cf09cc
Fix #13485. Co-authored-by: delvh <dev.lh@web.de> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Use complete SHA to create and query commit status (#22244) (#22258)
92796dc
Backport #22244. Fix #13485. Co-authored-by: delvh <dev.lh@web.de> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: delvh <dev.lh@web.de> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Use complete SHA to create and query commit status (#22244) (#22257)
e9bc2c7
Successfully merging a pull request may close this issue.
[x]
):Description
Returns empty array
https://try.gitea.io/status-test/status-test/commits/branch/master
Shows status "success"
Still shows status "pending"
https://try.gitea.io/status-test/status-test/commits/branch/master
...
Screenshots
The text was updated successfully, but these errors were encountered: