runbot/runbot
Xavier-Do 9dae3f88dd [FIX] runbot: remove --user from pip
Experimentations are done to use venv inside the docker to avoid having
a strong dependency on the user creation to install pip.

The default --user option of pip is not compatible with the venv causing
error when the install really need to make some operation.

Looking at the commit that introduced it e1161a03e it wasn't really
usefull but mostly added as a good practice in case we wish to use the
same command on a non debian based system.
2025-03-18 14:19:07 +01:00
..
controllers [FIX] runbot: fix crash when forcing a batch 2025-03-06 15:36:15 +01:00
data [FIX] runbot: fix parse log action window 2025-02-21 10:54:19 +01:00
documentation [IMP] runbot: documentation and views imps 2022-12-21 13:00:42 +01:00
example_scripts [IMP] runbot: update install documentation 2022-10-21 10:32:40 +02:00
migrations [IMP] runbot: improve min version management 2025-03-04 12:01:26 +01:00
models [FIX] runbot: remove --user from pip 2025-03-18 14:19:07 +01:00
security [FIX] runbot: add edition access to error content 2024-12-10 10:45:38 +01:00
static/src [IMP] runbot: prevent saving on switching tab 2025-03-12 11:43:36 +01:00
templates [FIX] runbot: restore "error already known" message 2025-03-17 13:49:09 +01:00
tests [FIX] runbot: remove --user from pip 2025-03-18 14:19:07 +01:00
views [IMP] runbot: improve build list page 2025-03-14 14:16:16 +01:00
wizards [FIX] runbot: various fixes and ref 2023-09-25 10:52:16 +02:00
__init__.py [IMP] runbot: improve build list page 2025-03-14 14:16:16 +01:00
__manifest__.py [IMP] runbot: prevent saving on switching tab 2025-03-12 11:43:36 +01:00
common.py [IMP] runbot: Improve stats listing display 2024-09-06 09:57:45 +02:00
container.py [IMP] runbot: support test tags with spaces 2025-03-18 08:58:51 +01:00
docker_manager.py [IMP] runbot: pull docker image only when needed 2024-09-13 11:57:07 +02:00
fields.py [FIX] runbot: adapt for jammy 2022-06-03 14:51:49 +02:00