8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Users might not want to keep all records around until the end of time. It might be relevant to keep them for 30 days, 60 days, a year, etc.
The API does not yet support searching by dates (see #30) so that would need to be addressed first.
We need to determine what this would look like in practice. A django-admin command ? A command in the (eventual) CLI client ?
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Relevant link, BonnyCI's implementation for 0.x: BonnyCI/hoist@8d7822c
WIP: https://review.opendev.org/#/c/696420/
35aa882
No branches or pull requests
Users might not want to keep all records around until the end of time. It might be relevant to keep them for 30 days, 60 days, a year, etc.
The API does not yet support searching by dates (see #30) so that would need to be addressed first.
We need to determine what this would look like in practice. A django-admin command ? A command in the (eventual) CLI client ?
The text was updated successfully, but these errors were encountered: