Skip to content
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

Closed
tillias opened this issue Oct 15, 2020 · 0 comments · Fixed by #67
Closed

Dependency validation #54

tillias opened this issue Oct 15, 2020 · 0 comments · Fixed by #67
Labels
feature-major Major feature

Comments

@tillias
Copy link
Owner

tillias commented Oct 15, 2020

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

@tillias tillias added this to the Version 1.0 milestone Oct 15, 2020
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 26, 2020
tillias pushed a commit that referenced this issue Oct 26, 2020
tillias pushed a commit that referenced this issue Oct 27, 2020
tillias pushed a commit that referenced this issue Oct 27, 2020
@tillias tillias linked a pull request Oct 27, 2020 that will close this issue
tillias pushed a commit that referenced this issue Oct 27, 2020
Dependency validation #54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-major Major feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant