Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code refactoring #75

Merged
merged 2 commits into from
Dec 21, 2023
Merged

Code refactoring #75

merged 2 commits into from
Dec 21, 2023

Commits on Dec 19, 2023

  1. Code refactoring

    1. Removes code generation with interfaces, handlers, etc. Now there is only an ability to generate Workflow class and Activity class with methods.
    
    2. Removes generator based on presets.
    
    3. Removes WorkflowManager class.
    butschster committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    e0e3d49 View commit details
    Browse the repository at this point in the history
  2. Merge branch '2.0' into feature/refactoring

    # Conflicts:
    #	composer.json
    #	psalm.xml
    #	src/Attribute/AssignWorker.php
    #	src/Generator/Utils.php
    #	tests/src/Commands/MakePresetCommandTest.php
    #	tests/src/Generator/PhpCodePrinterTest.php
    #	tests/src/Preset/PresetRegistryTest.php
    butschster committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    11ef03e View commit details
    Browse the repository at this point in the history