-
Notifications
You must be signed in to change notification settings - Fork 17
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
Dependency validation #54
Labels
feature-major
Major feature
Milestone
Comments
tillias
pushed a commit
that referenced
this issue
Oct 26, 2020
1. For circular dependencies 2. For dependency with same source and target (self cycle) 3. For invalid situations / inputs 4. Unit tests for all the stuff
tillias
pushed a commit
that referenced
this issue
Oct 26, 2020
tillias
pushed a commit
that referenced
this issue
Oct 26, 2020
tillias
pushed a commit
that referenced
this issue
Oct 27, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It shouldn't be possible to create dependency between same microservices twice. Also cyclic dependencies should be validated and introduction of cycles should be prohibited
The text was updated successfully, but these errors were encountered: