..
fixtures /TestAPIComment
test PATCH /api/v1/repos/{owner}/{repo}/issues/comments/{id}
2023-11-25 07:23:33 +01:00
migration-test
[DB] run all Forgejo migrations in integration tests
2023-08-21 07:22:18 +02:00
schemas
verify nodeinfo response by schema ( #22137 )
2022-12-17 01:22:34 -05:00
admin_config_test.go
Fix admin config page error, use tests to cover the admin config and 500 error page ( #24965 )
2023-05-29 15:00:21 +00:00
admin_user_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
api_actions_artifact_test.go
Implement actions artifacts ( #22738 )
2023-05-19 21:37:57 +08:00
api_activitypub_person_test.go
Use User.ID instead of User.Name in ActivityPub API for Person IRI ( #23823 )
2023-04-04 10:08:23 +08:00
api_admin_org_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_admin_test.go
[GITEA] Show manual cron run's last time
2023-07-31 18:34:14 +00:00
api_block_test.go
[MODERATION] add user blocking API
2023-07-17 00:26:42 +02:00
api_branch_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_comment_attachment_test.go
test GET /api/v1/repos/{owner}/{repo}/issues/comments/{id}/assets/{attachment_id}
2023-11-25 07:23:33 +01:00
api_comment_test.go
test DELETE /api/v1/repos/{owner}/{repo}/issues/comments/{id}
2023-11-25 07:23:33 +01:00
api_feed_user_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
api_forgejo_root_test.go
[API] Forgejo API /api/forgejo/v1
2023-07-16 23:44:22 +02:00
api_forgejo_version_test.go
[API] Forgejo API /api/forgejo/v1
2023-07-16 23:44:22 +02:00
api_fork_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
api_gitignore_templates_test.go
Add API for gitignore templates ( #22783 )
2023-04-27 11:51:20 +08:00
api_gpg_keys_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_helper_for_declarative_test.go
Support scoped access tokens ( #20908 )
2023-01-17 15:46:03 -06:00
api_httpsig_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_issue_attachment_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_issue_config_test.go
Use more specific test methods ( #24265 )
2023-04-22 17:56:27 -04:00
api_issue_label_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_issue_milestone_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_issue_pin_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_issue_reaction_test.go
test GET /repos/{owner}/{repo}/issues/comments/{id}/reactions
2023-11-25 07:23:33 +01:00
api_issue_stopwatch_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_issue_subscription_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_issue_test.go
Avoid double-unescaping of form value ( #26853 ) ( #26863 )
2023-09-08 08:09:18 +02:00
api_issue_tracked_time_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_keys_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_label_templates_test.go
Add API for Label templates ( #24602 )
2023-05-23 18:10:23 +08:00
api_license_templates_test.go
Add API for License templates ( #23009 )
2023-04-26 02:08:28 -04:00
api_nodeinfo_test.go
Revert "[GITEA] Use join for the deleting issue actions query"
2023-08-21 07:22:17 +02:00
api_notification_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_oauth2_apps_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_org_test.go
Revert package access change from #23879 ( #25707 ) ( #25785 )
2023-07-09 21:00:42 +00:00
api_packages_alpine_test.go
Add v3.18 to TestPackageAlpine ( #24972 )
2023-05-29 15:45:32 +00:00
api_packages_cargo_test.go
Fix profile render when the README.md size is larger than 1024 bytes ( #25270 )
2023-06-15 01:39:34 +00:00
api_packages_chef_test.go
Use minio/sha256-simd for accelerated SHA256 ( #23052 )
2023-02-22 14:21:46 -05:00
api_packages_composer_test.go
Remove all package data after tests ( #22984 )
2023-02-23 22:11:56 +08:00
api_packages_conan_test.go
Replace interface{}
with any
( #25686 ) ( #25687 )
2023-07-04 23:41:32 -04:00
api_packages_conda_test.go
Add Conda package registry ( #22262 )
2023-02-01 12:30:39 -06:00
api_packages_container_test.go
Test if container blob is accessible before mounting ( #22759 ) ( #25784 )
2023-07-09 12:00:04 +00:00
api_packages_cran_test.go
Add CRAN package registry ( #22331 )
2023-05-22 10:57:49 +08:00
api_packages_debian_test.go
Fix handling of Debian files with trailing slash ( #26087 ) ( #26098 )
2023-07-26 13:49:15 +02:00
api_packages_generic_test.go
Remove all package data after tests ( #22984 )
2023-02-23 22:11:56 +08:00
api_packages_goproxy_test.go
Add Go package registry ( #24687 )
2023-05-14 23:38:40 +08:00
api_packages_helm_test.go
Remove all package data after tests ( #22984 )
2023-02-23 22:11:56 +08:00
api_packages_maven_test.go
Remove all package data after tests ( #22984 )
2023-02-23 22:11:56 +08:00
api_packages_npm_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_packages_nuget_test.go
Fix NuGet search endpoints ( #25613 ) ( #26499 )
2023-08-21 07:27:20 +02:00
api_packages_pub_test.go
Replace interface{}
with any
( #25686 ) ( #25687 )
2023-07-04 23:41:32 -04:00
api_packages_pypi_test.go
Remove all package data after tests ( #22984 )
2023-02-23 22:11:56 +08:00
api_packages_rpm_test.go
Fix version in rpm repodata/primary.xml.gz ( #26009 ) ( #26048 )
2023-07-24 07:59:10 +02:00
api_packages_rubygems_test.go
Remove all package data after tests ( #22984 )
2023-02-23 22:11:56 +08:00
api_packages_swift_test.go
Add Swift package registry ( #22404 )
2023-03-13 15:28:39 -05:00
api_packages_test.go
Revert package access change from #23879 ( #25707 ) ( #25785 )
2023-07-09 21:00:42 +00:00
api_packages_vagrant_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_private_serv_test.go
Refactor internal API for git commands, use meaningful messages instead of "Internal Server Error" ( #23687 )
2023-03-29 14:32:26 +08:00
api_pull_commits_test.go
Remove session in api tests ( #21984 )
2022-12-01 22:39:42 -05:00
api_pull_review_test.go
Replace interface{}
with any
( #25686 ) ( #25687 )
2023-07-04 23:41:32 -04:00
api_pull_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_releases_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_repo_archive_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_repo_branch_test.go
Fix bug of branches API with tests( #25578 ) ( #25579 )
2023-07-03 16:17:30 +02:00
api_repo_collaborator_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_repo_edit_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_repo_file_create_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_repo_file_delete_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_repo_file_get_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_repo_file_helpers.go
API endpoint for changing/creating/deleting multiple files ( #24887 )
2023-05-29 17:41:35 +08:00
api_repo_file_update_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_repo_files_change_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_repo_get_contents_list_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_repo_get_contents_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_repo_git_blobs_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_repo_git_commits_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_repo_git_hook_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_repo_git_notes_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_repo_git_ref_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_repo_git_tags_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_repo_git_trees_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_repo_hook_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_repo_languages_test.go
Remove session in api tests ( #21984 )
2022-12-01 22:39:42 -05:00
api_repo_lfs_locks_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
api_repo_lfs_migrate_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_repo_lfs_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_repo_raw_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_repo_tags_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_repo_teams_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_repo_test.go
Fix the error message when the token is incorrect ( #25701 ) ( #25836 )
2023-07-12 10:18:27 +00:00
api_repo_topic_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_settings_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
api_team_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_team_user_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_token_test.go
Remove "misc" scope check from public API endpoints ( #26134 ) ( #26149 )
2023-07-26 13:51:46 +02:00
api_twofa_test.go
[BRANDING] X-Forgejo-OTP can be used instead of X-Gitea-OTP
2023-11-14 13:17:12 +01:00
api_user_email_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_user_follow_test.go
[MODERATION] organization blocking a user ( #802 )
2023-07-17 00:26:42 +02:00
api_user_heatmap_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_user_info_test.go
Fix API leaking Usermail if not logged in ( #25097 )
2023-08-05 11:43:54 +00:00
api_user_org_perm_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_user_orgs_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_user_search_test.go
Fix API leaking Usermail if not logged in ( #25097 )
2023-08-05 11:43:54 +00:00
api_user_star_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_user_watch_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
api_wiki_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
attachment_test.go
Fix users cannot visit issue attachment bug ( #25019 )
2023-05-31 19:06:17 +02:00
auth_ldap_test.go
Fix LDAP sync when Username Attribute is empty ( #25278 ) ( #25379 )
2023-06-20 13:11:22 +08:00
auth_token_test.go
[GITEA] rework long-term authentication
2023-10-05 08:50:54 +02:00
benchmarks_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
block_test.go
[MODERATION] organization blocking a user ( #802 )
2023-07-17 00:26:42 +02:00
branches_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
change_default_branch_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
cmd_forgejo_actions_test.go
[CLI] implement forgejo-cli actions register
2023-07-16 23:21:45 +02:00
cmd_forgejo_test.go
[CLI] implement forgejo-cli (squash) support initDB
2023-07-16 23:21:45 +02:00
cmd_keys_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
compare_test.go
Use beforeCommit instead of baseCommit ( #22949 )
2023-02-20 11:56:07 +08:00
cors_test.go
Use more specific test methods ( #24265 )
2023-04-22 17:56:27 -04:00
create_no_session_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
csrf_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
delete_user_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
download_test.go
Remove deprecated packages & staticcheck fixes ( #22012 )
2022-12-02 17:06:23 -05:00
dump_restore_test.go
Replace interface{}
with any
( #25686 ) ( #25687 )
2023-07-04 23:41:32 -04:00
editor_test.go
Use double quotes consistently in en-US ( #24141 )
2023-04-17 18:04:26 -04:00
empty_repo_test.go
Fix bug of branches API with tests( #25578 ) ( #25579 )
2023-07-03 16:17:30 +02:00
eventsource_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
explore_repos_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
git_clone_wiki_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
git_helper_for_declarative_test.go
Refactor git command package to improve security and maintainability ( #22678 )
2023-02-04 10:30:43 +08:00
git_smart_http_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
git_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
goget_test.go
Support SSH for go get ( #24664 )
2023-05-12 09:44:37 +00:00
gpg_git_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
html_helper.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
incoming_email_test.go
Add support for incoming emails ( #22056 )
2023-01-14 23:57:10 +08:00
integration_test.go
[GITEA] rework long-term authentication
2023-10-05 08:50:54 +02:00
issue_test.go
test POST /{owner}/{repo}/comments/{id}
2023-11-25 07:23:34 +01:00
lfs_getobject_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
lfs_local_endpoint_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
lfs_view_test.go
Test views of LFS files ( #22196 )
2022-12-23 07:41:56 +08:00
links_test.go
[BRANDING] define the forgejo webhook type
2023-08-21 07:22:16 +02:00
markup_external_test.go
Drop "unrolled/render" package ( #23965 )
2023-04-08 14:21:50 +08:00
migrate_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
mirror_pull_test.go
Rename almost all Ctx functions ( #22071 )
2022-12-10 10:46:31 +08:00
mirror_push_test.go
Refactor cookie ( #24107 )
2023-04-13 15:45:33 -04:00
nonascii_branches_test.go
Remove deprecated packages & staticcheck fixes ( #22012 )
2022-12-02 17:06:23 -05:00
oauth_test.go
Allow for PKCE flow without client secret + add docs ( #25033 )
2023-06-03 05:59:28 +02:00
org_count_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
org_project_test.go
Fix access check for org-level project ( #26182 ) ( #26223 )
2023-07-30 07:46:19 +02:00
org_team_invite_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
org_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
private-testing.key
privateactivity_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
pull_compare_test.go
Rework header bar on issue, pull requests and milestone ( #24420 )
2023-04-29 23:33:25 -04:00
pull_create_test.go
Improve RSS ( #24335 )
2023-04-25 22:53:44 -04:00
pull_merge_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
pull_review_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
pull_status_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
pull_update_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
README.md
replace drone exec
to act_runner exec
in test README.md ( #24791 )
2023-05-18 19:48:47 +00:00
README_ZH.md
replace drone exec
to act_runner exec
in test README.md ( #24791 )
2023-05-18 19:48:47 +00:00
release_test.go
Allow get release download files and lfs files with oauth2 token format ( #26430 ) ( #27378 )
2023-10-03 14:48:40 +02:00
rename_branch_test.go
Remove deprecated packages & staticcheck fixes ( #22012 )
2022-12-02 17:06:23 -05:00
repo_activity_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
repo_branch_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
repo_commits_search_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
repo_commits_test.go
Make pending commit status yellow again ( #25935 ) ( #25968 )
2023-07-24 07:58:56 +02:00
repo_fork_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
repo_generate_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
repo_migrate_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
repo_search_test.go
refactor some functions to support ctx as first parameter ( #21878 )
2022-12-03 10:48:26 +08:00
repo_tag_test.go
Use context parameter in models/git ( #22367 )
2023-01-09 11:50:54 +08:00
repo_test.go
In TestViewRepo2, convert computed timezones to local time ( #24579 )
2023-05-08 21:07:41 +08:00
repo_topic_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
repo_watch_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
repofiles_change_test.go
API endpoint for changing/creating/deleting multiple files ( #24887 )
2023-05-29 17:41:35 +08:00
setting_test.go
Sort users and orgs on explore by recency by default ( #24279 )
2023-05-06 22:04:55 +08:00
signin_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
signout_test.go
Remove test session cache to reduce possible concurrent problem ( #22199 )
2022-12-22 21:09:35 +08:00
signup_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
ssh_key_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
timetracking_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
user_avatar_test.go
Reserve ".png" suffix for user/org names ( #23992 )
2023-04-10 16:14:16 -04:00
user_test.go
Redesign Scoped Access Tokens ( #24767 )
2023-06-04 20:57:16 +02:00
version_test.go
Revert "[GITEA] do not enforce misc scope tokens for public API endpoints"
2023-07-26 13:51:06 +02:00
view_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00
webfinger_test.go
Replace interface{}
with any
( #25686 ) ( #25687 )
2023-07-04 23:41:32 -04:00
xss_test.go
Implement FSFE REUSE for golang files ( #21840 )
2022-11-27 18:20:29 +00:00