aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/state_impl/_operations
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-10-08[proxy] honor min/max haketilo version constraints in packages/librariesWojtek Kosior
2022-09-29[proxy] facilitate manually pruning orphaned packages (including installed ones)Wojtek Kosior
2022-09-28[builder][server][proxy] correct a mistake in promise textWojtek Kosior
2022-09-28[proxy] make package auto-installation workWojtek 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 it possible to enable and disable mapping versions from web UIWojtek Kosior
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-28[proxy] never auto-activate mappings marked as "DISABLED"Wojtek Kosior
2022-09-28[server][proxy] use new ItemType enum where possibleWojtek Kosior
2022-09-28[proxy] make it possible to uninstall a packageWojtek Kosior
This commit also brings some more refactoring under state_impl/.
2022-09-28[proxy] properly flag failed package installations in sqlite dbWojtek Kosior
2022-09-28[proxy] normalize whitespace in .py and .sql filesWojtek Kosior
2022-09-28[proxy] make package version info page also display other versions; ↵Wojtek Kosior
fix&improve some aspects of package loading and dependency recomputing
2022-09-28make Haketilo proxy recognize identical items when updating from repositoryWojtek Kosior
2022-09-28make repo packages (mappings) load as uninstalled; make them installable ↵Wojtek Kosior
through the web UI
2022-09-28introduce package installation state enumWojtek Kosior
2022-09-28re-enable the functionality to load packages from ZIP fileWojtek Kosior
2022-09-28allow pulling packages from remote repositoryWojtek Kosior