You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sijmen Schoon
66a9ef9036
Fix ref links in issue overviews for tags ( #8742 )
...
* Properly generate ref URLs
Tags used to not generate correct URLs (src/branch/tags/1.0.0 instead of
src/tags/1.0.0).
Also cleans up some code around it with the created helper functions.
* Fix formatting and create migration
* Add copyright head to utils_test
* Use a raw query for the ref migration
* Remove semicolon
* Quote column and table names in migration SQL
* Change || to CONCAT, since MSSQL does not support ||
* Make migration engine aware
* Add missing import
* Move ref EndName and URL to the issue service
* Fix tests
* Add test for commit refs
* Update issue.go
* Use the right command for building JavaScript bundles
* Prepare for merge
* Check for refs/* before prepending in migration
* Update services/issue/issue_test.go
* Update modules/git/utils_test.go
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: techknowlogick <matti@mdranta.net>
5 years ago
..
pipeline
…
tests/ repos
…
README.md
…
blame.go
Graceful: Cancel Process on monitor pages & HammerTime ( #9213 )
5 years ago
blame_test.go
…
blob.go
Migrate to go-git/go-git v5.0.0 ( #10735 )
5 years ago
blob_test.go
…
cache.go
Migrate to go-git/go-git v5.0.0 ( #10735 )
5 years ago
command.go
Support unicode emojis and remove emojify.js ( #11032 )
5 years ago
command_test.go
Fix nondeterministic behavior ( #9341 )
5 years ago
commit.go
Allow compare page to look up base, head, own-fork, forkbase-of-head ( #11327 )
5 years ago
commit_archive.go
Make archive prefixing configurable with a global setting ( #9943 )
5 years ago
commit_info.go
Migrate to go-git/go-git v5.0.0 ( #10735 )
5 years ago
commit_info_test.go
Add gitea-vet ( #10948 )
5 years ago
commit_reader.go
Migrate to go-git/go-git v5.0.0 ( #10735 )
5 years ago
commit_test.go
…
diff.go
Some refactor on git diff and ignore getting commit information failed on migrating pull request review comments ( #9996 )
5 years ago
diff_test.go
Some refactor on git diff and ignore getting commit information failed on migrating pull request review comments ( #9996 )
5 years ago
error.go
Handle push rejection in branch and upload ( #10854 )
5 years ago
git.go
Graceful: Xorm, RepoIndexer, Cron and Others ( #9282 )
5 years ago
git_test.go
Graceful: Xorm, RepoIndexer, Cron and Others ( #9282 )
5 years ago
hook.go
…
notes.go
Migrate to go-git/go-git v5.0.0 ( #10735 )
5 years ago
notes_test.go
…
parse.go
Migrate to go-git/go-git v5.0.0 ( #10735 )
5 years ago
parse_test.go
Migrate to go-git/go-git v5.0.0 ( #10735 )
5 years ago
ref.go
…
repo.go
Handle push rejection in branch and upload ( #10854 )
5 years ago
repo_attribute.go
Make repository management section handle lfs locks ( #8726 )
5 years ago
repo_blame.go
…
repo_blob.go
Migrate to go-git/go-git v5.0.0 ( #10735 )
5 years ago
repo_blob_test.go
…
repo_branch.go
Migrate to go-git/go-git v5.0.0 ( #10735 )
5 years ago
repo_branch_test.go
…
repo_commit.go
Convert plumbing.ErrObjectNotFound to git.ErrNotExist in getCommit ( #10862 )
5 years ago
repo_commit_test.go
…
repo_commitgraph.go
Migrate to go-git/go-git v5.0.0 ( #10735 )
5 years ago
repo_compare.go
Allow compare page to look up base, head, own-fork, forkbase-of-head ( #11327 )
5 years ago
repo_compare_test.go
Remove SavePatch and generate patches on the fly ( #9302 )
5 years ago
repo_gpg.go
…
repo_hook.go
…
repo_index.go
…
repo_language_stats.go
Migrate to go-enry new version ( #10906 )
5 years ago
repo_object.go
…
repo_ref.go
Migrate to go-git/go-git v5.0.0 ( #10735 )
5 years ago
repo_ref_test.go
…
repo_stats.go
Add top author stats to activity page ( #9615 )
5 years ago
repo_stats_test.go
Add top author stats to activity page ( #9615 )
5 years ago
repo_tag.go
Migrate to go-git/go-git v5.0.0 ( #10735 )
5 years ago
repo_tag_test.go
[API] enable paggination for ListRepoTags ( #10454 )
5 years ago
repo_test.go
…
repo_tree.go
…
sha1.go
[API] Get a single commit via Ref ( #10915 )
5 years ago
signature.go
Migrate to go-git/go-git v5.0.0 ( #10735 )
5 years ago
submodule.go
Manage port in submodule refurl ( #11305 )
5 years ago
submodule_test.go
Fix submodule paths when AppSubUrl is not root ( #11098 )
5 years ago
tag.go
…
tree.go
Migrate to go-git/go-git v5.0.0 ( #10735 )
5 years ago
tree_blob.go
Migrate to go-git/go-git v5.0.0 ( #10735 )
5 years ago
tree_entry.go
Migrate to go-git/go-git v5.0.0 ( #10735 )
5 years ago
tree_entry_test.go
Migrate to go-git/go-git v5.0.0 ( #10735 )
5 years ago
utils.go
Fix ref links in issue overviews for tags ( #8742 )
5 years ago
utils_test.go
Fix ref links in issue overviews for tags ( #8742 )
5 years ago
Git Module
This module is merged from https://github.com/go-gitea/git which is a Go module to access Git through shell commands. Now it's a part of gitea's main repository for easier pull request.