gitdataai/libs/service
ZhenYi aef5280ae8 fix(projects): include project_members when listing user projects
Users who accepted a project invitation could not see that project
on their /user/{username} page because get_user_projects only queried
projects where created_by == user_uid, ignoring project_members entries.
Now unions created_projects and member_projects with privacy filtering.
2026-04-22 22:38:52 +08:00
..
agent refactor(service): migrate auth, git service, agent from slog to tracing 2026-04-21 22:28:33 +08:00
auth refactor(service): migrate auth, git service, agent from slog to tracing 2026-04-21 22:28:33 +08:00
file_tools feat(service): add file_tools module and git_blob_get tool 2026-04-18 23:02:10 +08:00
git refactor(service): migrate auth, git service, agent from slog to tracing 2026-04-21 22:28:33 +08:00
git_tools feat(service): add file_tools module and git_blob_get tool 2026-04-18 23:02:10 +08:00
issue init 2026-04-15 09:08:09 +08:00
project fix(project): invitation accept always 404 due to wrong column filter 2026-04-21 23:05:18 +08:00
project_tools fix: room attachment upload (Set Uuid::nil, NotFound with msg, Ok wrapper) and silence dead_code warnings 2026-04-20 19:48:05 +08:00
pull_request init 2026-04-15 09:08:09 +08:00
search init 2026-04-15 09:08:09 +08:00
skill init 2026-04-15 09:08:09 +08:00
user fix(projects): include project_members when listing user projects 2026-04-22 22:38:52 +08:00
utils init 2026-04-15 09:08:09 +08:00
workspace refactor(service): migrate auth, git service, agent from slog to tracing 2026-04-21 22:28:33 +08:00
Cargo.toml feat(observability): Phase 1-5 slog structured logging across platform 2026-04-21 13:44:12 +08:00
error.rs feat(auth): add password reset confirmation endpoint and page 2026-04-18 23:02:39 +08:00
lib.rs feat(observability): Phase 6 OTLP tracing + Prometheus metrics endpoint 2026-04-22 10:27:54 +08:00
push.rs feat(service): add push and storage service modules, update project/user/workspace services 2026-04-20 15:45:40 +08:00
storage.rs feat(service): register project_tools in chat service, add AppStorage::read method 2026-04-20 19:32:29 +08:00
webhook_dispatch.rs init 2026-04-15 09:08:09 +08:00
ws_token.rs init 2026-04-15 09:08:09 +08:00