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.
Lanre Adelowo e918636283
Enhance release list (#6025)
* show author for releases created outside Gitea UI.

Also show the number of commits behind the default branch for tags created outside the UI

don't show the tag date again for tags pushed to the repo. Since it is already on the sidebar and looks like duplication

* add migration for already existing tags

* update as per review

* fix build

* add space

* fix import statments

* Update models/migrations/v113.go

Co-Authored-By: zeripath <art27@cantab.net>

* Update models/migrations/v114.go

Co-authored-by: 6543 <6543@obermui.de>

* Update services/release/release.go

Co-authored-by: 6543 <6543@obermui.de>

* impruve

* remove dependency on models package

* Close the gitrepos in a defer to ensure that they are closed.

* gofmt

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
..
activity.go Add top author stats to activity page (#9615) 5 years ago
attachment.go Attachments: Add extension support, allow all types for releases (#12465) 4 years ago
blame.go Ensure BlameReaders close at end of request (#12102) 4 years ago
branch.go Return the full rejection message and errors in flash errors (#13221) 4 years ago
commit.go Render the git graph on the server (#12333) 4 years ago
compare.go Attachments: Add extension support, allow all types for releases (#12465) 4 years ago
download.go Update golangci-lint to version 1.31.0 (#13102) 4 years ago
editor.go Return the full rejection message and errors in flash errors (#13221) 4 years ago
editor_test.go Add Close() method to gogitRepository (#8901) 5 years ago
http.go Add git command error directory on log (#13194) 4 years ago
issue.go Add review request api (#11355) 4 years ago
issue_dependency.go Fix wrong permissions check when issues/prs shared operations (#9885) 5 years ago
issue_label.go Move jquery-minicolors to npm/webpack (#12305) 4 years ago
issue_label_test.go fix go vet error (#3740) 6 years ago
issue_lock.go Implement "conversation lock" for issue comments (#5073) 6 years ago
issue_stopwatch.go Automatically clear stopwatch on merging a PR (#4327) 6 years ago
issue_timetrack.go [API] Extend times API (#9200) 5 years ago
issue_watch.go Fix PR/issue redirects when having external tracker (#9339) 5 years ago
lfs.go go-version constraints ignore pre-releases (#13234) 4 years ago
main_test.go Unit tests for wiki routers (#3022) 7 years ago
middlewares.go Add gitea-vet (#10948) 4 years ago
migrate.go Adopt repositories (#12920) 4 years ago
milestone.go Issue templates directory (#11450) 4 years ago
projects.go Hide 'New Project board' button for users that are not signed in (#12547) 4 years ago
pull.go fix message key (#13240) 4 years ago
pull_review.go Add a way to mark Conversation (code comment) resolved (#11037) 4 years ago
release.go Enhance release list (#6025) 4 years ago
release_test.go Add Close() method to gogitRepository (#8901) 5 years ago
repo.go Return the full rejection message and errors in flash errors (#13221) 4 years ago
search.go Add detected file language to code search (#10256) 5 years ago
setting.go Avatars and Repo avatars support storing in minio (#12516) 4 years ago
setting_protected_branch.go [Enhancement] Allow admin to merge pr with protected file changes (#12078) 4 years ago
settings_test.go Disable DSA ssh keys by default (#13056) 4 years ago
topic.go Add API endpoint for accessing repo topics (#7963) 5 years ago
view.go Update golangci-lint to version 1.31.0 (#13102) 4 years ago
webhook.go [Refactor] Move APIFormat functions into convert package (#12856) 4 years ago
wiki.go Allow different HardBreaks settings for documents and comments (#11515) 4 years ago
wiki_test.go Fix wiki raw view on sub path (#10002) 5 years ago