ELM-Python-Client icon indicating copy to clipboard operation
ELM-Python-Client copied to clipboard

Python client for IBM Enterprise Lifecycle Management applications with example commandline applications for OSLC Query export to CSV from DOORS Next (DN/DNG), Enterprise Workflow Management (EWM/RTC)...

Results 19 ELM-Python-Client issues
Sort by recently updated
recently updated
newest added

Hi, When I try to use `do_complex_query` -> select kwarg like `select='rtc_cm:x.y.z'` I get `lark.exceptions.UnexpectedCharacters` error with message No terminal matches '.' in the current parser context, at ... rtc_cm:x.y.z...

See https://github.com/IBM/ELM-Python-Client/discussions/23#discussioncomment-4400024 To check: if Satisfies link has different URIs in each component, what is put in oslc.select when using -v to (hopefully) get results with Satisfies link from all...

bug

See https://github.com/IBM/ELM-Python-Client/discussions/23#discussioncomment-4400024

bug

One example doing counting of artifacts/module in a very large GC project with 1253 contributions containing 25886 modules and total of 6722401 bindings was spending about 50% of the time...

enhancement

DNG (at least) supports OSLC Configuration Management - there's current implementation to find/select a configuration which works across dng and ETM, but it would be useful to also be able...

enhancement

For OSLC Query, literal strings in the oslc.where which want to contain a \ or a " must escape these by prefixing with \. This currently isn't done, and it...

bug

I've been working in a project that has made extensive use of custom artifacts and attributes, and was wondering if there was a way to translate the URI returned for...