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

Implement all queries. #115

Merged
merged 5 commits into from
Apr 24, 2023
Merged

Implement all queries. #115

merged 5 commits into from
Apr 24, 2023

Conversation

PanekOndrej
Copy link
Collaborator

Fixes:

  • convert loglevel input to uppercase in logging.create_logger()
  • minor fixes in tests

New:

  • queries from fork were implemented, tests included:

    • get_actor_state
    • get_actor_status_info
  • remaining queries were implemented, tests included:

    • get_actor_supports
    • get_full_project_status_info
    • get_full_project_tree
    • get_hpc_licensing_forwarded_environment
    • get_input_slot_value
    • get_output_slot_value
    • get_project_tree_systems
    • get_project_tree_systems_with_properties
    • get_server_is_alive
    • get_systems_status_info
  • Since this is not directly accessible nor meant to be used by common user, there are no input type checks

@PanekOndrej PanekOndrej linked an issue Apr 21, 2023 that may be closed by this pull request
@rfahlberg rfahlberg merged commit 5a26acf into main Apr 24, 2023
@rfahlberg rfahlberg deleted the feat/implement-all-queries branch April 24, 2023 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reintegrate bug fixes from fork
2 participants