Skip to content

Sync Fork#19

Open
ivan-flamingo wants to merge 260 commits into
flamingo-stack:developfrom
amidaware:develop
Open

Sync Fork#19
ivan-flamingo wants to merge 260 commits into
flamingo-stack:developfrom
amidaware:develop

Conversation

@ivan-flamingo

@ivan-flamingo ivan-flamingo commented Apr 3, 2026

Copy link
Copy Markdown

Summary by CodeRabbit

  • New Features

    • Windows Registry Editor, interactive terminal & command streaming, WebVNC, registry CRUD, software uninstall, report scheduling/email/history, mesh reinstall, agent terminal defaults, API v4 endpoints.
  • Bug Fixes

    • Improved agent reinstall/recovery/download flows, stricter shell & permission validation, login/credential throttling, demo-mode endpoint restrictions, disabled mesh compression, removed nginx SSL stapling, cache/checks accuracy improvements.
  • Documentation

    • Updated install/bootstrap notes and supported platforms/versions (Debian 12, PostgreSQL 18, Node.js 24, Server 2025; pip pinned).

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@api/tacticalrmm/alerts/models.py`:
- Around line 335-337: The new gating logic (e.g., the
should_run_script_or_webhook boolean) incorrectly requires alert_template.action
/ resolved_action for all action types and thus prevents REST-only templates
from firing; update the guards to check the appropriate fields per action type
(keep checks for alert_template.agent_script_actions and webhook flags, but also
allow REST-only templates by checking alert_template.action_rest and
resolved_action_rest where relevant), and apply the same pattern to the other
similar checks you changed (the blocks around lines referenced: 388-390,
424-426, 619-622, 647-650, 676-679) so each "should_run_*" variable validates
the specific action field(s) for script, webhook, and REST separately instead of
universally requiring alert_template.action.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 88194304-c0c7-423c-bff8-59ef3d73d7af

📥 Commits

Reviewing files that changed from the base of the PR and between 6c6e743 and 8668b5a.

📒 Files selected for processing (1)
  • api/tacticalrmm/alerts/models.py

Comment thread api/tacticalrmm/alerts/models.py Outdated
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.

8 participants