gitdataai/libs/service
ZhenYi 80e2201b8b feat(user): add Activity, Following, Stars, Security tabs to profile page
- Backend: user_activity service (user_activity_log + project_activity)
- Backend: stars service (repo_star + project_follow)
- Backend: user_get_following_list (with is_following_me mutual check)
- Frontend: Tab navigation on /user/{username} with Overview/Activity/Following/Stars/Security
- Frontend: UserActivity timeline, FollowingList grid, StarsList, SecurityTab (SSH keys + PATs)
2026-04-22 22:39:14 +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 feat(user): add Activity, Following, Stars, Security tabs to profile page 2026-04-22 22:39:14 +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