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

feat: remove s3 file from annotations and use an observation array in… #28

Open
wants to merge 24 commits into
base: main
Choose a base branch
from

Commits on Jun 24, 2023

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

Commits on Apr 1, 2024

  1. fix: image path

    Nastaliss committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ae0ed9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceec8b5 View commit details
    Browse the repository at this point in the history
  3. feat: sort types

    Nastaliss committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    3acab3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1d8d3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7496a3 View commit details
    Browse the repository at this point in the history
  6. feat: add health-check

    Nastaliss committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    d26245c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20f218e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    620934b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6b27953 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5d89bf5 View commit details
    Browse the repository at this point in the history
  11. feat: lint

    Nastaliss committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    5267883 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. chore: retrigger ci

    Nastaliss committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    62c4f9f View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump certifi from 2022.12.7 to 2023.7.22 (#29)

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22.
    - [Commits](certifi/python-certifi@2022.12.07...2023.07.22)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and Nastaliss committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    212cda3 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump gitpython from 3.1.31 to 3.1.34 (#31)

    Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.31 to 3.1.34.
    - [Release notes](https://github.com/gitpython-developers/GitPython/releases)
    - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
    - [Commits](gitpython-developers/GitPython@3.1.31...3.1.34)
    
    ---
    updated-dependencies:
    - dependency-name: gitpython
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and Nastaliss committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ee5f16e View commit details
    Browse the repository at this point in the history
  4. chore(deps): Bump gitpython from 3.1.34 to 3.1.35 (#32)

    Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.34 to 3.1.35.
    - [Release notes](https://github.com/gitpython-developers/GitPython/releases)
    - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
    - [Commits](gitpython-developers/GitPython@3.1.34...3.1.35)
    
    ---
    updated-dependencies:
    - dependency-name: gitpython
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and Nastaliss committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b746327 View commit details
    Browse the repository at this point in the history
  5. feat: Enables CORS using FastAPI middleware (#26)

    * feat: Adds CORS middleware
    
    * chore: Updates docker
    
    * docs: Updates README
    frgfm authored and Nastaliss committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    64941bd View commit details
    Browse the repository at this point in the history
  6. chore(deps): Bump urllib3 from 1.26.15 to 1.26.17 (#33)

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 1.26.17.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@1.26.15...1.26.17)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and Nastaliss committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a6df74b View commit details
    Browse the repository at this point in the history
  7. chore(deps): Bump gitpython from 3.1.35 to 3.1.37 (#34)

    Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.35 to 3.1.37.
    - [Release notes](https://github.com/gitpython-developers/GitPython/releases)
    - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
    - [Commits](gitpython-developers/GitPython@3.1.35...3.1.37)
    
    ---
    updated-dependencies:
    - dependency-name: gitpython
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and Nastaliss committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    90d0326 View commit details
    Browse the repository at this point in the history
  8. chore(deps): Bump urllib3 from 1.26.17 to 1.26.18 (#35)

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@1.26.17...1.26.18)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and Nastaliss committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ebc4104 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0acfed9 View commit details
    Browse the repository at this point in the history
  10. fix: no explicit none

    Nastaliss committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    43e4a50 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    0c1f2f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    793a7bb View commit details
    Browse the repository at this point in the history