0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-13 21:32:10 +01:00
gitea/web_src/js/components
Rowan Bohde a8e7caedfa
add submodule diff links (#33097)
This adds links to submodules in diffs, similar to the existing link
when viewing a repo at a specific commit. It does this by expanding diff
parsing to recognize changes to submodules, and find the specific refs
that are added, deleted or changed.

Related #25888

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-01-08 01:38:30 +00:00
..
ActionRunStatus.vue Add action auto-scroll (#30057) 2024-12-21 14:49:26 -08:00
ActivityHeatmap.vue Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00
ContextPopup.vue Enable Typescript strictFunctionTypes (#32911) 2024-12-22 02:59:25 +08:00
DashboardRepoList.vue Fix typescript errors in Vue files, fix regression in "Recent Commits" chart (#32649) 2024-12-08 02:58:18 +00:00
DiffCommitSelector.vue Fix typescript errors in Vue files, fix regression in "Recent Commits" chart (#32649) 2024-12-08 02:58:18 +00:00
DiffFileList.vue Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00
DiffFileTree.vue Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00
DiffFileTreeItem.vue add submodule diff links (#33097) 2025-01-08 01:38:30 +00:00
PullRequestMergeForm.vue Fix bug automerge cannot be chosed when there is only 1 merge style (#33040) 2024-12-30 03:04:22 +00:00
RepoActionView.vue Add auto-expanding running actions step (#30058) 2024-12-22 18:57:17 +00:00
RepoActivityTopAuthors.vue Fix undefined errors on Activity page (#32378) 2024-10-30 14:48:13 +08:00
RepoBranchTagSelector.vue Move RepoBranchTagSelector init outside the SFC (#32890) 2024-12-18 21:26:17 +01:00
RepoCodeFrequency.vue Fix typescript errors in Vue files, fix regression in "Recent Commits" chart (#32649) 2024-12-08 02:58:18 +00:00
RepoContributors.vue Add "n commits" link to contributors in contributors graph page (#32799) 2024-12-12 19:02:54 +00:00
RepoRecentCommits.vue Fix typescript errors in Vue files, fix regression in "Recent Commits" chart (#32649) 2024-12-08 02:58:18 +00:00
ScopedAccessTokenSelector.vue Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00