Commit Graph

47 Commits (93bd4351bfb4a2f5f37ecb80d50496d044240e00)

Author SHA1 Message Date
wxiaoguang 412e5c0946
Make web context initialize correctly for different cases (#26726) 1 year ago
wxiaoguang dcd3a63128
Move web JSON functions to web context and simplify code (#26132) 1 year ago
HesterG 2f0e79e639
Use frontend fetch for branch dropdown component (#25719) 1 year ago
yp05327 dc679fc9fa
Fix incorrect release count (#25879) 1 year ago
Lunny Xiao 90b3b3dbf8
Fix tags header and pretty format numbers (#25624) 1 year ago
silverwind 88f835192d
Replace `interface{}` with `any` (#25686) 1 year ago
HesterG 1454f9dafc
Add actor and status dropdowns to run list (#25118) 1 year ago
oliverpool 8030614386
fix: release page for empty or non-existing target (#24470) 2 years ago
Zettat123 30c1cd9775
Add tags list for repos whose release setting is disabled (#23465) 2 years ago
oliverpool bb2783860b
fix calReleaseNumCommitsBehind (#24148) 2 years ago
JakobDev 42919ccb7c
Make Release Download URLs predictable (#23891) 2 years ago
Zettat123 ed7245f997
Title can be empty when creating tag only (#23917) 2 years ago
Hester Gong 6eb678374b
Refactor authors dropdown (send get request from frontend to avoid long wait time) (#23890) 2 years ago
wxiaoguang 5cc0801de9
Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) 2 years ago
Wiktor Kwapisiewicz b78c955958
Fix tags view (#23243) 2 years ago
wxiaoguang e9288c2477
Fix improper HTMLURL usages in Go code (#22839) 2 years ago
delvh b6b8feb3de
Enable `@<user>`- completion popup on the release description textarea (#22359) 2 years ago
Reo 48d71b7d6b
Add Feed for Releases and Tags (#21696) 2 years ago
Lunny Xiao 68704532c2
Rename almost all Ctx functions (#22071) 2 years ago
Lunny Xiao 0a7d3ff786
refactor some functions to support ctx as first parameter (#21878) 2 years ago
flynnnnnnnnnn e81ccc406b
Implement FSFE REUSE for golang files (#21840) 2 years ago
KN4CK3R 044c754ea5
Add `context.Context` to more methods (#21546) 2 years ago
delvh 0ebb45cfe7
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2 years ago
Jason Song a08b484549
Tag list should include draft releases with existing tags (#21263) 2 years ago
Lunny Xiao 1d8543e7db
Move some files into models' sub packages (#20262) 2 years ago
luzpaz d29d6d1991
Fix various typos (#20338) 2 years ago
6543 f6db650e9d
Release page show all tags in compare dropdown (#20070) 2 years ago
a1012112796 e3e06d13af
fix permission check for delete tag (#19985) 2 years ago
Lunny Xiao fd7d83ace6
Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
Lunny Xiao 64a40962cc
Fix new release from tags list UI (#19670) 3 years ago
KN4CK3R 80fd25524e
Renamed ctx.User to ctx.Doer. (#19161) 3 years ago
6543 54e9ee37a7
format with gofumpt (#18184) 3 years ago
zeripath 5cb0c9aa0d
Propagate context and ensure git commands run in request context (#17868) 3 years ago
wxiaoguang a38ba634a4
Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069) 3 years ago
wxiaoguang 0a9fcf63a4
Clean legacy SimpleMDE code (#17926) 3 years ago
Lunny Xiao a666829a37
Move user related model into models/user (#17781) 3 years ago
zeripath bbffcc3aec
Multiple Escaping Improvements (#17551) 3 years ago
Lunny Xiao 99b2858e62
Move unit into models/unit/ (#17576) 3 years ago
Lunny Xiao 5842a55b31
Move login related structs and functions to models/login (#17093) 3 years ago
6543 77f604a928
Add skip and limit to git.GetTags (#16897) 3 years ago
Lunny Xiao d985d4bc2f
Paginate releases page & set default page size to 10 (#16857) 3 years ago
zeripath c9c0475f4d
In Render tolerate not being passed a context (#16842) 3 years ago
6543 c4d70a0325
Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 3 years ago
Lunny Xiao 33e0b38287
Rename context.Query to context.Form (#16562) 3 years ago
KN4CK3R 44b8b07631
Add tag protection (#15629) 3 years ago
zeripath 196593e2e9
More efficiently parse shas for shaPostProcessor (#16101) 3 years ago
Lunny Xiao 1bfb0a24d8
Refactor routers directory (#15800) 3 years ago
a1012112796 3088866531
fix some ui bug about draft release (#15137) 4 years ago
Jonathan Tran 5e047b9bd7
Add compare tag dropdown to releases page (#15695) 4 years ago
Lunny Xiao 9d99f6ab19
Refactor renders (#15175) 4 years ago