Skip to content

feat(580): Scripting Support in Backend#709

Open
SoulKa wants to merge 12 commits intomainfrom
feat/580-scripting-backend
Open

feat(580): Scripting Support in Backend#709
SoulKa wants to merge 12 commits intomainfrom
feat/580-scripting-backend

Conversation

@SoulKa
Copy link
Collaborator

@SoulKa SoulKa commented Feb 22, 2026

Changes

  • Add ScriptingService that runs user defined scripts in a limited context (supports modifying variables etc.)
  • Run script before and after request sending if exists
  • Add methods to load and save script in requests

What's still missing is:

  • synchronizing modified variables back to frontend
  • saving script content when request is switched
  • script editor

Testing

  • Added automated tests
  • Used a script to modify a variable before sending and see if it was used in request

Checklist

  • Issue has been linked to this PR
  • Code has been reviewed by person creating the PR
  • Automated tests have been written, if possible
  • Manual testing has been performed
  • Documentation has been updated, if necessary
  • Changes have been reviewed by second person

@SoulKa SoulKa linked an issue Feb 22, 2026 that may be closed by this pull request
@SoulKa SoulKa changed the title feat(580): Scripting Backend feat(580): Scripting Support in Backend Feb 22, 2026
@SoulKa SoulKa requested a review from awulz February 24, 2026 16:46
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.

Scripting Support in Backend

1 participant