Commit Graph

17828 Commits

Author SHA1 Message Date
Jonas L d5ea71246f
chore: remove custom icecast install files (#1779) 2022-04-21 07:09:37 +02:00
Jonas L c904c46424
chore: remove unused lxc-boostrap file (#1778) 2022-04-20 22:26:05 +02:00
Jonas L 751a4a4440
docs: draft architecture design document (#1736)
Fix #1610
2022-04-20 13:27:34 +00:00
dependabot[bot] 8e289c142a
chore: bump @types/node from 17.0.24 to 17.0.25 in /website (#1775)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.24 to 17.0.25.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-19 09:41:11 +00:00
dependabot[bot] 0bfae0b10e
chore: bump async from 2.6.3 to 2.6.4 in /website (#1773)
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-18 09:17:04 +00:00
dependabot[bot] 148292933a
chore: bump amannn/action-semantic-pull-request from 4.2.0 to 4.3.0 (#1772)
Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/master/CHANGELOG.md)
- [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v4.2.0...v4.3.0)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-18 09:11:15 +00:00
Jonas L 28fc8360a3
fix(api): prevent timing attacke on api key (#1771) 2022-04-17 18:55:18 +02:00
Weblate (bot) a090397989
chore(legacy): translated using weblate (French) (#1769)
Currently translated at 99.6% (956 of 959 strings)

Translation: LibreTime/Legacy
Translate-URL: https://hosted.weblate.org/projects/libretime/legacy/fr/

Co-authored-by: Jonas L <ljonas@riseup.net>
2022-04-17 14:09:02 +00:00
Weblate (bot) 452277e8b6
chore(legacy): translations update from Weblate (#1766)
* chore(legacy): translated using weblate (French)

Currently translated at 99.6% (956 of 959 strings)

Translation: LibreTime/Legacy
Translate-URL: https://hosted.weblate.org/projects/libretime/legacy/fr/

* chore(legacy): translated using weblate (French)

Currently translated at 100.0% (959 of 959 strings)

Translation: LibreTime/Legacy
Translate-URL: https://hosted.weblate.org/projects/libretime/legacy/fr/

Co-authored-by: Jonas L <ljonas@riseup.net>
2022-04-14 12:55:46 +02:00
dependabot[bot] 1464626b53
chore: bump @types/node from 17.0.23 to 17.0.24 in /website (#1768)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.23 to 17.0.24.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-14 11:46:27 +02:00
Jonas L 5de2ac180c
chore: center icon and explode joined paths (#1761) 2022-04-13 03:04:05 +02:00
Jonas L 8a8476755c
ci: do not cache website preview build (#1763) 2022-04-12 15:13:46 +00:00
Jonas L f183886224
ci: update workflow dispatch input description (#1762) 2022-04-12 15:01:35 +00:00
Jonas L 6e31dc0005
ci: setup command dispatcher (#1759) 2022-04-12 16:10:01 +02:00
Kyle Robbertze c033c68daa
ci: use GH actions bot for schema generation committer (#1756) 2022-04-12 13:27:44 +02:00
jo 388519fa73 ci: add website-preview workflow 2022-04-11 12:47:06 +02:00
jo 6e00a75f9f ci: add website build cache 2022-04-11 12:47:06 +02:00
jo b42ab29b59 ci: only run website workflow for main branch 2022-04-11 12:47:06 +02:00
jo b18cc8c2e8 ci: move docs linting to docs workflow 2022-04-11 12:47:06 +02:00
jo c7ebeee114 fix(installer): always install fresh packages
reorder apt-get update commands to be sure we install fresh packages.
2022-04-11 11:52:55 +02:00
Kyle Robbertze f048d32ec2 fix(installer): install software-properties-common when required 2022-04-11 11:52:55 +02:00
Jonas L 0ac19964e7
ci: ignore versioned_docs with find_closed_references (#1753) 2022-04-11 07:11:07 +00:00
jo 561ba7fbf0 test(analyzer): recent liquidsoap version do not fail playability check 2022-04-09 19:23:45 +02:00
jo 28be15f83b ci: test on ubuntu jammy 2022-04-09 19:23:45 +02:00
Jonas L 652349c749
ci: simplify legacy test matrix (#1749) 2022-04-09 17:53:14 +02:00
Jonas L 74b9c61deb
chore(analyzer): move python3-pika in the python section (#1746) 2022-04-09 14:35:28 +00:00
Jonas L f2e7c3c124
ci: fix dev images creation script (#1745) 2022-04-09 16:33:10 +02:00
Jonas L 5f4badcdeb
ci: build test images for ubuntu jammy (#1743) 2022-04-09 16:18:12 +02:00
Jonas L d2af87d20f
docs: fix broken links to celery project (#1744) 2022-04-09 15:01:48 +02:00
Jonas L 9d5de61241
chore(api): add mypy django stubs plugins (#1726) 2022-04-09 12:18:23 +02:00
Jonas L 8a98542aa4
docs: add urls redirects (#1581) 2022-04-08 19:29:10 +02:00
jo aedfd522d7 ci: don't run api-schema generation on forks 2022-04-08 16:44:06 +02:00
Jonas L 4113ea7506 ci: update api-schema generation commit message 2022-04-08 16:44:06 +02:00
Kyle Robbertze beebe79edd
ci: generate schema and push to api-client repo (#1740)
* chore(api): add schema generation make target

* ci: generate schema and push to api-client repo
2022-04-08 15:38:58 +02:00
dependabot[bot] 799c1d2660
chore: bump mermaid from 8.14.0 to 9.0.0 in /website (#1739)
Bumps [mermaid](https://github.com/knsv/mermaid) from 8.14.0 to 9.0.0.
- [Release notes](https://github.com/knsv/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/knsv/mermaid/compare/8.14.0...9.0.0)

---
updated-dependencies:
- dependency-name: mermaid
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-08 11:47:32 +02:00
jo d5d176ee2c docs: add version nav dropdown 2022-04-08 11:46:39 +02:00
jo 16d7461263 docs: create 3.0.0-alpha.12 docs 2022-04-08 11:46:39 +02:00
Jonas L 05342e2e83
chore: add healthcheck to docker-compose stack (#1735) 2022-04-04 16:28:58 +02:00
jo 0bbd46c33f refactor(api): fix pylint errors 2022-04-04 15:20:22 +02:00
jo bf8db3e6f0 chore(api): add pylint-django plugin 2022-04-04 15:20:22 +02:00
Jonas L fce988aef1
feat(api): split api into multiple apps (#1626)
Fixes #1622

- split the api into 4 apps: core, history, schedule, storage
- exploded the settings into testing/prod
2022-04-04 14:38:50 +02:00
Jonas L 87d2da9d84
chore(shared): pin click to 8.0.* (#1732)
8.1.0 dropped support for python 3.6
2022-04-04 11:23:12 +02:00
Jonas L cd63285c71
chore: upgrade pre-commit hooks (#1731) 2022-04-04 11:05:31 +02:00
dependabot[bot] 7734eea757
chore: bump composer/semver from 3.3.1 to 3.3.2 in /legacy (#1730)
Bumps [composer/semver](https://github.com/composer/semver) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/composer/semver/releases)
- [Changelog](https://github.com/composer/semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/composer/semver/compare/3.3.1...3.3.2)

---
updated-dependencies:
- dependency-name: composer/semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-04 08:30:28 +00:00
Jonas L fef38fb131
chore: rename api_client to api-client (#1727) 2022-04-04 10:25:38 +02:00
Jonas L e623c1f0df
ci: add missing python3-venv package for testing (#1729)
Related to 8c96c0a094
2022-04-03 15:07:31 +02:00
Jonas L 8c96c0a094
feat: remove unused python3-venv package (#1728) 2022-04-02 05:41:43 +02:00
Kyle Robbertze cbcd0abcae
chore(api): add API metadata (#1723) 2022-04-01 15:17:40 +02:00
Kyle Robbertze d698ace89f
chore: update code of conduct URLs (#1724)
* chore: update code of conduct URLs

* lowercase org name

Co-authored-by: Jonas L <jooola@users.noreply.github.com>
2022-04-01 13:02:13 +00:00
Jonas L bc6ec6489c
fix: add gettext for legacy locale generation (#1720) 2022-03-31 16:43:03 +02:00