Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Update CLI with backend.ai-cli #94

Merged
merged 10 commits into from
Apr 2, 2020
Merged

Update CLI with backend.ai-cli #94

merged 10 commits into from
Apr 2, 2020

Commits on Mar 31, 2020

  1. Configuration menu
    Copy the full SHA
    4b9215b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5da6d39 View commit details
    Browse the repository at this point in the history
  3. fix: remove debug code

    achimnol committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    06285b7 View commit details
    Browse the repository at this point in the history
  4. test: Allow "." in the program name captured in CLI tests

    * ExtendedCommandGroup forces it to be "backend.ai"
    achimnol committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    4977e75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44c66d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Configuration menu
    Copy the full SHA
    df078a2 View commit details
    Browse the repository at this point in the history
  2. fix: Ensure proper SSL termination and proxy context termination

    * Currently Python's asyncio does not wait for processing of
      "connection lost" event for all open SSL transports.
      This generates a very long and messy exception traces, which would
      confuse the end-users.
      We apply a hack to mitigate this issue.
    
    * When we call other context managers inside context managers and get
      exceptions during an outer enter handler,
      we should call exit handlers of the inner context managers properly
      once their enter handlers are called.
    achimnol committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    2d885b7 View commit details
    Browse the repository at this point in the history
  3. fix: lint error

    achimnol committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    6198e5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d80f15 View commit details
    Browse the repository at this point in the history
  5. docs: Update changelog

    achimnol committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    2d89bfd View commit details
    Browse the repository at this point in the history