Ian Barnard

Results 10 issues of Ian Barnard

This might be used for example to enable commandline querying such as with gc for finding uses of a contribution, which uses a query that embeds the local contribution URL,...

enhancement

### Discussed in https://github.com/IBM/ELM-Python-Client/discussions/32 Originally posted by **pablogarijo** March 2, 2023 How can I use the -s/-n/-v property with an attribute with spaces (F.E "Planned SW Release Version" or 'Satisfied...

bug

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

AFAICT the geonames_rdf library doesn't convert the east_west_north_south_box bounding box parameter into HTTP/REST parameters correctly - it applies a single parameter "east,west,south,north" when the four values should all be individual...