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

#2289 Migrate to Poetry #2436

Merged
merged 27 commits into from
Aug 30, 2023
Merged

#2289 Migrate to Poetry #2436

merged 27 commits into from
Aug 30, 2023

Commits on Aug 19, 2023

  1. move from requirements.txt to poetry

    Signed-off-by: Gavin <gavinfreeborn@gmail.com>
    Gavinok committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    fc118c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f111da7 View commit details
    Browse the repository at this point in the history
  3. Add python3-indy for Dockerfile.indy and corrected pyproject.toml

    Signed-off-by: Gavin <gavinfreeborn@gmail.com>
    Gavinok committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    5b8ba48 View commit details
    Browse the repository at this point in the history
  4. removed old setup.py and requirements.txt files

    Signed-off-by: Gavin <gavinfreeborn@gmail.com>
    Gavinok committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    5bfc54e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Migrate poetry groups to extra dependancies

    Signed-off-by: Gavin <gavinfreeborn@gmail.com>
    Gavinok committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    8246b6c View commit details
    Browse the repository at this point in the history
  2. Updated test workflow to use poetry

    Signed-off-by: Gavin <gavinfreeborn@gmail.com>
    Gavinok committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d2db5dc View commit details
    Browse the repository at this point in the history
  3. use pip install as the dockerfiles do for poetry

    Signed-off-by: Gavin <gavinfreeborn@gmail.com>
    Gavinok committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d1baab1 View commit details
    Browse the repository at this point in the history
  4. Corrected outdated "Indy Agent" to "Aries Agent"

    Signed-off-by: Gavin <gavinfreeborn@gmail.com>
    Gavinok committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    e33d164 View commit details
    Browse the repository at this point in the history
  5. Converted bash script to a python script for poetry support

    Signed-off-by: Gavin <gavinfreeborn@gmail.com>
    Gavinok committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    6d06184 View commit details
    Browse the repository at this point in the history
  6. Simplify install by installing the complete package

    Signed-off-by: Gavin <gavinfreeborn@gmail.com>
    Gavinok committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    b6c9cc7 View commit details
    Browse the repository at this point in the history
  7. change entry point to be in 'name=module:attrs [extras]' format

    Signed-off-by: Gavin <gavinfreeborn@gmail.com>
    Gavinok committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    5cb336e View commit details
    Browse the repository at this point in the history
  8. Move tests from being optional to being a dev dependency

    Signed-off-by: Gavin <gavinfreeborn@gmail.com>
    Gavinok committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2aac2ce View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. instead of os for aca-py import the module it's self

    Signed-off-by: Gavin <gavinfreeborn@gmail.com>
    Gavinok committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    65d058e View commit details
    Browse the repository at this point in the history
  2. Dropped dedicated aca-py script for poetry calling of main()

    Signed-off-by: Gavin <gavinfreeborn@gmail.com>
    Gavinok committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    ff377ec View commit details
    Browse the repository at this point in the history
  3. bin directory is no longer necessary

    Signed-off-by: Gavin <gavinfreeborn@gmail.com>
    Gavinok committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    8347c0b View commit details
    Browse the repository at this point in the history
  4. Create a dedicated scripting main to prevent failing during tests

    Signed-off-by: Gavin <gavinfreeborn@gmail.com>
    Gavinok committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9d7a416 View commit details
    Browse the repository at this point in the history
  5. Conform to flake8

    Signed-off-by: Gavin <gavinfreeborn@gmail.com>
    Gavinok committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    219240d View commit details
    Browse the repository at this point in the history
  6. Corrected name of function in aca-py script

    Signed-off-by: Gavin <gavinfreeborn@gmail.com>
    Gavinok committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    ca60314 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    9205b65 View commit details
    Browse the repository at this point in the history
  2. removed tests as an extra and added hyperledger as the author

    Signed-off-by: Gavin <gavinfreeborn@gmail.com>
    Gavinok committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    981bc6c View commit details
    Browse the repository at this point in the history
  3. Update publication to now use poetry

    Signed-off-by: Gavin <gavinfreeborn@gmail.com>
    Gavinok committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    afa1a67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    433086d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    7bf400b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Update devcontainer to use the poetry files.

    Signed-off-by: Gavin <gavinfreeborn@gmail.com>
    Gavinok committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    93dfcab View commit details
    Browse the repository at this point in the history
  2. Added a Poetry.md

    Signed-off-by: Gavin <gavinfreeborn@gmail.com>
    Gavinok committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e7423b5 View commit details
    Browse the repository at this point in the history
  3. Relocate Poetry.md to the docs directory for consistancy

    Signed-off-by: Gavin <gavinfreeborn@gmail.com>
    Gavinok committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ef6aac7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    040e830 View commit details
    Browse the repository at this point in the history