-
Notifications
You must be signed in to change notification settings - Fork 25
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
Test /server-info endpoint in Dockerized environment #1020
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1020 +/- ##
=======================================
Coverage 88.48% 88.48%
=======================================
Files 73 73
Lines 9291 9291
=======================================
Hits 8221 8221
Misses 1070 1070
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
dandi/dandi-archive#1108 was addressed/closed -- should we retry this PR now @jwodder? |
@yarikoptic I'm still getting a 404 for |
note: I have followed up on dandi/dandi-archive#1108 (comment) . I think that the path forward of the least resistance would be to switch to use both main and staging support that$> curl https://dandiarchive.org/server-info/
{"schema_version":"0.6.3","schema_url":"https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.3/dandiset.json","version":"0.2.41","services":{"api":{"url":"https://api.dandiarchive.org/api"},"webui":{"url":"https://dandiarchive.org"},"jupyterhub":{"url":"https://hub.dandiarchive.org/"}},"cli-minimal-version":"0.14.2","cli-bad-versions":[]}%
$> curl https://gui-staging.dandiarchive.org/server-info/
{"schema_version":"0.6.3","schema_url":"https://raw.githubusercontent.com/dandi/schema/master/releases/0.6.3/dandiset.json","version":"0.2.41","services":{"api":{"url":"https://api-staging.dandiarchive.org/api"},"webui":{"url":"https://gui-staging.dandiarchive.org"},"jupyterhub":{"url":"https://hub.dandiarchive.org/"}},"cli-minimal-version":"0.14.2","cli-bad-versions":[]}% or do you see any problem with that @jwodder ? |
@yarikoptic Would the Archive continue to support older versions of the CLI that use |
Well, ATM the actual deployment still has |
@yarikoptic No, |
@jwodder - please reapproach this PR to be finalized. It seems that trailing
|
@yarikoptic The Dockerized API instance currently returns 404 for |
Please investigate why , check it with @AlmightyYakob et al. |
Closes #977.
Blocked by dandi/dandi-archive#1108.