🔧 (build_and_push.Dockerfile): Update pip install command to force reinstall dependencies to ensure consistency
🐛 (code_parser.py): Change logger.exception to logger.debug to prevent logging full exception stack trace
🐛 (directory_reader.py): Change logger.error to logger.debug and log error message separately to improve error handling and logging clarity
🔧 (pyproject.toml): add couchbase dependency as optional with specific extras to improve flexibility and control
🔧 (pyproject.toml): add couchbase extra to poetry extras to allow for easier installation and management of the dependency
✅ (pyproject.toml): add "api_key_required" marker to test markers for better test organization and coverage
* Document CLI clearer
* Add backend-only deployment
* Replace twitter logo with X logo
* Add Docker deployment
Questions mostly about if backend-only and the migration CLI info are
OK. Migration and DB are a little unclear to me.
This pull request encompasses a series of updates and bug fixes aimed at
improving the overall functionality, user experience, and UI consistency
of the application. The changes include enhancements to modals, buttons,
toolbars, and various other components. Below is a summary of the key
changes made:
- Used TableComponent as default to show API Keys
- Changed Backend to show Created At
- Transferred info from API Keys page to API Keys section of the
Settings page
- Refactored API Keys adding modal
- Refactored BaseModal
✅ (tests): increase waitForTimeout to 3000ms in end-to-end tests
✅ (tests): increase waitForTimeout to 3000ms in end-to-end tests for stability
✅ (tests): remove trailing commas in expect statements for consistency
✅ (tests): increase waitForTimeout to 3000ms in end-to-end tests for stability
✅ (tests): increase timeout in end-to-end tests to improve stability
✅ (tests): increase waitForTimeout to ensure element stability