Commit Graph

42 Commits

Author SHA1 Message Date
arcanis d1aeeda975 fix: show unique upstream urls only 2023-11-06 16:29:18 +02:00
arcanis c941226a9b feat: add upstream and aur urls to package info modal 2023-11-06 15:46:32 +02:00
arcanis 69cbbfce65 feat: serve favicon in root 2023-11-06 15:46:32 +02:00
arcanis e6d6cb006b feat: improve small screens views
also fix case when invalid repository id has been sent
2023-11-01 16:38:53 +02:00
arcanis f553cc059a fix: reset logs window manually 2023-10-31 12:33:57 +02:00
arcanis c99d4f6f0f fix: correct month serialization 2023-10-31 10:13:25 +02:00
arcanis 554827cc57 feat: add patch controls to web, review web, enrich info tab (#115)
* add ability to specify one-time patch on package addition

* support vars in interface
2023-10-29 23:41:20 +02:00
arcanis ad901067d8 fix: make toggle button works on small displays 2023-10-21 15:18:09 +03:00
arcanis 4c20897e14 fix: write new line for telegram index 2023-10-21 03:56:48 +03:00
arcanis 6bd1636bfa feat: allow to use single web instance for all repositories (#114)
* Allow to use single web instance for any repository

* some improvements

* drop includes from user home directory, introduce new variables to docker

The old solution didn't actually work as expected, because devtools
configuration belongs to filesystem (as well as sudo one), so it was
still required to run setup command.

In order to handle additional repositories, the POSTSETUP and PRESETUP
commands variables have been introduced. FAQ has been updated as well

* raise 404 in case if repository is unknown
2023-10-17 03:58:50 +03:00
arcanis 018d9589e1 feat: improve template processing (#112)
* Improve template processing

* docs update, config validation rules update
2023-09-08 23:38:07 +03:00
arcanis c915d68c97 feat: pagination support for logs request 2023-09-08 01:41:36 +03:00
arcanis 95e29d16bb Local packages support improvements (#104)
* handle git author correctly
* make remote source required argument
2023-08-13 15:45:53 +03:00
arcanis 6b3fc3a6a0 add support of table filter controls (#101) 2023-07-21 02:10:26 +03:00
arcanis 4b984afb64 packagers support (#100) 2023-06-05 02:37:19 +03:00
arcanis f7e260e1f4 add reference to api documentation from main page 2023-04-12 04:22:49 +03:00
arcanis 8f4a2547e8 use api generated docs instead of comments (#92) 2023-04-06 00:24:39 +03:00
arcanis 7df4adfc9d replace alert bodals with toasts 2022-12-09 11:33:19 +02:00
arcanis 2d5b73c6dc remove badges from status page 2022-12-09 00:58:03 +02:00
arcanis 262462d3c3 improve wording in documentation 2022-12-02 15:45:01 +02:00
arcanis 09623c20d5 add rebuild implementation to interface 2022-12-02 01:41:23 +02:00
arcanis eba247b759 make package actions as dropdown 2022-12-02 01:41:23 +02:00
arcanis 5073c80af1 add key-import button to interface 2022-12-02 01:41:23 +02:00
arcanis 89944eb2b6 add fallback for copying to clipboard 2022-11-24 02:38:33 +02:00
arcanis 336784519b add show/hide password button 2022-11-24 02:38:33 +02:00
arcanis d36e851a29 render httpunauthorized as html in plain http requests 2022-11-22 23:40:27 +02:00
arcanis 28bd5f2095 allow scrolling with fixed copy button position 2022-11-22 22:20:21 +02:00
arcanis 15609ba044 change wording for package actions 2022-11-22 15:46:49 +02:00
arcanis 6d4f9981f7 fix login and logout buttons decorations 2022-11-22 11:17:59 +02:00
arcanis 137d62e2f8 Extended package status page (#76)
* implement log storage at backend
* handle process id during removal. During one process we can write logs from different packages in different times (e.g. check and update later) and we would like to store all logs belong to the same process
* set package context in main functions
* implement logs support in interface
* filter out logs posting http logs
* add timestamp to log records
* hide getting logs under reporter permission

List of breaking changes:

* `ahriman.core.lazy_logging.LazyLogging` has been renamed to `ahriman.core.log.LazyLogging`
* `ahriman.core.configuration.Configuration.from_path` does not have `quiet` attribute now
* `ahriman.core.configuration.Configuration` class does not have `load_logging` method now
* `ahriman.core.status.client.Client.load` requires `report` argument now
2022-11-22 02:58:22 +03:00
arcanis d98211e5e5 add possibility to run full update
In case if packages are not set from web, the spawner will run full
repository update
2022-10-31 02:41:24 +02:00
arcanis cee4fd4cce bump web libraries
also encode strings for the views
2022-06-24 12:03:38 +03:00
arcanis a0cfb7561d rewrite api under single /api endpoint 2022-05-29 17:15:49 +03:00
arcanis f4131b8cd7 add shell and version parser 2022-05-27 18:34:07 +03:00
arcanis 47de715d7d dynamic html load (#63)
* dynamic html load
* split by classes
2022-05-20 22:29:36 +03:00
arcanis d492c968ea add contribution guide 2022-05-11 03:17:37 +03:00
arcanis b7dca2d797 add note about ahriman to index page 2022-05-06 02:54:37 +03:00
arcanis b7debddaea Complete official repository support (#59) 2022-05-03 00:49:32 +03:00
arcanis fd78f2b5e2 do not render failed packages in jinja (#57)
basic templates require package info which is unavailable if package
wasn't built
2022-04-09 17:31:13 +03:00
arcanis 5ff2f43506 change telegram default index to telegram-index 2022-04-08 04:32:34 +03:00
arcanis 86af13f09e add telegram integraion 2022-04-08 03:41:07 +03:00
arcanis fb02e676af migrate to tox
this also requires to move default configuration files to share/ahriman.
Thus the following features have been added
* default configuration is not stored in /usr/share/ahriman/settings
* package installed via PKGBUILD now copies files from /usr
* configuration class now fallbacks to default in /usr
2022-03-21 04:38:42 +03:00