Skip to content

Releases: bmw-software-engineering/lobster

Release 0.9.7

22 Jun 14:54
Compare
Choose a tag to compare

0.9.7

  • lobster-codebeamer now also consults the ~/.netrc file, if
    present, as an alternative to providing authentication in the
    environment or command-line.

  • Fix missing __init__.py files for the packages lobster.tools,
    lobster.tools.trlc, and lobster.tools.json.

Release 0.9.6

20 Jun 07:35
Compare
Choose a tag to compare

0.9.6

  • lobster-report now has an --out option, to bring it in line with
    the other tools

Release 0.9.5

14 Jun 14:03
Compare
Choose a tag to compare

0.9.5

  • lobster-codebeamer now issues better error messages if you made a
    mistake in the query id.

  • lobster-gtest now deals with older versions of googletest which do
    not embedd file name into the XML output. These locations are either
    guessed or simply made into <unknown source>. Traced tests using
    the macro provided always include a file/line number; this issue
    only affects untraced tests.

Release 0.9.4

13 Jun 09:19
Compare
Choose a tag to compare

0.9.4

  • lobster-codebeamer can now directly import codebeamer Queries.

Release 0.9.3

09 May 09:58
Compare
Choose a tag to compare

0.9.3

  • Fix copy/deepcopy bug in lobster-trlc where bogus error messages
    could be created for extensions of types using tuples.

Release 0.9.2

08 May 15:06
Compare
Choose a tag to compare

0.9.2

Release 0.9.1

03 May 14:22
Compare
Choose a tag to compare

0.9.1

  • First PyPI release of several packages

    • bmw-lobster-core (report generation)
    • bmw-lobster-tool-cpp (C/C++ tracing)
    • bmw-lobster-tool-gtest (GoogleTest tracing)
    • bmw-lobster-tool-python (Python3 tracing)
    • bmw-lobster-tool-codebeamer (Codebeamer requirements import)
    • bmw-lobster (metapackage to install all the above)
  • The TRLC and JSON tools are not quite ready for PyPI release