You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services/repository
Wiktor Kwapisiewicz b78c955958
Fix tags view (#23243)
This PR fixes several issues reported in
https://github.com/go-gitea/gitea/issues/23221.

It does three things:
1. Fixes the `DefaultBranch` variable that has not been set.
2. Sets `Title` and `Message` for newly created tags from the Tag
message. This makes it easier to create releases from tags that have
messages and for those that don't it doesn't have any effect.
3. Makes UI changes so that tags look more like proper releases.

Before:

![2023-03-02-12-31-19](https://user-images.githubusercontent.com/1718963/222416890-941a74d4-9cd0-4c45-a59e-199d2580cd8c.png)

After:

![2023-03-02-12-31-31](https://user-images.githubusercontent.com/1718963/222416919-abce2009-8955-4cd0-9bed-1374582e04f7.png)

I purposefully didn't reformat the template so that the diff is cleaner
but can do so if that's welcome.

Thanks for your time!

---------

Signed-off-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>
2 years ago
..
archiver refactor some functions to support ctx as first parameter (#21878) 2 years ago
files Introduce path Clean/Join helper functions (#23495) 2 years ago
adopt.go Use context parameter in services/repository (#23186) 2 years ago
adopt_test.go Use context parameter in services/repository (#23186) 2 years ago
avatar.go Use context parameter in services/repository (#23186) 2 years ago
avatar_test.go Use context parameter in services/repository (#23186) 2 years ago
branch.go Use context parameter in services/repository (#23186) 2 years ago
cache.go Implement FSFE REUSE for golang files (#21840) 2 years ago
check.go Refactor git command package to improve security and maintainability (#22678) 2 years ago
fork.go Use context parameter in services/repository (#23186) 2 years ago
fork_test.go Add option to prohibit fork if user reached maximum limit of repositories (#21848) 2 years ago
hooks.go Add user webhooks (#21563) 2 years ago
lfs.go Add cron method to gc LFS MetaObjects (#22385) 2 years ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
push.go Fix tags view (#23243) 2 years ago
repository.go Use context parameter in services/repository (#23186) 2 years ago
repository_test.go refactor some functions to support ctx as first parameter (#21878) 2 years ago
review.go Use context parameter in services/repository (#23186) 2 years ago
review_test.go Use context parameter in services/repository (#23186) 2 years ago
template.go Use context parameter in services/repository (#23186) 2 years ago
transfer.go Use context parameter in services/repository (#23186) 2 years ago
transfer_test.go Rename almost all Ctx functions (#22071) 2 years ago