forked from bmw-software-engineering/lobster
-
Notifications
You must be signed in to change notification settings - Fork 0
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 multi line kewords which considere it to be and the requires keyword has been changed to trace from Resolves bmw-software-engineering#10
- Loading branch information
1 parent
77e74a1
commit d9d7c38
Showing
12 changed files
with
346 additions
and
76 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
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.