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

refactoring ITDE manager interface #97

Merged
merged 3 commits into from
Mar 28, 2024

Conversation

ahsimb
Copy link
Collaborator

@ahsimb ahsimb commented Mar 27, 2024

closes #93

@ahsimb ahsimb added the refactoring Code improvement without behavior change label Mar 27, 2024
@ahsimb ahsimb requested a review from ckunki March 27, 2024 14:46
@ahsimb ahsimb self-assigned this Mar 27, 2024
test/integration/test_itde_manager.py Outdated Show resolved Hide resolved
test/integration/test_itde_manager.py Outdated Show resolved Hide resolved
test/integration/test_itde_manager.py Outdated Show resolved Hide resolved
test/integration/test_itde_manager.py Outdated Show resolved Hide resolved
test/integration/test_itde_manager.py Outdated Show resolved Hide resolved
exasol/nb_connector/itde_manager.py Outdated Show resolved Hide resolved
exasol/nb_connector/itde_manager.py Outdated Show resolved Hide resolved
exasol/nb_connector/itde_manager.py Outdated Show resolved Hide resolved
@@ -144,61 +154,61 @@ def _get_ipv4_addresses():
return ip_addresses


def is_itde_running(conf: Secrets) -> Tuple[bool, bool]:
def get_itde_status(conf: Secrets) -> ItdeContainerStatus:
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
def get_itde_status(conf: Secrets) -> ItdeContainerStatus:
def itde_status(conf: Secrets) -> ItdeContainerStatus:

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think it's better to have a verb in the name.

Nicoretti
Nicoretti previously approved these changes Mar 28, 2024
@ahsimb ahsimb merged commit c2ff207 into main Mar 28, 2024
12 checks passed
@ahsimb ahsimb deleted the refactoring/93-refactor-itde-manager branch March 28, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code improvement without behavior change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor ITDE startup functions
3 participants