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

feat: removed dial string and pdp from modem UI #5354

Merged
merged 5 commits into from
Sep 24, 2024

Conversation

MMaiero
Copy link
Contributor

@MMaiero MMaiero commented Sep 12, 2024

Note: We are using the Conventional Commits convention for our pull request titles. Please take a look at the PR title format document for the supported types and scopes.

Brief description of the PR. [e.g. Added null check on object to avoid NullPointerException]

Related Issue: This PR fixes/closes {issue number}

Description of the solution adopted: A more detailed description of the changes made to solve/close one or more issues. If the PR is simple and easy to understand this section can be skipped

Screenshots: If applicable, add screenshots to help explain your solution

Manual Tests: Optional description of the tests performed to check correct functioning of changes, useful for an efficient review

Any side note on the changes made: Description of any other change that has been made, which is not directly linked to the issue resolution [e.g. Code clean up/Sonar issue resolution]

@MMaiero MMaiero marked this pull request as ready for review September 12, 2024 13:29
@@ -22,8 +22,6 @@
import org.eclipse.kura.web.client.util.MessageUtils;
import org.eclipse.kura.web.shared.model.GwtModemAuthType;
import org.eclipse.kura.web.shared.model.GwtModemInterfaceConfig;
import org.eclipse.kura.web.shared.model.GwtModemPdpEntry;
import org.eclipse.kura.web.shared.model.GwtModemPdpType;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we delete also these classes? Are they used somewhere?

@pierantoniomerlino
Copy link
Contributor

@MMaiero Please update the copyright headers.

Signed-off-by: MMaiero <matteo.maiero@eurotech.com>
Signed-off-by: MMaiero <matteo.maiero@eurotech.com>
Signed-off-by: MMaiero <matteo.maiero@eurotech.com>
Signed-off-by: MMaiero <matteo.maiero@eurotech.com>
@pierantoniomerlino
Copy link
Contributor

@MMaiero the kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/shared/model/GwtModemInterfaceConfig.java is still with the old copyright year. Could you please update it?

Signed-off-by: MMaiero <matteo.maiero@eurotech.com>
@MMaiero
Copy link
Contributor Author

MMaiero commented Sep 24, 2024

@MMaiero the kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/shared/model/GwtModemInterfaceConfig.java is still with the old copyright year. Could you please update it?

Done

@MMaiero MMaiero merged commit 65ba195 into develop Sep 24, 2024
7 checks passed
@MMaiero MMaiero deleted the feat_remove-modem-dial-pdp branch September 24, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants