|
5 | 5 |
|
6 | 6 | ### 1.0.3-dev |
7 | 7 |
|
8 | | -* Introduced API function: |
9 | | - - `lobster-pkg`: |
10 | | - This is API function for the tool `lobster-pkg` which takes `PkgToolConfig` as input |
| 8 | +* `lobster-html-report`: |
| 9 | + - [Bazel]: Added a parameter to specify the source root of the html report. |
| 10 | + Make sure that links to source files work correctly. |
| 11 | + |
| 12 | +* `lobster-pkg`: |
| 13 | + - Introduced API function. |
| 14 | + Added API function for the tool `lobster-pkg` which takes `PkgToolConfig` as input |
11 | 15 | and extracts tracing values from package files. |
12 | 16 | This is similar to running the tool `lobster-pkg`. |
13 | 17 |
|
|
30 | 34 | prevents unexpected failures when working with nested directory structures. |
31 | 35 |
|
32 | 36 | * `lobster-codebeamer`: |
33 | | - - Enabled parallel execution for system tests, improving test suite performance. |
34 | 37 | - Improved error messages with detailed troubleshooting information: |
35 | 38 | - Connection timeout errors now include the URL and suggest increasing timeout parameter |
36 | 39 | - Connection errors provide actionable steps like checking internet connection and increasing retries |
|
40 | 43 | - If the configuration file contains an invalid schema value, an exception is raised. |
41 | 44 | Earlier the fallback "activity" was used. |
42 | 45 |
|
43 | | -* `lobster-python`: |
44 | | - - Added system test infrastructure and Bazel targets under `tests_system/lobster_python`. |
45 | | - |
46 | 46 | * API documentation |
47 | | - - Created comprehensive API documentation using Sphinx for better user experience across all LOBSTER tools |
| 47 | + - Created comprehensive API documentation using Sphinx for better user experience across all LOBSTER tools. |
48 | 48 | - Added detailed examples and configuration parameters for `lobster-codebeamer`, |
49 | | - `lobster-cpptest`, `lobster-report`, `lobster-html_report`, and `lobster-online_report` tools |
| 49 | + `lobster-cpptest`, `lobster-report`, `lobster-html-report`, and `lobster-online-report` tools. |
50 | 50 |
|
51 | 51 | * Included Python 3.13 in the CI test matrix. |
52 | 52 |
|
|
0 commit comments