forgejo/vendor/code.gitea.io/sdk/gitea
Lauris BH 08bf443016 Implement git refs API for listing references (branches, tags and other) (#5354)
* Inital routes to git refs api

* Git refs API implementation

* Update swagger

* Fix copyright

* Make swagger happy add basic test

* Fix test

* Fix test again :)
2018-11-27 16:52:20 -05:00
..
admin_org.go
admin_repo.go
admin_user.go fix: Add secret to all webhook's payload where it has been missing (#5199) 2018-10-28 18:03:02 -04:00
attachment.go Issue due date (#3794) 2018-05-01 22:05:28 +03:00
doc.go
fork.go
gitea.go Add Attachment API (#3478) 2018-03-06 09:22:16 +08:00
hook.go fix: Add secret to all webhook's payload where it has been missing (#5199) 2018-10-28 18:03:02 -04:00
issue.go fix: Add secret to all webhook's payload where it has been missing (#5199) 2018-10-28 18:03:02 -04:00
issue_comment.go Add Attachment API (#3478) 2018-03-06 09:22:16 +08:00
issue_label.go Add Attachment API (#3478) 2018-03-06 09:22:16 +08:00
issue_milestone.go Add Attachment API (#3478) 2018-03-06 09:22:16 +08:00
issue_tracked_time.go Add Attachment API (#3478) 2018-03-06 09:22:16 +08:00
lfs_lock.go
miscellaneous.go
org.go Add Attachment API (#3478) 2018-03-06 09:22:16 +08:00
org_member.go
org_team.go Fix create team, update team missing units (#5188) 2018-11-10 14:45:32 -05:00
pull.go Add more webhooks support and refactor webhook templates directory (#3929) 2018-05-16 22:01:55 +08:00
release.go Add Attachment API (#3478) 2018-03-06 09:22:16 +08:00
repo.go fix: Add secret to all webhook's payload where it has been missing (#5199) 2018-10-28 18:03:02 -04:00
repo_branch.go
repo_collaborator.go
repo_file.go
repo_key.go fix: Add secret to all webhook's payload where it has been missing (#5199) 2018-10-28 18:03:02 -04:00
repo_refs.go Implement git refs API for listing references (branches, tags and other) (#5354) 2018-11-27 16:52:20 -05:00
repo_watch.go
status.go Add Attachment API (#3478) 2018-03-06 09:22:16 +08:00
user.go API /admin/users/{username} missing parameter (#4775) 2018-08-23 19:59:47 -04:00
user_app.go Add ability to delete a token (#4235) 2018-07-06 21:54:30 -04:00
user_email.go
user_follow.go
user_gpgkey.go Add Attachment API (#3478) 2018-03-06 09:22:16 +08:00
user_key.go fix: Add secret to all webhook's payload where it has been missing (#5199) 2018-10-28 18:03:02 -04:00
user_search.go Add Attachment API (#3478) 2018-03-06 09:22:16 +08:00
utils.go