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

Feature/aca py 0.7.3rc0 #116

Merged
merged 5 commits into from
Dec 16, 2021

Commits on Dec 15, 2021

  1. feat: update to ACA-Py 0.7.3rc0

    Signed-off-by: Colton Wolkins (Indicio work address) <colton@indicio.tech>
    TheTechmage committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    1b73015 View commit details
    Browse the repository at this point in the history
  2. fix: Stop creating a session just for send_to_admins

    Due to changes within the *Managers in ACA-Py, I have decided that it is
    cleaner to not create a ProfileSession when we are calling
    send_to_admins when the ConnectionManager requires a base profile
    anyways. This has resulted in a cleaner codebase for all the places
    where send_to_admins is called.
    
    Signed-off-by: Colton Wolkins (Indicio work address) <colton@indicio.tech>
    TheTechmage committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    c0ac890 View commit details
    Browse the repository at this point in the history
  3. fix: Add try-catch around indicio selfserve request

    When the request to Indicio's selfserve URL times out, it becomes a bit
    difficult to trace where the exception is coming from. Adding a try
    catch then re-raising a new error should make it easier to spot in the
    future.
    
    Signed-off-by: Colton Wolkins (Indicio work address) <colton@indicio.tech>
    TheTechmage committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    6999683 View commit details
    Browse the repository at this point in the history
  4. chore: Fix formatting for black

    Signed-off-by: Colton Wolkins (Indicio work address) <colton@indicio.tech>
    TheTechmage committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    e2fd886 View commit details
    Browse the repository at this point in the history
  5. ci: Fix tests for ACA-Py 0.7.3

    Signed-off-by: Colton Wolkins (Indicio work address) <colton@indicio.tech>
    TheTechmage committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    74ae4ef View commit details
    Browse the repository at this point in the history