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

Release 230904 #864

Merged
merged 21 commits into from
Sep 4, 2023
Merged

Release 230904 #864

merged 21 commits into from
Sep 4, 2023

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    6aac245 View commit details
    Browse the repository at this point in the history
  2. [CVAT][JOB LAUNCHER] Update CVAT manifest (#817)

    * Update CVAT manifest
    
    * Get some default values from .env
    
    * Send webhook when job type is IMAGE_BOXES or IMAGE_POINTS and fix tests
    flopez7 authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    57818b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. [AGREEMENT] Add bootstrapping capabilities to agreement package (#823)

    * Add bootstrapping to agreement package
    * Add bootstrapped values to binary image labeling results
    * Fix file name in test_process_exchange_oracle_webhook
    ---------
    
    Co-authored-by: Francisco López <[email protected]>
    simulacrum6 and flopez7 authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    cb9414b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. [JOB LAUNCHER] Get job lists (#831)

    * Add endpoint to get job lists
    
    * Return filtered status instead of Job status
    flopez7 authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    3eeb2b7 View commit details
    Browse the repository at this point in the history
  2. [Job Launcher] Implemented signature verification mechanism (#800)

    * Added signature unility and unit tests
    
    * Made signature algorithm compatable with python version
    
    * Updated unit tests
    
    * Updated constants in unit tests
    
    * Added object compatibility
    
    * Added unit test cases
    eugenvoronov authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    4a133f2 View commit details
    Browse the repository at this point in the history
  3. Job Launcher - vercel config (#832)

    * add vercel config file
    
    * add swagger static files for vercel compatilibity
    
    * add cors config
    
    * add cron job endpoint for vercel
    
    * split launch job function
    
    * Add tests for fundJob method
    
    ---------
    
    Co-authored-by: Francisco López <[email protected]>
    portuu3 and flopez7 authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0d36bba View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    a1b21ab View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    8615c14 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. [SDK] Nullable credentials (#841)

    * Add nullable credentials in storage SDK
    
    * Update StorageClient references
    flopez7 authored Aug 29, 2023
    1 Configuration menu
    Copy the full SHA
    3039dfc View commit details
    Browse the repository at this point in the history
  2. [Job Launcher] Cancel job (#805)

    * Added cancel job functionality
    
    * Updated job controller
    
    * Updated type to patch and validation params approach
    
    * Updated job cancelation logic
    
    * Added job cancel functionality
    
    * Added enums webhook
    
    * Resolved comments
    
    * [Job Launcher] Added job id relation to the payment (#835)
    
    * Updated payment entity and migration
    
    * Updated job service
    
    * Updated unit tests
    
    * Updated unit tests
    eugenvoronov authored Aug 29, 2023
    1 Configuration menu
    Copy the full SHA
    115e88f View commit details
    Browse the repository at this point in the history
  3. [Job Launcher] Job cancelation (#844)

    * Added cancel job functionality
    
    * Updated job controller
    
    * Updated type to patch and validation params approach
    
    * Updated job cancelation logic
    
    * Added job cancel functionality
    
    * Added enums webhook
    
    * Resolved comments
    
    * [Job Launcher] Added job id relation to the payment (#835)
    
    * Updated payment entity and migration
    
    * Updated job service
    
    * Updated unit tests
    
    * Updated unit tests
    
    * [Job Launcher] Added job cancelation cron endpoint for vercel (#838)
    
    * Added cancel crone endpoint
    
    * Updated vercel.json
    
    * Updated controller
    
    * Updated storage clietn params order
    
    * Resolved conflicts
    eugenvoronov authored Aug 29, 2023
    1 Configuration menu
    Copy the full SHA
    956a5ed View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    ac97979 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. [Job Launcher] Calculate job bounties (#846)

    * Add a method to calculate job bounties
    flopez7 authored Aug 30, 2023
    1 Configuration menu
    Copy the full SHA
    af1e50d View commit details
    Browse the repository at this point in the history
  2. [Job Launcher] Job bounties (#851)

    * Fix job bouties calculations
    
    * Fix reputation oracle tests
    flopez7 authored Aug 30, 2023
    1 Configuration menu
    Copy the full SHA
    d90724c View commit details
    Browse the repository at this point in the history
  3. feat: Getter functions of SDK (#833)

    * add data model for statistics data
    
    * add getter function for escrow and statistics
    
    * update gql queries for typescript and python sdk
    
    * fix storage client related issues
    leric7 authored Aug 30, 2023
    1 Configuration menu
    Copy the full SHA
    8e27a4b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Feat: Add JobRequesterId to createEscrow function (#853)

    * add job requester id to escrow factory create function
    
    * update contract Readme
    
    * fix sdk
    
    * fix fortune test
    
    * update readme
    leric7 authored Aug 31, 2023
    1 Configuration menu
    Copy the full SHA
    216c18e View commit details
    Browse the repository at this point in the history
  2. fix cron job route (#855)

    portuu3 authored Aug 31, 2023
    1 Configuration menu
    Copy the full SHA
    fab76cf View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. [Job Launcher] Exchange Oracle webhook (#849)

    * Added signature verification logic, added exchange oracle webhook processing, added unit tests
    
    * Removed unused interface
    
    * Updated route name
    
    * Revert changes
    
    * Added oracle type to endpoint
    eugenvoronov authored Sep 1, 2023
    1 Configuration menu
    Copy the full SHA
    b21b382 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    cf84bdb View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    e0b105f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Add getManifestHash function for python/typescript sdk. Allow docker-…

    …network URLs. (#857)
    
    * Add get_manifest_hash function to escrow
    
    * Add getManifestHash function to typescript sdk
    
    * Extend validators.url to allow docker URLs
    alidzm authored Sep 4, 2023
    1 Configuration menu
    Copy the full SHA
    a4ad466 View commit details
    Browse the repository at this point in the history