-
Notifications
You must be signed in to change notification settings - Fork 0
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
Commits on Apr 9, 2024
-
- 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
Configuration menu - View commit details
-
Copy full SHA for fa56e41 - Browse repository at this point
Copy the full SHA fa56e41View commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for fcc7315 - Browse repository at this point
Copy the full SHA fcc7315View commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for b079adf - Browse repository at this point
Copy the full SHA b079adfView commit details -
- stepping back to just work on the innards of puml-sequence before w…
…orrying about fully passing into generate
Configuration menu - View commit details
-
Copy full SHA for 6d22350 - Browse repository at this point
Copy the full SHA 6d22350View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb191bc - Browse repository at this point
Copy the full SHA fb191bcView commit details -
- trying to get the use case definitions in the proper object format …
…for handling the sorting to leverage for populating template output
Configuration menu - View commit details
-
Copy full SHA for f2c88bd - Browse repository at this point
Copy the full SHA f2c88bdView commit details -
- correctly pulling use case title and participants within the model …
…- trying to now get the content of the participants
Configuration menu - View commit details
-
Copy full SHA for 2477fb5 - Browse repository at this point
Copy the full SHA 2477fb5View commit details -
- properly extracting included steps - need to also get the innards o…
…f the steps like in participants
Configuration menu - View commit details
-
Copy full SHA for d43da59 - Browse repository at this point
Copy the full SHA d43da59View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcbf0c3 - Browse repository at this point
Copy the full SHA bcbf0c3View commit details -
- have sorting happening to extract pertinent step data - removed all…
… debug messages - now to try and utilize within generate command
Configuration menu - View commit details
-
Copy full SHA for b87262f - Browse repository at this point
Copy the full SHA b87262fView commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for 4cfdb12 - Browse repository at this point
Copy the full SHA 4cfdb12View commit details -
- correcting spacing issue in sequence generator definition - still t…
…rying to get generate portion to execute correctly
Configuration menu - View commit details
-
Copy full SHA for d9c6a49 - Browse repository at this point
Copy the full SHA d9c6a49View commit details -
- corrected generator definitions to have correct template paths and …
…correct data source referencing
Configuration menu - View commit details
-
Copy full SHA for a21dbfa - Browse repository at this point
Copy the full SHA a21dbfaView commit details
Commits on Apr 10, 2024
-
- 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
Configuration menu - View commit details
-
Copy full SHA for 31703a3 - Browse repository at this point
Copy the full SHA 31703a3View commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for da67612 - Browse repository at this point
Copy the full SHA da67612View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50e018d - Browse repository at this point
Copy the full SHA 50e018dView commit details -
- removing unnecessary archive files - removing unnecessary puml_help…
…ers file - correcting some linting errors
Configuration menu - View commit details
-
Copy full SHA for a537da5 - Browse repository at this point
Copy the full SHA a537da5View commit details -
- reducing complexity of the inner workings for puml-sequence per lin…
…ting request - corrected success message notice to confirm output - cleaned up generator definition
Configuration menu - View commit details
-
Copy full SHA for e723ced - Browse repository at this point
Copy the full SHA e723cedView commit details -
- think I found missing test ignore in tox config for linting - still…
… some linting clean up in puml impl file
Configuration menu - View commit details
-
Copy full SHA for 7aa4c9e - Browse repository at this point
Copy the full SHA 7aa4c9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e04903 - Browse repository at this point
Copy the full SHA 5e04903View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6934c3a - Browse repository at this point
Copy the full SHA 6934c3aView commit details -
- missing a pip install in the workflow necessary till we have pypi p…
…ackage of the standalone plugins
Configuration menu - View commit details
-
Copy full SHA for cb4b7fe - Browse repository at this point
Copy the full SHA cb4b7feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64b14d4 - Browse repository at this point
Copy the full SHA 64b14d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3dbbe6 - Browse repository at this point
Copy the full SHA c3dbbe6View commit details -
- 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.
Configuration menu - View commit details
-
Copy full SHA for 4406297 - Browse repository at this point
Copy the full SHA 4406297View commit details -
Configuration menu - View commit details
-
Copy full SHA for 286dffd - Browse repository at this point
Copy the full SHA 286dffdView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb47700 - Browse repository at this point
Copy the full SHA bb47700View commit details -
Configuration menu - View commit details
-
Copy full SHA for d30c355 - Browse repository at this point
Copy the full SHA d30c355View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb3b1b3 - Browse repository at this point
Copy the full SHA bb3b1b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7609f19 - Browse repository at this point
Copy the full SHA 7609f19View commit details