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

Fix/cli upd #186

Closed
wants to merge 42 commits into from
Closed

Fix/cli upd #186

wants to merge 42 commits into from

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    77d3985 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47440d9 View commit details
    Browse the repository at this point in the history
  3. refactor: remove unneeded check

    We are already mapping these fields
    IgnacioHeredia authored and alvarolopez committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    28f2127 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fa01aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e610071 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4b9a57 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f52101d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    216f71a View commit details
    Browse the repository at this point in the history
  9. feat: support bools

    IgnacioHeredia authored and alvarolopez committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    cb1d579 View commit details
    Browse the repository at this point in the history
  10. style: fix flake8

    IgnacioHeredia authored and alvarolopez committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    13e6105 View commit details
    Browse the repository at this point in the history
  11. style: fix black

    IgnacioHeredia authored and alvarolopez committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    53a4c32 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    60257d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    c51c3b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12a1d46 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    12ec967 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    627b89a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d087b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05d7f06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7717348 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7b1b82 View commit details
    Browse the repository at this point in the history
  7. refactor: remove unneeded check

    We are already mapping these fields
    IgnacioHeredia committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9eab0cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2deabdb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d710254 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6099f24 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    071b777 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1bd60f4 View commit details
    Browse the repository at this point in the history
  13. feat: support bools

    IgnacioHeredia committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    6e1453d View commit details
    Browse the repository at this point in the history
  14. style: fix flake8

    IgnacioHeredia committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ac8f874 View commit details
    Browse the repository at this point in the history
  15. style: fix black

    IgnacioHeredia committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    be440bf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    32b669c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    71e8230 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    39fa910 View commit details
    Browse the repository at this point in the history
  2. ci: fix glob pattern

    alvarolopez committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6c1a311 View commit details
    Browse the repository at this point in the history
  3. chore(releases/2.x): release 2.5.0

    ai4-bot authored and alvarolopez committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    aa6cba7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07d7371 View commit details
    Browse the repository at this point in the history
  5. Revert "ci: fix package build, using trusted publisher"

    This reverts commit f619ebd.
    alvarolopez committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b142897 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1099b6a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. fix: do not pass basePath to aiohttp_apispec

    Passing the basePath to the aiohttp_apispec.setup_aiohttp_apispec method
    caused that URL that were used from the Swagger UI added the path twice,
    resulting in 404 not found methods.
    
    Fixes #111
    alvarolopez authored and IgnacioHeredia committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    45c8452 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    267ab6a View commit details
    Browse the repository at this point in the history
  3. chore(releases/2.x): release 2.5.1

    ai4-bot authored and alvarolopez committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2955a63 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    1d9facd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35033e4 View commit details
    Browse the repository at this point in the history