.editorconfig
.gitignore
.gitlab-ci.yml
.pylintrc
CONTRIBUTING.rst
LICENSE
Makefile
README.rst
copyright.config.json
pyproject.toml
tox.ini
infrastructure/build_py_pkg.mk
infrastructure/gen_req_hash.mk
infrastructure/pylint.mk
infrastructure/ruff.mk
infrastructure/tests.mk
infrastructure/venv.mk
requirements/build.in
requirements/build.txt
requirements/copyright.in
requirements/copyright.txt
requirements/deps.in
requirements/deps.txt
requirements/dev.in
requirements/dev.txt
requirements/lint.in
requirements/lint.txt
requirements/tests.in
requirements/tests.txt
requirements/typing.in
requirements/typing.txt
src/bluecat_automation_toolkit/__init__.py
src/bluecat_automation_toolkit/_version.py
src/bluecat_automation_toolkit/cli.py
src/bluecat_automation_toolkit.egg-info/PKG-INFO
src/bluecat_automation_toolkit.egg-info/SOURCES.txt
src/bluecat_automation_toolkit.egg-info/dependency_links.txt
src/bluecat_automation_toolkit.egg-info/entry_points.txt
src/bluecat_automation_toolkit.egg-info/requires.txt
src/bluecat_automation_toolkit.egg-info/top_level.txt
src/bluecat_automation_toolkit/_internal/__init__.py
src/bluecat_automation_toolkit/_internal/cli.py
src/bluecat_automation_toolkit/_internal/copyrights.py
src/bluecat_automation_toolkit/_internal/output.py
src/bluecat_automation_toolkit/_internal/jinja_templates/_autoloaded.html
src/bluecat_automation_toolkit/_internal/jinja_templates/utils.html
src/bluecat_automation_toolkit/_internal/templates/license_file/__init__.py
src/bluecat_automation_toolkit/_internal/templates/minimal/__init__.py
src/bluecat_automation_toolkit/_internal/templates/minimal/definition.py
src/bluecat_automation_toolkit/_internal/templates/minimal/files/.dockerignore
src/bluecat_automation_toolkit/_internal/templates/minimal/files/.gitignore
src/bluecat_automation_toolkit/_internal/templates/minimal/files/Dockerfile
src/bluecat_automation_toolkit/_internal/templates/minimal/files/Makefile
src/bluecat_automation_toolkit/_internal/templates/minimal/files/workspace/config.json.sample
src/bluecat_automation_toolkit/_internal/templates/minimal/files/workspace/config.py.sample
src/bluecat_automation_toolkit/_internal/templates/minimal/files/workspace/permissions.json.sample
src/bluecat_automation_toolkit/_internal/templates/minimal/files/workspace/workflows/__init__.py
src/bluecat_automation_toolkit/_internal/templates/minimal_ui/__init__.py
src/bluecat_automation_toolkit/_internal/templates/minimal_ui/definition.py
src/bluecat_automation_toolkit/_internal/templates/minimal_ui/files/.gitignore
src/bluecat_automation_toolkit/_internal/templates/minimal_ui/files/Makefile
src/bluecat_automation_toolkit/_internal/templates/minimal_ui/files/projects/workflow_name/Makefile
src/bluecat_automation_toolkit/_internal/templates/minimal_ui/files/projects/workflow_name/README.md
src/bluecat_automation_toolkit/_internal/templates/minimal_ui/files/projects/workflow_name/ui_project_name/.eslintrc.js
src/bluecat_automation_toolkit/_internal/templates/minimal_ui/files/projects/workflow_name/ui_project_name/.prettierrc
src/bluecat_automation_toolkit/_internal/templates/minimal_ui/files/projects/workflow_name/ui_project_name/babel.config.js
src/bluecat_automation_toolkit/_internal/templates/minimal_ui/files/projects/workflow_name/ui_project_name/package-lock.json
src/bluecat_automation_toolkit/_internal/templates/minimal_ui/files/projects/workflow_name/ui_project_name/package.json
src/bluecat_automation_toolkit/_internal/templates/minimal_ui/files/projects/workflow_name/ui_project_name/webpack.config.js
src/bluecat_automation_toolkit/_internal/templates/minimal_ui/files/projects/workflow_name/ui_project_name/src/index.html
src/bluecat_automation_toolkit/_internal/templates/minimal_ui/files/projects/workflow_name/ui_project_name/src/assets/images/bluecat-icon.png
src/bluecat_automation_toolkit/_internal/templates/minimal_ui/files/projects/workflow_name/ui_project_name/src/functions/setLanguage.js
src/bluecat_automation_toolkit/_internal/templates/minimal_ui/files/projects/workflow_name/ui_project_name/src/l10n/index.js
src/bluecat_automation_toolkit/_internal/templates/minimal_ui/files/projects/workflow_name/ui_project_name/src/l10n/language.po
src/bluecat_automation_toolkit/_internal/templates/minimal_ui/files/projects/workflow_name/ui_project_name/src/pages/js_workflow_name/App.js
src/bluecat_automation_toolkit/_internal/templates/minimal_ui/files/projects/workflow_name/ui_project_name/src/pages/js_workflow_name/App.less
src/bluecat_automation_toolkit/_internal/templates/minimal_ui/files/projects/workflow_name/ui_project_name/src/pages/js_workflow_name/index.js
src/bluecat_automation_toolkit/_internal/templates/minimal_ui/files/workspace/config.py.sample
src/bluecat_automation_toolkit/_internal/templates/minimal_ui/files/workspace/workflows/ui_workflow_name/routes.py
src/bluecat_automation_toolkit/_internal/templates/single_form/__init__.py
src/bluecat_automation_toolkit/_internal/templates/single_form/definition.py
src/bluecat_automation_toolkit/_internal/templates/single_form/files/.dockerignore
src/bluecat_automation_toolkit/_internal/templates/single_form/files/.gitignore
src/bluecat_automation_toolkit/_internal/templates/single_form/files/Dockerfile
src/bluecat_automation_toolkit/_internal/templates/single_form/files/Makefile
src/bluecat_automation_toolkit/_internal/templates/single_form/files/projects/workflow_name/Makefile
src/bluecat_automation_toolkit/_internal/templates/single_form/files/projects/workflow_name/README.md
src/bluecat_automation_toolkit/_internal/templates/single_form/files/projects/workflow_name/ui_project_name/.eslintrc.js
src/bluecat_automation_toolkit/_internal/templates/single_form/files/projects/workflow_name/ui_project_name/.prettierrc
src/bluecat_automation_toolkit/_internal/templates/single_form/files/projects/workflow_name/ui_project_name/babel.config.js
src/bluecat_automation_toolkit/_internal/templates/single_form/files/projects/workflow_name/ui_project_name/package-lock.json
src/bluecat_automation_toolkit/_internal/templates/single_form/files/projects/workflow_name/ui_project_name/package.json
src/bluecat_automation_toolkit/_internal/templates/single_form/files/projects/workflow_name/ui_project_name/webpack.config.js
src/bluecat_automation_toolkit/_internal/templates/single_form/files/projects/workflow_name/ui_project_name/src/index.html
src/bluecat_automation_toolkit/_internal/templates/single_form/files/projects/workflow_name/ui_project_name/src/assets/images/bluecat-icon.png
src/bluecat_automation_toolkit/_internal/templates/single_form/files/projects/workflow_name/ui_project_name/src/components/FormComboBoxField.js
src/bluecat_automation_toolkit/_internal/templates/single_form/files/projects/workflow_name/ui_project_name/src/components/FormComboBoxField.less
src/bluecat_automation_toolkit/_internal/templates/single_form/files/projects/workflow_name/ui_project_name/src/functions/setLanguage.js
src/bluecat_automation_toolkit/_internal/templates/single_form/files/projects/workflow_name/ui_project_name/src/hooks/useObjectSuggestions.js
src/bluecat_automation_toolkit/_internal/templates/single_form/files/projects/workflow_name/ui_project_name/src/l10n/index.js
src/bluecat_automation_toolkit/_internal/templates/single_form/files/projects/workflow_name/ui_project_name/src/l10n/language.po
src/bluecat_automation_toolkit/_internal/templates/single_form/files/projects/workflow_name/ui_project_name/src/pages/js_workflow_name/App.js
src/bluecat_automation_toolkit/_internal/templates/single_form/files/projects/workflow_name/ui_project_name/src/pages/js_workflow_name/App.less
src/bluecat_automation_toolkit/_internal/templates/single_form/files/projects/workflow_name/ui_project_name/src/pages/js_workflow_name/FormFields.js
src/bluecat_automation_toolkit/_internal/templates/single_form/files/projects/workflow_name/ui_project_name/src/pages/js_workflow_name/index.js
src/bluecat_automation_toolkit/_internal/templates/single_form/files/workspace/config.json.sample
src/bluecat_automation_toolkit/_internal/templates/single_form/files/workspace/config.py.sample
src/bluecat_automation_toolkit/_internal/templates/single_form/files/workspace/permissions.json.sample
src/bluecat_automation_toolkit/_internal/templates/single_form/files/workspace/workflows/__init__.py
src/bluecat_automation_toolkit/_internal/templates/single_form/files/workspace/workflows/workflow_name/__init__.py
src/bluecat_automation_toolkit/_internal/templates/single_form/files/workspace/workflows/workflow_name/base.py
src/bluecat_automation_toolkit/_internal/templates/single_form/files/workspace/workflows/workflow_name/hooks.py
src/bluecat_automation_toolkit/_internal/templates/single_form/files/workspace/workflows/workflow_name/routes.py
src/bluecat_automation_toolkit/_internal/templates/single_form/files/workspace/workflows/workflow_name/spec.json
src/bluecat_automation_toolkit/_internal/templates/wf_def/__init__.py
src/bluecat_automation_toolkit/_internal/templates/wf_def/files/workflow_name/README.md
src/bluecat_automation_toolkit/_internal/templates/wf_def/files/workflow_name/__init__.py
src/bluecat_automation_toolkit/_internal/templates/wf_def/files/workflow_name/base.py
src/bluecat_automation_toolkit/_internal/templates/wf_def/files/workflow_name/hooks.py
src/bluecat_automation_toolkit/_internal/templates/wf_def/files/workflow_name/routes.py
src/bluecat_automation_toolkit/_internal/templates/wf_def/files/workflow_name/spec.json
tests/__init__.py
tests/conftest.py
tests/utils.py
tests/__snapshots__/minimal/all_params/.dockerignore
tests/__snapshots__/minimal/all_params/.gitignore
tests/__snapshots__/minimal/all_params/Dockerfile
tests/__snapshots__/minimal/all_params/Makefile
tests/__snapshots__/minimal/all_params/workspace/config.json.sample
tests/__snapshots__/minimal/all_params/workspace/config.py.sample
tests/__snapshots__/minimal/all_params/workspace/permissions.json.sample
tests/__snapshots__/minimal/all_params/workspace/workflows/__init__.py
tests/__snapshots__/minimal/all_params/workspace/workflows/tester_workflow/LICENSE
tests/__snapshots__/minimal/all_params/workspace/workflows/tester_workflow/README.md
tests/__snapshots__/minimal/all_params/workspace/workflows/tester_workflow/__init__.py
tests/__snapshots__/minimal/all_params/workspace/workflows/tester_workflow/base.py
tests/__snapshots__/minimal/all_params/workspace/workflows/tester_workflow/hooks.py
tests/__snapshots__/minimal/all_params/workspace/workflows/tester_workflow/routes.py
tests/__snapshots__/minimal/all_params/workspace/workflows/tester_workflow/spec.json
tests/__snapshots__/minimal/default_params/.dockerignore
tests/__snapshots__/minimal/default_params/.gitignore
tests/__snapshots__/minimal/default_params/Dockerfile
tests/__snapshots__/minimal/default_params/Makefile
tests/__snapshots__/minimal/default_params/workspace/config.json.sample
tests/__snapshots__/minimal/default_params/workspace/config.py.sample
tests/__snapshots__/minimal/default_params/workspace/permissions.json.sample
tests/__snapshots__/minimal/default_params/workspace/workflows/__init__.py
tests/__snapshots__/minimal/default_params/workspace/workflows/tester_workflow/LICENSE
tests/__snapshots__/minimal/default_params/workspace/workflows/tester_workflow/README.md
tests/__snapshots__/minimal/default_params/workspace/workflows/tester_workflow/__init__.py
tests/__snapshots__/minimal/default_params/workspace/workflows/tester_workflow/base.py
tests/__snapshots__/minimal/default_params/workspace/workflows/tester_workflow/hooks.py
tests/__snapshots__/minimal/default_params/workspace/workflows/tester_workflow/routes.py
tests/__snapshots__/minimal/default_params/workspace/workflows/tester_workflow/spec.json
tests/__snapshots__/minimal_ui/all_params/.dockerignore
tests/__snapshots__/minimal_ui/all_params/.gitignore
tests/__snapshots__/minimal_ui/all_params/Dockerfile
tests/__snapshots__/minimal_ui/all_params/Makefile
tests/__snapshots__/minimal_ui/all_params/projects/tester_workflow/Makefile
tests/__snapshots__/minimal_ui/all_params/projects/tester_workflow/README.md
tests/__snapshots__/minimal_ui/all_params/projects/tester_workflow/tester_workflow_ui/.eslintrc.js
tests/__snapshots__/minimal_ui/all_params/projects/tester_workflow/tester_workflow_ui/.prettierrc
tests/__snapshots__/minimal_ui/all_params/projects/tester_workflow/tester_workflow_ui/babel.config.js
tests/__snapshots__/minimal_ui/all_params/projects/tester_workflow/tester_workflow_ui/package-lock.json
tests/__snapshots__/minimal_ui/all_params/projects/tester_workflow/tester_workflow_ui/package.json
tests/__snapshots__/minimal_ui/all_params/projects/tester_workflow/tester_workflow_ui/webpack.config.js
tests/__snapshots__/minimal_ui/all_params/projects/tester_workflow/tester_workflow_ui/src/index.html
tests/__snapshots__/minimal_ui/all_params/projects/tester_workflow/tester_workflow_ui/src/assets/images/bluecat-icon.png
tests/__snapshots__/minimal_ui/all_params/projects/tester_workflow/tester_workflow_ui/src/pages/testerWorkflow/App.js
tests/__snapshots__/minimal_ui/all_params/projects/tester_workflow/tester_workflow_ui/src/pages/testerWorkflow/App.less
tests/__snapshots__/minimal_ui/all_params/projects/tester_workflow/tester_workflow_ui/src/pages/testerWorkflow/index.js
tests/__snapshots__/minimal_ui/all_params/workspace/config.json.sample
tests/__snapshots__/minimal_ui/all_params/workspace/config.py.sample
tests/__snapshots__/minimal_ui/all_params/workspace/permissions.json.sample
tests/__snapshots__/minimal_ui/all_params/workspace/workflows/__init__.py
tests/__snapshots__/minimal_ui/all_params/workspace/workflows/tester_workflow/LICENSE
tests/__snapshots__/minimal_ui/all_params/workspace/workflows/tester_workflow/README.md
tests/__snapshots__/minimal_ui/all_params/workspace/workflows/tester_workflow/__init__.py
tests/__snapshots__/minimal_ui/all_params/workspace/workflows/tester_workflow/base.py
tests/__snapshots__/minimal_ui/all_params/workspace/workflows/tester_workflow/hooks.py
tests/__snapshots__/minimal_ui/all_params/workspace/workflows/tester_workflow/routes.py
tests/__snapshots__/minimal_ui/all_params/workspace/workflows/tester_workflow/spec.json
tests/__snapshots__/minimal_ui/default_params/.dockerignore
tests/__snapshots__/minimal_ui/default_params/.gitignore
tests/__snapshots__/minimal_ui/default_params/Dockerfile
tests/__snapshots__/minimal_ui/default_params/Makefile
tests/__snapshots__/minimal_ui/default_params/projects/tester_workflow/Makefile
tests/__snapshots__/minimal_ui/default_params/projects/tester_workflow/README.md
tests/__snapshots__/minimal_ui/default_params/projects/tester_workflow/tester_workflow_ui/.eslintrc.js
tests/__snapshots__/minimal_ui/default_params/projects/tester_workflow/tester_workflow_ui/.prettierrc
tests/__snapshots__/minimal_ui/default_params/projects/tester_workflow/tester_workflow_ui/babel.config.js
tests/__snapshots__/minimal_ui/default_params/projects/tester_workflow/tester_workflow_ui/package-lock.json
tests/__snapshots__/minimal_ui/default_params/projects/tester_workflow/tester_workflow_ui/package.json
tests/__snapshots__/minimal_ui/default_params/projects/tester_workflow/tester_workflow_ui/webpack.config.js
tests/__snapshots__/minimal_ui/default_params/projects/tester_workflow/tester_workflow_ui/src/index.html
tests/__snapshots__/minimal_ui/default_params/projects/tester_workflow/tester_workflow_ui/src/assets/images/bluecat-icon.png
tests/__snapshots__/minimal_ui/default_params/projects/tester_workflow/tester_workflow_ui/src/pages/testerWorkflow/App.js
tests/__snapshots__/minimal_ui/default_params/projects/tester_workflow/tester_workflow_ui/src/pages/testerWorkflow/App.less
tests/__snapshots__/minimal_ui/default_params/projects/tester_workflow/tester_workflow_ui/src/pages/testerWorkflow/index.js
tests/__snapshots__/minimal_ui/default_params/workspace/config.json.sample
tests/__snapshots__/minimal_ui/default_params/workspace/config.py.sample
tests/__snapshots__/minimal_ui/default_params/workspace/permissions.json.sample
tests/__snapshots__/minimal_ui/default_params/workspace/workflows/__init__.py
tests/__snapshots__/minimal_ui/default_params/workspace/workflows/tester_workflow/LICENSE
tests/__snapshots__/minimal_ui/default_params/workspace/workflows/tester_workflow/README.md
tests/__snapshots__/minimal_ui/default_params/workspace/workflows/tester_workflow/__init__.py
tests/__snapshots__/minimal_ui/default_params/workspace/workflows/tester_workflow/base.py
tests/__snapshots__/minimal_ui/default_params/workspace/workflows/tester_workflow/hooks.py
tests/__snapshots__/minimal_ui/default_params/workspace/workflows/tester_workflow/routes.py
tests/__snapshots__/minimal_ui/default_params/workspace/workflows/tester_workflow/spec.json
tests/__snapshots__/minimal_ui/l10n_params/.dockerignore
tests/__snapshots__/minimal_ui/l10n_params/.gitignore
tests/__snapshots__/minimal_ui/l10n_params/Dockerfile
tests/__snapshots__/minimal_ui/l10n_params/Makefile
tests/__snapshots__/minimal_ui/l10n_params/projects/tester_workflow/Makefile
tests/__snapshots__/minimal_ui/l10n_params/projects/tester_workflow/README.md
tests/__snapshots__/minimal_ui/l10n_params/projects/tester_workflow/tester_workflow_ui/.eslintrc.js
tests/__snapshots__/minimal_ui/l10n_params/projects/tester_workflow/tester_workflow_ui/.prettierrc
tests/__snapshots__/minimal_ui/l10n_params/projects/tester_workflow/tester_workflow_ui/babel.config.js
tests/__snapshots__/minimal_ui/l10n_params/projects/tester_workflow/tester_workflow_ui/package-lock.json
tests/__snapshots__/minimal_ui/l10n_params/projects/tester_workflow/tester_workflow_ui/package.json
tests/__snapshots__/minimal_ui/l10n_params/projects/tester_workflow/tester_workflow_ui/webpack.config.js
tests/__snapshots__/minimal_ui/l10n_params/projects/tester_workflow/tester_workflow_ui/src/index.html
tests/__snapshots__/minimal_ui/l10n_params/projects/tester_workflow/tester_workflow_ui/src/assets/images/bluecat-icon.png
tests/__snapshots__/minimal_ui/l10n_params/projects/tester_workflow/tester_workflow_ui/src/functions/setLanguage.js
tests/__snapshots__/minimal_ui/l10n_params/projects/tester_workflow/tester_workflow_ui/src/l10n/en.po
tests/__snapshots__/minimal_ui/l10n_params/projects/tester_workflow/tester_workflow_ui/src/l10n/fr.po
tests/__snapshots__/minimal_ui/l10n_params/projects/tester_workflow/tester_workflow_ui/src/l10n/gr.po
tests/__snapshots__/minimal_ui/l10n_params/projects/tester_workflow/tester_workflow_ui/src/l10n/index.js
tests/__snapshots__/minimal_ui/l10n_params/projects/tester_workflow/tester_workflow_ui/src/pages/testerWorkflow/App.js
tests/__snapshots__/minimal_ui/l10n_params/projects/tester_workflow/tester_workflow_ui/src/pages/testerWorkflow/App.less
tests/__snapshots__/minimal_ui/l10n_params/projects/tester_workflow/tester_workflow_ui/src/pages/testerWorkflow/index.js
tests/__snapshots__/minimal_ui/l10n_params/workspace/config.json.sample
tests/__snapshots__/minimal_ui/l10n_params/workspace/config.py.sample
tests/__snapshots__/minimal_ui/l10n_params/workspace/permissions.json.sample
tests/__snapshots__/minimal_ui/l10n_params/workspace/workflows/__init__.py
tests/__snapshots__/minimal_ui/l10n_params/workspace/workflows/tester_workflow/LICENSE
tests/__snapshots__/minimal_ui/l10n_params/workspace/workflows/tester_workflow/README.md
tests/__snapshots__/minimal_ui/l10n_params/workspace/workflows/tester_workflow/__init__.py
tests/__snapshots__/minimal_ui/l10n_params/workspace/workflows/tester_workflow/base.py
tests/__snapshots__/minimal_ui/l10n_params/workspace/workflows/tester_workflow/hooks.py
tests/__snapshots__/minimal_ui/l10n_params/workspace/workflows/tester_workflow/routes.py
tests/__snapshots__/minimal_ui/l10n_params/workspace/workflows/tester_workflow/spec.json
tests/__snapshots__/output/recursive_remove/TESTFILE1.md
tests/__snapshots__/output/recursive_remove/TESTFILE2.md
tests/__snapshots__/output/simple_remove/TESTFILE2.md
tests/__snapshots__/single_form/all_params/.dockerignore
tests/__snapshots__/single_form/all_params/.gitignore
tests/__snapshots__/single_form/all_params/Dockerfile
tests/__snapshots__/single_form/all_params/Makefile
tests/__snapshots__/single_form/all_params/projects/test_workflow/Makefile
tests/__snapshots__/single_form/all_params/projects/test_workflow/README.md
tests/__snapshots__/single_form/all_params/projects/test_workflow/test_workflow_ui/.eslintrc.js
tests/__snapshots__/single_form/all_params/projects/test_workflow/test_workflow_ui/.prettierrc
tests/__snapshots__/single_form/all_params/projects/test_workflow/test_workflow_ui/babel.config.js
tests/__snapshots__/single_form/all_params/projects/test_workflow/test_workflow_ui/package-lock.json
tests/__snapshots__/single_form/all_params/projects/test_workflow/test_workflow_ui/package.json
tests/__snapshots__/single_form/all_params/projects/test_workflow/test_workflow_ui/webpack.config.js
tests/__snapshots__/single_form/all_params/projects/test_workflow/test_workflow_ui/src/index.html
tests/__snapshots__/single_form/all_params/projects/test_workflow/test_workflow_ui/src/assets/images/bluecat-icon.png
tests/__snapshots__/single_form/all_params/projects/test_workflow/test_workflow_ui/src/components/FormComboBoxField.js
tests/__snapshots__/single_form/all_params/projects/test_workflow/test_workflow_ui/src/components/FormComboBoxField.less
tests/__snapshots__/single_form/all_params/projects/test_workflow/test_workflow_ui/src/hooks/useObjectSuggestions.js
tests/__snapshots__/single_form/all_params/projects/test_workflow/test_workflow_ui/src/pages/testWorkflow/App.js
tests/__snapshots__/single_form/all_params/projects/test_workflow/test_workflow_ui/src/pages/testWorkflow/App.less
tests/__snapshots__/single_form/all_params/projects/test_workflow/test_workflow_ui/src/pages/testWorkflow/FormFields.js
tests/__snapshots__/single_form/all_params/projects/test_workflow/test_workflow_ui/src/pages/testWorkflow/index.js
tests/__snapshots__/single_form/all_params/workspace/config.json.sample
tests/__snapshots__/single_form/all_params/workspace/config.py.sample
tests/__snapshots__/single_form/all_params/workspace/permissions.json.sample
tests/__snapshots__/single_form/all_params/workspace/workflows/__init__.py
tests/__snapshots__/single_form/all_params/workspace/workflows/test_workflow/__init__.py
tests/__snapshots__/single_form/all_params/workspace/workflows/test_workflow/base.py
tests/__snapshots__/single_form/all_params/workspace/workflows/test_workflow/hooks.py
tests/__snapshots__/single_form/all_params/workspace/workflows/test_workflow/routes.py
tests/__snapshots__/single_form/all_params/workspace/workflows/test_workflow/spec.json
tests/__snapshots__/single_form/default_params/.dockerignore
tests/__snapshots__/single_form/default_params/.gitignore
tests/__snapshots__/single_form/default_params/Dockerfile
tests/__snapshots__/single_form/default_params/Makefile
tests/__snapshots__/single_form/default_params/projects/test_workflow/Makefile
tests/__snapshots__/single_form/default_params/projects/test_workflow/README.md
tests/__snapshots__/single_form/default_params/projects/test_workflow/test_workflow_ui/.eslintrc.js
tests/__snapshots__/single_form/default_params/projects/test_workflow/test_workflow_ui/.prettierrc
tests/__snapshots__/single_form/default_params/projects/test_workflow/test_workflow_ui/babel.config.js
tests/__snapshots__/single_form/default_params/projects/test_workflow/test_workflow_ui/package-lock.json
tests/__snapshots__/single_form/default_params/projects/test_workflow/test_workflow_ui/package.json
tests/__snapshots__/single_form/default_params/projects/test_workflow/test_workflow_ui/webpack.config.js
tests/__snapshots__/single_form/default_params/projects/test_workflow/test_workflow_ui/src/index.html
tests/__snapshots__/single_form/default_params/projects/test_workflow/test_workflow_ui/src/assets/images/bluecat-icon.png
tests/__snapshots__/single_form/default_params/projects/test_workflow/test_workflow_ui/src/components/FormComboBoxField.js
tests/__snapshots__/single_form/default_params/projects/test_workflow/test_workflow_ui/src/components/FormComboBoxField.less
tests/__snapshots__/single_form/default_params/projects/test_workflow/test_workflow_ui/src/hooks/useObjectSuggestions.js
tests/__snapshots__/single_form/default_params/projects/test_workflow/test_workflow_ui/src/pages/testWorkflow/App.js
tests/__snapshots__/single_form/default_params/projects/test_workflow/test_workflow_ui/src/pages/testWorkflow/App.less
tests/__snapshots__/single_form/default_params/projects/test_workflow/test_workflow_ui/src/pages/testWorkflow/FormFields.js
tests/__snapshots__/single_form/default_params/projects/test_workflow/test_workflow_ui/src/pages/testWorkflow/index.js
tests/__snapshots__/single_form/default_params/workspace/config.json.sample
tests/__snapshots__/single_form/default_params/workspace/config.py.sample
tests/__snapshots__/single_form/default_params/workspace/permissions.json.sample
tests/__snapshots__/single_form/default_params/workspace/workflows/__init__.py
tests/__snapshots__/single_form/default_params/workspace/workflows/test_workflow/__init__.py
tests/__snapshots__/single_form/default_params/workspace/workflows/test_workflow/base.py
tests/__snapshots__/single_form/default_params/workspace/workflows/test_workflow/hooks.py
tests/__snapshots__/single_form/default_params/workspace/workflows/test_workflow/routes.py
tests/__snapshots__/single_form/default_params/workspace/workflows/test_workflow/spec.json
tests/__snapshots__/single_form/l10n/.dockerignore
tests/__snapshots__/single_form/l10n/.gitignore
tests/__snapshots__/single_form/l10n/Dockerfile
tests/__snapshots__/single_form/l10n/Makefile
tests/__snapshots__/single_form/l10n/projects/test_workflow/Makefile
tests/__snapshots__/single_form/l10n/projects/test_workflow/README.md
tests/__snapshots__/single_form/l10n/projects/test_workflow/test_workflow_ui/.eslintrc.js
tests/__snapshots__/single_form/l10n/projects/test_workflow/test_workflow_ui/.prettierrc
tests/__snapshots__/single_form/l10n/projects/test_workflow/test_workflow_ui/babel.config.js
tests/__snapshots__/single_form/l10n/projects/test_workflow/test_workflow_ui/package-lock.json
tests/__snapshots__/single_form/l10n/projects/test_workflow/test_workflow_ui/package.json
tests/__snapshots__/single_form/l10n/projects/test_workflow/test_workflow_ui/webpack.config.js
tests/__snapshots__/single_form/l10n/projects/test_workflow/test_workflow_ui/src/index.html
tests/__snapshots__/single_form/l10n/projects/test_workflow/test_workflow_ui/src/assets/images/bluecat-icon.png
tests/__snapshots__/single_form/l10n/projects/test_workflow/test_workflow_ui/src/components/FormComboBoxField.js
tests/__snapshots__/single_form/l10n/projects/test_workflow/test_workflow_ui/src/components/FormComboBoxField.less
tests/__snapshots__/single_form/l10n/projects/test_workflow/test_workflow_ui/src/functions/setLanguage.js
tests/__snapshots__/single_form/l10n/projects/test_workflow/test_workflow_ui/src/hooks/useObjectSuggestions.js
tests/__snapshots__/single_form/l10n/projects/test_workflow/test_workflow_ui/src/l10n/en.po
tests/__snapshots__/single_form/l10n/projects/test_workflow/test_workflow_ui/src/l10n/fr.po
tests/__snapshots__/single_form/l10n/projects/test_workflow/test_workflow_ui/src/l10n/gr.po
tests/__snapshots__/single_form/l10n/projects/test_workflow/test_workflow_ui/src/l10n/index.js
tests/__snapshots__/single_form/l10n/projects/test_workflow/test_workflow_ui/src/pages/testWorkflow/App.js
tests/__snapshots__/single_form/l10n/projects/test_workflow/test_workflow_ui/src/pages/testWorkflow/App.less
tests/__snapshots__/single_form/l10n/projects/test_workflow/test_workflow_ui/src/pages/testWorkflow/FormFields.js
tests/__snapshots__/single_form/l10n/projects/test_workflow/test_workflow_ui/src/pages/testWorkflow/index.js
tests/__snapshots__/single_form/l10n/workspace/config.json.sample
tests/__snapshots__/single_form/l10n/workspace/config.py.sample
tests/__snapshots__/single_form/l10n/workspace/permissions.json.sample
tests/__snapshots__/single_form/l10n/workspace/workflows/__init__.py
tests/__snapshots__/single_form/l10n/workspace/workflows/test_workflow/__init__.py
tests/__snapshots__/single_form/l10n/workspace/workflows/test_workflow/base.py
tests/__snapshots__/single_form/l10n/workspace/workflows/test_workflow/hooks.py
tests/__snapshots__/single_form/l10n/workspace/workflows/test_workflow/routes.py
tests/__snapshots__/single_form/l10n/workspace/workflows/test_workflow/spec.json
tests/__snapshots__/single_form/two_wfs/.dockerignore
tests/__snapshots__/single_form/two_wfs/.gitignore
tests/__snapshots__/single_form/two_wfs/Dockerfile
tests/__snapshots__/single_form/two_wfs/Makefile
tests/__snapshots__/single_form/two_wfs/projects/test_name_1/Makefile
tests/__snapshots__/single_form/two_wfs/projects/test_name_1/README.md
tests/__snapshots__/single_form/two_wfs/projects/test_name_1/test_name_1_ui/.eslintrc.js
tests/__snapshots__/single_form/two_wfs/projects/test_name_1/test_name_1_ui/.prettierrc
tests/__snapshots__/single_form/two_wfs/projects/test_name_1/test_name_1_ui/babel.config.js
tests/__snapshots__/single_form/two_wfs/projects/test_name_1/test_name_1_ui/package-lock.json
tests/__snapshots__/single_form/two_wfs/projects/test_name_1/test_name_1_ui/package.json
tests/__snapshots__/single_form/two_wfs/projects/test_name_1/test_name_1_ui/webpack.config.js
tests/__snapshots__/single_form/two_wfs/projects/test_name_1/test_name_1_ui/src/index.html
tests/__snapshots__/single_form/two_wfs/projects/test_name_1/test_name_1_ui/src/assets/images/bluecat-icon.png
tests/__snapshots__/single_form/two_wfs/projects/test_name_1/test_name_1_ui/src/components/FormComboBoxField.js
tests/__snapshots__/single_form/two_wfs/projects/test_name_1/test_name_1_ui/src/components/FormComboBoxField.less
tests/__snapshots__/single_form/two_wfs/projects/test_name_1/test_name_1_ui/src/hooks/useObjectSuggestions.js
tests/__snapshots__/single_form/two_wfs/projects/test_name_1/test_name_1_ui/src/pages/testName1/App.js
tests/__snapshots__/single_form/two_wfs/projects/test_name_1/test_name_1_ui/src/pages/testName1/App.less
tests/__snapshots__/single_form/two_wfs/projects/test_name_1/test_name_1_ui/src/pages/testName1/FormFields.js
tests/__snapshots__/single_form/two_wfs/projects/test_name_1/test_name_1_ui/src/pages/testName1/index.js
tests/__snapshots__/single_form/two_wfs/projects/test_name_2/Makefile
tests/__snapshots__/single_form/two_wfs/projects/test_name_2/README.md
tests/__snapshots__/single_form/two_wfs/projects/test_name_2/test_name_2_ui/.eslintrc.js
tests/__snapshots__/single_form/two_wfs/projects/test_name_2/test_name_2_ui/.prettierrc
tests/__snapshots__/single_form/two_wfs/projects/test_name_2/test_name_2_ui/babel.config.js
tests/__snapshots__/single_form/two_wfs/projects/test_name_2/test_name_2_ui/package-lock.json
tests/__snapshots__/single_form/two_wfs/projects/test_name_2/test_name_2_ui/package.json
tests/__snapshots__/single_form/two_wfs/projects/test_name_2/test_name_2_ui/webpack.config.js
tests/__snapshots__/single_form/two_wfs/projects/test_name_2/test_name_2_ui/src/index.html
tests/__snapshots__/single_form/two_wfs/projects/test_name_2/test_name_2_ui/src/assets/images/bluecat-icon.png
tests/__snapshots__/single_form/two_wfs/projects/test_name_2/test_name_2_ui/src/components/FormComboBoxField.js
tests/__snapshots__/single_form/two_wfs/projects/test_name_2/test_name_2_ui/src/components/FormComboBoxField.less
tests/__snapshots__/single_form/two_wfs/projects/test_name_2/test_name_2_ui/src/hooks/useObjectSuggestions.js
tests/__snapshots__/single_form/two_wfs/projects/test_name_2/test_name_2_ui/src/pages/testName2/App.js
tests/__snapshots__/single_form/two_wfs/projects/test_name_2/test_name_2_ui/src/pages/testName2/App.less
tests/__snapshots__/single_form/two_wfs/projects/test_name_2/test_name_2_ui/src/pages/testName2/FormFields.js
tests/__snapshots__/single_form/two_wfs/projects/test_name_2/test_name_2_ui/src/pages/testName2/index.js
tests/__snapshots__/single_form/two_wfs/workspace/config.json.sample
tests/__snapshots__/single_form/two_wfs/workspace/config.py.sample
tests/__snapshots__/single_form/two_wfs/workspace/permissions.json.sample
tests/__snapshots__/single_form/two_wfs/workspace/workflows/__init__.py
tests/__snapshots__/single_form/two_wfs/workspace/workflows/test_name_1/__init__.py
tests/__snapshots__/single_form/two_wfs/workspace/workflows/test_name_1/base.py
tests/__snapshots__/single_form/two_wfs/workspace/workflows/test_name_1/hooks.py
tests/__snapshots__/single_form/two_wfs/workspace/workflows/test_name_1/routes.py
tests/__snapshots__/single_form/two_wfs/workspace/workflows/test_name_1/spec.json
tests/__snapshots__/single_form/two_wfs/workspace/workflows/test_name_2/__init__.py
tests/__snapshots__/single_form/two_wfs/workspace/workflows/test_name_2/base.py
tests/__snapshots__/single_form/two_wfs/workspace/workflows/test_name_2/hooks.py
tests/__snapshots__/single_form/two_wfs/workspace/workflows/test_name_2/routes.py
tests/__snapshots__/single_form/two_wfs/workspace/workflows/test_name_2/spec.json
tests/__snapshots__/wf_def/all_params/test_workflow_name/LICENSE
tests/__snapshots__/wf_def/all_params/test_workflow_name/README.md
tests/__snapshots__/wf_def/all_params/test_workflow_name/__init__.py
tests/__snapshots__/wf_def/all_params/test_workflow_name/base.py
tests/__snapshots__/wf_def/all_params/test_workflow_name/hooks.py
tests/__snapshots__/wf_def/all_params/test_workflow_name/routes.py
tests/__snapshots__/wf_def/all_params/test_workflow_name/spec.json
tests/__snapshots__/wf_def/default_params/test_workflow_name/README.md
tests/__snapshots__/wf_def/default_params/test_workflow_name/__init__.py
tests/__snapshots__/wf_def/default_params/test_workflow_name/base.py
tests/__snapshots__/wf_def/default_params/test_workflow_name/hooks.py
tests/__snapshots__/wf_def/default_params/test_workflow_name/routes.py
tests/__snapshots__/wf_def/default_params/test_workflow_name/spec.json
tests/unit/__init__.py
tests/unit/test_example.py
tests/unit/cli/__init__.py
tests/unit/cli/test_copyright_options.py
tests/unit/cli/test_overwrite_warning.py
tests/unit/templates/__init__.py
tests/unit/templates/test_minimal.py
tests/unit/templates/test_minimal_ui.py
tests/unit/templates/test_output.py
tests/unit/templates/test_single_form.py
tests/unit/templates/test_wf_def.py
tests/unit/templates/test_template_files/__init__.py
tests/unit/templates/test_template_files/files/TESTFILE1.md
tests/unit/templates/test_template_files/files/TESTFILE2.md
tests/unit/templates/test_template_files/files/TESTFILE3.md