Skip to content

Refactor workflow service boundaries#86

Open
YunaBraska wants to merge 1 commit into
devfrom
refactor-service-boundaries
Open

Refactor workflow service boundaries#86
YunaBraska wants to merge 1 commit into
devfrom
refactor-service-boundaries

Conversation

@YunaBraska
Copy link
Copy Markdown
Owner

Summary

  • flatten workflow internals into clearer service/model boundaries
  • remove dead helper/download/listener wrappers and tiny pass-through context classes
  • keep workflow completion, validation, references, run UI, and cache behavior covered by the merged public-entrypoint tests

Why

The plugin had accumulated helper, logic, and service drawers for the same workflow flows. This PR keeps the behavior but trims the map so future changes have fewer places to hide.

Checks

  • ./gradlew --no-daemon test --warning-mode all
  • ./gradlew --no-daemon buildPlugin --warning-mode all
  • ./gradlew --no-daemon compileJava compileTestJava --warning-mode all

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.

1 participant