* feat: eslint * fix: lint * fix: lint * [WIKI-804] fix: refactor image uploader (#8210) * fix: refactor uploader * fix: props * fix: sites fix * fix: update @makeplane/plane-node-sdk version and refactor relation type imports * fix: update ESLint max-warnings threshold in package.json * fix: eslint formatting issues * fix: add captions track to video player component --------- Co-authored-by: M. Palanikannan <[email protected]> Co-authored-by: Prateek Shourya <[email protected]>
Plane Intelligence
📚 API Documentation
For V1 to V2 API Migration & Testing:
See the comprehensive guide: docs/V1_VS_V2_TESTING_GUIDE.md
This single document covers:
- ✅ 20 Automated tests for API validation
- ✅ 41 Migrated endpoints with curl examples
- ✅ RESTful design following White House Web API Standards
- ✅ Step-by-step testing workflows
🚀 Quick Test
# Run automated tests
cd tests/
./run_tests.sh <your-session-token> <workspace-id>
# Or run specific test
python test_v1_v2_comparison.py --token <token> --test health
# List all available tests
python test_v1_v2_comparison.py --list-tests
📖 Key Files
- V1_VS_V2_TESTING_GUIDE.md - Complete migration & testing guide
- test_v1_v2_comparison.py - Automated testing script
- run_tests.sh - Easy test runner
- test_requirements.txt - Test dependencies