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

Refactoring dataset upload #312

Merged

Commits on Aug 18, 2024

  1. Create custom upload exceptions. UploadImageError and AnnotationUploa…

    …dError
    Leandro Rosemberg committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    81994ac View commit details
    Browse the repository at this point in the history
  2. Handles errors in the correct place

    Leandro Rosemberg committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    bb22a4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    461e976 View commit details
    Browse the repository at this point in the history
  4. Code quality

    Leandro Rosemberg committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    c72dfce View commit details
    Browse the repository at this point in the history
  5. It is not good to have a global response

    Leandro Rosemberg committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    33572c2 View commit details
    Browse the repository at this point in the history
  6. Correcting the parsing of UploadError

    Leandro Rosemberg committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    3990d64 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be98a44 View commit details
    Browse the repository at this point in the history
  8. Tests for image upload error, raising a UploadImageError

    Leandro Rosemberg committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    875addd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6582e32 View commit details
    Browse the repository at this point in the history
  10. Test validating the annotation error

    Leandro Rosemberg committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    ad9738f View commit details
    Browse the repository at this point in the history
  11. Keep the pattern on exceptions name

    Leandro Rosemberg committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    2fc45eb View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Handles ImageUploadErrors in rfapi

    Leandro Rosemberg committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0c45746 View commit details
    Browse the repository at this point in the history
  2. Handles AnnotaitonSaveError in rfapi

    Leandro Rosemberg committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3fd2ac4 View commit details
    Browse the repository at this point in the history
  3. Split single_upload into upload_image and save_annotation

    Leandro Rosemberg committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5606be4 View commit details
    Browse the repository at this point in the history
  4. Add retry attempts to ImageUploadError

    Leandro Rosemberg committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    55b6b95 View commit details
    Browse the repository at this point in the history
  5. Better error handling at workflow upload, and start using new project…

    … image_upload and save_annotation
    Leandro Rosemberg committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    514c435 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61ee06c View commit details
    Browse the repository at this point in the history
  7. Fixing some tests

    Leandro Rosemberg committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a9d138f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    10930d6 View commit details
    Browse the repository at this point in the history
  9. RoboflowError isnt used anymore

    Leandro Rosemberg committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    91afc0f View commit details
    Browse the repository at this point in the history
  10. Fix some bugs

    Leandro Rosemberg committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    51a907a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1189fd4 View commit details
    Browse the repository at this point in the history
  12. Import responses on test_project_methods

    Leandro Rosemberg committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4db4b56 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f012d47 View commit details
    Browse the repository at this point in the history
  14. Cast response to json in some cases

    Leandro Rosemberg committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f391451 View commit details
    Browse the repository at this point in the history