-
Notifications
You must be signed in to change notification settings - Fork 169
[draft] developing ver2 #886
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
Open
sotarok
wants to merge
114
commits into
main
Choose a base branch
from
dev2-2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
… dependencies 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Remove csstype, sass, scrollpos-styler, and ts-loader as they are no longer needed in the backend-only codebase. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Move server-side code to apps/crowi-api package structure - Add Turborepo configuration with turbo.json and pnpm workspace - Update TypeScript configurations for monorepo project references - Restructure package.json for monorepo root with Turborepo scripts - Update CLAUDE.md documentation for new monorepo structure - Prepare foundation for future frontend apps and shared packages 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Remove incompatible MongoDB DeleteResult import - Use specific { deletedCount: number } type for delete operations - Fix TypeScript compilation errors in activity and revision models - Maintain type safety without using generic any type 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add .turbo and **/.turbo/ to ignore Turborepo cache directories - Add *.tsbuildinfo to ignore TypeScript build info files - Remove previously tracked build artifacts from git - Keep pnpm-lock.yaml tracked (equivalent to package-lock.json) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add new @crowi/web app with Astro framework - Update monorepo configuration for frontend development - Add TypeScript guidelines to CLAUDE.md - Include dev scripts for running individual apps 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add missing dependencies: diff, @types/connect-flash, @types/diff, @types/qs - Extend Express Request interface with custom properties - Extend express-session SessionData with OAuth and sharing properties - Enable proper type safety for middleware functionality 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Updated monorepo package naming to follow standard conventions: - Root package: crowi-monorepo → crowi - Sub-packages remain under @crowi/* namespace - Removed redundant "Monorepo" from description 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Migrate from pipeline to tasks configuration format - Update turbo.json schema to latest version - Improve configuration formatting for better readability 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Update CI workflow to use pnpm as package manager for consistency with local development and improved performance. Also update README install instructions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Fix TypeScript compilation errors in CI caused by pnpm's stricter dependency isolation. The type definitions were accessible as transitive dependencies in npm but need to be explicitly declared for pnpm. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Add return type annotations to all router export functions to resolve TypeScript compilation errors in CI. This fixes TS2742 errors about inferred types requiring references to pnpm's internal paths. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Replace dev2 with dev2-2 in GitHub Actions CI workflow triggers 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.