You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cross module dependencies are painful to work with, e.g. flagsmith-workflow -> flagsmith-common and flagsmith -> flagsmith-common causes conflicts when trying to develop on the flagsmith-workflows repository
Running integration tests is painful from private repositories
TODO
Create our own private package repository and deploy all flagsmith modules there so that we can use semver properly (so we can implement version ranges)
We originally created a CodeArtifact repository (currently in eu-west-2) to host public packages (e.g. flagsmith-common), however, it appears that it is not possible to make CodeArtifact repositories open to the public without additional infrastructure. As such, we plan to only use CodeArtifact for private modules (e.g. flagsmith-workflows, flagsmith-saml, etc) and we will just publish the public modules directly to pypi.
We have started a PR against the workflows repository here.
Next steps:
Create an IAM user (role?) specifically for publishing CodeArtifact
Current problems
TODO
Suggested improvements
The text was updated successfully, but these errors were encountered: