Merged
Conversation
…evelopment tools - Add comprehensive authentication system with NextAuth.js - Implement complete UI components with Shadcn/UI and Tailwind CSS - Add comprehensive e2e testing with Playwright - Add unit testing with Jest and React Testing Library - Add comprehensive project tooling (Biome, ESLint, TypeScript) - Add GitHub Actions workflows for CI/CD - Add comprehensive documentation and contribution guidelines - Fix Jest configuration to properly exclude e2e tests - Add proper .gitignore rules for test artifacts - Add database schema with Drizzle ORM - Add comprehensive component library and layouts - Add development tooling and editor configuration Ready for merge to main branch.
…cumentation structure - Delete CONTRIBUTING.md as its content has been integrated into the new documentation structure. - Update links in README.md to point to the new location of the contributing guidelines and code of conduct in the docs directory. - Adjust .gitignore to remove .vscode directory from being ignored.
- Add Tailwind CSS configuration to use @tailwindcss/postcss. - Update package.json to include only built dependencies and ignored built dependencies for pnpm. - Upgrade Tailwind CSS and related packages to the latest version. - Remove unused fields from tailwind.config.ts and move theme configuration to globals.css. - Clean up GitHub Actions workflows by removing outdated pnpm version specifications. - Update README.md to remove optional environment variable instructions.
- Simplify array formatting in jest.config.ts, package.json, postcss.config.js, and mcp.json for better readability. - Update auth.config.ts and auth.ts to use consistent single quotes for string literals. - Ensure proper formatting in globals.css and sidebar.tsx by adding missing newlines. - Refactor schema.ts to condense enum definitions for user roles. - Enhance e2e tests by improving structure and consistency in test cases and helper functions. - Update test helpers to ensure consistent formatting and improve readability.
- Modify Playwright configuration to conditionally run the development server or build/start commands based on the CI environment. - Enhance GitHub Actions workflows by removing redundant build and start steps, and adding application readiness checks before running tests. - Ensure consistent environment variable usage across different workflows for testing and performance checks.
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
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.
Pull Request
📝 Description
🔗 Related Issue
🧪 Type of Change
💬 Additional Notes
Thank you for contributing to codac! 🎉