hansoo
9851627ff1
feat: Add CI/CD pipeline and code quality improvements
...
- Add GitHub Actions workflow for automated CI/CD
- Configure Node.js 18.x and 20.x matrix testing
- Add TypeScript type checking step
- Add ESLint code quality checks with enhanced rules
- Add Prettier formatting verification
- Add production build validation
- Upload build artifacts for deployment
- Set up automated testing on push/PR
- Replace console.log with environment-aware logger
- Add pre-commit hooks for code quality
- Exclude archive folder from linting
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-07-12 15:27:54 +09:00
hansoo
5305c98970
Implement error handling and loading states for Appwrite integration
2025-05-05 15:41:19 +09:00
hansoo
f83bb384af
Migrate from Supabase to Appwrite with core functionality and UI components
2025-05-05 08:58:27 +09:00
gpt-engineer-app[bot]
613f6a49d7
Refactor auth utils for Cloud
...
Simplify signUpUtils.ts and signInUtils.ts by removing unnecessary code related to CORS proxies, optimizing for Supabase Cloud environment.
2025-03-18 06:15:28 +00:00
gpt-engineer-app[bot]
d3d746c9ef
Improve login error message
...
Update the login error message to be more specific when authentication fails due to incorrect email or password.
2025-03-15 16:08:01 +00:00
gpt-engineer-app[bot]
1c3c4f37e0
Update CORS proxy configuration
2025-03-15 15:41:32 +00:00
gpt-engineer-app[bot]
0f4f426dd4
Debug login issues in lovable app
...
Investigate and address potential causes of login failures in the lovable app, including API request format discrepancies, cached token issues, and network problems.
2025-03-15 15:36:57 +00:00
gpt-engineer-app[bot]
60adc4ce1f
Remove offline mode
...
The offline mode was removed to focus on resolving connection issues instead of providing a workaround.
2025-03-15 15:06:37 +00:00
gpt-engineer-app[bot]
e52ca26cef
Investigate login/register 404 errors
...
Investigate and address persistent 404 errors occurring during login and registration processes.
2025-03-15 15:01:48 +00:00
gpt-engineer-app[bot]
30d214b367
Refactor signIn and signUp
...
Refactor signIn.ts and signUp.ts files to improve maintainability.
2025-03-15 13:50:46 +00:00
gpt-engineer-app[bot]
5b73eddd4f
Refactor auth.utils.ts
...
Refactor auth.utils.ts into smaller modules for better organization and maintainability. Split functions into networkUtils.ts, responseUtils.ts, and toastUtils.ts based on their purpose.
2025-03-15 13:48:29 +00:00
gpt-engineer-app[bot]
76f9b3b4df
Update error messages
...
Update error messages to provide more clarity.
2025-03-15 13:27:38 +00:00
gpt-engineer-app[bot]
dc0e94d352
Investigate Supabase connection issues
...
Investigate the cause of "Unexpected end of JSON input" error despite successful Supabase connection test.
2025-03-15 13:24:11 +00:00
gpt-engineer-app[bot]
5853e5f51b
Remove offline mode option
...
This commit removes the offline mode functionality and focuses on resolving server-side issues.
2025-03-15 13:20:51 +00:00
gpt-engineer-app[bot]
4f8b1c0189
Fix login and registration issues
...
Addresses issues preventing successful login and registration.
2025-03-15 13:16:19 +00:00
gpt-engineer-app[bot]
068482e8e6
Refactor authActions module
...
Refactor authActions.ts into smaller files for better maintainability and readability.
2025-03-15 13:08:22 +00:00