aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-28[proxy] guard more code with lock in Haketilo state implementationWojtek Kosior
2022-09-28[proxy] allow prompting the user when a package suitable for current site is ↵Wojtek Kosior
found; add proxy's options page This commit also causes uncached responses to be forced on all HTTP request to external servers. This is needed to make sure that changes Haketilo makes to HTTP response headers are always picked up by the browser. The drawback is that this increases network traffic causing a performance hit. We might optimize this in the future.
2022-09-28[proxy] make package auto-installation workWojtek Kosior
2022-09-28[proxy] complete the text content and styling of web UI pages written so farWojtek Kosior
2022-09-28[proxy] visually improve the top bar of the web UIWojtek 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] improve the look of item lists in web UIWojtek Kosior
2022-09-28[proxy] allow packages to be frozen and unfrozen in the web UIWojtek Kosior
This commit also makes some minor changes and fixes in other parts of the web UI.
2022-09-28[builder][server][proxy] add updated localizationWojtek Kosior
2022-09-28[proxy] make it possible to enable and disable mapping versions from web UIWojtek Kosior
2022-09-28[proxy] make information about mapping version being frozen available to UI codeWojtek Kosior
2022-09-28[proxy] improve styling of items' "install" and "uninstall" buttons in the ↵Wojtek Kosior
web UI
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[server][proxy] add a data structure for categorizing item infos by ↵Wojtek Kosior
repository and repository iteration
2022-09-28[server] make VersionedItemInfo data structure a common API againWojtek Kosior
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] once again fix SPDX identifiers in jinja templatesWojtek Kosior
2022-09-28[proxy] refactor we UI library and package pages templates to avoid code ↵Wojtek Kosior
repetition
2022-09-28[proxy] make it possible to also view and install/uninstall libraries ↵Wojtek Kosior
(resources) through the web UI
2022-09-28[proxy] make it possible to uninstall a packageWojtek Kosior
This commit also brings some more refactoring under state_impl/.
2022-09-28include offending mapping identifiers in exception when unable to resolve ↵Wojtek Kosior
dependencies
2022-09-28[proxy] move SPDX license identifiers from jinja templates to separate filesWojtek Kosior
For unknown reasons REUSE had problems with *some* of the jinja files.
2022-09-28[proxy] properly flag failed package installations in sqlite dbWojtek Kosior
2022-09-28[proxy] refactor state implementationWojtek Kosior
2022-09-28[proxy] normalize whitespace in .py and .sql filesWojtek Kosior
2022-09-28[proxy] normalize whitespace in jinja templatesWojtek 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-28inform the web UI user about errors in communication with repositoryWojtek Kosior
2022-09-28arrange web UI Jinja templates into multiple directoriesWojtek Kosior
2022-09-28make it possible to change repo's name and URL using web UIWojtek Kosior
2022-09-28update repository last refreshal time upon refreshingWojtek Kosior
2022-09-28add styling to buttons and file inputWojtek Kosior
2022-09-28add navigation bar to web UIWojtek Kosior
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
2022-09-28allow adding, removing and altering repositoriesWojtek Kosior
This commit also temporarily breaks package import from files :/
2022-09-28make it possible to list all repositories in the web UIWojtek Kosior
2022-09-28remove unneeded oversimplified_state_impl.pyWojtek Kosior
2022-09-28bring Hydrilla server part back to a usable stateWojtek Kosior
2022-09-28allow loading packages from zip files through web UI and listing installed ↵Wojtek Kosior
mappings
2022-08-12make Haketilo proxy web UI in terms of a Flask appWojtek Kosior
2022-08-12fix REUSE complianceWojtek Kosior
2022-08-11serve a stub of meta-site for proxy configurationWojtek Kosior
2022-08-11move classes/protocols for representing HTTP requests and responses data ↵Wojtek Kosior
into a separate file
2022-08-11clean up unused pieces of codeWojtek Kosior
2022-08-11populate data structures based on payloads data loaded from sqlite dbWojtek Kosior