-
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
Refactor: reduce complexity by removing unused functionality #25
Conversation
3f03848
to
53e56a1
Compare
53e56a1
to
7a7d2f9
Compare
I think this closes the following issues @j2ein. Please correct me if I am wrong.
|
4f0e71e
to
6b42264
Compare
This removes the following things: - anything with tests because there are not tests - unused and undocumented Makefile targets Furthermore, the Makefile `docker` target is now able to use CGO because this is also not disabled in the pipelines and some dependencies cannot build without it.
7a7d2f9
to
d4bbfe9
Compare
d4bbfe9
to
7467ebb
Compare
This issue was from @SilvanVerhoeven , and I think "the missing commands" meant the additional parameter that was needed to specify for development purpose (specifying custom backend, etc.) So this is no problem for us, as a normal usage of bees does not require those flags.
The issue is addressed.
I agree with you that the bee should return more meaningful error, so I agree with your decision to have that issue open. |
No description provided.