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.
Brad Albright 82be59e633
issue search on my related repositories (#9758)
* adding search capability to user's issues dashboard

* global issue search

* placement of search bar on issues dashboard

* fixed some bugs in the issue dashboard search

* added unit test because IssueIDs option was added to UserIssueStatsOptions

* some renaming of fields in the issue dashboard code to be more clear; also trying to fix issue of searching the right repos based on the filter

* added unit test fro GetRepoIDsForIssuesOptions; fixed search lost on pagination; using shown issue status for open/close count; removed some debugging

* fix issue with all count showing incorrectly

* removed todo comment left in by mistake

* typo pulling wrong count

* fxied all count being off when selecting repositories

* setting the opts.IsClosed after pulling repos to search, this is done so that the list of repo ids to serach for the keyword is not limited, we need to get all the issue ids for the shown issue stats

* added "accessibleRepositoryCondition" check on the query to pull the repo ids to search for issues, this is an added protection to ensure we don't search repos the user does not have access to

* added code so that in the issues search, we won't use an in clause of issues ids that goes over 1000

* fixed unit test

* using 950 as the limit for issue search, removed unneeded group by in GetRepoIDsForIssuesOptions, showing search on pulls dashboard page too (not just issues)

Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
4 years ago
..
setting Various fixes in login sources (#10428) 4 years ago
auth.go Various fixes in login sources (#10428) 4 years ago
auth_openid.go Various fixes in login sources (#10428) 4 years ago
avatar.go [BugFix] use default avatar for ghost user (fix 500 error) (#9536) 5 years ago
home.go issue search on my related repositories (#9758) 4 years ago
home_test.go Only serve attachments when linked to issue/release and if accessible by user (#9340) 5 years ago
main_test.go Unit tests for wiki routers (#3022) 7 years ago
notification.go Improve notification pager (#9821) 5 years ago
oauth.go Use gitea forked macaron (#7933) 5 years ago
profile.go Language statistics bar for repositories (#8037) 4 years ago