Skip to content

docs: update test outcomes and improvement reports - #252

Open
ManupaKDU wants to merge 3 commits into
devfrom
test-codebase-and-update-docs-956698842389580410
Open

docs: update test outcomes and improvement reports#252
ManupaKDU wants to merge 3 commits into
devfrom
test-codebase-and-update-docs-956698842389580410

Conversation

@ManupaKDU

Copy link
Copy Markdown
  • Ran backend, frontend, and Rust tests locally.
  • Ran static analysis (ruff, mypy) and frontend linting.
  • Documented test outcomes, issues (like Python test ImportErrors, Node deprecations), and optimization roadmaps in .zektopic/status.md, .zektopic/optimization_and_issues_report.md, Jules/improvements.md, and Jules/optimization_and_issues_report.md.
  • No functional code changes; fully safe to merge.

PR created automatically by Jules for task 956698842389580410 started by @manupawickramasinghe

…pic directories

Co-authored-by: manupawickramasinghe <73810867+manupawickramasinghe@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@github-actions

Copy link
Copy Markdown

PR template validation notice

The PR description could not be validated against the pull request template.

Items to review:

  • Missing section: ## Proposed change
  • Missing section: ## Type of change
  • Missing section: ## AI disclosure
  • Missing section: ## Checklist
  • The Proposed change section is empty. Please describe what this PR does.

Please consider updating your PR description to include all required sections from the template.

google-labs-jules Bot and others added 2 commits September 11, 2026 00:48
- ran `ruff check --fix` and `ruff format` to fix all styling errors in frigate testing and util modules.
- resolved `mypy` errors in `norfair_tracker.py` involving `average_boxes` and `median_of_boxes` by explicitly typing the list comprehension return to tuple so it matches `typing.Sequence` constraint on the objects methods.

Co-authored-by: manupawickramasinghe <73810867+manupawickramasinghe@users.noreply.github.com>
Fixed typing errors in `frigate/util/object.py` where `average_boxes` and `median_of_boxes` were restricted to `list` inputs but were being given sequences via list comprehensions in `frigate/track/norfair_tracker.py`. Broadened parameter types to `Sequence[list[int] | tuple[int, ...]]`.

Co-authored-by: manupawickramasinghe <73810867+manupawickramasinghe@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant