Commit Graph

43 Commits

Author SHA1 Message Date
arcanis 69f0966ff1 feat: replace scan paths options to single one
It has been found that previous system didn't allow to configure
specific cases (e.g. a whitelisted directory inside /usr/lib/cmake). The
current solution replaces two options to single one, which also allows a
regular expressions

Also PackageArchive class has been moved to core package, because it is
more about service rather than model
2024-09-04 22:25:54 +03:00
arcanis 758a81e3db chore: small contributing guide update 2024-09-04 21:49:31 +03:00
arcanis 4169851eaa docs: split faq into multiple files 2024-08-20 16:44:40 +03:00
arcanis dc2eebce39 docs: correct crossreference in docs 2023-11-06 14:04:15 +02:00
arcanis aedcbf1985 fix: fix documentation building 2023-09-28 15:09:33 +03:00
arcanis 0c920832c9 fix: add note about pacman configuration 2023-09-10 23:48:03 +03:00
arcanis 2c21ae26c3 ci: publish docker image to ghcr 2023-08-28 03:21:25 +03:00
arcanis 3b3ef43863 automatically bump pkgrel on version duplicates
The new --(no-)increment flag has been added to add, update and rebuild
subcommands. In case if it is true and package version is the same as in
repository, it will automatically bump pkgrel appending (increasing)
minor part of it (e.g. 1.0.0-1 -> 1.0.0-1.1).

Inn order to implement this, the shadow (e.g. it will not store it in
database) patch for pkgrel will be created
2023-08-08 03:14:47 +03:00
arcanis 3681473942 packager documentation update 2023-06-05 03:40:02 +03:00
arcanis fc01bf3d1c use api generated docs instead of comments (#92) 2023-04-06 00:24:39 +03:00
arcanis 90be3276dd improve wording in documentation 2022-12-02 15:45:01 +02:00
arcanis 577bd9e5f8 add demos links 2022-11-24 02:38:33 +02:00
arcanis c5fbccd519 reduce docker image size a bit 2022-07-18 11:42:26 +03:00
arcanis b8d2775050 replace if with while for telelgram reporting 2022-06-10 12:02:00 +03:00
arcanis 945b6d0ac0 small docs update 2022-06-04 15:24:14 +03:00
arcanis 3a5268993e update readme 2022-05-22 16:00:24 +03:00
arcanis b9cd98235e triggers implementation (#62) 2022-05-09 20:00:20 +03:00
arcanis 2dac5a2520 Docs update (#61)
* Improve sphinx documentation

* update faq formatting

* fix setup doc

* fix docs according to the generated htmls
2022-05-06 02:54:37 +03:00
arcanis 720edc24ba correct archllinux wording in readme 2022-05-06 02:54:37 +03:00
arcanis 03633d47ea readthedoc integration 2022-04-18 04:39:40 +03:00
arcanis fb7275f9dd change telegram default index to telegram-index 2022-04-08 04:32:34 +03:00
arcanis d4eadf0013 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
arcanis d8704e9c75 remove help sample from readme because it changes faster than om able to maintain it 2021-10-26 04:53:45 +03:00
arcanis 5f7f58041d docs update 2021-10-15 04:55:46 +03:00
arcanis 86bd49ed1b exactly one called with instead of last call check 2021-10-14 03:12:45 +03:00
arcanis faaf72a840 improve scripts
move logic to separated shell scripts and also create shell script for
repository setup

Also force create directory according to systemd recommendations
2021-10-11 02:20:16 +03:00
arcanis 5cfffbcd46 patch control subcommands 2021-10-05 08:57:42 +03:00
arcanis 22272167e6 change spelling for distro name 2021-09-13 02:49:22 +03:00
arcanis f3fd0780fb documentation update 2021-09-10 03:32:45 +03:00
arcanis b7cff0a19d Auth support (#25)
* initial auth implementation

* add create user parser

* add tests

* update dependencies list

* add login annd logout to index also improve auth

* realworld fixes

* add method set_option to Configuration and also use it everywhere
* split CreateUser handler to additional read method
* check user duplicate on auth mapping read
* generate salt by using passlib instead of random.choice
* case-insensetive usernames
* update dependencies
* update configuration reference
* improve tests

* fix codefactor errors

* hide fields if authorization is enabled, but no auth supplied

* add settings object for auth provider

* readme update
2021-09-02 23:36:00 +03:00
arcanis 8f55cc600e add manpage generator 2021-08-17 04:05:18 +03:00
arcanis 0d37ce5095 drop changelog
the main reason is that it uses github to generate changelog. Thus it
will be updated AFTER release is created
2021-04-05 02:27:12 +03:00
arcanis e21b990777 add now argument to add command 2021-03-31 02:19:13 +03:00
arcanis 5449dec32a add status badge 2021-03-30 02:01:59 +03:00
arcanis a89888769f Setup command (#9)
* block issues without templates

* add setup subcommand

* handle devtools config correctly
2021-03-29 03:24:58 +03:00
arcanis b5046b787c some improvements
* handle exceptions in multiprocessing
* readme update
* safe logger handler implementation (uses either stderr or
  rotatingfiles)
* user UID check
2021-03-16 04:25:58 +03:00
arcanis 371019f899 add depdendency manager and switch to pyalpm instead of expac 2021-03-12 00:04:37 +03:00
arcanis 2d351fa94f allow to specify key overrides for packages 2021-03-11 04:06:20 +03:00
arcanis 1770793e69 improvements
* multi-sign and multi-web configuration
* change default configuration to do not use architecture
* change units to be templated
* some refactoring
2021-03-11 03:57:23 +03:00
arcanis 2fca108fa4 process null lock file 2021-03-11 01:58:33 +03:00
arcanis b69076eb18 improve ahriman
* fix dependency list for packaging
* add ability to rebuild everything or skip specific things during an
  update
* add architecture configuration
* fix file and directory removals
2021-03-07 06:55:00 +03:00
arcanis 088698d8e1 report support, readme 2021-03-07 00:04:25 +03:00
arcanis c45662517b uploader demo 2021-03-05 04:10:29 +03:00