Commit Graph

15 Commits

Author SHA1 Message Date
b2e0ccfd3d add docs examples 2024-10-29 03:09:09 +02:00
cd0ac7a7bd chore: replace passlib with bcrypt
passlib uses deprecated crypt module which is deprecated and scheduled
for removal in 3.13. Unfortunately, this module seems to be
unmaintained, so this commit replaces passlib with bcrypt, unfortunately
breaking current passwords
2024-10-05 16:35:27 +03:00
4169851eaa docs: split faq into multiple files 2024-08-20 16:44:40 +03:00
c130f52163 chore: add configuration recipes 2023-12-20 10:00:12 +02:00
dc2eebce39 docs: correct crossreference in docs 2023-11-06 14:04:15 +02:00
59356e905a feat: allow to use one application for multiple repositories (#111)
* allow to use one application for multiple repositories

* update tests

* handle None append argument everywhere

* rewrite repository definition logic

* drop optional flags from docs

* support of new schema in systemd units

* add migration docs and ability to migrate tree automatically

* use repostory id instead

* verbose multiarchitectureerror

* object path support for s3 sync

* fix tests after rebase
2023-09-08 14:01:07 +03:00
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
3681473942 packager documentation update 2023-06-05 03:40:02 +03:00
467d109cfc add referencne to api docs to docs 2023-04-14 05:06:53 +03:00
577bd9e5f8 add demos links 2022-11-24 02:38:33 +02:00
b8d2775050 replace if with while for telelgram reporting 2022-06-10 12:02:00 +03:00
945b6d0ac0 small docs update 2022-06-04 15:24:14 +03:00
3a5268993e update readme 2022-05-22 16:00:24 +03:00
b9cd98235e triggers implementation (#62) 2022-05-09 20:00:20 +03:00
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