aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Prevent anonymous container access if `RequireSignInView` is enabled (#28877)KN4CK3R2024-01-211-0/+9
* Fix some RPM registry flaws (#28782)KN4CK3R2024-01-191-335/+353
* tests: missing refs/ in bare repositories (#28844)Adam Majer2024-01-191-0/+1
* Fix uploaded artifacts should be overwritten (#28726)FuXiaoHei2024-01-171-0/+89
* Retarget depending pulls when the parent branch is deleted (#28686)Viktor Kuzmin2024-01-173-24/+104
* Fix reverting a merge commit failing (#28794)Mihir Joshi2024-01-168-0/+53
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-2/+4
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-152-5/+10
* Modernize merge button (#28140)Earl Warren2024-01-151-1/+8
* Fix schedule tasks bugs (#28691)Lunny Xiao2024-01-121-2/+2
* Add tests for #28765 (#28773)Jack Hay2024-01-121-1/+4
* Support for grouping RPMs using paths (#26984)Exploding Dragon2024-01-121-15/+14
* Integration Test for Commit Search containing Square Brackets (#28751)Mihir Joshi2024-01-111-0/+1
* Recommend/convert to use case-sensitive collation for MySQL/MSSQL (#28662)wxiaoguang2024-01-102-2/+135
* Fix incorrect URL for "Reference in New Issue" (#28716)wxiaoguang2024-01-071-0/+19
* Avoid unnecessary 500 panic when a commit doesn't exist (#28719)wxiaoguang2024-01-071-0/+10
* Upgrade xorm to new version which supported update join for all supported dat...Lunny Xiao2023-12-311-0/+9
* Refactor timeutil package (#28623)wxiaoguang2023-12-281-2/+2
* Remove unnecessary syncbranchToDB with tests (#28624)Lunny Xiao2023-12-281-0/+36
* Fix session key conflict with database keyword (#28613)Lunny Xiao2023-12-271-0/+37
* Refactor deletion (#28610)delvh2023-12-251-1/+1
* Refactor CORS handler (#28587)wxiaoguang2023-12-251-7/+78
* Disable query token param in integration tests (#28592)Kyle D2023-12-238-52/+45
* Convert to url auth to header auth in tests (#28484)KN4CK3R2023-12-21102-1522/+1714
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-1/+1
* Abstract hash function usage (#28138)Adam Majer2023-12-131-1/+1
* Do some missing checks (#28423)Lunny Xiao2023-12-121-0/+23
* Also sync DB branches on push if necessary (#28361)Lunny Xiao2023-12-092-8/+10
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-071-1/+1
* Add `HEAD` support for rpm repo files (#28309)KN4CK3R2023-12-051-1/+7
* Fix comment permissions (#28213)Lunny Xiao2023-11-257-4/+117
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-242-2/+2
* add skip ci functionality (#28075)Denys Konovalov2023-11-181-0/+91
* Enable system users search via the API (#28013)Earl Warren2023-11-131-0/+22
* Enable system users for comment.LoadPoster (#28014)Earl Warren2023-11-131-0/+37
* Unify two factor check (#27915)KN4CK3R2023-11-061-0/+55
* Add user secrets API integration tests (#27832)Jean-Baptiste Gomond2023-10-311-0/+98
* List all Debian package versions in `Packages` (#27786)KN4CK3R2023-10-291-18/+28
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-2/+1
* Remove unnecessary parameter (#27671)Lunny Xiao2023-10-181-1/+1
* Improve retrying index issues (#27554)Jason Song2023-10-151-1/+2
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-151-1/+1
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-142-11/+11
* Fix permissions for Token DELETE endpoint to match GET and POST (#27610)Evan Tobin2023-10-141-2/+29
* Enhanced auth token / remember me (#27606)KN4CK3R2023-10-141-0/+36
* Replace assert.Fail with assert.FailNow (#27578)Nanguan Lin2023-10-116-15/+5
* show manual cron run's last time (#27544)Earl Warren2023-10-111-0/+50
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-112-2/+2
* Fix the wrong HTTP response status code for duplicate packages (#27480)Nanguan Lin2023-10-108-10/+10
* api: GetPullRequestCommits: return file list (#27483)Michael Santos2023-10-092-0/+7