LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/administrators.rst
docs/architecture.rst
docs/check_sphinx.py
docs/conf.py
docs/extensions.rst
docs/extract_openapi_json.py
docs/faq.rst
docs/glossary.rst
docs/index.rst
docs/install.rst
docs/language.rst
docs/model_developers.rst
docs/moduleguides.rst
docs/platform_developers.rst
docs/quickstart.rst
docs/_static/.gitkeep
docs/_static/autonomousserver.svg
docs/_static/component.svg
docs/_static/embedded.svg
docs/_static/favicon.ico
docs/_static/inmanta-logo.png
docs/_static/overview.svg
docs/_static/pushtoserver.svg
docs/_static/quickstart-plan.svg
docs/_templates/layout.html
docs/administrators/auth.rst
docs/administrators/configuration.rst
docs/administrators/logging.rst
docs/administrators/metering.rst
docs/administrators/images/dashboard_token.png
docs/administrators/images/kc_add_realm.png
docs/administrators/images/kc_client_details.png
docs/administrators/images/kc_clients.png
docs/administrators/images/kc_ct_mapper.png
docs/administrators/images/kc_install.png
docs/administrators/images/kc_mappers.png
docs/administrators/images/kc_new_client.png
docs/administrators/images/kc_realm.png
docs/administrators/images/kc_start.png
docs/install/1-install-server.rst
docs/install/10-features.rst
docs/install/2-configure-agents.rst
docs/install/install-server/configure-postgres.inc
docs/install/install-server/configure-server.inc
docs/install/install-server/install-server.inc
docs/model_developers/configurationmodel.rst
docs/model_developers/credentials.rst
docs/model_developers/model_debugging.rst
docs/model_developers/modules.rst
docs/model_developers/test_plugins.rst
docs/model_developers/images/dataflow_graphic_service.pdf
docs/model_developers/images/dataflow_graphic_service.png
docs/platform_developers/create_server_extension.rst
docs/platform_developers/database.rst
docs/platform_developers/define_api_endpoints.rst
docs/platform_developers/documentation.rst
docs/platform_developers/modelexportformat.rst
docs/platform_developers/platform.rst
docs/reference/api.rst
docs/reference/commands.rst
docs/reference/config.rst
docs/reference/environmentsettings.rst
docs/reference/index.rst
docs/reference/modules.rst
docs/reference/projectyml.rst
misc/docker-server.cfg
misc/inmanta-agent.service
misc/inmanta-server.service
misc/inmanta.cfg
misc/inmanta.lang
misc/inmanta.vim
misc/logrotation_config
src/inmanta/__init__.py
src/inmanta/app.py
src/inmanta/command.py
src/inmanta/config.py
src/inmanta/const.py
src/inmanta/deploy.py
src/inmanta/docstring_parser.py
src/inmanta/doctools.py
src/inmanta/env.py
src/inmanta/export.py
src/inmanta/loader.py
src/inmanta/main.py
src/inmanta/model.py
src/inmanta/module.py
src/inmanta/moduletool.py
src/inmanta/plugins.py
src/inmanta/postgresproc.py
src/inmanta/profile_mem.py
src/inmanta/py.typed
src/inmanta/reporter.py
src/inmanta/resources.py
src/inmanta/types.py
src/inmanta/util.py
src/inmanta/warnings.py
src/inmanta.egg-info/PKG-INFO
src/inmanta.egg-info/SOURCES.txt
src/inmanta.egg-info/dependency_links.txt
src/inmanta.egg-info/entry_points.txt
src/inmanta.egg-info/not-zip-safe
src/inmanta.egg-info/requires.txt
src/inmanta.egg-info/top_level.txt
src/inmanta/agent/__init__.py
src/inmanta/agent/agent.py
src/inmanta/agent/cache.py
src/inmanta/agent/config.py
src/inmanta/agent/handler.py
src/inmanta/agent/reporting.py
src/inmanta/agent/io/__init__.py
src/inmanta/agent/io/local.py
src/inmanta/agent/io/remote.py
src/inmanta/ast/__init__.py
src/inmanta/ast/attribute.py
src/inmanta/ast/blocks.py
src/inmanta/ast/entity.py
src/inmanta/ast/type.py
src/inmanta/ast/variables.py
src/inmanta/ast/constraint/__init__.py
src/inmanta/ast/constraint/expression.py
src/inmanta/ast/statements/__init__.py
src/inmanta/ast/statements/assign.py
src/inmanta/ast/statements/call.py
src/inmanta/ast/statements/define.py
src/inmanta/ast/statements/generator.py
src/inmanta/compiler/__init__.py
src/inmanta/compiler/config.py
src/inmanta/compiler/help/__init__.py
src/inmanta/compiler/help/explainer.py
src/inmanta/compiler/help/templates/modified_after_freeze.j2
src/inmanta/data/__init__.py
src/inmanta/data/model.py
src/inmanta/data/schema.py
src/inmanta/db/__init__.py
src/inmanta/db/versions/__init__.py
src/inmanta/db/versions/v1.py
src/inmanta/db/versions/v2.py
src/inmanta/db/versions/v3.py
src/inmanta/db/versions/v4.py
src/inmanta/db/versions/v5.py
src/inmanta/execute/__init__.py
src/inmanta/execute/proxy.py
src/inmanta/execute/runtime.py
src/inmanta/execute/scheduler.py
src/inmanta/execute/tracking.py
src/inmanta/execute/util.py
src/inmanta/execute/dataflow/__init__.py
src/inmanta/execute/dataflow/datatrace.py
src/inmanta/execute/dataflow/graphic.py
src/inmanta/execute/dataflow/root_cause.py
src/inmanta/parser/__init__.py
src/inmanta/parser/parsetab.py
src/inmanta/parser/plyInmantaLex.py
src/inmanta/parser/plyInmantaParser.py
src/inmanta/protocol/__init__.py
src/inmanta/protocol/common.py
src/inmanta/protocol/decorators.py
src/inmanta/protocol/endpoints.py
src/inmanta/protocol/exceptions.py
src/inmanta/protocol/methods.py
src/inmanta/protocol/methods_v2.py
src/inmanta/protocol/openapi/__init__.py
src/inmanta/protocol/openapi/converter.py
src/inmanta/protocol/openapi/model.py
src/inmanta/protocol/rest/__init__.py
src/inmanta/protocol/rest/client.py
src/inmanta/protocol/rest/server.py
src/inmanta/server/__init__.py
src/inmanta/server/agentmanager.py
src/inmanta/server/bootloader.py
src/inmanta/server/compilerservice.py
src/inmanta/server/config.py
src/inmanta/server/extensions.py
src/inmanta/server/protocol.py
src/inmanta/server/server.py
src/inmanta/server/services/__init__.py
src/inmanta/server/services/codeservice.py
src/inmanta/server/services/compilerservice.py
src/inmanta/server/services/databaseservice.py
src/inmanta/server/services/dryrunservice.py
src/inmanta/server/services/environmentservice.py
src/inmanta/server/services/fileservice.py
src/inmanta/server/services/metricservice.py
src/inmanta/server/services/orchestrationservice.py
src/inmanta/server/services/paramservice.py
src/inmanta/server/services/projectservice.py
src/inmanta/server/services/resourceservice.py
src/inmanta_ext/core/__init__.py
src/inmanta_ext/core/extension.py
tests/conftest.py
tests/miniapp.py
tests/test_2way_protocol.py
tests/test_agent.py
tests/test_agent_manager.py
tests/test_anchors.py
tests/test_app.py
tests/test_app_cli.py
tests/test_cache.py
tests/test_cli.py
tests/test_compilation.py
tests/test_config.py
tests/test_const.py
tests/test_data.py
tests/test_data_model.py
tests/test_deploy.py
tests/test_docstring_parser.py
tests/test_env.py
tests/test_export.py
tests/test_export_model.py
tests/test_extension_loading.py
tests/test_handler.py
tests/test_influxdbreporting.py
tests/test_io.py
tests/test_jwt.py
tests/test_loader.py
tests/test_modules.py
tests/test_openapi.py
tests/test_param.py
tests/test_parser.py
tests/test_postgres_proc.py
tests/test_project.py
tests/test_protocol.py
tests/test_proxy.py
tests/test_resource.py
tests/test_server.py
tests/test_type.py
tests/test_util.py
tests/utils.py
tests/agent_server/conftest.py
tests/agent_server/test_agent_timeout.py
tests/agent_server/test_deploy_trigger.py
tests/agent_server/test_dryrun.py
tests/agent_server/test_evolution.py
tests/agent_server/test_facts.py
tests/agent_server/test_resource_handler.py
tests/agent_server/test_send_events.py
tests/agent_server/test_server_agent.py
tests/compiler/test_basics.py
tests/compiler/test_conditional.py
tests/compiler/test_defaults.py
tests/compiler/test_dict.py
tests/compiler/test_docs.py
tests/compiler/test_error_explainer.py
tests/compiler/test_exception.py
tests/compiler/test_execution.py
tests/compiler/test_implement.py
tests/compiler/test_import.py
tests/compiler/test_index.py
tests/compiler/test_is_defined.py
tests/compiler/test_iterations.py
tests/compiler/test_list.py
tests/compiler/test_loops.py
tests/compiler/test_null.py
tests/compiler/test_options.py
tests/compiler/test_plugins.py
tests/compiler/test_relations.py
tests/compiler/test_requires.py
tests/compiler/test_resolution.py
tests/compiler/test_slots.py
tests/compiler/test_strings.py
tests/compiler/test_tracing.py
tests/compiler/test_typedef.py
tests/compiler/test_typing.py
tests/compiler/test_unknown.py
tests/compiler/test_warnings.py
tests/compiler/dataflow/conftest.py
tests/compiler/dataflow/test_assignment.py
tests/compiler/dataflow/test_basic.py
tests/compiler/dataflow/test_dataflow_entities.py
tests/compiler/dataflow/test_leaves.py
tests/compiler/dataflow/test_model_assignment.py
tests/compiler/dataflow/test_model_assignment_loops.py
tests/compiler/dataflow/test_model_datatrace.py
tests/compiler/dataflow/test_model_dynamic_scope.py
tests/compiler/dataflow/test_model_entities.py
tests/compiler/dataflow/test_model_graphic.py
tests/compiler/dataflow/test_model_index.py
tests/compiler/dataflow/test_model_relations.py
tests/compiler/dataflow/test_model_root_cause.py
tests/compiler/dataflow/test_model_stubs.py
tests/data/buildca.sh
tests/data/server.crt
tests/data/server.open.key
tests/data/bad_module_path/inmanta_ext/badplugin/__init__.py
tests/data/bad_module_path/inmanta_ext/badplugin/extension.py
tests/data/ca/enduser-certs/server.chain
tests/data/ca/enduser-certs/server.crt
tests/data/ca/enduser-certs/server.key
tests/data/ca/enduser-certs/server.key.open
tests/data/ca/intermediate/intermediate1.crt
tests/data/ca/intermediate/intermediate1.key
tests/data/ca/root/rootca.crt
tests/data/ca/root/rootca.key
tests/data/compile_138/main.cf
tests/data/compile_138/project.yml
tests/data/compile_138/libs/lma/module.yml
tests/data/compile_138/libs/lma/model/_init.cf
tests/data/compile_138/libs/lma/plugins/__init__.py
tests/data/compile_plugin_typing/invalid.cf
tests/data/compile_plugin_typing/main.cf
tests/data/compile_plugin_typing/project.yml
tests/data/compile_plugin_typing/libs/test/module.yml
tests/data/compile_plugin_typing/libs/test/model/_init.cf
tests/data/compile_plugin_typing/libs/test/plugins/__init__.py
tests/data/compile_test_1/main.cf
tests/data/compile_test_1/project.yml
tests/data/compile_test_2/main.cf
tests/data/compile_test_2/project.yml
tests/data/compile_test_double_assign/main.cf
tests/data/compile_test_double_assign/project.yml
tests/data/compile_test_index/main.cf
tests/data/compile_test_index/project.yml
tests/data/compile_test_index_collission/main.cf
tests/data/compile_test_index_collission/project.yml
tests/data/db/__init__.py
tests/data/db/versions/__init__.py
tests/data/db/versions/v1.py
tests/data/db/versions/v2.py
tests/data/db_with_invalid_versions/__init__.py
tests/data/db_with_invalid_versions/invalid_versions/V2.py
tests/data/db_with_invalid_versions/invalid_versions/__init__.py
tests/data/db_with_invalid_versions/invalid_versions/v1b.py
tests/data/db_with_invalid_versions/invalid_versions/ver1.py
tests/data/db_with_invalid_versions/invalid_versions/ver1a.py
tests/data/db_with_invalid_versions/invalid_versions/version3.py
tests/data/modules/badmodule/.gitkeep
tests/data/modules/exp/module.yml
tests/data/modules/exp/model/_init.cf
tests/data/modules/exp/plugins/__init__.py
tests/data/modules/mod1/module.yml
tests/data/modules/mod1/model/_init.cf
tests/data/modules/mod2/templates/test.tmpl
tests/data/modules/mod3/module.yml
tests/data/modules/mod3/model/_init.cf
tests/data/modules/mod4/module.yml
tests/data/modules/mod4/model/_init.cf
tests/data/modules/mod4/model/other.cf
tests/data/modules/submodule/module.yml
tests/data/modules/submodule/model/_init.cf
tests/data/modules/submodule/plugins/__init__.py
tests/data/modules/submodule/plugins/submod.py
tests/data/modules/submodule/plugins/pkg/__init__.py
tests/data/modules/submodule/plugins/pkg/submod2.py
tests/data/modules/test/module.yml
tests/data/modules/test/model/_init.cf
tests/data/modules/test_1221/module.yml
tests/data/modules/test_1221/model/_init.cf
tests/data/modules/test_1221/plugins/__init__.py
tests/data/modules/test_1774/module.yml
tests/data/modules/test_1774/model/_init.cf
tests/data/modules/test_1774/plugins/__init__.py
tests/data/modules/test_1920/module.yml
tests/data/modules/test_1920/model/_init.cf
tests/data/modules/test_1920/plugins/__init__.py
tests/data/modules/test_674/module.yml
tests/data/modules/test_674/model/_init.cf
tests/data/modules/test_674/plugins/__init__.py
tests/data/modules/tests/module.yml
tests/data/modules/tests/model/_init.cf
tests/data/modules/tests/plugins/__init__.py
tests/data/project/project.yml
tests/data/simple_project/main.cf
tests/data/simple_project/project.yml
tests/data/test_module_path/inmanta_ext/noext/__init__.py
tests/data/test_module_path/inmanta_ext/noinit/.gitkeep
tests/data/test_module_path/inmanta_ext/testfm/__init__.py
tests/data/test_module_path/inmanta_ext/testfm/extension.py
tests/data/test_module_path/inmanta_ext/testplugin/__init__.py
tests/data/test_module_path/inmanta_ext/testplugin/extension.py
tests/db/common.py
tests/db/dump_tool.py
tests/db/test_db_schema.py
tests/db/test_restore_tool.py
tests/db/test_v2_to_v3.py
tests/db/test_v3_to_v4.py
tests/db/dumps/README.md
tests/db/dumps/v2.sql
tests/db/dumps/v3.sql
tests/db/dumps/v4.sql
tests/moduletool/common.py
tests/moduletool/conftest.py
tests/moduletool/test_freeze.py
tests/moduletool/test_install.py
tests/moduletool/test_module_tool_basics.py
tests/moduletool/test_python_dependencies.py
tests/moduletool/test_repos.py
tests/moduletool/test_update.py
tests/server/test_compilerservice.py
tests/server/test_env_settings.py
tests/server/test_incremental_deploy.py
tests/server/test_purge_on_delete.py
tests/server/test_server_status.py