Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

LibreTime

Radio Broadcast & Automation Platform
Collective - Host: opensource - https://opencollective.com/libretime - Website: https://libretime.org/ - Code: https://github.com/libretime/libretime

refactor(analyzer): redefine *_analyzer into steps

- update imports and names
- define step as a protocol
- extract analyzer function from classes

github.com/libretime/libretime - 2cae31a97a12841efbfe2ed97a573a816f10520f authored about 3 years ago
refactor(analyzer): rename analyzer files

github.com/libretime/libretime - f6a52c8324a1b09c774d6a991ff8bf68a8b0a4af authored about 3 years ago
fix(shared): prevent child override by empty dict

github.com/libretime/libretime - 100784cb788e9c1b8f78c382867e7618d5fc4b67 authored about 3 years ago
fix(shared): tmp_path fixture type mismatch

github.com/libretime/libretime - 65dff91d47bc44c2543cee9c4c6960289f651867 authored about 3 years ago
test(shared): assert key is from file

github.com/libretime/libretime - 2a8da1e9317160027bc9b4b93787d213188ea873 authored about 3 years ago
feat(shared): allow loading from ini config file

github.com/libretime/libretime - b1ecf25d6f13e6c2549fbdddf3d72df3f6fb9617 authored about 3 years ago
fix(legacy): api migration config variable name (#1522)

github.com/libretime/libretime - f42d67d41d729614e8ba8bbd67d319b338290540 authored about 3 years ago
feat(playout): migrate notify cli to click (#1519)

Fixes #1502

- replace notify option parser with click
- refactor call from liquidsoap to pla...

github.com/libretime/libretime - 5364911922455767a47da6d3b6de924e97f69fc5 authored about 3 years ago
feat(analyzer): enhance analyzer cli and logging (#1507)

Some initial work on modernizing the analyzer app. This replace any custom logger or `logging` b...

github.com/libretime/libretime - fe0b2c4a7a1a177d74b681d1748aba17f7b9d6d6 authored about 3 years ago
fix(api): duplicate exception raising and close file

github.com/libretime/libretime - 401808d7d1ab4b8856a265c4564bef8ba09f7be7 authored about 3 years ago
feat(api): allow to run without log file for dev

BREAKING CHANGE: moved production api log file
from '/var/log/airtime/api.log' to '/var/log/libr...

github.com/libretime/libretime - bf59f20ffd46b74cb412f02ed203de97b6454f0c authored about 3 years ago
feat(api): update env var settings loading

BREAKING CHANGE: environment variables names changed
'LIBRETIME_CONF_DIR' was removed
'LIBRETIME...

github.com/libretime/libretime - ad7686e8a799f820918b9804528233bb5d322f74 authored about 3 years ago
fix: make vagrant source.list update idempotent (#1520)

github.com/libretime/libretime - 19faffea168dcd15e2fbee3978e14897df95615b authored about 3 years ago
fix(legacy): correct linting issues

github.com/libretime/libretime - 8b4260d74b856bdd6b4a8d2ba25163092b2f2a1a authored about 3 years ago
fix(playout): optional log_file for liquidsoap

github.com/libretime/libretime - b37f4f75094fafbccbd22a9209b32f77bbbce74f authored about 3 years ago
fix(shared): require click >=8.0.3

github.com/libretime/libretime - dc93189962e04ccaeeafca3c47cc5bec604f4caf authored about 3 years ago
ci: cancel duplicate test workflow (#1513)

github.com/libretime/libretime - 4443528cf83dbe94ef46792a52f236a75a546f43 authored about 3 years ago
chore: rename master branch to main (#1508)

github.com/libretime/libretime - c2cd1c28b83073f5818f75eb5a08980dbbf5f763 authored about 3 years ago
feat(playout): enhance playout logging (#1495)

Some initial work on modernizing the playout app. This replace any custom logger or
logging bas...

github.com/libretime/libretime - 5c72f714a817504f56b60122611911fd4550f3b7 authored about 3 years ago
chore: add auto-apt-proxy to vagrant prepare (#1511)

* chore: add auto-apt-proxy to vagrant prepare

* bypass apt SRV redirections for deb.debian.org

github.com/libretime/libretime - 56a3875e2d3748bf57904ad848c6cc2f2e4bd9a6 authored about 3 years ago
chore: rename common section to python (#1509)

this will make the section more explicite,
in addition, this allow to exclude python deps
on d...

github.com/libretime/libretime - 0d25a330cfd2552aa56d470b08324276b6b9e524 authored about 3 years ago
fix(legacy): validate id param in show image controller (#1510)

github.com/libretime/libretime - fd580d689f4b0b114cd3cc3b398ae133900de71e authored about 3 years ago
fix: change filepath options type to pathlib.Path (#1506)

github.com/libretime/libretime - d986302de28fca67383129beb47dfdfcd28fd1f7 authored about 3 years ago
chore: bump amannn/action-semantic-pull-request from 3.5.0 to 3.6.0 (#1500)

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-reque...

github.com/libretime/libretime - db8dd87d619d8bc6e99d429af6ba7e0cf6592586 authored about 3 years ago
chore: exclude packages sections using tools/packages.py (#1499)

* feat: exclude packages sections using tools/packages.py

* chore: group apache deps packages...

github.com/libretime/libretime - 19986cf1b142b42027d3ec392d1df9245298f893 authored about 3 years ago
chore: allow no port fowarding in vagrant (#1498)

github.com/libretime/libretime - 1b601e2ac1d4022d4d846d77aea34abfecf9d3ac authored about 3 years ago
feat: replace verbosity flag with log-level flag (#1496)

using a string flag is better when using environement variables.

github.com/libretime/libretime - 40130303ddcc737eb51dc1d0ff92aae0701b4867 authored about 3 years ago
fix(shared): fix tests

github.com/libretime/libretime - ba4eeaaff2cbfec5f9f12de1a424a574d4f90855 authored about 3 years ago
feat(shared): let user provide the log level (#1493)

* feat(shared): let user provide the log level

Simplify the logger setup, as choice should be...

github.com/libretime/libretime - 501e7844e369488990949f693a002d275f292923 authored about 3 years ago
ci: add shared to allowed commit scopes (#1494)

github.com/libretime/libretime - 9bad45acb3a3eae2df69f6c3f14d06c3f46f5f18 authored about 3 years ago
feat: enhance libretime shared (#1491)

* feat: allow custom delimiter in BaseConfig

* feat: add default config filepath constant

github.com/libretime/libretime - 48dea6e5d58e75d167af59e9f8118d42773eb08b authored about 3 years ago
feat: create libretime_shared package (#1349)

* feat: create libretime_shared package

- We don't use pydantic.BaseSettings because of some
...

github.com/libretime/libretime - 3a615cafa014b3b01ea67fe3fc712c2cbbf093c6 authored about 3 years ago
chore: bump composer/semver from 3.2.6 to 3.2.7 in /legacy (#1485)

Bumps [composer/semver](https://github.com/composer/semver) from 3.2.6 to 3.2.7.
- [Release not...

github.com/libretime/libretime - ba8b51af769f929518a260f170aa170b058ff1f7 authored about 3 years ago
chore: enhance python.mk (#1474)

* chore: run pylint with multiple cpu

* chore: use .venv as dev venv dir

github.com/libretime/libretime - 5b1e61a13ea67029bf5affe5cf9b27ee0f6851a3 authored about 3 years ago
ci: pin action-semantic-pull-request version

github.com/libretime/libretime - 4a7f2290f1254bae2322f6afda8bc339143ddeb7 authored about 3 years ago
chore: fixes after libretime_api_client rename

github.com/libretime/libretime - c04287b7c40234335bbc3d079d7ce76919389e72 authored about 3 years ago
chore: rename airtime_analyzer dir to libretime_analyzer

github.com/libretime/libretime - 62476de478fc04f680c0dd9034f8d9750d8454c3 authored about 3 years ago
chore: rename liquidsoap dir to libretime_liquidsoap

github.com/libretime/libretime - 4be02100268d5de85afe18b88f3592f8fb3b3da0 authored about 3 years ago
chore: rename libretimeapi dir to libretime_api

github.com/libretime/libretime - 6de242db65a96d796bcaf5a97f755a8e3845fb3b authored about 3 years ago
chore: fixes after libretime_analyzer rename

github.com/libretime/libretime - 02efadc3d03ccff5867a574a68b9bbfb710d75b1 authored about 3 years ago
chore: move liquidsoap logrotate in install dir

github.com/libretime/libretime - aa4be973124cfa0ce3348de201cc00779b8b5fee authored about 3 years ago
chore: fix linting in libretime_playout

github.com/libretime/libretime - b6795432b6a7b98c03d1796567339536f560d572 authored about 3 years ago
chore: fixes after libretime_worker rename

github.com/libretime/libretime - ccb8a234b8ec77d8295a1f74fc5f52702b410b2c authored about 3 years ago
chore: rename airtime-celery to libretime_worker

github.com/libretime/libretime - 39c6acdd8a54f9c04af78b6f735b35b43aac5342 authored about 3 years ago
chore: fixes after libretime_playout rename

github.com/libretime/libretime - a3ad6cecc4d3f0e176dfb29ec7c969dd090b444b authored about 3 years ago
chore: rename pypo dir to libretime_playout

github.com/libretime/libretime - 318b36b6b2c6d44c0a78ecdf2d70f38bf428f8c1 authored about 3 years ago
chore: fixes after libretime_liquidsoap rename

github.com/libretime/libretime - 61a1abce0de9818d9d2cb32ecaa9a322a0709e2f authored about 3 years ago
chore: fixes after libretime_api rename

github.com/libretime/libretime - e84137a8ee31dab36a0bf4044aafabb8fa54220b authored about 3 years ago
chore: rename api_clients dir to libretime_api_client

github.com/libretime/libretime - be09f74af66c818b993401ac9661eecba9ea14c0 authored about 3 years ago
ci: add semantic pull request linting (#1472)

* ci: add semantic pull request linting

* ci: add missing link to conventional commits

github.com/libretime/libretime - bd4368875763e845370aaafc0fb3a6189494b19b authored about 3 years ago
ci: add closed references notificier workflow (#1467)

This workflow will check for issue links in the code
that has been closed upstream and can be d...

github.com/libretime/libretime - 0b994c4e207fc322ad24a9887c491052072ce118 authored about 3 years ago
chore: Translated using Weblate (Hungarian) (#1464)

Currently translated at 85.4% (819 of 959 strings)

Translation: LibreTime/Legacy
Translate-U...

github.com/libretime/libretime - 415e22a30667c553595c1412e7b8678b75ff0f00 authored about 3 years ago
chore(ci): let dependapot catch up with commit syle (#1468)

github.com/libretime/libretime - e5ac78414e078b60259437479da4cddb8a04a677 authored about 3 years ago
chore: bump simplepie/simplepie from 1.5.7 to 1.5.8 in /legacy

Bumps [simplepie/simplepie](https://github.com/simplepie/simplepie) from 1.5.7 to 1.5.8.
- [Rele...

github.com/libretime/libretime - 7de75936c25d8a80f89ca53731fb36dca04428e7 authored about 3 years ago
chore: bump simplepie/simplepie from 1.5.6 to 1.5.7 in /legacy (#1458)

Bumps [simplepie/simplepie](https://github.com/simplepie/simplepie) from 1.5.6 to 1.5.7.
- [Rel...

github.com/libretime/libretime - 78523fd2eba1e4416a7ff18929e45c970e5a618a authored about 3 years ago
chore: translated using Weblate (Turkish) (#1456)

Currently translated at 41.1% (395 of 959 strings)

Translation: LibreTime/Legacy
Translate-U...

github.com/libretime/libretime - a86f3030648a5386a2992675f7100be80cc0cb75 authored about 3 years ago
chore: bump php-amqplib/php-amqplib from 3.0.0 to 3.1.1 in /legacy (#1457)

Bumps [php-amqplib/php-amqplib](https://github.com/php-amqplib/php-amqplib) from 3.0.0 to 3.1.1....

github.com/libretime/libretime - 9f0ed9edae1f12ae50b3e739900016dff5fc6415 authored about 3 years ago
fix: assume api client is installed

Until pip out-of-tree dependencies work with our setup and we can update
to newer versions of ou...

github.com/libretime/libretime - 17daeebd25f2e1343f661da81986dedaa4d81ef7 authored about 3 years ago
fix: add missing dependencies to celery module

github.com/libretime/libretime - 04ea316cab1d5928d758632afef679e7ace6cb4f authored about 3 years ago
chore: add semantic-release prefix to dependabot commits

github.com/libretime/libretime - 360bcb0a9cdb5e562cf5f89395f544d15e5819cb authored about 3 years ago
fix: revert removal of eval for shell commands

Fixes: #1434

github.com/libretime/libretime - 959e001edddb1a4c895bfe9a7f08d0de4d20c29b authored about 3 years ago
feat: debian 11 support (#1292)

* Debian 11 Support

Run api ci test on bullseye as well

* Silan does not work for mp3 on b...

github.com/libretime/libretime - 4057c88cf07245d2d308f14c4d4376467d5d55b9 authored about 3 years ago
fix: declare pypo.notify module

Fixes: #1428

github.com/libretime/libretime - 452dd64970445a0108454f184c754bffd3ddf264 authored about 3 years ago
ci: add missing focal database test run

github.com/libretime/libretime - 8200df1c40830672b9923321eef5e7cf7dd848a4 authored about 3 years ago
fix: remove rogue buster reference

github.com/libretime/libretime - e56069b95745fe66e4f1dd979dd04451abdc67c5 authored about 3 years ago
fix: correct vagrantfile function call

github.com/libretime/libretime - 83e904d06dfa1df18a95ca5e34f1809c69b8d5e8 authored about 3 years ago
chore: resolve shell warnings

github.com/libretime/libretime - 022b1a2881a92a0675f7ce9cb70e5fa5d50f9056 authored about 3 years ago
feat: add support for Ubuntu Focal 20.04 (#1168)

Co-authored-by: Valerio Bozzolan <[email protected]>

github.com/libretime/libretime - 7182390000363774f43332469d26461d914d8bcc authored over 3 years ago
Bump composer/semver from 3.2.5 to 3.2.6 in /legacy (#1427)

Bumps [composer/semver](https://github.com/composer/semver) from 3.2.5 to 3.2.6.
- [Release not...

github.com/libretime/libretime - 3d20af5fae9db7ca76df2c19b624aa267b5df8be authored over 3 years ago
Make vagrant file more configurable (#1424)

github.com/libretime/libretime - fc2f0ad8428f7d04c38a6f6ca4d754139201b215 authored over 3 years ago
Translated using Weblate (Russian) (#1422)

Currently translated at 96.7% (928 of 959 strings)

Translation: LibreTime/Legacy
Translate-U...

github.com/libretime/libretime - c4692fe011a0a40010db1da6af70fa291757557a authored over 3 years ago
feat: run API tests in CI (#1421)

* feat: run API tests in CI

* fix: remove incorrect test for guest user viewing themself

github.com/libretime/libretime - 6ca1ca2aec662297935ffc952b3afc9a851ccaa8 authored over 3 years ago
feature: Use setuptools entrypoints (#1409)

* Use console_scripts entrypoint for libretimeapi

* Use console_scripts entrypoint for playout

github.com/libretime/libretime - 7384dd7a2f34697040318008d85dd503e9e8735a authored over 3 years ago
Bump php-amqplib/php-amqplib from 2.12.3 to 3.0.0 in /legacy (#1418)

* Bump php-amqplib/php-amqplib from 2.12.3 to 3.0.0 in /legacy

Bumps [php-amqplib/php-amqplib...

github.com/libretime/libretime - ccde6039e73e5f4e5d71507ecba78fab5302f905 authored over 3 years ago
Update README.md (#1420)

* Update README.md

Update CI badge with Github Action badge.
Update Copyright date.
Update ...

github.com/libretime/libretime - 3dd43d183cef2de1ab213f9fa67ce3aa6e16aad2 authored over 3 years ago
Bump rgain3 from 1.1.0 to 1.1.1 in /analyzer (#1411)

Bumps [rgain3](https://github.com/chaudum/rgain) from 1.1.0 to 1.1.1.
- [Release notes](https:/...

github.com/libretime/libretime - d61fae8cfa4b27e5dae1c27bd245873cf9f5aa9a authored over 3 years ago
Bump phpunit/phpunit from 4.8.36 to 5.7.27 in /legacy (#1419)

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 4.8.36 to 5.7.27.
- ...

github.com/libretime/libretime - 8b5c6b0cfb6fcc2db22bfd885348ff9210612cec authored over 3 years ago
Add dependabot check for legacy composer (#1392)

github.com/libretime/libretime - 7837cc23201bf3c01220844d9f223b14299cd165 authored over 3 years ago
chore: Remove dev_tools (#1384)

github.com/libretime/libretime - 10d073dcfb7823347e9b0e3d8ac760505ec67380 authored over 3 years ago
Feature: Support php7.4 (#1354)

* Run CI tests against php 7.4

* Sort composer dependencies

* Remove unused Aws S3 php lib...

github.com/libretime/libretime - 5e8d8db6e9e202b51e3ee70b86c98b40267362f2 authored over 3 years ago
Better format enforcing (#1391)

* Add shared python format-check target

* Add .format-check to api lint target

* Format ap...

github.com/libretime/libretime - 30b3470a06077ffa073e457e716372e90583a530 authored over 3 years ago
Remove unused include locale/Makefile (#1407)

* Remove unused include locale/Makefile

This was generating a mess/loop with the git clean co...

github.com/libretime/libretime - ada4c72e87036cd5d5099af86b085e9fdadca43c authored over 3 years ago
Translated using Weblate (German) (#1416)

Currently translated at 73.7% (707 of 959 strings)

Translation: LibreTime/Legacy
Translate-U...

github.com/libretime/libretime - c613cb7d388f1fb2bd0aed178157d6ec5feba90e authored over 3 years ago
Translations update from Weblate (#1415)

* Translated using Weblate (French)

Currently translated at 89.6% (860 of 959 strings)

Tra...

github.com/libretime/libretime - 9247b9d941b3be5ed6e30fdcdedacf4d77f6e074 authored over 3 years ago
Move python_apps/api_clients/ to api_client/

github.com/libretime/libretime - d06c898bcf5f9729467656d6818f92e5b91958ec authored over 3 years ago
Move python_apps/airtime_analyzer/ to analyzer/

github.com/libretime/libretime - 2ef63e8c4e1124d62c960f9a9b4df7e36cd75f46 authored over 3 years ago
Update paths after api_client move

github.com/libretime/libretime - 8fe0156d4f4e78fa9f41386568f62924299e632f authored over 3 years ago
Update paths after playout move

github.com/libretime/libretime - 19c816f2948a5d048a7899f9404cc2a9bff317f1 authored over 3 years ago
Update paths after wroker move

github.com/libretime/libretime - cf36eec5f8a0e36910f06397518737bc12c0c051 authored over 3 years ago
Move python_apps/icecast2 to installer/icecast/

github.com/libretime/libretime - d97ecdfba7f1a61db22e971effcb888c7946a5b7 authored over 3 years ago
Move python_apps/airtime-celery/ to worker/

github.com/libretime/libretime - 58e275147fb3d877a3a5ab8f47d1f47d5a29ea1a authored over 3 years ago
Move python_apps/pypo/ to playout/

github.com/libretime/libretime - ca12ca5c41c8407cddff4f379ab2561e40963441 authored over 3 years ago
Update paths after analyzer move

github.com/libretime/libretime - 08f13d850c18df77b31b7cfeb2f37d3b4220d883 authored over 3 years ago
Fix double path separator in require_once (#1408)

github.com/libretime/libretime - a7d06ad07662bdb33681a5c1a09f38ec629a8e9f authored over 3 years ago
Translations update from Weblate (#1405)

* Translated using Weblate (French)

Currently translated at 89.6% (860 of 959 strings)

Tra...

github.com/libretime/libretime - 8b96489332e26c3731fa043b2d0420090d46602b authored over 3 years ago
Type fix and checks for tools packages (#1403)

* Fix scripts/packages typings

* Prevent empty packages list when invalid distro

github.com/libretime/libretime - c7304badb2520162939364d8f72129e2ab3a0e54 authored over 3 years ago
Clean and update locales (#1402)

* Remove untranslated languages

* Add country prefix to some locales

* Remove locale templ...

github.com/libretime/libretime - 1efa0742c9177b534e15ffc0b50d3bcb7b724551 authored over 3 years ago
Update Website link to point to alpha.10 (#1404)

github.com/libretime/libretime - a2312ddfce948b978e70743758bf564b65c98817 authored over 3 years ago
Add openapi spec for API v2 (#1388)

github.com/libretime/libretime - 1274b2d84953a04f2177645629a56ec0970b3190 authored over 3 years ago
Fix release action (#1401)

* correctly output file content

* trigger on version tags

* install gettext

* do not al...

github.com/libretime/libretime - 9f1e41e6fa8656d2aa2dc74d2ed07026bef38593 authored over 3 years ago