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

Draft: Updates to handbook for dandi-clone #8

Closed
wants to merge 81 commits into from

Conversation

aaronkanzer
Copy link

No description provided.

bendichter and others added 30 commits September 7, 2023 11:25
Add CLI, Python API, and REST API links to navigation
Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
Co-authored-by: Kabilar Gunalan <kabi@mit.edu>
Co-authored-by: Kabilar Gunalan <kabi@mit.edu>
Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
Co-authored-by: Kabilar Gunalan <kabi@mit.edu>
kabilar and others added 28 commits February 23, 2024 15:50
Clarify steps for publishing a Dandiset
Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
…set must not exceed 512

ATM, if my check is right -- maximal length we can encounter is only 192, so we
are quite ok

	dandi@drogon:/mnt/backup/dandi/dandisets$ pwd
	/mnt/backup/dandi/dandisets

	dandi@drogon:/mnt/backup/dandi/dandisets$ declare m=0;for ds in 00*; do git -C $ds ls-tree -r --name-only HEAD; done | awk '{ if (length($0) > max) max = length($0) } END { print max }'
	192

When user manages to get over -- server 500s. Filed
dandi/dandi-archive#1889
State explicitly that our current maximal length of the path in dandiset must no exceed 512
Update `Storing Access Credentials` section to improve readability
Add a `Create a DANDI Account` page
Add information on SEntry and heroku logs
Co-authored-by: Kabilar Gunalan <kabilar.gunalan@gmail.com>
Document the possibility of extra dandihub images in the user docs
Add GitHub Action to test the build of the mkdocs site
@aaronkanzer
Copy link
Author

@kabilar -- closing this ticket, merged the changes into dandi#104 just to keep things in one place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants