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

Add possibility to search for terminated features #192

Merged
merged 4 commits into from
Jun 11, 2021

Conversation

clausnagel
Copy link
Member

This PR extends the feature version filter to be able to search for terminated features in addition to the latest and valid features (see issue #185).

It adds the two options terminated and terminated_at to the CLI version of the feature version filter. terminated returns all terminated features in the database, whereas terminated_at only returns those feature that were terminated at a given timestamp (i.e. the termination_date is less than or equal to the given timestamp). The GUI has also been adapted to offer the new options.

The new options have just been added to the CLI and the config file without any breaking changes.

@clausnagel clausnagel merged commit 20b516a into master Jun 11, 2021
@clausnagel clausnagel deleted the feature-add-terminated-feature-version branch June 11, 2021 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants