Commit Graph

18153 Commits

Author SHA1 Message Date
Jonas L 3d5456dfd6
chore: improve issue templates (#2198) 2022-09-28 14:29:30 +02:00
Jonas L c9bc3a1298
feat: extra systemd service hardening (#2197) 2022-09-27 13:17:43 +02:00
Jonas L 6fb667d510
fix(legacy): correct log levels (#2196) 2022-09-27 13:16:03 +02:00
Jonas L 4c18cf5ef2
feat: systemd service hardening (#2186) 2022-09-27 11:51:17 +02:00
Jonas L 96cc2b59f5
chore: reorder Dockerfile sections (#2189) 2022-09-27 08:15:41 +02:00
Jonas L 3ef42413d8
fix(legacy): add play button to stream player (#2190) 2022-09-27 08:14:53 +02:00
Jonas L 2efe714b03
chore: add icecast stress script (#2185) 2022-09-27 08:10:37 +02:00
renovate[bot] 782500f76f
chore(deps): update amannn/action-semantic-pull-request action to v4.6.0 (#2183)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-26 13:30:10 +02:00
jo a6f0642f71 fix: change version format
LIBRETIME_VERSION is now:
- the tag name for a tagged version
- the head ref name and commit sha for untagged versions (main branch and pull requests)
2022-09-26 13:25:35 +02:00
jo 09a75570f3 fix: include version variable inside containers 2022-09-26 13:25:35 +02:00
Jonas L 956d19ec95
fix: start playout service after liquidsoap (#2164)
Do not set a hard requirement on the service, only define the startup order.
2022-09-26 13:20:11 +02:00
Kyle Robbertze 7781ace118 docs: fix vale linting error
have not > haven't
2022-09-26 09:13:25 +02:00
jo 50809a933c docs: fix vale linting errors
- are not > aren't
- auto-_ > auto _
- avoid backend
- cannot > can't
- do not > don't
- does not > doesn't
- ignore emoji code
- has not > hasn't
- ignore Microsoft.GeneralURL
- is not > isn't
- it is > it's
- no exclamation point
- put code inside code blocks
- put commit sha inside code blocks
- put exception message in code blocks
- remove slang
- should not > shouldn't
- they are > they're
- we are > we're
- will not > won't
2022-09-26 09:13:25 +02:00
jo 722a683896 ci: allow failure when linting /docs/releases 2022-09-26 09:13:25 +02:00
jo 855cf83325 chore: ignore emoji shortcodes in vale linting 2022-09-26 09:13:25 +02:00
renovate[bot] cc16267c0a
chore(deps): update pre-commit hook asottile/pyupgrade to v2.38.2 (#2182)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-26 07:06:06 +02:00
renovate[bot] e6e2b67257 chore(deps): update pre-commit hook asottile/pyupgrade to v2.38.1 2022-09-25 02:35:22 +00:00
Jonas L 840875fbf0
docs: remove breaking change warning (#2180) 2022-09-24 12:50:30 +02:00
jo 7b5fd628db chore: generate changelog for 3.0.0-beta.1 2022-09-23 13:49:01 +02:00
jo ddae3202cc chore: release 3.0.0-beta.1 2022-09-23 13:41:14 +02:00
jo 2535e8c483 docs: fix release commands 2022-09-23 13:41:14 +02:00
renovate[bot] 69aadd66ea
chore(deps): update dependency djangorestframework to >=3.12.1,<3.15 (#2177)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-22 15:23:57 +02:00
jo f1dbad9be1 ci: run docs workflow on vale files changes 2022-09-22 13:19:35 +02:00
jo 31e09401bb chore: replace custom makefile with vale packages 2022-09-22 13:19:35 +02:00
Jonas L c354fea55d
docs: first blog post, v3 beta.0 (#1939) 2022-09-22 11:34:06 +02:00
Jonas L 060fb9d24b
fix(legacy): fail when uploading wma files (#2172)
Fix #1449
2022-09-21 14:04:56 +02:00
Jonas L 5cd2c5263e
fix(legacy): prepend file id in tmp upload filename (#2173)
Fix #1880
2022-09-21 14:04:11 +02:00
jo 6b16df8966 fix(legacy): update or remove broken links 2022-09-21 08:28:43 +02:00
jo 4bb5f58a7c chore(legacy): update locale files 2022-09-21 08:28:43 +02:00
jo 13314d601b docs: add default user credentials 2022-09-21 01:35:19 +02:00
Jonas L b1ac153a3e
fix(worker): configure celery timezone (#2169)
This should not change behavior, as nothing relies on datetime. Though this should enforce current server timezone for any future tasks.
2022-09-20 21:41:18 +02:00
Jonas L 5e2ec8956e
fix(legacy): rebuild favicon (#2167) 2022-09-20 19:55:02 +02:00
Jonas L 4496e3d061
fix(legacy): number of tracks displayed initially (#2168)
Fix #124
2022-09-20 19:54:22 +02:00
Jonas L b85dc5bad3
feat: use libretime/icecast container image (#2165) 2022-09-20 11:35:32 +02:00
Jonas L 23578da4e2
feat(legacy): invalidate cached assets using md5sum (#2161)
* feat(legacy): invalidate cached assets  using md5sum

Don't rely on version to invalidate cached assets

* use Assets::url() when loading legacy pages

* fix script docs
2022-09-19 11:58:31 +02:00
Jonas L 1edcbc0657
feat(legacy): disable services check when missing systemctl (#2160) 2022-09-19 11:56:56 +02:00
jo 74539f75d8 ci: don't check github.com/libretime/libretime/(issues|pulls) links 2022-09-17 11:51:35 +02:00
jo 093d8bafbb ci: ignore changelog for closed reference notifier 2022-09-17 11:51:35 +02:00
Jonas L a5ebb245db
docs: remove UI timezone configuration suggestion (#2158) 2022-09-16 17:21:28 +02:00
jo c73a7d75ef chore: generate changelog for 3.0.0-beta.0 2022-09-16 17:05:47 +02:00
jo 0e7fe43f29 chore: generate changelog for 3.0.0-alpha.13 2022-09-16 17:05:47 +02:00
jo 3b6132f926 chore: generate changelog for 3.0.0-alpha.12 2022-09-16 17:05:47 +02:00
jo 6d68ae808b chore: generate changelog for 3.0.0-alpha.11 2022-09-16 17:05:47 +02:00
jo e048560910 chore: add changelog generator 2022-09-16 17:05:47 +02:00
jo bdc2e92454 chore: release 3.0.0-beta.0 2022-09-16 16:32:00 +02:00
jo a79980e65f feat(playout): move message handling to main thread 2022-09-16 13:16:06 +02:00
jo b1c2e34ceb fix(playout): remove shutdown_handler 2022-09-16 13:16:06 +02:00
jo 64b3d164c9 refactor(playout): move daemon flag to thread class 2022-09-16 12:33:44 +02:00
jo d79cf00800 chore(playout): add types-backports dependency 2022-09-16 12:33:44 +02:00
renovate[bot] 2ef0d1d474 chore(deps): update pre-commit hook asottile/pyupgrade to v2.38.0 2022-09-15 18:38:01 +02:00