Commit Graph

44 Commits

Author SHA1 Message Date
arcanis d99b61d8c0 Release 2.20.1 2026-03-13 17:06:27 +02:00
arcanis 945ddb2942 Release 2.20.0 2026-03-08 16:51:28 +02:00
arcanis f5c12d03ec Release 2.20.0rc7 2026-03-08 12:18:03 +02:00
arcanis 78998182b8 Release 2.20.0rc6 2026-03-06 01:32:13 +02:00
arcanis 90a78e99e7 Release 2.20.0rc5 2026-03-06 01:06:15 +02:00
arcanis 415fcf58ce Release 2.20.0rc4 2026-02-21 12:52:51 +02:00
arcanis 4d009cba6d Release 2.20.0rc3 2026-02-20 20:56:05 +02:00
arcanis c4fefa6071 Release 2.20.0rc2 2026-02-20 16:30:37 +02:00
arcanis bbf9e38fda Release 2.20.0rc1 2026-02-18 13:34:08 +02:00
arcanis 2b1b17a1a3 Release 2.19.0 2025-06-29 03:00:41 +03:00
arcanis 7f223ecc0a docs: extract version for the manpage 2025-06-25 02:14:57 +03:00
arcanis 7f813cf0c3 Release 2.18.1 2025-06-16 15:33:24 +03:00
arcanis 2feaa14f46 Release 2.18.0 2025-06-13 16:37:58 +03:00
arcanis a07b20bf50 Release 2.17.1 2025-01-06 01:14:28 +02:00
arcanis 0423c3e67c Release 2.17.0 2024-12-29 18:07:23 +02:00
arcanis 56114ecc1e Release 2.16.0 2024-12-01 21:05:56 +02:00
arcanis e0f9e38f44 Release 2.15.2 2024-09-26 16:58:19 +03:00
arcanis 53baaac61e Release 2.15.1 2024-09-24 11:18:38 +03:00
arcanis df2e98a1d3 Release 2.15.0 2024-09-23 03:32:01 +03:00
arcanis 16308dc3ae Release 2.14.1 2024-09-04 22:01:04 +03:00
arcanis b4372ff583 Release 2.14.0 2024-08-23 14:37:05 +03:00
arcanis 50a045434d feat: add abillity to check broken dependencies (#122)
* implement elf dynamic linking check

* load local database too in pacman wrapper
2024-08-14 17:07:10 +03:00
arcanis 5ff635db70 Release 2.13.8 2024-05-12 11:53:19 +03:00
arcanis b7d3493ae3 Release 2.13.7 2024-05-09 13:26:40 +03:00
arcanis 46b3c82aca Release 2.13.6 2024-05-05 21:59:30 +03:00
arcanis 9819ed761e Release 2.13.5 2024-04-04 13:33:03 +03:00
arcanis 414eb93b1e Release 2.13.4 2024-02-09 17:47:01 +02:00
arcanis 77cceb4c10 Release 2.13.3 2024-01-13 01:24:30 +02:00
arcanis 497a115535 Release 2.13.1 2024-01-08 21:17:35 +02:00
arcanis 87c87d6455 Release 2.13.0 2024-01-05 22:48:03 +02:00
arcanis aad607eaef feat: add workers autodicsovery feature (#121)
* add workers autodicsovery feature

* suppress erros while retrieving worker list

* update recipes

* fix tests and update docs

* filter health checks

* ping based workers
2024-01-03 02:25:24 +02:00
arcanis 215fe7a592 test: add tests to check args list
Some parsers are shared between different subcommands. It causes errors
when wwe add new arguments to one of them. This commit adds some tests
to cover those cases (except for well-known differencies)
2023-12-27 15:01:07 +02:00
arcanis b4fa10781b feat: allow to run daemon mode with split packages check (#120) 2023-12-27 03:05:44 +02:00
arcanis c54b14b833 feat: add ability to run build process to remote instances (#118) 2023-12-13 15:38:51 +02:00
arcanis 2a9eab5f1a feat: changes screen implementation (#117)
Add support of changes generation. Changes will be generated (unless explicitly asked not to) automatically during check process (i.e. `repo-update --dry-run` and aliases) and uploaded to the remote server. Changes can be reviewed either by web interface or by special subcommands.

Changes will be automatically cleared during next successful build
2023-11-30 14:56:41 +02:00
arcanis ff78577d61 Release 2.12.2 2023-11-13 12:26:00 +02:00
arcanis e823fd3f27 fix: fix some security issues 2023-11-12 22:22:05 +02:00
arcanis 5b4bff9c93 Release 2.12.0 2023-11-06 15:50:11 +02:00
arcanis dc2eebce39 docs: correct crossreference in docs 2023-11-06 14:04:15 +02:00
arcanis 1e00bf9398 feat: allow to use single web instance for all repositories (#114)
* Allow to use single web instance for any repository

* some improvements

* drop includes from user home directory, introduce new variables to docker

The old solution didn't actually work as expected, because devtools
configuration belongs to filesystem (as well as sudo one), so it was
still required to run setup command.

In order to handle additional repositories, the POSTSETUP and PRESETUP
commands variables have been introduced. FAQ has been updated as well

* raise 404 in case if repository is unknown
2023-10-17 03:58:50 +03:00
arcanis 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
arcanis 3cac53ac11 add ability to partition tree before calculationn 2023-08-27 01:55:57 +03:00
arcanis ad1c0051c4 Remote call trigger support (#105)
* add support of remote task tracking
* add remote call trigger implementation
* docs update
* add cross-service upload
* add notes about user
* add more ability to control upload
* multipart upload with signatures as well as safe file save
* configuration reference update
* rename watcher methods
* erase logs based on current package version

Old implementation has used process id instead, but it leads to log
removal in case of remote process trigger

* add --server flag for setup command
* restore behavior of the httploghandler
2023-08-20 03:44:31 +03:00
arcanis 480c3a54b8 full support of pep517
Since llast upgrade build is broken. Lets fully migrate to
pyproject.toml. Note for maintaners: because data_files option is
deprectated (see https://github.com/pypa/setuptools/discussions/2648)
you will have to install files manually inside your packaging process
2023-08-11 03:55:31 +03:00