-
Notifications
You must be signed in to change notification settings - Fork 2
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
Refactor mapping service #50
Conversation
lua-resty-iputils is already included in the base image
We are using the production image which should contains all required packages, hence reinstall packages with rover is unneeded.
3725cdb
to
69e3969
Compare
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.
Thanks for tidying up the house! Could you remove the wip from the PR title?
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.
Thank you very much for the PR @tkan145 !!
Does the PR solves the issue detected in staging mapping-service (bad argument #2 to 'connect' (string expected, got table)
?
If so, please remove the WIP from PR title, we will merge the PR and I will create a new image to test it in staging
@slopezz it should resolve the Removed WIP |
Small refactor, including:
rover install
when running busted test to avoid overwriting dependencies in the image with the image from Roverfile.lockThe only downside to this refactoring is that it will download the luarocks packages every time you run the busted test. But given the frequency of updates in this repository, I think we can live with that.