-
Notifications
You must be signed in to change notification settings - Fork 0
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
This library needs breaking up #10
This library needs breaking up #10
Comments
We should probably also move the base Docker image into a different repo. The image doesn't have the library preinstalled (because I can't work out how to do that with NPM) and so the release cadence for library and image is quite different. |
The image move is done; base images are now in acs-base-images. Splitting the library up has become more urgent: the gssapi and pg deps are preventing webpacking of the client code. |
Reopening as the remaing pieces still need breaking out. |
This library has grown much too large. It needs breaking up into at least these pieces:
This module then needs to pull the pieces back in, for compatibility.
The text was updated successfully, but these errors were encountered: