RoiEX

Results 41 comments of RoiEX

Duplicate of https://github.com/triplea-game/triplea/issues/10936

Looks like dropwizard is not compatible with this version of logback: > The `ch.qos.logback.classic.jmx` package was removed for security reasons and for lack of use. from https://logback.qos.ch/news.html

@DanVanAtta I think the proposed change sounds good, however I'm not sure how you're planning the distribution mechanism. IIRC you were thinking about using headers to do the logic, but...

> (3) Deployment is not fully programmatic, we would require manual steps to set up new DNS entires and equally manual steps to remove old DNS entries This is only...

@DanVanAtta That's precisely my point. It sounds like the same concept. So i was just wondering if we're just reinventing the wheel here. So by using virtual hosts were making...

> If reinventing the wheel, which tools are there that do what we want? I was mainly thinking about nginx's server blocks. I was imagining a nginx config along the...

Regarding a preprod database: I think there are some scenarios where it can be useful. This includes being able to find database migration issues that slipped through testing due to...

To come back at this issue, before I found this issue I had several attempts at this myself. My goal had higher ambitions though: I wanted jest to automatically generate...

@DanVanAtta Actually I'm not entirely sure. I'm pretty sure it will cause problems because of many singletons in the code, but I'm not sure if this change even allows you...

Duplicate of https://github.com/triplea-game/triplea/issues/10936