forked from doubaniux/boofilsic
-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mein Name
committed
Jan 6, 2025
1 parent
a95eb3e
commit d7e53d5
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Submodule neodb-takahe
updated
27 files
+13 −6 | .github/workflows/test.yml | |
+2 −2 | .pre-commit-config.yaml | |
+1 −1 | .python-version | |
+2 −3 | Makefile | |
+3 −2 | activities/models/emoji.py | |
+2 −0 | activities/models/fan_out.py | |
+1 −8 | activities/models/post.py | |
+6 −0 | activities/services/post.py | |
+1 −1 | api/urls.py | |
+7 −2 | api/views/trends.py | |
+1 −0 | core/models/config.py | |
+3 −4 | pyproject.toml | |
+68 −186 | requirements-dev.lock | |
+55 −157 | requirements.lock | |
+7 −1 | stator/graph.py | |
+3 −3 | stator/runner.py | |
+3 −3 | takahe/settings.py | |
+3 −0 | tests/activities/models/test_post.py | |
+1 −0 | tests/api/test_search.py | |
+2 −2 | tests/hatchway/test_types.py | |
+1 −0 | tests/users/models/test_follow.py | |
+2 −0 | tests/users/models/test_identity.py | |
+3 −0 | tests/users/views/test_import_export.py | |
+3 −1 | users/models/identity.py | |
+2 −1 | users/services/user.py | |
+5 −5 | users/views/settings/delete.py | |
+1,735 −0 | uv.lock |