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

Refactor commands using mixins and add testsuite #308

Merged
72 commits merged into from
Dec 22, 2022

Conversation

gitseti
Copy link
Contributor

@gitseti gitseti commented Jul 19, 2022

@gitseti gitseti force-pushed the refactor-commands-using-mixins branch from de7fe40 to d38f54b Compare September 5, 2022 15:08
@gitseti gitseti marked this pull request as ready for review September 5, 2022 15:09
@gitseti gitseti requested a review from a user September 5, 2022 15:09
LukasBrand and others added 5 commits September 7, 2022 14:47
Aligned version and help options.
Removed unnecessary inheritance.
Fixed minor printout issues.
Improved native image code documentation.
Code refactoring.
@gitseti gitseti marked this pull request as draft September 30, 2022 15:47
gitseti and others added 18 commits October 20, 2022 14:51
…tor-commands-using-mixins

# Conflicts:
#	src/main/java/com/hivemq/cli/commands/AbstractCommonFlags.java
#	src/main/java/com/hivemq/cli/commands/cli/PublishCommand.java
#	src/main/java/com/hivemq/cli/commands/options/ConnectRestrictionOptions.java
#	src/main/java/com/hivemq/cli/commands/options/WillOptions.java
#	src/main/java/com/hivemq/cli/commands/shell/ContextPublishCommand.java
#	src/main/java/com/hivemq/cli/commands/shell/ListClientsCommand.java
#	src/main/java/com/hivemq/cli/mqtt/MqttClientExecutor.java
#	src/systemTest/java/com/hivemq/cli/commands/cli/PublishST.java
#	src/systemTest/java/com/hivemq/cli/commands/cli/SubscribeST.java
#	src/systemTest/java/com/hivemq/cli/commands/cli/shell/ConnectST.java
#	src/systemTest/java/com/hivemq/cli/commands/cli/shell/DisconnectST.java
#	src/systemTest/java/com/hivemq/cli/commands/cli/shell/PublishST.java
#	src/systemTest/java/com/hivemq/cli/commands/cli/shell/SubscribeST.java
Fixed native image.
Aligned code formatting.
@ghost ghost marked this pull request as ready for review December 19, 2022 15:48
@ghost ghost mentioned this pull request Dec 19, 2022
@ghost ghost changed the title MQTT Commands > Refactor commands using mixins Refactor commands using mixins and add testsuite Dec 19, 2022
@ghost ghost mentioned this pull request Dec 21, 2022
4 tasks
@ghost ghost self-assigned this Dec 22, 2022
@ghost
Copy link

ghost commented Dec 22, 2022

This pull request was pair-programmed with @gitseti and the testsuite was written to ensure all commands are still functional after this huge change.

@ghost ghost merged commit f9b7203 into master Dec 22, 2022
@ghost ghost deleted the refactor-commands-using-mixins branch December 22, 2022 15:44
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exit code on fatal errors is incorrect
2 participants