Commit Graph

190 Commits

Author SHA1 Message Date
arcanis 1625fddccd support check dependencies 2023-05-31 19:17:16 +03:00
arcanis 8731cee8ea runtime logger handler selector 2023-05-29 03:41:11 +03:00
arcanis 01a4d68ce6 add repod reference to faq 2023-05-26 12:58:25 +03:00
arcanis 8f0a6cf6b5 allow to filter packages for rebuild by their statuses 2023-05-25 17:41:54 +03:00
arcanis d96e3c97db fix documentation error 2023-05-25 16:31:47 +03:00
arcanis 1cf027cb55 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 8e0e57e193 switch to explicit journald logger instead of syslog 2023-05-25 04:44:38 +03:00
arcanis f855e645cc update optional dependencies list 2023-05-24 15:39:36 +03:00
arcanis 6f566b0c6c Release 2.9.0 2023-05-22 17:04:32 +03:00
arcanis d06399db2c update models index 2023-05-22 17:02:55 +03:00
arcanis 70e9e3e822 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 ff917281a2 add referencne to api docs to docs 2023-04-14 05:06:53 +03:00
arcanis abf29083c4 PEP-585 complaint: remove type aliases (#93) 2023-04-12 04:09:28 +03:00
arcanis 54d36ccf36 docs update 2023-04-10 21:13:43 +03:00
arcanis 2cd61b0a20 Release 2.8.0 2023-04-09 13:06:54 +03:00
arcanis 8f4a2547e8 use api generated docs instead of comments (#92) 2023-04-06 00:24:39 +03:00
arcanis ec0550a275 Release 2.7.1 2023-03-06 01:15:47 +02:00
arcanis a274f91677 simplify login ttl processing 2023-02-24 16:52:55 +02:00
arcanis 13faf66bdb add more validation rules 2023-02-23 15:18:56 +02:00
arcanis 4fb9335df9 add ability to read cookie secret from config 2023-02-22 18:47:56 +02:00
arcanis d517d8bfbb Release 2.7.0 2023-02-20 03:05:08 +02:00
arcanis 4db8ad8e8d hide passwords and secrets from repo-config subcommand by default 2023-02-05 16:44:48 +02:00
arcanis 117f096d41 note about local database update (see #85) 2023-01-31 14:47:58 +02:00
arcanis 25eee9ca5e add ability to suppress http logging errors (#86) 2023-01-30 17:19:01 +02:00
arcanis 5af84955ac calculate dependencies based on package information (#89) 2023-01-30 17:28:05 +03:00
arcanis 5bbb9d269b Release 2.6.1 2023-01-25 15:28:27 +02:00
arcanis c6555cf2c7 Release 2.6.0 2023-01-16 01:35:12 +02:00
arcanis 85baad6a41 add notes about non-x86_64 architecture setup 2023-01-15 18:16:29 +02:00
arcanis 616a1950ae 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 30b9bcb45a add note about other authroization options to gitremote triggers 2023-01-13 17:27:19 +02:00
arcanis d7356926c4 consider vcs flag and vcs_allowed_age during local packages update 2023-01-12 15:37:05 +02:00
arcanis 43a7d09cab add ability to check for service updates 2023-01-12 15:37:05 +02:00
arcanis 77954b988b 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 0239fb50b6 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 d942a70272 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 014007ade3 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 730f3ca0c9 copyright update 2023-01-04 03:43:10 +02:00
arcanis 42c13b5d4b Release 2.5.4 2023-01-03 01:59:25 +02:00
arcanis 84d4523e85 Release 2.5.2 2023-01-02 01:57:09 +02:00
arcanis b44e5c3a3d Release 2.5.0 2022-12-31 02:02:37 +02:00
arcanis 08d68258ca add completion files generated by shtab 2022-12-30 21:19:23 +02:00
arcanis 81d9526054 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 c7447f19f0 change another boolean info option to boolean action 2022-12-29 03:15:48 +02:00
arcanis 7de94a8daa add repo-structure subcommand
This commit also changes Tree class, replacing load method by resolve
2022-12-27 10:35:03 +02:00
arcanis 8864855c14 write patches via gitremote push trigger (#79)
* write patches via gitremote push trigger

* implement context variables intead of custom database class
2022-12-25 02:10:38 +03:00
arcanis b0b37e8169 Release 2.4.1 2022-12-11 05:17:10 +02:00
arcanis 2e059023f3 Release 2.4.0 2022-12-05 00:25:53 +02:00
arcanis 0e839fbbf2 Some minor documentation related fixes
* Improve some wording (again)
* Change default type for refresh option to False (does not affect
  behavior)
* Update docstrings to reflect last changes
* Configuration.__convert_path has been replaced by shlex
* aiosecurity functions support kwargs now
2022-12-04 02:10:46 +02:00
arcanis 262462d3c3 improve wording in documentation 2022-12-02 15:45:01 +02:00
arcanis 01eda513cf improve setup command by --makeflags-jobs argument and fix repository sign on creation 2022-12-02 01:41:23 +02:00