snowstorm icon indicating copy to clipboard operation
snowstorm copied to clipboard

MAINT-1974 Added configurable branch to refset types

Open hurtigcodes opened this issue 2 years ago • 2 comments

Added a config option for setting up reference set types on other branches than MAIN, which was hardcoded before.

Thought of loading all available branches during app init and config all refset types to all there and then, but this should be good enough for our needs.

"refsets.branch" defaults to MAIN if it's unset in application.properties. If configured branch don't exist exception is thrown (java.lang.IllegalArgumentException: Branch 'BLABLA' does not exist.) and app fails to start.

hurtigcodes avatar May 17 '22 16:05 hurtigcodes

OK now it should be ready for develop

hurtigcodes avatar May 23 '22 13:05 hurtigcodes

Jira ticket MAINT-1974 has been created and handed over to the technical team.

kaicode avatar May 26 '22 09:05 kaicode

Hi, any updates on this PR? :)

hurtigcodes avatar Oct 11 '22 13:10 hurtigcodes

@hurtigcodes Yes it looks good. I will merge it now. Thanks.

CoderMChu avatar Oct 11 '22 14:10 CoderMChu