COPYING
MANIFEST.in
Makefile
NEWS
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
unittests.sh
bin/resalloc
bin/resalloc-check-vm-ip
bin/resalloc-maint
bin/resalloc-server
config/pools.yaml
config/server.yaml
config/agent-spawner/config.yaml
man/resalloc-server.1
resalloc/__init__.py
resalloc/client.py
resalloc/helpers.py
resalloc.egg-info/PKG-INFO
resalloc.egg-info/SOURCES.txt
resalloc.egg-info/dependency_links.txt
resalloc.egg-info/entry_points.txt
resalloc.egg-info/requires.txt
resalloc.egg-info/top_level.txt
resalloc_agent_spawner/__init__.py
resalloc_agent_spawner/dispatcher.py
resalloc_agent_spawner/helpers.py
resalloc_agent_spawner/worker.py
resallocserver/__init__.py
resallocserver/alembic.ini
resallocserver/api.py
resallocserver/app.py
resallocserver/config.py
resallocserver/helpers.py
resallocserver/log.py
resallocserver/logic.py
resallocserver/main.py
resallocserver/maint.py
resallocserver/manager.py
resallocserver/models.py
resallocserver/priority_queue.py
resallocserver/alembic/__init__.py
resallocserver/alembic/env.py
resallocserver/alembic/versions/0e370f3171e5_add_priority_for_resources_tags.py
resallocserver/alembic/versions/210774551cd3_performance_indexes.py
resallocserver/alembic/versions/5759bc82a992_initial_revision.py
resallocserver/alembic/versions/78237445aff8_index_not_closed_tickets.py
resallocserver/alembic/versions/__init__.py
resallocserver/alembic/versions/a53d2303943a_add_cleaning_unknown_resources_column.py
resallocserver/alembic/versions/b50e3f64fc2d_track_pool_max_value.py
resallocserver/alembic/versions/cdf29a997efc_resource_pool_id.py
resallocserver/alembic/versions/d79239ae23a7_named_counters.py
resallocserver/alembic/versions/eac9fc01d0d1_allow_resource_reuse.py
resallocwebui/__init__.py
resallocwebui/app.py
resallocwebui/cgi-resalloc
resallocwebui/static/style.css
resallocwebui/templates/home.html
resallocwebui/templates/layout.html
resallocwebui/templates/pools.html
resallocwebui/templates/resources.html
shelltests/testlib
shelltests/testrunner
shelltests/tests/basic.sh
shelltests/tests/check.sh
shelltests/tests/named_counters.sh
shelltests/tests/ondemand.sh
shelltests/tests/reuse.sh
test-tooling/resalloc
test-tooling/resalloc-agent-spawner
test-tooling/resalloc-maint
test-tooling/resalloc-server
test-tooling/wrap
tests/__init__.py
tests/test_cli.py
tests/test_command.py
tests/test_manager.py