Commit Graph

184 Commits

Author SHA1 Message Date
arcanis 9cb39f6767 rase 405 error in case if GET login method is used whereas no aioauth
library installed
2023-07-23 03:01:25 +03:00
arcanis d21c3fdf9f Release 2.10.0 2023-07-22 05:28:57 +03:00
arcanis 116b65d92a fix code block in docs 2023-07-06 19:17:11 +03:00
arcanis 09839f755a remove salt generation from users handler
It causes issues, because users handler is operating with service user,
but writtinng salt requires root privileges
2023-06-05 05:25:10 +03:00
arcanis 3681473942 packager documentation update 2023-06-05 03:40:02 +03:00
arcanis 4dd5a1e82e packagers support (#100) 2023-06-05 02:37:19 +03:00
arcanis cbd1d3d5b8 use autodoc_mock_imports instead of custom mocking for docs 2023-05-31 19:17:16 +03:00
arcanis 3ad6cd27c6 support check dependencies 2023-05-31 19:17:16 +03:00
arcanis 91e548569d runtime logger handler selector 2023-05-29 03:41:11 +03:00
arcanis 6c3b2ef266 add repod reference to faq 2023-05-26 12:58:25 +03:00
arcanis 785607c70b allow to filter packages for rebuild by their statuses 2023-05-25 17:41:54 +03:00
arcanis d22a3152db fix documentation error 2023-05-25 16:31:47 +03:00
arcanis adb5b58a1d Support type triggers (#96)
* implement mirrorlist package generator

* implement keyring package generator

* docs update

* do not skip empty lines

* fill remote source for local packages

* faq update
2023-05-25 16:27:16 +03:00
arcanis 8b2601beaa switch to explicit journald logger instead of syslog 2023-05-25 04:44:38 +03:00
arcanis 9116a4370e update optional dependencies list 2023-05-24 15:39:36 +03:00
arcanis 6834dd442c Release 2.9.0 2023-05-22 17:04:32 +03:00
arcanis d23e3cbbea update models index 2023-05-22 17:02:55 +03:00
arcanis 6bc6bdaeae migrate to the latest devtools & archlinux git changes
This migration includes
* removal of community repository as it is no more
* fixed paths for devtools configurations
* migration of archlinux packaging git url
2023-05-22 16:51:27 +03:00
arcanis 467d109cfc add referencne to api docs to docs 2023-04-14 05:06:53 +03:00
arcanis 10fbc31d2a PEP-585 complaint: remove type aliases (#93) 2023-04-12 04:09:28 +03:00
arcanis 7e0d12b8b1 docs update 2023-04-10 21:13:43 +03:00
arcanis 7ab00ee579 Release 2.8.0 2023-04-09 13:06:54 +03:00
arcanis fc01bf3d1c use api generated docs instead of comments (#92) 2023-04-06 00:24:39 +03:00
arcanis 57f62ba163 Release 2.7.1 2023-03-06 01:15:47 +02:00
arcanis a93f43dcd0 simplify login ttl processing 2023-02-24 16:52:55 +02:00
arcanis 20974dae6f add more validation rules 2023-02-23 15:18:56 +02:00
arcanis cbcfff27b8 add ability to read cookie secret from config 2023-02-22 18:47:56 +02:00
arcanis 96f394bab0 Release 2.7.0 2023-02-20 03:05:08 +02:00
arcanis 125da217d3 hide passwords and secrets from repo-config subcommand by default 2023-02-05 16:44:48 +02:00
arcanis d113c65c81 note about local database update (see #85) 2023-01-31 14:47:58 +02:00
arcanis da1c6b0101 add ability to suppress http logging errors (#86) 2023-01-30 17:19:01 +02:00
arcanis c1718b3862 calculate dependencies based on package information (#89) 2023-01-30 17:28:05 +03:00
arcanis a78c48ed4d Release 2.6.1 2023-01-25 15:28:27 +02:00
arcanis e6888ba788 Release 2.6.0 2023-01-16 01:35:12 +02:00
arcanis a78050c1bf add notes about non-x86_64 architecture setup 2023-01-15 18:16:29 +02:00
arcanis 93876307f8 add ability to override pacman mirror in devtools configuration
This commit also extends configuration of the multilib option, adding
the ability to exlcude multilib repository from repositories list

Note, that in order to support repository list and mirror correctly,
alpm configuration section is now architectture specific
2023-01-15 18:05:15 +02:00
arcanis 4d482520cd add note about other authroization options to gitremote triggers 2023-01-13 17:27:19 +02:00
arcanis 461fbd40ce consider vcs flag and vcs_allowed_age during local packages update 2023-01-12 15:37:05 +02:00
arcanis 419da3db89 add ability to check for service updates 2023-01-12 15:37:05 +02:00
arcanis 00ca06ffab subcommand review
Some commands have been moved to another group and thus having another
default name (old subcommands are still available...for now):

* daemon -> repo-daemon
* key-import -> service-key-import
* repo-clean -> service-clean
* repo-config -> service-config
* repo-config-validate -> service-config-validate
* repo-setup -> service-setup
* repo-shell -> service-shell
* version -> help-version
2023-01-12 15:37:05 +02:00
arcanis 5a05c8ce91 expose trigger configuration schema
Note that this commit contains the following breaking changes:

* remote pull and remote push triggers are now enabled by default (with
  empty target list)
* remote pull and remote push triggers now require target option to be
  set (old behaviour had fallback on `gitremote`)
* validation is now considered to be stable, so it is enabled by default
  in docker image (can be disabled however)
2023-01-10 03:33:52 +02:00
arcanis b09aea13af add config validator subcommand (#80)
* add config validator subcommand

* add --exit-code flag

* docs & faq update
2023-01-09 18:22:29 +03:00
arcanis ef6cf0f00b review unsafe commands access
Some commands were made unsafe in old versions, but nowadays they can be
run without having special privileges.

There was also a bug in which status commands were not available if you
are not ahriman user and unix socket is used. It has been fixed by
switching to manual socket creation (see also
https://github.com/aio-libs/aiohttp/issues/4155)
2023-01-04 17:45:44 +02:00
arcanis ab650b7417 copyright update 2023-01-04 03:43:10 +02:00
arcanis 7ca5b3a363 Release 2.5.4 2023-01-03 01:59:25 +02:00
arcanis 64cc8fd6b0 Release 2.5.2 2023-01-02 01:57:09 +02:00
arcanis 541d8d9b39 Release 2.5.0 2022-12-31 02:02:37 +02:00
arcanis 8e65263b90 add completion files generated by shtab 2022-12-30 21:19:23 +02:00
arcanis effc120a43 improve VCS packages checks
* Unlike older version, currently service will always try to pull AUR
  package to check version. Previously if no-vcs flag is set, it would
  ignore VCS packages completelly
* Introduce build.vcs_allowed_age option. If set, it will skip version
  calculation if package age (now - build_date) is less than this value
2022-12-30 21:19:23 +02:00
arcanis 4b27e102ef change another boolean info option to boolean action 2022-12-29 03:15:48 +02:00