Commit Graph

46 Commits

Author SHA1 Message Date
2cd61b0a20 Release 2.8.0 2023-04-09 13:06:54 +03:00
ec0550a275 Release 2.7.1 2023-03-06 01:15:47 +02:00
d517d8bfbb Release 2.7.0 2023-02-20 03:05:08 +02:00
4db8ad8e8d hide passwords and secrets from repo-config subcommand by default 2023-02-05 16:44:48 +02:00
5af84955ac
calculate dependencies based on package information (#89) 2023-01-30 17:28:05 +03:00
5bbb9d269b Release 2.6.1 2023-01-25 15:28:27 +02:00
c6555cf2c7 Release 2.6.0 2023-01-16 01:35:12 +02:00
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
d7356926c4 consider vcs flag and vcs_allowed_age during local packages update 2023-01-12 15:37:05 +02:00
43a7d09cab add ability to check for service updates 2023-01-12 15:37:05 +02:00
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
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
42c13b5d4b Release 2.5.4 2023-01-03 01:59:25 +02:00
84d4523e85 Release 2.5.2 2023-01-02 01:57:09 +02:00
b44e5c3a3d Release 2.5.0 2022-12-31 02:02:37 +02:00
c7447f19f0 change another boolean info option to boolean action 2022-12-29 03:15:48 +02:00
7de94a8daa add repo-structure subcommand
This commit also changes Tree class, replacing load method by resolve
2022-12-27 10:35:03 +02:00
b0b37e8169 Release 2.4.1 2022-12-11 05:17:10 +02:00
2e059023f3 Release 2.4.0 2022-12-05 00:25:53 +02:00
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
262462d3c3 improve wording in documentation 2022-12-02 15:45:01 +02:00
01eda513cf improve setup command by --makeflags-jobs argument and fix repository sign on creation 2022-12-02 01:41:23 +02:00
0161617e36 implement support of unix socket for server
This feature can be used for unauthorized access to apis - e.g. for
reporting service if it is run on the same machine. Since now it becomes
recommended way for the interprocess communication, thus some options
(e.g. creating user with as-service flag) are no longer available now
2022-12-02 01:41:23 +02:00
8a6854c867 Release 2.3.0 2022-11-16 00:53:48 +02:00
84c1b4d82d Release 2.3.0rc4 2022-11-14 01:02:27 +02:00
9a008ddafa Release 2.3.0rc1 2022-11-11 16:36:13 +02:00
233dda8420 man update 2022-11-10 20:10:07 +02:00
7cee859f19 docs update 2022-11-02 04:17:26 +02:00
649df81aa5
implement single-function patches (#69) 2022-10-30 03:11:03 +03:00
342b3cb652
Add gitremote triggers (#68)
* add gitremote pull trigger

* add push gitremote trigger

* docs update
2022-10-18 01:46:27 +03:00
a0cfb7561d rewrite api under single /api endpoint 2022-05-29 17:15:49 +03:00
f4131b8cd7 add shell and version parser 2022-05-27 18:34:07 +03:00
47de715d7d
dynamic html load (#63)
* dynamic html load
* split by classes
2022-05-20 22:29:36 +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
0db619136d Release 2.0.0rc7 2022-04-11 00:48:08 +03:00
733c014229 Release 2.0.0rc4 2022-04-08 01:14:35 +03:00
b7cd83502a Release 2.0.0-rc1 2022-04-04 02:18:31 +03:00
e414616bbd Release 1.8.0 2022-02-06 05:45:50 +03:00
5a3770b739 Release 1.7.0 2021-12-26 02:01:09 +03:00
fcb130e226 Release 1.6.0 2021-10-27 01:59:36 +03:00
e10e362dae Release 1.5.0 2021-10-18 03:48:24 +03:00
04bbabe898 docs update 2021-10-15 04:55:46 +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
13d00c6f66 docs update 2021-09-26 14:39:35 +03:00
182bde5e09 add manpage 2021-09-19 13:56:11 +03:00