forgejo/routers/api/v1/repo
Morlinest ddb7f59ef4 Add search mode option to /api/repo/search ()
* Add repo type option to /api/repo/search

* Add tests and fix result of collaborative filter in specific condition

* Fix/optimize search & tests

* Improve integration tests

* Fix lint errors

* Fix unit tests

* Change and improve internal implementation of repo search

* Use NonexistentID

* Make search api more general

* Change mirror and fork search behaviour

* Fix tests & typo in comment
2017-10-27 00:16:13 +03:00
..
branch.go Fix API for branches with slashes () 2017-07-02 10:03:57 +08:00
collaborators.go Remove redundant query in collaborator API () 2016-12-28 09:09:54 +08:00
file.go Gracefully handle bare repositories on API operations. () 2017-06-10 21:57:28 -05:00
fork.go Webhooks for repo creation/deletion () 2017-09-03 11:20:24 +03:00
hook.go Improve swagger doc () 2017-08-21 14:13:47 +03:00
issue.go Remove redudant issue LoadAttributes() calls () 2017-09-27 09:41:52 -03:00
issue_comment.go Fix and fix issue comments hidden () 2017-06-21 09:00:44 +08:00
issue_label.go Fix bug in issue labels API () 2017-06-25 07:52:51 +08:00
issue_tracked_time.go Feature: Timetracking () 2017-09-12 09:48:13 +03:00
key.go Golint fixed for modules/setting () 2016-11-27 18:14:25 +08:00
label.go Load label ID in NewLabels () 2017-06-25 14:15:09 +08:00
milestone.go golint fixed for routers () 2016-11-24 15:04:31 +08:00
pull.go add milestone changed traker on issue view () 2017-02-01 10:36:08 +08:00
release.go Sync releases table with tags on push and for mirrors () 2017-09-20 13:26:49 +08:00
repo.go Add search mode option to /api/repo/search () 2017-10-27 00:16:13 +03:00
star.go API endpoint for stargazers () 2017-01-06 15:05:09 +08:00
status.go Fix repo API bug () 2017-07-12 03:23:41 +02:00
subscriber.go API endpoint for subscribers () 2017-01-07 11:13:02 +08:00