Fixes issue/remove-ARE (#3475) #3482
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
Category
Auto-Run Engine
Feature/Issue Description
Q: Please give a brief summary of your feature/fix
A: Removes the Auto-Run Engine (ARE) - a legacy feature that auto-executed module chains when browsers hooked based on browser/OS rules.
Client-side changes:
Server-side changes:
Configuration and assets:
Q: Give a technical rundown of what you have changed (if applicable)
A:
Phase 1: Module Status Code Migration
Phase 2: Remove Client-Side ARE Code
Phase 3: Remove Admin UI Components
Phase 4: Remove Server-Side Core
Phase 5: Remove Configuration and Assets
Test Cases
Q: Describe your test cases, what you have covered and if there are any use cases that still need addressing.
A:
Automated tests (
bundle exec rake short):Manual tests:
Detailed File Changes
Phase 1: Module Status Code Migration
Objective: Replace misleading
beef.are.status_*()namespace with accuratebeef.status.*().Created Files (1)
Modified Files (64)
Handler files:
Module command.js files:
Deleted Files (1)
Phase 2: Remove Client-Side ARE Code
Objective: Remove outdated ARE reference from client initialization.
Modified Files (1)
Phase 3: Remove Admin UI Components
Objective: Remove Auto Run tab and related UI components from admin panel.
Modified Files (2)
Deleted Files (3)
Phase 4: Remove Server-Side Core
Objective: Remove ARE engine, models, REST handlers, triggers, and tests.
Modified Files (5)
Deleted Files (7)
ARE Engine Core:
ARE Models:
ARE REST API:
ARE Tests:
Created Files (1)
Phase 5: Remove Configuration and Assets
Objective: Remove ARE configuration, rule files, and REST API registration.
Modified Files (2)
Deleted Files (26)
ARE Rule Files: