-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: replace hostname with host in admin config #876
fix: replace hostname with host in admin config #876
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.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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