aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/repo_tag_test.go
Commit message (Expand)AuthorAgeFilesLines
* Enable testifylint rules (#34075)TheFox0x713 days1-35/+25
* Refactor older tests to use testify (#33140)TheFox0x72025-01-091-1/+0
* Refactor commit signature parser (#30228)wxiaoguang2024-04-011-1/+1
* Lazy load object format with command line and don't do it in OpenRepository (...Lunny Xiao2024-03-121-2/+1
* Refactor parseSignatureFromCommitLine (#29054)wxiaoguang2024-02-091-14/+3
* Use refname:strip-2 instead of refname:short when syncing tags (#28797)Lunny Xiao2024-01-161-9/+9
* Improve ObjectFormat interface (#28496)Lunny Xiao2023-12-191-6/+6
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-1/+1
* Abstract hash function usage (#28138)Adam Majer2023-12-131-7/+8
* Replace assert.Fail with assert.FailNow (#27578)Nanguan Lin2023-10-111-2/+0
* Use more specific test methods (#24265)KN4CK3R2023-04-221-1/+1
* Fix commit retrieval by tag (#21804)silverwind2023-03-021-3/+6
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* test: use `T.TempDir` to create temporary test directory (#21043)Eng Zer Jun2022-09-041-6/+2
* Improve sync performance for pull-mirrors (#19125)Peter GardfjÀll2022-03-311-0/+182
* Make git.OpenRepository accept Context (#19260)65432022-03-301-3/+3
* Ensure git tag tests and others create test repos in tmpdir (#18447)zeripath2022-01-291-22/+87
* Fix NPE on try to get tag reference via API (#18245)65432022-01-121-1/+0
* TestRepository_GetTag intermittently panics due to an NPE (#18043)zeripath2021-12-211-1/+7
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* [API] generalize list header (#16551)65432021-08-121-1/+2
* Create tag on ui (#13467)a10121127962021-02-281-1/+1
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-3/+3
* [API] enable paggination for ListRepoTags (#10454)65432020-02-251-1/+1
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+3
* Strict name matching for Repository.GetTagID() (#8074)guillep2k2019-09-041-0/+10
* Fixes #2738 - Adds the /git/tags API endpoint (#7138)Richard Mahn2019-06-081-6/+74
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-0/+44