mirror of https://github.com/go-gitea/gitea.git
* Make repository list @ issues/PR page persist Will partially fix #6355 * Enable multiple selections in repo list @ issues/PR page Part of issue #6355 * Add RepoIDs to UserIssueStatsOptions to make "type" count correct when selecting one/multiple repos. * Replace variable "repo" with list "repos[]" and enable multiple selections of repositories from list by including/excluding RepoIDs in list. * * Remove redundant code * Add 'All' button Improves functionality of the page, so that backtracking is not necessary to reset the page * Remove redundant variable Completely replace 'RepoID' with 'RepoIDs' and remove redundant code * Add RepoIDs to label link * Revert part of code to previous version to troubleshoot build failure * Implement old and new pieces of code whilst adhering to multi select * Attempt to join the two versions Last commit passed tests but doesn't work in practice, this works in practice and hopefully passes the tests. * Update tests to desired state * Fix pagination implementation and tests * Pass repoIDs as `repos=[1,2,3...]` instead of several `repos[]=..` * Update tests file to reflect new functionality * Update template with new `repos` format * Implement new solution to show constant "total issues" count for "All" button * Correct behavior when passing zero to array * Comment out test url returning 404 This keeps returning 404 in the test despite working in practice, for the sake of running more tests I am commenting it out * Comment out another test url returning 404 Last attempt, if more tests crash I will uncomment the urls and request assistance. * Reenable tests and test fix * Re-enable tests * Make selecting "In your repositories" reset selection as passing IDs of repos belonging to other profiles causes breakage * Remove unnecessary (with multi-selection enable) code * Drop repo from repo map and total count if permission denied * Remove extra parenthesis * make template work again * find bug! * forgot the '#' at bugfixing * delete unused RepoID * compile regex only one time * make fmt * local variable = capital letter lower * check if repos query pattern is correct * pagination remove last , - make regex work again * use Replace instead of ReplaceAll; del delete * fix test * how did this test binary got in?!? dont forgot the "-p" at git add * ! * dont replace -> cut fisrt & last string Co-Authored-By: zeripath <art27@cantab.net> * jet another regex dont mind as long as it has the same result and is performatn ... Co-Authored-By: zeripath <art27@cantab.net> * dont use nonexisting repo for test * exclude /issues?type=created_by from test * add table to querys use same syntax in each query (table.colum) * add new issue for test * dont make a workaround or something else this need a refactor itself and is out of scope for this PR * fix misspell * CI.redo() * englisch txt update Co-Authored-By: zeripath <art27@cantab.net> * add sugestions * Tweak & Fix * CI.restart() |
||
|---|---|---|
| .. | ||
| fixtures | ||
| migrations | ||
| access.go | ||
| access_test.go | ||
| action.go | ||
| action_list.go | ||
| action_test.go | ||
| admin.go | ||
| admin_test.go | ||
| attachment.go | ||
| attachment_test.go | ||
| branches.go | ||
| branches_test.go | ||
| commit_status.go | ||
| commit_status_test.go | ||
| consistency.go | ||
| context.go | ||
| convert.go | ||
| error.go | ||
| error_oauth2.go | ||
| external_login_user.go | ||
| gpg_key.go | ||
| gpg_key_test.go | ||
| helper.go | ||
| helper_directory.go | ||
| helper_environment.go | ||
| issue.go | ||
| issue_assignees.go | ||
| issue_assignees_test.go | ||
| issue_comment.go | ||
| issue_comment_list.go | ||
| issue_comment_test.go | ||
| issue_dependency.go | ||
| issue_dependency_test.go | ||
| issue_label.go | ||
| issue_label_test.go | ||
| issue_list.go | ||
| issue_list_test.go | ||
| issue_lock.go | ||
| issue_milestone.go | ||
| issue_milestone_test.go | ||
| issue_reaction.go | ||
| issue_reaction_test.go | ||
| issue_stopwatch.go | ||
| issue_stopwatch_test.go | ||
| issue_test.go | ||
| issue_tracked_time.go | ||
| issue_tracked_time_test.go | ||
| issue_user.go | ||
| issue_user_test.go | ||
| issue_watch.go | ||
| issue_watch_test.go | ||
| issue_xref.go | ||
| issue_xref_test.go | ||
| lfs.go | ||
| lfs_lock.go | ||
| log.go | ||
| login_source.go | ||
| main_test.go | ||
| migrate.go | ||
| models.go | ||
| models_test.go | ||
| notification.go | ||
| notification_test.go | ||
| oauth2.go | ||
| oauth2_application.go | ||
| oauth2_application_test.go | ||
| org.go | ||
| org_team.go | ||
| org_team_test.go | ||
| org_test.go | ||
| pull.go | ||
| pull_list.go | ||
| pull_test.go | ||
| release.go | ||
| repo.go | ||
| repo_activity.go | ||
| repo_branch.go | ||
| repo_collaboration.go | ||
| repo_collaboration_test.go | ||
| repo_generate.go | ||
| repo_generate_test.go | ||
| repo_indexer.go | ||
| repo_issue.go | ||
| repo_list.go | ||
| repo_list_test.go | ||
| repo_mirror.go | ||
| repo_permission.go | ||
| repo_permission_test.go | ||
| repo_redirect.go | ||
| repo_redirect_test.go | ||
| repo_sign.go | ||
| repo_test.go | ||
| repo_unit.go | ||
| repo_watch.go | ||
| repo_watch_test.go | ||
| review.go | ||
| review_test.go | ||
| ssh_key.go | ||
| ssh_key_test.go | ||
| star.go | ||
| star_test.go | ||
| task.go | ||
| test_fixtures.go | ||
| token.go | ||
| token_test.go | ||
| topic.go | ||
| topic_test.go | ||
| twofactor.go | ||
| u2f.go | ||
| u2f_test.go | ||
| unit.go | ||
| unit_tests.go | ||
| update.go | ||
| update_test.go | ||
| upload.go | ||
| user.go | ||
| user_follow.go | ||
| user_follow_test.go | ||
| user_heatmap.go | ||
| user_heatmap_test.go | ||
| user_mail.go | ||
| user_mail_test.go | ||
| user_openid.go | ||
| user_openid_test.go | ||
| user_test.go | ||
| userlist.go | ||
| userlist_test.go | ||
| webhook.go | ||
| webhook_test.go | ||
| wiki.go | ||
| wiki_test.go | ||