-
Notifications
You must be signed in to change notification settings - Fork 36
Add support for filtering by status #560
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,20 @@ | ||
| # OpenFastTrace 4.6.0, released 2026-07-?? | ||
|
|
||
| Code name: ?? | ||
|
|
||
| We also updated test and build dependencies to fix vulnerabilities. Runtime code is not affected, so no update is required. | ||
| Code name: Status Filter at Import | ||
|
|
||
| ## Summary | ||
|
|
||
| We moved some GitHub action permissions from workflow-level to job-level. | ||
| We added a new feature to filter specification items by status at import time via `-w` or `--wanted-statuses` CLI parameters. | ||
| This is helpful when your project uses specification documents for planning future requirements (marked by the status "draft" or "porposed"). | ||
|
Comment on lines
+7
to
+8
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. A typical use case is to exclude only Another remark: We often don't use the status field for items. Only when we add items we mark them as draft. Would it be possible to allow including items without status? |
||
|
|
||
| We also updated test and build dependencies to fix vulnerabilities. Runtime code is not affected, so no update is required. | ||
|
|
||
| We moved some GitHub action permissions from workflow-level to job-level. Sonar findings that accumulated with Sonar introducing new code rules were reduced a lot. Since OFT is used in safety-critical projects, code quality is crucial to us. | ||
|
|
||
| ## New Features | ||
|
|
||
| * #519: Added support for filtering by specification item status. | ||
|
|
||
| ## Security | ||
|
|
||
| * #556: Updated Junit, PlantUML, Jacoco Maven plugin and Central publishing Plugin dependencies to fix vulnerabilities | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.