0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-02 20:27:47 +01:00
gitea/templates/repo
KN4CK3R 440039c0cc
Add push to remote mirror repository (#15157)
* Added push mirror model.

* Integrated push mirror into queue.

* Moved methods into own file.

* Added basic implementation.

* Mirror wiki too.

* Removed duplicated method.

* Get url for different remotes.

* Added migration.

* Unified remote url access.

* Add/Remove push mirror remotes.

* Prevent hangs with missing credentials.

* Moved code between files.

* Changed sanitizer interface.

* Added push mirror backend methods.

* Only update the mirror remote.

* Limit refs on push.

* Added UI part.

* Added missing table.

* Delete mirror if repository gets removed.

* Changed signature. Handle object errors.

* Added upload method.

* Added "upload" unit tests.

* Added transfer adapter unit tests.

* Send correct headers.

* Added pushing of LFS objects.

* Added more logging.

* Simpler body handling.

* Process files in batches to reduce HTTP calls.

* Added created timestamp.

* Fixed invalid column name.

* Changed name to prevent xorm auto setting.

* Remove table header im empty.

* Strip exit code from error message.

* Added docs page about mirroring.

* Fixed date.

* Fixed merge errors.

* Moved test to integrations.

* Added push mirror test.

* Added test.
2021-06-14 19:20:43 +02:00
..
branch Add possibility to make branch in branch page (#15960) 2021-05-24 15:57:46 +01:00
diff Add Image Diff for SVG files (#14867) 2021-06-05 15:32:19 +03:00
editor Use a generic markup class to display externally rendered files and diffs (#15735) 2021-05-07 10:43:41 +02:00
graph Use pulls in commit graph unless pulls are disabled (#15774) 2021-05-07 20:10:30 +02:00
issue Replace clipboard.js with async clipboard api (#15899) 2021-05-30 20:15:57 +01:00
migrate Rename StaticUrlPrefix to AssetUrlPrefix (#15779) 2021-05-08 16:27:25 +02:00
projects remove unimplemented searchbar from project view (#15901) 2021-05-17 02:10:30 +02:00
pulls
release Remove fomantic accordion module (#15951) 2021-05-23 08:45:39 +08:00
settings Add push to remote mirror repository (#15157) 2021-06-14 19:20:43 +02:00
wiki Use a generic markup class to display externally rendered files and diffs (#15735) 2021-05-07 10:43:41 +02:00
activity.tmpl
blame.tmpl
branch_dropdown.tmpl Fix extra curly brace breaking release compare (#15988) 2021-05-26 21:07:39 -04:00
clone_buttons.tmpl Replace clipboard.js with async clipboard api (#15899) 2021-05-30 20:15:57 +01:00
commit_page.tmpl
commit_status.tmpl
commit_statuses.tmpl
commits_list_small.tmpl
commits_list.tmpl
commits_table.tmpl
commits.tmpl
create.tmpl not show link to migration on repo reate page when it was disabled (#15957) 2021-05-26 12:13:00 -04:00
empty.tmpl Use a generic markup class to display externally rendered files and diffs (#15735) 2021-05-07 10:43:41 +02:00
forks.tmpl
graph.tmpl
header.tmpl Add push to remote mirror repository (#15157) 2021-06-14 19:20:43 +02:00
home.tmpl
icon.tmpl
search.tmpl Issue sidebar and misc css fixes (#15524) 2021-05-16 22:18:18 +02:00
shabox_badge.tmpl
sub_menu.tmpl
upload.tmpl
user_cards.tmpl
view_file.tmpl Fix and restyle menu on code line (#15913) 2021-05-18 23:16:02 -04:00
view_list.tmpl
watchers.tmpl