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/templates
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
..
admin Fix admin notices (#10480) 4 years ago
base head.tmpl og:image picture location (#10531) 4 years ago
custom Add footer extra links template (#9576) 5 years ago
explore Fixed wrong AppSubUrl in multiple templates (#10447) 4 years ago
mail Style blockquote for default issue mail template (#10024) 4 years ago
org Org action fixes and form cleanup (#10512) 4 years ago
pwa move vue and vue-calendar-heatmap to webpack (#10188) 4 years ago
repo Set correct content_type value for Gogs/Gitea webhooks (#9504) (#10456) 4 years ago
status Improve 404 error message (#10214) 4 years ago
swagger adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437) 4 years ago
user issue search on my related repositories (#9758) 4 years ago
home.tmpl Add Octicon SVG spritemap (#10107) 4 years ago
install.tmpl Add support for database schema in PostgreSQL (#8819) 5 years ago