-
-
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
default organization repository sort order #8795
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
I second this: sometimes I do commits on old projects to tweak readmes, but I don't want them surfacing to the top of my repositories page. Setting a default sort would be really helpful for this. For example, the default could remain |
Default sort order should be implemented for everything. Most important would be orgs and repos. I don't care what the default is, as long as there is a way to override it. |
I'm also looking for a way to default sort, especially for the issue tracker (recently updated first). |
Also interested in sorting issues by recently updated first. It's a drag to have to go through multiple issues (sometimes multiple pages) to find the ones that are actively being worked on/discussed. Edit: For clarity, this is referring to the issues in individual repositories. Gitea's "Issues" page itself seems to already sort by recently updated. |
yeah i really wish it would default to sorting by alpha on all our orgs, we aren't treating dev as a race and people just need to be able to find things they need in a consistent way that the alphabet provides. such that, my team uses a tampermonkey script to redirect to ?sort=alphabetically if we visit without a sort set. in my mind, i feel like the front end should remember that in local storage or something. then like the tampermonkey, its per user choice where they left it. |
Same for me. Define default sort order in app.ini and/or ui. |
I am curious, is there any valid reason why configurable sort order hasn't been implemented for 5 years? I get that it's a cosmetic issue compared to making sure other more important features work but still... it's unfathomable that it hasn't been done yet when it's such a basic feature of any list in any GUI. |
Should this be a per org level configuration or a system level configuration? |
Personally, I'd be happy with a feature that was at least repo level or user level. I don't think system level makes sense since you probably want some flexibility (if there's different sorting modes). I'd prefer repo level over org-level, though I'd settle for org-level if it's the only choice. |
Here's what I would like to see:
Rationale:
Rationale:
Rationale: Hope that helps. |
For the first requirement, now we have #30784. |
That seems just for one spot in the UI, right? |
This. I mean, #2647 changed some defaults, but still no option neither in the database nor in
Also this too, it would be nice if it was possible to define a way for old repos to not be considered in the default "recently updated" sorting. |
I am no go developer, but is there any way to sponsor this adaption (only simple default order config) in any way? |
Maybe related #31921 |
related commits indeed, however I don't see a call to the app.ini settings for configurable default sort order (am I missing something?) |
I can't believe that only sort UI setting for explore repositories was added after this much time and even that sort is fundamentally broken — it sorts upper and lower case separately (first all upper then all lower) as if that's how humans ever sort names alphabetically anywhere... SMH. |
Description
Hi, there was several good bug reports about repository sort order but unfortuately all fall short.
Default sorting order should be configurable - best example is a 'morgue' or 'basement' organization - nobody will care when the last commit was done on dead projects - the natural order here would be maybe alphabetic or rev. alpha. So it would be nice if one would be able to set this per org.
The text was updated successfully, but these errors were encountered: