Skip to content

RuFloUI v0.3.35 — GitLab Webhook Integration

Latest

Choose a tag to compare

@Mario-PB Mario-PB released this 12 Mar 11:02
· 1 commit to main since this release

What's New

GitLab Webhook Integration

  • Full GitLab webhook receiver with X-Gitlab-Token validation
  • Tabbed GitHub/GitLab webhooks panel in the dashboard
  • Support for self-hosted GitLab and GitHub Enterprise instances

Webhook Repo Automation

  • Webhook-triggered tasks now clone the target repo into .ruflo/repos/
  • Agents work in the correct repository, not in RuFloUI's directory
  • On task completion: auto-creates branch, pushes, creates PR/MR, and closes the issue

Task Board Improvements

  • Force cancel for stuck tasks (works regardless of current status)
  • "Clean Completed" button to clear finished/failed/cancelled tasks
  • Fixed task disappearing glitch (WebSocket vs poll race condition)

Bug Fixes

  • Fixed Windows-incompatible 2>/dev/null shell redirects in git commands
  • Fixed vitest contaminating persisted webhook config files
  • Webhook config save moved to server.ts callbacks for proper test isolation