-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update for April 9 (staging) #125
Conversation
A verbatim copy of the offical: https://github.com/Codium-ai/pr-agent/blob/903d74b2f791a888849a62174815f8f4ac10c116/pr_agent/settings/configuration.toml - Add config options for models, tokens limits, output settings, etc - Expand reviewer options - auto approval, reminders, help text - Add toggles for description outputs - comments, user content - Adjust docs generation and testing params - Set options for command output persistence - Include configurations for integrate services - GitHub, Pinecone The changes provide more flexibility to adjust the agent behavior on a per-repo basis. Users can now easily tweak settings to enable/disable features or modify values without code changes.
Remove empty and comment lines. No other changes. ``` poetry add $(cat requirements.txt | tr '\n' ' ') ```
-e git+https://github.com/delano/django-rest-framework.git@dev#egg=djangorestframework -e git+https://github.com/delano/drf-registration.git@dev#egg=drf-registration -e git+https://github.com/delano/django-rest-framework-passwordless.git@dev#egg=drfpasswordless
The example workflow configuration file for the Pull Request Agent has been renamed to clearly indicate it should be used as a template. This better sets expectations for usage. Rather than implying the example file is ready for use as-is, the ".example" suffix clarifies: - This workflow configuration should be copied and customized - The renamed copy should have ".example" removed from the filename - Before use, settings like environment variables must be configured
- Switch from pip to Poetry for dependency and environment management - Add support for multiple Python and Django versions - Cache Poetry virtualenv to speed up builds - Break workflow into logical steps with headings - Switch from Django test runner to Pytest - Add code coverage reporting
Minimize permutations until after launch
Poetry prefers the home directory by default. Even though our Django app lives in apps/api, we'll defer to the artist on this one.
Signed-off-by: delano <delano@cpan.org>
Based on checks running for: #95
…FoodBank/afb-requests into delano/116-request-history
* Remove unused debug, http redirection, websocket, and frontend reverse proxy config as the app is client-side only * Enable security headers like HSTS, CORS, CSP, XFO and XCTO to improve security posture * Standardize paths for API and admin to make backend origins less obvious * Update file serving to use common production path * Re-enable frontend optimiziations like compression now that backends are split out
Also adds a few more comments
Fix issues with request history components
Signed-off-by: Delano <1206+delano@users.noreply.github.com>
Staging config (WIP)
Needs to include the trailing slash. Caddy will redirect to the correct URL if it's missing, which may not include the query params correctly. The redirect behaviour is specified in RFC 3986. It specifies that if a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character. This is why Caddy 2, in compliance with RFC 3986, may add a trailing slash to reverse proxy requests and perform a 308 redirect if the trailing slash is missing
Update and harden Caddy config for staging
CI Failure Feedback(Checks updated until commit c480b6d)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
Preparing review... |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
Preparing review... |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
No description provided.