Tag: docker-compose
Add Django environment variables across Baserow
This skill guides the systematic implementation of new Django environment variables, ensuring consistency across the codebase. It mandates updates to settings files, Docker configurations, frontend remaps, and documentation.
Manage OpenHands SDK Updates and Releases
This skill guides the process of bumping SDK versions, pinning packages to unreleased commits, and executing full OpenHands releases. It details manual and automated steps required to maintain version consistency across poetry dependencies,…
Automated End-to-End Pull Request Testing
This tool automates comprehensive end-to-end testing of pull requests, ensuring rigorous validation across both UI and API layers. It mandates detailed evidence capture, including before/after state checks, screenshots, and negative test ca…
Automated end-to-end pull request testing
Automates end-to-end testing of pull requests by building environments with Docker Compose and verifying system state via browser interactions and API calls. It captures screenshots and posts detailed test reports directly to GitHub PR comm…