zhenyi
dbb9e2a1e1
feat(chart): add web frontend, external ConfigMap, SSH secret; fix probes and container names
...
- Add web Deployment/Service with nginx SPA on port 80
- Remove env generation from chart, use external ConfigMap (configMap.create=false)
- Add SSH host key Secret injection for gitpod (/etc/ssh)
- Fix ServiceMonitor to scrape /metrics uniformly for all services
- Fix container names to be service-specific (gitdata/gitpod/gitsync/email/web)
- Parameterize PVC claimName and data mountPath
- Fix Ingress routing: / -> web, /api /socket.io -> gitdata
- Add web to HPA/PDB support lists
2026-06-01 22:36:39 +08:00
zhenyi
1e82d22048
chore(git): ignore .codegraph directory in git tracking
...
- Added .codegraph to .gitignore to prevent tracking build artifacts
- Maintains clean repository state by excluding generated files
2026-06-01 22:05:41 +08:00
zhenyi
c7c490bf77
feat: add env example, chart config, and track lib
2026-06-01 22:05:03 +08:00
zhenyi
9bc0e742bc
refactor: update frontend components and pages
2026-06-01 22:04:53 +08:00
zhenyi
10baa7fbd2
refactor: update git, email, AI libs and app entries
2026-06-01 22:04:46 +08:00
zhenyi
ff5beeca31
refactor: update API and service layers
2026-06-01 22:04:38 +08:00
zhenyi
079ea3a5cf
refactor: update channel and model layers
2026-06-01 22:04:31 +08:00
zhenyi
734e1c4cc8
refactor: update infrastructure libs (config, db, cache, queue, storage, migrate)
2026-06-01 22:04:25 +08:00
zhenyi
e44f3d13c4
chore: update docker configuration
2026-06-01 22:04:17 +08:00
zhenyi
b65ea19b85
chore: update config and build files
2026-06-01 22:04:09 +08:00
zhenyi
e771db0c70
feat(channel): add X embed card and link parser
2026-05-31 13:12:41 +08:00
zhenyi
980cd54b66
feat(repo): add repository components
2026-05-31 13:12:36 +08:00
zhenyi
1ef37786b1
feat(landing): add landing page components
2026-05-31 13:12:32 +08:00
zhenyi
8b8c9e5e33
feat(api): add rest embed channel handler
2026-05-31 13:12:28 +08:00
zhenyi
fcddc06cfe
fix(workplan): update workplan chat and settings components
2026-05-31 13:12:14 +08:00
zhenyi
7a1b03060e
fix(repo): update repository page components
2026-05-31 13:12:08 +08:00
zhenyi
71d2e059a6
fix(issues): update issue page components
2026-05-31 13:12:01 +08:00
zhenyi
e1cbbc1e0f
fix(workspace): update workspace, me, and settings pages
2026-05-31 13:11:56 +08:00
zhenyi
879aafa3fa
fix(socket): add missing article events and notification types
2026-05-31 13:11:51 +08:00
zhenyi
29e6f6214d
fix(channel): update channel components and article draft
2026-05-31 13:11:44 +08:00
zhenyi
82475e95d5
fix(auth): update auth page components
2026-05-31 13:11:37 +08:00
zhenyi
71f90bcd4d
fix(ai-elements): update AI element and mention-chip components
2026-05-31 13:11:32 +08:00
zhenyi
0f7b05f7ef
fix(components): update shell components and settings modal null check
2026-05-31 13:11:26 +08:00
zhenyi
a96222cc28
fix(ui): add asChild support to Button and update theme styles
2026-05-31 13:11:19 +08:00
zhenyi
6a0fcf5343
chore: update dependencies and configuration
2026-05-31 13:11:13 +08:00
zhenyi
779e4eae2f
feat(channel): add article feed and composer with room type support
...
- Add ArticleFeed component for article-based channels
- Implement ArticleComposer with draft persistence
- Add Newspaper icon for article room type
- Update ChannelPage to conditionally render article feed vs message view
- Add article-related API endpoints and models
- Reset thread view when switching rooms
- Add room type check in channel sidebar
- Update CSS to hide scrollbars globally
- Add gRPC message size limit configuration
- Fix git diff tree handling
2026-05-31 03:09:49 +08:00
zhenyi
f947c931cd
actor(visibilityref): update function visibility and formatting across modules
2026-05-30 22:54:09 +08:00
zhenyi
9ffc7c9fb3
refactor(git): update git command to use trusted parameters
...
- Modified commit creation to use trusted GitCommandParams
- Ensured secure command execution with trusted parameter validation
- Maintained existing commit OID handling and update reference logic
2026-05-30 20:06:44 +08:00
zhenyi
4f76816de8
feat: add mention-textarea-overlay and repo-mention-popover components
2026-05-30 15:08:27 +08:00
zhenyi
dbcdf04817
fix: update socket fallback
2026-05-30 15:08:22 +08:00
zhenyi
3b63a43404
feat: update workplan chat components (conversation, sidebar, bubble, utils)
2026-05-30 15:08:18 +08:00
zhenyi
600ed2de35
feat: update workspace settings general page
2026-05-30 15:08:14 +08:00
zhenyi
c7d67960b7
feat: update workspace repo pages (branches, code, commits, layout, settings, tags)
2026-05-30 15:08:10 +08:00
zhenyi
a771dcf5be
feat: update workspace issues page
2026-05-30 15:08:05 +08:00
zhenyi
b6a4bd0210
feat: update workspace channel components (header, sidebar, thread-panel, composer, etc)
2026-05-30 15:08:01 +08:00
zhenyi
04798b5adb
feat: update appearance settings page
2026-05-30 15:07:56 +08:00
zhenyi
b489296b08
feat: update personal chat conversation page
2026-05-30 15:07:51 +08:00
zhenyi
f658c5ae96
feat: update UI components (badge, button, card, input, textarea)
2026-05-30 15:07:46 +08:00
zhenyi
9b1f764ab8
feat: update shell components (rail, settings-sidebar, workspace-sidebar)
2026-05-30 15:07:42 +08:00
zhenyi
db5b54025b
feat: update App entry and global styles
2026-05-30 15:07:36 +08:00
zhenyi
79b03a90a7
refactor: update Socket.IO actix integration
2026-05-30 15:07:31 +08:00
zhenyi
3e07fedd0c
refactor: update agent service (context, run, sse)
2026-05-30 15:07:26 +08:00
zhenyi
4d2e4d8b36
refactor: update channel pagination and reconnect
2026-05-30 15:07:20 +08:00
zhenyi
22192301a0
refactor: update channel HTTP layer (out_event, types, ws)
2026-05-30 15:07:16 +08:00
zhenyi
2b7777adbc
refactor: update channel HTTP handlers (ban, message, room, thread)
2026-05-30 15:07:12 +08:00
zhenyi
25b73e1054
refactor: update channel bus and thread event
2026-05-30 15:07:07 +08:00
zhenyi
d0155c66d2
refactor: update Rust API channel layer (interact, message, mod)
2026-05-30 15:07:03 +08:00
zhenyi
70818a7c71
chore: update Cargo.toml dependencies
2026-05-30 15:06:58 +08:00
zhenyi
c3370707af
fix: remove unused imports and parameter in thread-sidebar
2026-05-30 15:00:06 +08:00
zhenyi
41bd76c45b
fix: remove unused imports and variables in thread-pane
2026-05-30 15:00:01 +08:00