-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Add sort option recentclose for issues and pulls #34525
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
Add sort option recentclose for issues and pulls #34525
Conversation
A lot of unrelated changes to other tests (due to the changed test fixtures) Is it possible to avoid adding more new fixture items, and just use the existing ones? |
in the default fixture folder there is no repository with enough pull requests. Is there a way to create test data isolated for those tests? |
What about updating the records in DB when the test needs them? For example: |
Should be good now :-) |
closes go-gitea#34171 Adds a new sort option `recentclose` for issues and pull requests which will return items in a descending order of when they were closed
Backport #34525 by @MarkusAmshove closes #34171 Adds a new sort option `recentclose` for issues and pull requests which will return items in a descending order of when they were closed Co-authored-by: Markus Amshove <scm@amshove.org>
* giteaofficial/main: Split GetLatestCommitStatus as two functions (go-gitea#34535) Don't display error log when .git-blame-ignore-revs doesn't exist (go-gitea#34457) Add sort option recentclose for issues and pulls (go-gitea#34525) fix: return 201 Created for CreateVariable API responses (go-gitea#34517) Actions list (go-gitea#34530)
closes #34171
Adds a new sort option
recentclose
for issues and pull requests which will return items in a descending order of when they were closed