-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature - #3031 - search for org repos #5986
Feature - #3031 - search for org repos #5986
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5986 +/- ##
==========================================
- Coverage 38.77% 38.73% -0.04%
==========================================
Files 332 332
Lines 48942 48992 +50
==========================================
Hits 18975 18975
- Misses 27220 27269 +49
- Partials 2747 2748 +1
Continue to review full report at Codecov.
|
Thanks for working on this 😄 I'd give this code 5/5 ⭐️s, however since I was involved in this I'll abstain from reviewing. |
@richmahn thanks for your PR. Could you give some screenshots? |
@lunny Screenshots: Org home page without any search and default sort of recently updated Org home search for |
Ok, ready to merge (fixed the retaining of the sort order when changing the search query) |
Adds the search form to the Org home page like it is for the User home page to search and sort repos of the Org. Addresses #3031
Credit goes to @techknowlogick who made most all these edits in the closed PR #3081. Only updates I made were for the new sort options and new way to handle errors.
To test:
Check out branch, generate build, run gitea web, make a new org in your instance of Gitea and add multiple repos, staring and forking some of them. Then use the Search and Sort form on the Org home page.