Commit Graph

42 Commits

Author SHA1 Message Date
fd8c8a00d0 chore: small contributing guide update 2024-09-04 21:49:31 +03:00
0861548b56 docs: split faq into multiple files 2024-08-20 16:44:40 +03:00
279ac785a1 docs: correct crossreference in docs 2023-11-06 14:04:15 +02:00
462096ee8a fix: fix documentation building 2023-09-28 15:09:33 +03:00
edcc464658 fix: add note about pacman configuration 2023-09-10 23:48:03 +03:00
74209acc21 ci: publish docker image to ghcr 2023-08-28 03:21:25 +03:00
3a88d00db0 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
c22ddd71d9 packager documentation update 2023-06-05 03:40:02 +03:00
8f4a2547e8 use api generated docs instead of comments (#92) 2023-04-06 00:24:39 +03:00
262462d3c3 improve wording in documentation 2022-12-02 15:45:01 +02:00
766081d212 add demos links 2022-11-24 02:38:33 +02:00
f73d1eb424 reduce docker image size a bit 2022-07-18 11:42:26 +03:00
03c298c762 replace if with while for telelgram reporting 2022-06-10 12:02:00 +03:00
22847aac68 small docs update 2022-06-04 15:24:14 +03:00
9f134e37b6 update readme 2022-05-22 16:00:24 +03:00
99874845b5 triggers implementation (#62) 2022-05-09 20:00:20 +03:00
33e9fea47c 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
304690e0d0 correct archllinux wording in readme 2022-05-06 02:54:37 +03:00
6ebbb04504 readthedoc integration 2022-04-18 04:39:40 +03:00
5ff2f43506 change telegram default index to telegram-index 2022-04-08 04:32:34 +03:00
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
ec23e3f912 remove help sample from readme because it changes faster than om able to maintain it 2021-10-26 04:53:45 +03:00
04bbabe898 docs update 2021-10-15 04:55:46 +03:00
4502931c39 exactly one called with instead of last call check 2021-10-14 03:12:45 +03:00
ab8ca16981 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
3b6b2efcb1 patch control subcommands 2021-10-05 08:57:42 +03:00
0744ee53dc change spelling for distro name 2021-09-13 02:49:22 +03:00
7abdb48ac0 documentation update 2021-09-10 03:32:45 +03:00
e63cb509f2
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
a90c93bbc4 add manpage generator 2021-08-17 04:05:18 +03:00
912a76d5cb 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
2aef906fc8 add now argument to add command 2021-03-31 02:19:13 +03:00
710274065d
add status badge 2021-03-30 02:01:59 +03:00
10e4f3b629
Setup command (#9)
* block issues without templates

* add setup subcommand

* handle devtools config correctly
2021-03-29 03:24:58 +03:00
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
371019f899 add depdendency manager and switch to pyalpm instead of expac 2021-03-12 00:04:37 +03:00
2d351fa94f allow to specify key overrides for packages 2021-03-11 04:06:20 +03:00
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
2fca108fa4 process null lock file 2021-03-11 01:58:33 +03:00
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
088698d8e1 report support, readme 2021-03-07 00:04:25 +03:00
c45662517b uploader demo 2021-03-05 04:10:29 +03:00