Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Gavin HallidayGavin HallidayReporter
Kevin LogemannKevin LogemannPriority
MinorCompatibility
MinorFix versions
Pull Request URL
Roadmap
Not applicable
Details
Details
Components
Assignee
Gavin Halliday
Gavin HallidayReporter
Kevin Logemann
Kevin LogemannPriority
Compatibility
Minor
Fix versions
Pull Request URL
Roadmap
Not applicable
Created June 29, 2020 at 6:21 PM
Updated November 30, 2020 at 12:17 PM
Resolved November 30, 2020 at 12:17 PM
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.