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
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
fa56e41
- adding the model sorting helper method - correcting generate calls …
lizzcondrey Apr 9, 2024
fcc7315
- correcting some missed formatting in the init file of docstrings - …
lizzcondrey Apr 9, 2024
b079adf
- issue about the sorted and parsed content of the file that is passe…
lizzcondrey Apr 9, 2024
6d22350
- stepping back to just work on the innards of puml-sequence before w…
lizzcondrey Apr 9, 2024
fb191bc
- stepping through building up the sorted reference model contents
lizzcondrey Apr 9, 2024
f2c88bd
- trying to get the use case definitions in the proper object format …
lizzcondrey Apr 9, 2024
2477fb5
- correctly pulling use case title and participants within the model …
lizzcondrey Apr 9, 2024
d43da59
- properly extracting included steps - need to also get the innards o…
lizzcondrey Apr 9, 2024
bcbf0c3
- got the drill down to extract participant information
lizzcondrey Apr 9, 2024
b87262f
- have sorting happening to extract pertinent step data - removed all…
lizzcondrey Apr 9, 2024
4cfdb12
- completed innards of sorting for puml-sequence - now working on flo…
lizzcondrey Apr 9, 2024
d9c6a49
- correcting spacing issue in sequence generator definition - still t…
lizzcondrey Apr 9, 2024
a21dbfa
- corrected generator definitions to have correct template paths and …
lizzcondrey Apr 9, 2024
31703a3
- cleaned up inner command method and call to generate - the new flow…
lizzcondrey Apr 10, 2024
da67612
- added some missing entries in the tox config - added some missing e…
lizzcondrey Apr 10, 2024
50e018d
- correcting typo in flake8 config of tox.ini
lizzcondrey Apr 10, 2024
a537da5
- removing unnecessary archive files - removing unnecessary puml_help…
lizzcondrey Apr 10, 2024
e723ced
- reducing complexity of the inner workings for puml-sequence per lin…
lizzcondrey Apr 10, 2024
7aa4c9e
- think I found missing test ignore in tox config for linting - still…
lizzcondrey Apr 10, 2024
5e04903
- still working on cleaning up complexity of puml-sequence
lizzcondrey Apr 10, 2024
6934c3a
- still working on cleaning up complexity of puml-sequence
lizzcondrey Apr 10, 2024
cb4b7fe
- missing a pip install in the workflow necessary till we have pypi p…
lizzcondrey Apr 10, 2024
64b14d4
component successfully run
bunchw Apr 10, 2024
c3dbbe6
component running successfully for real this time
bunchw Apr 10, 2024
4406297
- implementing proper generate reference and flow to get output blank…
lizzcondrey Apr 10, 2024
286dffd
- some linting clean up
lizzcondrey Apr 10, 2024
bb47700
- some linting clean up
lizzcondrey Apr 10, 2024
d30c355
doc string return for puml_component, return was changed
bunchw Apr 10, 2024
bb3b1b3
- correcting docstrings - correcting typhints
lizzcondrey Apr 10, 2024
7609f19
- removing the extra whitespace from pasting in the docstring updates
lizzcondrey Apr 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/python-test-python-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install the AaC PUML Package
run: pip install -e .

- name: Install requirements
run: pip install -r requirements.txt

- name: Run Tox Tests
run: tox -e $(echo py${{ matrix.py_version }} | awk -F "." '{print $1$2;}')

Expand Down
217 changes: 0 additions & 217 deletions archive/__init__.py

This file was deleted.

Loading
Loading