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

Add Parsec Basic Client #3

Merged
merged 3 commits into from
Mar 6, 2024
Merged

Add Parsec Basic Client #3

merged 3 commits into from
Mar 6, 2024

Commits on Mar 6, 2024

  1. Add Parsec Basic Client to Parsec Provider Context

    Create a Parsec Provider context that contains a Parsec Basic Client.
    This client will be used for any operation requests coming from the
    Parsec Provider, so that it gets redirected to the Parsec Service.
    
    Signed-off-by: Tomás González <[email protected]>
    tgonzalezorlandoarm committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ca68f20 View commit details
    Browse the repository at this point in the history
  2. ci: Run the Parsec Service when testing

    With the new addition of the Parsec Basic Client for the Parsec
    Provider Context, we now need to run the Parsec Service in order
    to create the client and use it for testing.
    
    Signed-off-by: Tomás González <[email protected]>
    tgonzalezorlandoarm committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b97d752 View commit details
    Browse the repository at this point in the history
  3. Enable logging when provider is initialized

    Currently, errors are not displayed when they ocurr as there is no
    actual logger that has been included.
    
     * Add env_logger as the logging unit.
     * Initialize the logging unit when the provider is initialized.
    
    Signed-off-by: Tomás González <[email protected]>
    tgonzalezorlandoarm committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    d83cc22 View commit details
    Browse the repository at this point in the history