ahriman/tests/ahriman/core
Evgenii Alekseev 6bd1636bfa 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
..
alpm feat: allow to use single web instance for all repositories (#114) 2023-10-17 03:58:50 +03:00
auth execute request in context methods instead of handling them each time 2023-03-23 12:43:04 +02:00
build_tools perf: limit clone and fetch by the latest commit 2023-09-08 15:52:59 +03:00
configuration feat: allow to use single web instance for all repositories (#114) 2023-10-17 03:58:50 +03:00
database feat: allow to use single web instance for all repositories (#114) 2023-10-17 03:58:50 +03:00
formatters feat: allow to use single web instance for all repositories (#114) 2023-10-17 03:58:50 +03:00
gitremote feat: allow to use one application for multiple repositories (#111) 2023-09-08 14:01:07 +03:00
http feat: allow to use one application for multiple repositories (#111) 2023-09-08 14:01:07 +03:00
log feat: allow to use single web instance for all repositories (#114) 2023-10-17 03:58:50 +03:00
report feat: allow to use single web instance for all repositories (#114) 2023-10-17 03:58:50 +03:00
repository feat: allow to use single web instance for all repositories (#114) 2023-10-17 03:58:50 +03:00
sign use http client class for all http requests 2023-08-23 03:27:42 +03:00
status feat: allow to use single web instance for all repositories (#114) 2023-10-17 03:58:50 +03:00
support feat: allow to use one application for multiple repositories (#111) 2023-09-08 14:01:07 +03:00
triggers docs: update documentation to new api calls 2023-09-11 15:57:00 +03:00
upload feat: allow to use single web instance for all repositories (#114) 2023-10-17 03:58:50 +03:00
conftest.py automatically bump pkgrel on version duplicates 2023-08-08 03:14:47 +03:00
test_context_init.py Correct way to allow setting context with existing 2023-01-03 00:48:14 +02:00
test_exceptions.py verbose subprocess exception handle annd quite git 2023-08-21 01:35:43 +03:00
test_spawn.py feat: allow to use single web instance for all repositories (#114) 2023-10-17 03:58:50 +03:00
test_tree.py add ability to partition tree before calculationn 2023-08-27 01:55:57 +03:00
test_util.py feat: allow to use single web instance for all repositories (#114) 2023-10-17 03:58:50 +03:00