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.
forgejo/models
Earl Warren 6e4ae401d8
[TESTS] oauth2: add integration test helpers
(cherry picked from commit e11dcc60f291f1b882a993f60f8381fe4561d6d0)

use backticks to avoid backslash

(cherry picked from commit 34212791eef2031ef09ea118a2ee5b98082174dc)
(cherry picked from commit bde9473c69eaf6306457b4218d9704af64cb6cc8)
(cherry picked from commit d4deb43084eec4ce0de786a01acef52921a39b13)
(cherry picked from commit 08e91649b0057258ea5d775447d84093c31ad523)
(cherry picked from commit 2b988e5415b35e608726facb5d23a920334fda1c)

[TESTS] auth LinkAccount test coverage (squash)

(cherry picked from commit a2b2e3066bee46ca15ce66d0deb7ef3e89915248)
(cherry picked from commit 841d1b50731a94b9330b6a623a40f8aa0a6befa8)
(cherry picked from commit 35da630ad884a9ffff5bd873123687af169a6cac)
(cherry picked from commit caf2dc4fa7c6fb45a19edc5a025579d42d8db455)
(cherry picked from commit 6eb81e67ba69aeb9f1290f6717ec6c6a367752c3)
(cherry picked from commit d59757239f4fd6353dafd88f2460145b88ef38a1)
(cherry picked from commit 38a121b6880538f381799fb69666e13abf667502)
(cherry picked from commit 20613874ee04286a5ecb28045ec80af0fd850582)
(cherry picked from commit 6d2705e10858baf5e33df0ced047c544ed826fd3)
(cherry picked from commit f177b728142911fed6709339dd0e686017b610b0)
(cherry picked from commit 75e1fc4c8318b378f94065a268b079ac152657ef)
(cherry picked from commit ba64fa9867b06fb0b390a799ef4c3f39f554bb0b)
(cherry picked from commit 0b8ab0893ec6b6d689534b5e4ac50cdfe36c34e9)
(cherry picked from commit 1419d11435b0cdf7c41cb7175dffaf521ecfacd7)
(cherry picked from commit 38766847e0441f4b3841b05b34e3442f4e23af06)
(cherry picked from commit 6f23426a6ab09df7bb5817d364301975715dc10b)
(cherry picked from commit 9e0ff9ca54505723ad39a3fb221b94cbcef2da66)
(cherry picked from commit 353f3601c318f77a07fba0976fc9e3d28b2fc818)
8 months ago
..
actions [CLI] implement forgejo-cli 8 months ago
activities Refactor Find Sources and fix bug when view a user who belongs to an unactive auth source (#27798) 8 months ago
admin Next round of `db.DefaultContext` refactor (#27089) 9 months ago
asymkey Replace more db.DefaultContext (#27628) 8 months ago
auth [TESTS] oauth2: add integration test helpers 8 months ago
avatars Final round of `db.DefaultContext` refactor (#27587) 9 months ago
db refactor: make db iterate context aware (#27710) 8 months ago
dbfs make writing main test easier (#27270) 9 months ago
fixtures Add unit tests for action runner token (#27670) 8 months ago
git Upgrade xorm to 1.3.4 (#27807) 8 months ago
issues Fix 500 when deleting a dismissed review (#27903) 8 months ago
migrations Add Index to pull_auto_merge.doer_id (#27811) 8 months ago
organization Even more `db.DefaultContext` refactor (#27352) 9 months ago
packages List all Debian package versions in `Packages` (#27786) 8 months ago
perm Even more `db.DefaultContext` refactor (#27352) 9 months ago
project More `db.DefaultContext` refactor (#27265) 9 months ago
pull Add Index to pull_auto_merge.doer_id (#27811) 8 months ago
repo Replace more db.DefaultContext (#27628) 8 months ago
secret Refactor secrets modification logic (#26873) 10 months ago
shared/types Display owner of a runner as a tooltip instead of static text (#24377) 1 year ago
system Replace more db.DefaultContext (#27628) 8 months ago
unit Make actions default enabled for newly created repository if global configuraion enabled (#27482) 9 months ago
unittest Upgrade xorm (#27673) 8 months ago
user Replace -1 with GhostUserID (#27703) 8 months ago
webhook Final round of `db.DefaultContext` refactor (#27587) 9 months ago
error.go Sync branches into databases (#22743) 1 year ago
fixture_generation.go Replace more db.DefaultContext (#27628) 8 months ago
fixture_test.go Replace more db.DefaultContext (#27628) 8 months ago
main_test.go make writing main test easier (#27270) 9 months ago
org.go Refactor the function RemoveOrgUser (#27582) 8 months ago
org_team.go Refactor the function RemoveOrgUser (#27582) 8 months ago
org_team_test.go Reduce usage of `db.DefaultContext` (#27073) 10 months ago
org_test.go Replace more db.DefaultContext (#27628) 8 months ago
repo.go Penultimate round of `db.DefaultContext` refactor (#27414) 9 months ago
repo_test.go Penultimate round of `db.DefaultContext` refactor (#27414) 9 months ago
repo_transfer.go Next round of `db.DefaultContext` refactor (#27089) 9 months ago
repo_transfer_test.go Next round of `db.DefaultContext` refactor (#27089) 9 months ago