Commit Graph

18226 Commits

Author SHA1 Message Date
jo e92be34e2a fix(installer): only setup nginx on first install
Users usually want to setup a ssl certificate for LibreTime. Disabling any nginx config change unless it is the first install should prevent breaking a possible certbot setup.
2023-02-03 14:59:58 +01:00
jo 9a65e08890 fix(installer): print diff on file deployment 2023-02-03 14:59:58 +01:00
jo a5e4d17e20 fix(installer): allow different actions on template_file 2023-02-03 14:59:58 +01:00
jo ea8306dd8f chore: fix pylint error 2023-02-02 08:23:03 +02:00
jo 79febaddf8 docs: add small faq for troubleshooting 2023-02-02 08:23:03 +02:00
jo 8431888b9c docs: check logs before checking services status 2023-02-02 08:23:03 +02:00
jo c34f02d916 fix(legacy): improve error messages and logs 2023-02-02 08:23:03 +02:00
jo 1e6c5a84d3 style: format code using black 2023-02-01 11:20:32 +01:00
renovate[bot] c3e60f7cd4 chore(deps): update pre-commit hook psf/black to v23 2023-02-01 11:20:32 +01:00
renovate[bot] 2c66ada854
chore(deps): update docker/build-push-action action to v4 (#2353)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-31 09:25:59 +02:00
jo 69120cad73 fix(legacy): move forked deps to the libretime namespace 2023-01-16 08:42:23 +02:00
jo 9807d1284f fix(legacy): refresh lock files 2023-01-16 08:42:23 +02:00
jo 2fc9e335a2 refactor(legacy): remove unused variable 2023-01-16 08:42:23 +02:00
jo 0db72614eb fix(legacy): advanced search by track type id
Advanced where clause didn't support matching primary keys.

Fixes #2344
2023-01-16 08:42:23 +02:00
Jonas L a0dfcab49f chore: add docs dev setup with the website (#2340)
This will clone the website repo, install the website dependencies and override the docs path to the current main repository docs path.
2023-01-16 08:42:23 +02:00
jo cfa90c89d1 refactor: improve backports imports 2023-01-16 08:42:23 +02:00
jo 6e27003409 ci: test project weekly 2023-01-16 08:42:23 +02:00
jo 715144a92d chore: move isort config to pyproject.toml 2023-01-16 08:42:23 +02:00
jo 14beb885a3 chore: split test and coverage tasks 2023-01-16 08:42:23 +02:00
jo 2ccd93299a chore: don't use venv activation in makefile 2023-01-16 08:42:23 +02:00
jo beff69ca5b chore: update cpu count lookup 2023-01-16 08:42:23 +02:00
Jonas L 0817dfde04 chore: improve dockerfile run calls (#2273) 2023-01-16 08:42:23 +02:00
Kyle Robbertze 111fdadaaa docs: add DOCKER_BUILDKIT env variable for docker-compose v1 (#2270)
This is required for the --mount cache used to cache pip packages
2023-01-16 08:42:23 +02:00
jo da07a48244 ci: don't squash commits during docs sync 2022-12-20 17:05:32 +01:00
jo aaa442e7e9
chore: generate changelog for 3.0.1 2022-12-20 16:29:19 +01:00
jo 86ceac76d8 chore: release 3.0.1 2022-12-20 16:16:30 +01:00
jo b0cdd8ff06 ci: pin vale version to v2.21.3 2022-12-20 16:16:30 +01:00
jo e258bd2143 docs: no need to update release note path 2022-12-20 16:16:30 +01:00
jo f56e7ea8fd fix(worker): replace deprecated cgi.parse_header 2022-12-20 15:54:44 +01:00
jo fa5bd5ed11 ci: sync docs with libretime/website repository 2022-12-20 15:31:19 +01:00
jo dc0353c1d3 chore: remove website setup 2022-12-20 15:31:19 +01:00
jo 16096b6b83 chore: remove website dir
The website has moved to https://github.com/libretime/website
2022-12-20 15:31:19 +01:00
Jonas L d9fe7d8712 fix(legacy): log errors on connect check failure (#2317) 2022-12-16 19:38:33 +01:00
Jonas L 5bdb2628b1 fix(legacy): add log entry on task run (#2316) 2022-12-16 19:38:17 +01:00
renovate[bot] 5a8c357817
chore(deps): lock file maintenance (website/package.json) (#2313)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-12 08:10:20 +02:00
renovate[bot] 1069d54c64 chore(deps): update pre-commit hook psf/black to v22.12.0 2022-12-09 19:09:37 +01:00
renovate[bot] 9ee1f39617 chore(deps): update pre-commit hook asottile/pyupgrade to v3.3.1 2022-12-09 15:46:59 +01:00
renovate[bot] ea24892cb1 chore(deps): update pre-commit hook codespell-project/codespell to v2.2.2 2022-12-09 15:46:06 +01:00
renovate[bot] 05e46d7aa2 chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v4.4.0 2022-12-09 15:45:55 +01:00
renovate[bot] 2c5b965376
chore(deps): update amannn/action-semantic-pull-request action to v5 (#2297)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-09 15:44:55 +01:00
renovate[bot] ff364bb406 chore(deps): update lycheeverse/lychee-action action to v1.5.4 2022-12-09 14:44:20 +00:00
jo 3b8638cd15 fix(installer): set home and login when running as postgres
Remove warnings if the current dir is not writable by postgres
2022-12-09 07:33:46 +02:00
jo 1f7852d13b fix(installer): install missing sudo 2022-12-09 07:33:46 +02:00
Jonas L 696666475c
fix: remove systemd ProtectHome feature (#2244)
Fix #2242
2022-10-19 12:37:39 +02:00
jo 3694b31610 ci: enable renovate bot on 3.0.x 2022-10-12 16:52:27 +02:00
jo 56beddbee5 ci: run tests on 3.0.x 2022-10-12 16:52:27 +02:00
Jonas L 730548b891
test: liquidsoap package from ppa is version 1.4.2 (#2233)
The PPA was previously not properly installed in the dev container.

Partial cherry-pick from 499f4d37ed
2022-10-12 16:16:47 +02:00
jo 26bcb6a90d chore: generate changelog for 3.0.0 2022-10-10 17:54:34 +02:00
Jonas L 96ded62c32
chore: release 3.0.0 (#2216) 2022-10-10 17:51:15 +02:00
Jonas L d03fe5bf7d
fix: disable some systemd security features on bionic (#2219)
Fixes #2217
2022-10-10 16:57:56 +02:00