This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/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.go More commit info from API (#19252) 2022-03-29 10:47:44 -05:00
git_commit_test.go
issue.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
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
main_test.go Use a struct as test options (#19393) 2022-04-14 21:58:21 +08:00
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.go Move issues related files into models/issues (#19931) 2022-06-13 17:37:59 +08: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
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.go Include login_name in adminCreateUser response (#20283) 2022-07-15 16:52:11 +08:00
user_test.go
utils.go
utils_test.go
wiki.go