aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/simple_dependency_satisfying.py
AgeCommit message (Collapse)Author
2022-10-26[proxy] properly handle wildcard protocols in payloads patternsWojtek Kosior
2022-10-11[builder][server][proxy] remove "from __future__ import annotations"Wojtek Kosior
2022-09-28[builder][server][proxy] correct a mistake in promise textWojtek Kosior
2022-09-28[proxy] fix a bug that caused mappings to be marked as required even after ↵Wojtek Kosior
they stopped being required
2022-09-28[proxy] make sure that dependency tree recomputation by default activates ↵Wojtek Kosior
the same resources that were marked as required before
2022-09-28include offending mapping identifiers in exception when unable to resolve ↵Wojtek Kosior
dependencies
2022-09-28allow pulling packages from remote repositoryWojtek Kosior
2022-08-10small clean up for item definitions handling before dependency resolution ↵Wojtek Kosior
happens
2022-08-10unfinished partial workWojtek Kosior