Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Minor
-
Not applicable
Description
We are using the dependencies.xml file to identify Roxie query dependencies on ECL attributes, and in turn embed them into gitlab pipelines to automate our deployment of services based on attributes changed in a given merge request.
The dependencies.xml file currently preserves the camel-casing of the module name in the repository, but seems to make the name all lowercase:
<Attr module="CarrierDiscoveryServices" name="getdatafillresult">
This makes it difficult to integrate directly into the process, as gitlab CI scripts are case-sensitive.
This is a request for the camel-casing to be preserved in both XML attributes of the dependencies.xml file.