forgejo/routers/api/v1/repo
zeripath 2e85ad665a
Contents API should return 404 on not exist (#10323)
* Return 404 on not exist

* swagger update and use git.IsErrNotExist

* Handle delete too

* Handle delete too x2

* Fix pr 10323 (#3)

* fix TESTS

* leafe a note for fututre

* placate golangci-lint

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Update integrations/api_repo_file_delete_test.go

Co-Authored-By: 6543 <6543@obermui.de>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
2020-04-15 02:18:51 -03:00
..
blob.go
branch.go Allow to set protected file patterns that can not be changed under no conditions (#10806) 2020-03-27 00:26:34 +02:00
collaborators.go
commits.go [API] Get a single commit via Ref (#10915) 2020-04-07 22:54:46 -04:00
file.go Contents API should return 404 on not exist (#10323) 2020-04-15 02:18:51 -03:00
fork.go
git_hook.go
git_ref.go
hook.go
hook_test.go
issue.go Add Organization Wide Labels (#10814) 2020-04-01 01:14:46 -03:00
issue_comment.go
issue_label.go Add Organization Wide Labels (#10814) 2020-04-01 01:14:46 -03:00
issue_reaction.go
issue_stopwatch.go Prevent panic in stopwatch (#10670) 2020-03-08 14:46:24 -03:00
issue_subscription.go Code Refactor of IssueWatch related things (#10401) 2020-02-26 03:32:22 -03:00
issue_tracked_time.go
key.go
label.go Add Organization Wide Labels (#10814) 2020-04-01 01:14:46 -03:00
main_test.go
migrate.go Various fixes in login sources (#10428) 2020-02-23 13:52:05 -06:00
milestone.go Fix milestone API state parameter unhandled (#10049) 2020-01-29 08:36:32 +02:00
mirror.go Refactor api repo dir (#10048) 2020-01-29 13:55:23 +08:00
pull.go Handle push rejection in branch and upload (#10854) 2020-03-28 01:13:18 -03:00
release.go
release_attachment.go
repo.go Option to set default branch at repository creation (#10803) 2020-03-26 19:14:51 +00:00
repo_test.go
star.go
status.go
subscriber.go
tag.go [API] enable paggination for ListRepoTags (#10454) 2020-02-25 14:07:07 -05:00
topic.go
transfer.go API endpoint for repo transfer (#9947) 2020-01-31 15:49:04 +00:00
tree.go