fix: replace hostname with host in admin config#876
fix: replace hostname with host in admin config#876XVincentX merged 4 commits intoExpressGateway:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #876 +/- ##
==========================================
- Coverage 89.25% 89.15% -0.11%
==========================================
Files 135 135
Lines 3649 3652 +3
==========================================
- Hits 3257 3256 -1
- Misses 392 396 +4
Continue to review full report at Codecov.
|
XVincentX
left a comment
There was a problem hiding this comment.
Nice start! This is going to require some work though and I'd appreciate if you could put at least one test, although I can live without this.
|
I'm not sure of where to put tests or what to test for the changes made in this PR. |
Good point. Let's first make sure the code is ready and then CodeCov will guide us in the part that needs to be covered. It's not exactly that mandatory to test this stuff (I can live with it) but it'd be great to onboard you appropriately :) Keep up the good work! |
116ccc4 to
bdf2ef7
Compare
9bba851 to
cfc81da
Compare
- improves consistency with apiEndpoints config - generators now use host in admin config - hostname is still supported, but warning is shown fixes ExpressGateway#432
5097501 to
365c1e2
Compare
365c1e2 to
5c19ba2
Compare
513e77a to
2345555
Compare
|
I also went ahead and checked what's up with the tests and the untested part do not concern this PR. Good to go! 🚀 |
…stency fix: replace hostname with host in admin config
fixes #432