osdu-delfi updates
The latest changes have been merged from OSDU-Delfi master branch, mostly Azure changes:
- A cache of partitions has been added, be ready to specify Redis connection settings in the application.properties file for that
- Redis slave/cluster/sentinel configuration files were added, managed Azure Redis cache is planned to be used later
- Open API yaml updated
- partition tutorial ...
Merge request reports
Activity
assigned to @ethiraj
assigned to @dkodeih
assigned to @danielscholl
I added a
trusted-osdu-delfi-changes
branch, which I believe was @nthakur's intent. A small typo in his original branch caused the pipeline to be unable to find and launch the protected pipeline. I started a new one after creating the branch, still running as of this writing.As for the merge failure, I don't know the reason why. It seemed to take roughly 30 minutes, then errored out.
I see that the "Squash commits" option is checked. That causes GitLab to create a new commit consisting of all the branch's commits squashed together. When it tries to add that to it's repository, it will trigger a secret-scanning-hook on the new commit. I have previously seen instances where false positives (high entropy strings that aren't actually secrets) get re-flagged during this process. However, that usually fails quickly, so I don't know if that's the issue here. Still could be the secret scanner going into an infinite loop or something during the scan. That makes more sense to me than a GitLab bug.
I'll keep poking at this to see if I can find a cause.
mentioned in commit 91c497e8
added Azure Common Code labels
added MREnhancement label
changed milestone to %M1 - Release 0.1