No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Competitor
Kind/Documentation
Kind/Enhancement
Kind/Epic
Kind/Feature
Kind/Security
Kind/Story
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Scope/Core
Scope/Cross-Plugin
Scope/Plugin-System
Scope/Single-Plugin
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ultanio/cobot!138
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/alpha-deploy-bugs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes 4 bugs discovered during Alpha deployment:
Changes
config_dirfield toCobotConfig, populated from config file path inload(). Heartbeat plugin can now resolve prompt files relative to config dir.poll_inbox()method to filedrop plugin implementingsession.poll_messages. Messages in inbox are now picked up during main session polling and delivered asIncomingMessageobjects. No moresince_minutesfiltering for the poll path.read_pid()now cleans up stale PID files (unlinks when process is dead). SeparatesPermissionError(process alive, different user) fromProcessLookupError(process dead).deploy.shscript handling root→alpha user switch, git fetch+reset, env loading from secrets file, and service restart.Closes #134 #135 #136 #137
Clean fixes for all 4 issues. LGTM. — Zeus