dandi / dandisets

729 Dandisets, 807.1 TB total. DataLad super-dataset of all Dandisets from https://github.com/dandisets
10 stars 0 forks source link

Update some dependencies #366

Closed jwodder closed 9 months ago

jwodder commented 10 months ago

@yarikoptic Did something about the DANDI_API_KEY secret used to authenticate with staging change a couple weeks ago? Recent tests in CI have been failing with "401 Unauthorized" errors.

yarikoptic commented 10 months ago

@yarikoptic Did something about the DANDI_API_KEY secret used to authenticate with staging change a couple weeks ago? Recent tests in CI have been failing with "401 Unauthorized" errors.

oh, if it was "mine" -- I think I have regenerated it! Let me update it... (will look into registering with dandibot...)

yarikoptic commented 10 months ago

I have updated to a new key, now associated with dandibot account.

jwodder commented 10 months ago

@yarikoptic Secret updated.

jwodder commented 10 months ago

@yarikoptic Now the tests are getting "403 Forbidden" when trying to delete Dandiset versions (Does that require admin privileges?).

yarikoptic commented 10 months ago

correct! only admin can delete released versions. Please re-try now ;)

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (744de47) 75.90% compared to head (150d1fb) 75.90%. Report is 12 commits behind head on draft.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## draft #366 +/- ## ======================================= Coverage 75.90% 75.90% ======================================= Files 14 14 Lines 2548 2548 Branches 568 568 ======================================= Hits 1934 1934 Misses 451 451 Partials 163 163 ``` | [Files](https://app.codecov.io/gh/dandi/dandisets/pull/366?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi) | Coverage Δ | | |---|---|---| | [tools/backups2datalad/aioutil.py](https://app.codecov.io/gh/dandi/dandisets/pull/366?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dandi#diff-dG9vbHMvYmFja3VwczJkYXRhbGFkL2Fpb3V0aWwucHk=) | `73.23% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jwodder commented 10 months ago

@yarikoptic Tests pass now.