gitdataai/libs
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 feat(observability): Phase 6 OTLP tracing + Prometheus metrics endpoint 2026-04-22 10:27:54 +08:00
agent-tool-derive init 2026-04-15 09:08:09 +08:00
api feat(observability): Phase 6 OTLP tracing + Prometheus metrics endpoint 2026-04-22 10:27:54 +08:00
avatar init 2026-04-15 09:08:09 +08:00
config feat(observability): Phase 6 OTLP tracing for gRPC + config helper 2026-04-21 23:05:37 +08:00
db init 2026-04-15 09:08:09 +08:00
email refactor(core): migrate session_manager, email, rpc from slog to tracing 2026-04-21 22:29:43 +08:00
frontend chore(frontend): update frontend build configuration 2026-04-20 15:45:35 +08:00
git refactor(git): migrate libs/git from slog to tracing 2026-04-21 22:29:26 +08:00
migrate feat(observability): Phase 6 OTLP tracing + Prometheus metrics endpoint 2026-04-22 10:27:54 +08:00
models feat(observability): Phase 6 OTLP tracing + Prometheus metrics endpoint 2026-04-22 10:27:54 +08:00
observability feat(observability): Phase 6 OTLP tracing + Prometheus metrics endpoint 2026-04-22 10:27:54 +08:00
queue refactor(queue): migrate from slog to tracing 2026-04-21 22:29:09 +08:00
room feat(observability): Phase 6 OTLP tracing + Prometheus metrics endpoint 2026-04-22 10:27:54 +08:00
rpc feat(observability): Phase 6 OTLP tracing + Prometheus metrics endpoint 2026-04-22 10:27:54 +08:00
service fix(projects): include project_members when listing user projects 2026-04-22 22:38:52 +08:00
session feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
session_manager feat(observability): Phase 6 OTLP tracing for gRPC + config helper 2026-04-21 23:05:37 +08:00
transport init 2026-04-15 09:08:09 +08:00
webhook init 2026-04-15 09:08:09 +08:00