-
Notifications
You must be signed in to change notification settings - Fork 5
feat: Phase 3 Workspace View with activity feed #335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
cc59355
feat(web-ui): implement Phase 3 workspace view with TDD
ce27326
fix(workspace): handle missing tables in schema upgrades
d4628c6
feat(web-ui): add workspace path selection
e2aa9c6
chore(web-ui): upgrade to Next.js 16 with React 19
faead7e
fix(workspace): add missing tasks columns to schema upgrades
150e129
fix(schema): run migrations before creating indexes
fabdc83
fix(server): use separate database for persistence layer
86f1299
refactor(server): remove v1 persistence layer and v1 routers
460a018
feat(web-ui): wire activity feed to events API
38d0eb6
fix(lint): remove unused Query import from v1 tasks router
a1c97e4
fix(tests): skip v1 legacy tests that depend on removed persistence l…
d76b303
fix(tests): move imports before collect_ignore to satisfy ruff E402
72b9927
fix(tests): skip additional v1 API tests that depend on app.state.db
ac91fac
test(events): add integration tests for events_v2 router
6b58aa2
ci: temporarily lower coverage threshold to 60%
3ff5cc5
fix(web-ui): resolve nested button hydration error and add tests
7ccccec
fix: address code review issues for PR #335
9ab544c
fix(web-ui): add missing MERGED status to frontend types
cd5f39d
fix(security): address high priority code review issues
0152c3a
fix(web-ui): normalize FastAPI validation errors to string
b77dda4
fix(api): add rate limiting to events endpoint
a59fcdc
feat(web-ui): add public assets and metadata configuration
d310e23
fix(web-ui): move icons to app directory for Next.js detection
c41fa61
ci: align .coveragerc threshold with test.yml (60%)
2f6f077
docs: add TODO for missing auth in events_v2 (#336)
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -52,6 +52,8 @@ test-results/ | |
| .codeframe/logs/ | ||
| *.db-journal | ||
| state.db | ||
| codeframe.db | ||
| *.db.backup* | ||
|
|
||
| # Environment | ||
| .env | ||
|
|
||
Empty file.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.