Skip to content

Releases: IBM/ELM-Python-Client

Added am support, bypassed component/configuration loading when not needed

21 Sep 11:18
Compare
Choose a tag to compare
0.10.0

Added support for am domain (in _ccm.py), now doesn't load all compon…

0.9.3

06 Sep 09:20
Compare
Choose a tag to compare

Final (hopefully) updates to include oslcquery column totalizing so module artifact counting works

0.9.2

05 Sep 17:17
Compare
Choose a tag to compare

fixed totalize :-)

0.9.1

05 Sep 15:39
Compare
Choose a tag to compare

Added oslcquery options:
-R - no default selects - specifically for RM this suppresses putting rm_nav:parent is put into the oslc.select
-I - totalize list columns in the results - e.g. a query for modules with oslc.select=oslc_rm_uses returns an entry for each artifact in the module - this option totalizes these so you get a column of counts of list length - example is querying for all modules and getting all uses back too: -s oslc_rm:uses,dcterms:title -q rdm_types:ArtifactFormat=jazz_rm:Module
-Q - supporess name resolution - means no pre-loading of types, and no post-conversion of URIs to names, but that makes things a lot faster for example when using -I to tsimply totalize - cost is that you can't use names in a query and don't get names in the results

Minor update

14 Jul 07:56
Compare
Choose a tag to compare

Fixed issue with opt-out project in 6.0.6.1 (found using oslcquery)
Batchquery now shows list of failed test numbers
Split out tests.xlsx to test_702.xlsx and test_6061.xlsx because results are different. Some of these are for obvious reasons, such as6061 not supporting searchterms so 0 results, others less obvious such as artifact counts being different for rm_optout_p1. This is based on the Systems Requirement Sample which has presumably changed slightly between 6.0.6.1 and 7.0.2.

mostly minor updates

07 Jul 16:38
Compare
Choose a tag to compare

Doing some prep for adding config mgmet at least to rm
Other mostly minor changes

Full Changelog: 0.7.0...0.8

Added Typesystem Import API example

17 Jun 08:15
Compare
Choose a tag to compare

Added Typesystem Import API example, with some improvements to task tracker in httpops.py
Also fixed issues finding an RM changeset - all streams/baselines/changesets now found :-)

0.6.1

07 Jun 10:23
Compare
Choose a tag to compare

Fixed some issues, added some new features:

  • Type system report for app-wide queries for GCM
  • GCM app-wide shapes couldn't being used as identifiers in queries
  • GCM query results weren't being converted to CSV correctly
  • Reqif definition delete failed with an error
  • Added log2seq which can convert a log file into a HTML sequence diagram of the interactions
  • Added 'intent' to all ways of getting/putting content to server, used in annotations on sequence diagram
  • RM wasn't working with opt-in projects correctly