-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lobster-report allow optional up-linking in tracing policies
lobster.config accepts multiline keywords which considered to be "and" the "requires" keyword has been changed to "trace from" Resolves #10
- Loading branch information
1 parent
169f05a
commit 3528538
Showing
13 changed files
with
348 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"data": [ | ||
{ | ||
"tag": "req 17045@11", | ||
"location": { | ||
"kind": "codebeamer", | ||
"cb_root": "https://codebeamer.company.net/", | ||
"tracker": 1111, | ||
"item": 1111, | ||
"version": 11, | ||
"name": "test1" | ||
}, | ||
"name": "test1", | ||
"messages": [], | ||
"just_up": [], | ||
"just_down": [], | ||
"just_global": [], | ||
"framework": "codebeamer", | ||
"kind": "Technical Requirement", | ||
"text": null, | ||
"status": "Valid" | ||
} | ||
], | ||
"generator": "lobster_codebeamer", | ||
"schema": "lobster-req-trace", | ||
"version": 4 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"data": [ | ||
{ | ||
"tag": "req 17044@22", | ||
"location": { | ||
"kind": "codebeamer", | ||
"cb_root": "https://codebeamer.company.net/", | ||
"tracker": 2222, | ||
"item": 2222, | ||
"version": 22, | ||
"name": "test" | ||
}, | ||
"name": "test", | ||
"messages": [], | ||
"just_up": [], | ||
"just_down": [], | ||
"just_global": [], | ||
"framework": "codebeamer", | ||
"kind": "Technical Requirement", | ||
"text": null, | ||
"status": "Valid" | ||
} | ||
], | ||
"generator": "lobster_codebeamer", | ||
"schema": "lobster-req-trace", | ||
"version": 4 | ||
} |
Oops, something went wrong.