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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use 馃浕 pickup from api #2310

Merged
merged 6 commits into from
Mar 22, 2023
Merged

feat: use 馃浕 pickup from api #2310

merged 6 commits into from
Mar 22, 2023

Commits on Feb 9, 2023

  1. feat: use pickup to fetch pinning service pins

    pickup pulls dags into E-IPFS, so this PR updates the api and cron jobs to reflect that in our db.
    
    - Update the pinning service add and update api routes to record `ElasticIpfs` as the service that the pin is queued on.
    - Update pins and pins-failed cron jobs to check pin status in pickup instead of cluster
    
    Fixes #2309
    
    TODO
    
    - [ ] add `PICKUP_BASIC_AUTH_TOKEN` as a secret to the repo for cron jobs.
    - [ ] update `CLUSTER-*` api env vars.
    
    License: MIT
    Signed-off-by: Oli Evans <oli@protocol.ai>
    olizilla committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    a127fe6 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. feat: update status if changed on pickup

    License: MIT
    Signed-off-by: Oli Evans <oli@protocol.ai>
    olizilla committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    864a887 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    721b2e8 View commit details
    Browse the repository at this point in the history
  3. chore: extract cron changes

    cron changes now in #2339
    
    License: MIT
    Signed-off-by: Oli Evans <oli@protocol.ai>
    olizilla committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    9907472 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. chore: create new env var for pickup

    so we can set them in advance of deploy, and have the new code make use of them when it goes live.
    
    License: MIT
    Signed-off-by: Oli Evans <oli@protocol.ai>
    olizilla committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    afb2ca2 View commit details
    Browse the repository at this point in the history
  2. chore: update tests

    License: MIT
    Signed-off-by: Oli Evans <oli@protocol.ai>
    olizilla committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    efa19ee View commit details
    Browse the repository at this point in the history