Mkdocs#1
Merged
Merged
Conversation
guzman-raphael
approved these changes
Sep 17, 2022
guzman-raphael
left a comment
Contributor
There was a problem hiding this comment.
Thanks @A-Baji! 💪
Since you've been busy with other projects lately, I can help out and pick this up where you left off. I'll merge what is here for now and reach back if I have any questions.
guzman-raphael
pushed a commit
that referenced
this pull request
Jun 8, 2023
dimitri-yatsenko
pushed a commit
that referenced
this pull request
Apr 15, 2025
Dev 867 contribution doc
dimitri-yatsenko
added a commit
that referenced
this pull request
Jan 14, 2026
…erminology Fixed terminology inconsistency identified in cohesion review: - TERMINOLOGY.md explicitly deprecates 'inline storage' → 'in-table' - Updated all documentation to use canonical terminology Files changed: - how-to/use-object-storage.md: inline → in-table (3 occurrences) - reference/specs/type-system.md: inline → in-table (3 occurrences) - reference/specs/codec-api.md: inline → in-table (2 occurrences) - reference/specs/npy-codec.md: inline → in-table (1 occurrence) - explanation/whats-new-2.md: inline attachment → in-table attachment - llms-full.txt: regenerated to pick up all fixes Verified: No deprecated inline storage terminology remains in markdown files. Fixes: COHESION-REVIEW.md Issue #1 (High Priority)
4 tasks
4 tasks
dimitri-yatsenko
added a commit
that referenced
this pull request
Jun 5, 2026
Fixes for items #2 and #4 from her review: - storage-adapter-api.md: removed the "Built-in adapters" section and the claim that file/s3/gcs/azure protocols are themselves StorageAdapter subclasses. In v2.2.3 those protocols are still served by the existing StorageBackend._create_filesystem() dispatch; migrating them onto the public adapter contract is tracked separately. - storage-adapter-api.md: added an "Available in datajoint ≥ 2.2.4" note near the StorageAdapter base-class introduction. dj.StorageAdapter / dj.get_storage_adapter() are not exported in 2.2.3; a paired datajoint-python PR adds the exports for 2.2.4. - whats-new-2-2-3.md: reframed the "Storage-adapter plugin contract" section to match — the contract is for third-party adapters; built-ins continue via internal dispatch. - manage-secrets.md: corrected the lone remaining DJ_TLS=true → DJ_USE_TLS=true in the env-var example (line 88). Items #3 (settings.py "New in 2.3" markers) and #1 (StorageAdapter export) are addressed by separate datajoint-python PRs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To automate: