-
-
Notifications
You must be signed in to change notification settings - Fork 2
Sync to main branch. #205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync to main branch. #205
Conversation
…esses and feature clarity. (#197)
Caution Review failedFailed to post review comments WalkthroughAdds GitLeaks allowlist, replaces CI Codeception action with Docker-based Apache job, introduces Docker Compose Apache service with SSL and healthcheck, updates tests to HTTPS, removes Codeception env configs, adjusts acceptance suite URL, updates README badges/instructions for Apache workflow, extends changelog, and adds a dev dependency. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor Dev as GitHub Actions Runner
participant DC as Docker Engine
participant App as app-basic Container
participant T as Codeception
Dev->>DC: docker compose up -d --build --wait
DC-->>Dev: Services started
Dev->>App: docker exec codecept build
App-->>Dev: Modules generated
Dev->>App: docker exec codecept run
App->>T: Execute tests
T-->>App: Results
App-->>Dev: Test report
sequenceDiagram
autonumber
participant U as User
participant Host as Localhost (8080/8443)
participant App as app-basic (Apache+PHP-FPM)
participant HC as Healthcheck
HC->>App: GET /health (curl)
App-->>HC: 200 OK when ready
U->>Host: https://localhost:8443/
Host->>App: Forward HTTPS traffic
App-->>U: Serve application response
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Poem
Pre-merge checks and finishing touches and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary by CodeRabbit