-
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
Feature/20231204-volunteer-onboarding #55
Conversation
Signed-off-by: delano <[email protected]>
Signed-off-by: delano <[email protected]>
Signed-off-by: delano <[email protected]>
There's some recent issue with ruff failing on its own ruff.toml config file. Renaming the file is an easy workaround for now.
Jinja vulnerable to HTML attribute injection when passing user input as keys to xmlattr filter. Current version is vulnerable: 3.1.2. Patch available: upgrade to 3.1.3 or higher.
- Moved `NewRequestForm.vue` to a dedicated `forms` folder for better organization. - This change enhances maintainability by grouping form components together, simplifying navigation and development within the codebase.
Used in dev for debugging VSCode extensions. Not used by any API or UI code and even when it's running, it's only used by VSCode after settings are manually updated.
/describe |
PR Description updated to latest commit (79312fc)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes walkthrough
Enhancement
| ||||
Bug_fix
| ||||
Formatting
| ||||
Configuration changes
| ||||
Dependencies
| ||||
Documentation
|
/help |
PR Agent Walkthrough🤖 Welcome to the PR Agent, an AI-powered tool for automated pull request analysis, feedback, suggestions and more. Here is a list of tools you can use to interact with the PR Agent:
(1) Note that each tool be triggered automatically when a new PR is opened, or called manually by commenting on a PR. (2) Tools marked with [*] require additional parameters to be passed. For example, to invoke the |
Type
enhancement, bug_fix, documentation, configuration changes
Description
@trunkio/launcher
as a dev dependency and generated the corresponding lockfile.pyproject.toml
.Changes walkthrough
4 files
profile.py
Enhance Profile Model Comments and Readability
apps/api/afbcore/models/users/profile.py
issues with clients not knowing their postal codes.
user.py
User Model Custom Manager Addition and Comment Update
apps/api/afbcore/models/users/user.py
superusers.
manager.
NewRequestForm.vue
New Vue Component for Request Form
apps/ui/src/components/forms/NewRequestForm.vue
run_proxy
Add Debugging Proxy Script
bin/run_proxy
debugging.
2 files
role.py
Role Model Import Order Fix and Comment Enhancement
apps/api/afbcore/models/users/role.py
name
attribute.
__str__
method.ApplicationPage.vue
Typo Fix in ApplicationPage Vue Layout
apps/ui/src/layouts/ApplicationPage.vue
1 files
django.yml
Cleanup Whitespace in Django GitHub Actions Workflow
.github/workflows/django.yml
3 files
.ruff.toml
Remove Obsolete Ruff Configuration
.ruff.toml
trunk.yaml
Trunk Configuration Update and Plugin Adjustments
.trunk/trunk.yaml
pyproject.toml
Add Ruff Configuration to Pyproject.toml
pyproject.toml
pyproject.toml
.3 files
package.json
Add Trunk Launcher Dev Dependency
apps/api/package.json
@trunkio/launcher
as a dev dependency.pnpm-lock.yaml
Generate Lockfile for New Dependency
apps/api/pnpm-lock.yaml
requirements.txt
Update Python Dependencies to Latest Versions
apps/api/requirements.txt
1 files
requirements.in
Update Requirements File Instructions and Add Dependency
apps/api/requirements.in
torchsde>=0.2.6
to avoid a deprecation warning.