1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-08-24 21:34:36 -04:00
gitea/modules/convert
Mohamed Sekour 0e61a74e5a
Add new API endpoints for push mirrors management (#19841)
- Add a new push mirror to specific repository
- Sync now ( send all the changes to the configured push mirrors )
- Get list of all push mirrors of a repository
- Get a push mirror by ID
- Delete push mirror by ID

Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com>
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: zeripath <art27@cantab.net>
2022-07-30 18:45:59 +02:00
..
convert.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
git_commit_test.go
git_commit.go
issue_comment.go Move issues related files into models/issues (#19931) 2022-06-13 17:37:59 +08:00
issue_test.go Move issues related files into models/issues (#19931) 2022-06-13 17:37:59 +08:00
issue.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
main_test.go
mirror.go Add new API endpoints for push mirrors management (#19841) 2022-07-30 18:45:59 +02:00
notification.go Nuke the incorrect permission report on /api/v1/notifications (#19761) 2022-05-20 18:57:49 +02:00
package.go Move access and repo permission to models/perm/access (#19350) 2022-05-11 12:09:36 +02:00
pull_review.go Move issues related files into models/issues (#19931) 2022-06-13 17:37:59 +08:00
pull_test.go Move issues related files into models/issues (#19931) 2022-06-13 17:37:59 +08:00
pull.go Move issues related files into models/issues (#19931) 2022-06-13 17:37:59 +08:00
release.go
repository.go Add allow_rebase_update, default_delete_branch_after_merge to repository api response (#20079) 2022-07-15 16:00:01 +08:00
status.go Move some code into models/git (#19879) 2022-06-12 23:51:54 +08:00
user_test.go
user.go Include login_name in adminCreateUser response (#20283) 2022-07-15 16:52:11 +08:00
utils_test.go
utils.go
wiki.go