You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs(secrets): real diagnostic snippet + rotate-first incident order
- Replace the non-existent dj.config._config_sources line with a working
snippet that uses find_config_file / find_secrets_dir from
datajoint.settings to show which paths were resolved.
- Reorder "Accidentally Committed Secrets" so credential rotation is the
first concrete step — history rewrite is cleanup that doesn't un-leak the
secret. Add a warning admonition spelling that out, and expand step 1
with the specific credential classes to rotate (database, object store,
third-party tokens) and the access-log audit.
* docs: refer to documented framework as DataJoint 2.0+
The docs cover the entire 2.x line, not the 2.0 release specifically.
Switch product-level references from "DataJoint 2.0" to "DataJoint 2.0+"
in README and the how-to / reference / tutorial pages that describe the
framework as it currently exists.
Historical statements ("introduced in 2.0", "What's New in 2.0", paper
citation "DataJoint 2.0: A Computational Substrate...", pre-2.0 vs 2.0
implementation comparisons) intentionally keep their literal version
references.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# DataJoint Documentation
2
2
3
-
Official documentation for [DataJoint](https://github.com/datajoint/datajoint-python) 2.0 — an open-source framework for building scientific data pipelines.
3
+
Official documentation for [DataJoint](https://github.com/datajoint/datajoint-python) 2.0+ — an open-source framework for building scientific data pipelines.
**Action required:** Upgrade your Python environment and MySQL server before installing DataJoint 2.0.
23
+
**Action required:** Upgrade your Python environment and MySQL server before installing DataJoint 2.0+.
24
24
25
25
**Character encoding and collation:** DataJoint 2.0 standardizes on UTF-8 encoding with binary collation (case-sensitive comparisons). This is configured **server-wide** and is assumed by DataJoint:
0 commit comments