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

Adding Puml commands work to puml api #12

Merged
merged 30 commits into from
Apr 10, 2024
Merged

Adding Puml commands work to puml api #12

merged 30 commits into from
Apr 10, 2024

Commits on Apr 9, 2024

  1. - adding the model sorting helper method - correcting generate calls …

    …in the after command calls - applied the currently sketched logic for the puml-sequence command - applied the currently sketched logic for the after-sequence-generate method - pushing to remote for testing in gitpod
    lizzcondrey committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    fa56e41 View commit details
    Browse the repository at this point in the history
  2. - correcting some missed formatting in the init file of docstrings - …

    …testing altering the command check order - trying to implement and update the legacy sequence use case logic - updated to use dot referencing that is now supposed to be available, but having issues getting the instance portion to populate correctly. Going to try swapping to the structure and use key referencing
    lizzcondrey committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    fcc7315 View commit details
    Browse the repository at this point in the history
  3. - issue about the sorted and parsed content of the file that is passe…

    …d into the generate method, it is not being seen as a dictionary like thought, so need to re-work/re-evaluate the output of the sorting method for populating the diagram output with generate
    lizzcondrey committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b079adf View commit details
    Browse the repository at this point in the history
  4. - stepping back to just work on the innards of puml-sequence before w…

    …orrying about fully passing into generate
    lizzcondrey committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    6d22350 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb191bc View commit details
    Browse the repository at this point in the history
  6. - trying to get the use case definitions in the proper object format …

    …for handling the sorting to leverage for populating template output
    lizzcondrey committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f2c88bd View commit details
    Browse the repository at this point in the history
  7. - correctly pulling use case title and participants within the model …

    …- trying to now get the content of the participants
    lizzcondrey committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2477fb5 View commit details
    Browse the repository at this point in the history
  8. - properly extracting included steps - need to also get the innards o…

    …f the steps like in participants
    lizzcondrey committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d43da59 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bcbf0c3 View commit details
    Browse the repository at this point in the history
  10. - have sorting happening to extract pertinent step data - removed all…

    … debug messages - now to try and utilize within generate command
    lizzcondrey committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b87262f View commit details
    Browse the repository at this point in the history
  11. - completed innards of sorting for puml-sequence - now working on flo…

    …wing to generate, confirmed it can make it correctly to the arfter sequence method - tweaked init to reflect changes to puml sequence return
    lizzcondrey committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    4cfdb12 View commit details
    Browse the repository at this point in the history
  12. - correcting spacing issue in sequence generator definition - still t…

    …rying to get generate portion to execute correctly
    lizzcondrey committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d9c6a49 View commit details
    Browse the repository at this point in the history
  13. - corrected generator definitions to have correct template paths and …

    …correct data source referencing
    lizzcondrey committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    a21dbfa View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. - cleaned up inner command method and call to generate - the new flow…

    … has the templates handling more of the data transformation than legacy so the primary rework of the legacy sorting and transforming of the model data to the diagram entries falls within the template tasks
    lizzcondrey committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    31703a3 View commit details
    Browse the repository at this point in the history
  2. - added some missing entries in the tox config - added some missing e…

    …ntries in the pyproject - corrected test location so tox and unittest see the file correctly
    lizzcondrey committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    da67612 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50e018d View commit details
    Browse the repository at this point in the history
  4. - removing unnecessary archive files - removing unnecessary puml_help…

    …ers file - correcting some linting errors
    lizzcondrey committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a537da5 View commit details
    Browse the repository at this point in the history
  5. - reducing complexity of the inner workings for puml-sequence per lin…

    …ting request - corrected success message notice to confirm output - cleaned up generator definition
    lizzcondrey committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e723ced View commit details
    Browse the repository at this point in the history
  6. - think I found missing test ignore in tox config for linting - still…

    … some linting clean up in puml impl file
    lizzcondrey committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    7aa4c9e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e04903 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6934c3a View commit details
    Browse the repository at this point in the history
  9. - missing a pip install in the workflow necessary till we have pypi p…

    …ackage of the standalone plugins
    lizzcondrey committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    cb4b7fe View commit details
    Browse the repository at this point in the history
  10. component successfully run

    bunchw committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    64b14d4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c3dbbe6 View commit details
    Browse the repository at this point in the history
  12. - implementing proper generate reference and flow to get output blank…

    … diagrams, populating will be completed within the template tasks since the templates are now responsible for transforming the model data to the needed diagram data.
    lizzcondrey committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    4406297 View commit details
    Browse the repository at this point in the history
  13. - some linting clean up

    lizzcondrey committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    286dffd View commit details
    Browse the repository at this point in the history
  14. - some linting clean up

    lizzcondrey committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    bb47700 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d30c355 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bb3b1b3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7609f19 View commit details
    Browse the repository at this point in the history