Skip to content
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

Allow dumping/cleaning the job history via a ketrew subcommand #516

Open
armish opened this issue Feb 16, 2017 · 2 comments
Open

Allow dumping/cleaning the job history via a ketrew subcommand #516

armish opened this issue Feb 16, 2017 · 2 comments
Assignees

Comments

@armish
Copy link
Member

armish commented Feb 16, 2017

The pagination and filtering by job names using the web UI quickly becomes harder and harder as the number of (sometimes repetitive) job submissions get higher and higher. It would be great to provide a CLI-based option to dump the history (as a backup) and clean it to give the UI more breathing room.

I guess this is doable via some interaction with the underlying database, but doing it via ketrew would be better/easier.

@armish armish self-assigned this Feb 16, 2017
@armish
Copy link
Member Author

armish commented Feb 16, 2017

(assigned myself on purpose to improve my ketrew skills a bit ;))

@smondet
Copy link
Member

smondet commented Feb 17, 2017

You know you can "hide" older stuff from the UI right?

E.g. with the query:

(and (created-in-the-past (days 2)) (is-activated-by-user))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants