mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-13 19:15:31 +00:00
12c8b899f0
* We were getting copy and paste errors that an id already existed. This fixes that problem by assuring we always call the importXML method on the diagram modeller (and don't bypass it with a call to the fromXML of the protected _moddle. we have to correct for the loop characteristics getting removed in a different way. * run_pyl. * eslint fixes * Cypress caught some errors - I hate it, but it was right, and it caught something critical.
26 lines
403 B
Plaintext
26 lines
403 B
Plaintext
.mypy_cache/
|
|
/.idea/
|
|
/.coverage
|
|
.coverage.*
|
|
/coverage.xml
|
|
/.python-version
|
|
/.pytype/
|
|
/dist/
|
|
/docs/_build/
|
|
/src/*.egg-info/
|
|
/src/instance
|
|
__pycache__/
|
|
*.sqlite3
|
|
node_modules
|
|
/pyrightconfig.json
|
|
/tests/files/tickets.csv
|
|
/log/*.log
|
|
/tests/spiffworkflow_backend/files
|
|
/bin/import_secrets.py
|
|
/src/spiffworkflow_backend/config/secrets.py
|
|
*null-ls_*
|
|
/local_wheels/*.whl
|
|
/some_cache_dir
|
|
/process.json
|
|
/keycloak
|