Jonas L
|
69d8eae845
|
style(legacy): fix code format with php-cs-fixer (#1674)
|
2022-03-14 12:15:04 +02:00 |
Jonas L
|
c80f520d76
|
fix(legacy): update setup with new db config schema (#1567)
|
2022-02-05 09:48:36 +02:00 |
Jonas L
|
729a7b99e0
|
feat(legacy): consolidate constants (#1558)
* remove unused file
* fix paths leading slash
* remove useless imports
* refactor(legacy): use constants everywhere
* fix path leading slash
* remove useless import
* consolidate legacy contants
* format code
* reuse LIBRETIME_CONFIG_DIR
* fix test config path
* remove ci legacy log dir creation
* some logs improvements
|
2022-02-04 12:00:41 +02:00 |
Jonas L
|
8569af9328
|
style(legacy): force semicolon on same line (#1534)
|
2022-01-23 20:15:55 +02:00 |
Jonas L
|
f42d67d41d
|
fix(legacy): api migration config variable name (#1522)
|
2022-01-18 09:36:40 +02:00 |
dependabot[bot]
|
ccde6039e7
|
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](https://github.com/php-amqplib/php-amqplib) from 2.12.3 to 3.0.0.
- [Release notes](https://github.com/php-amqplib/php-amqplib/releases)
- [Changelog](https://github.com/php-amqplib/php-amqplib/blob/master/CHANGELOG.md)
- [Commits](https://github.com/php-amqplib/php-amqplib/compare/v2.12.3...v3.0.0)
---
updated-dependencies:
- dependency-name: php-amqplib/php-amqplib
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Replace deprecated AMQPConnection with AMQPStreamConnection
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jo <ljonas@riseup.net>
|
2021-10-17 21:55:12 +02:00 |
Jonas L
|
5e8d8db6e9
|
Feature: Support php7.4 (#1354)
* Run CI tests against php 7.4
* Sort composer dependencies
* Remove unused Aws S3 php library
* Pin simplepie dependency to ^1.5
* Pin getid3 dependency to ^1.9
* Pin composer semver to ^3.2
* Pin php-amqplib to ^2.12
* Drop sentry logging support
* Update composer dependencies
* Move propel regenerate to Makefile
* Regenerate propel files with v1.7.0
* Pin propel orm to ^1.7
* Regenerate propel files with v1.7.2
* fix: generator_version in airtime-conf-production.php
* Replace propel/propel1 with jooola/propel1
* Regenerate propel files with v1.7.3-dev
* Fix php7.4 compatibility
Using php-cs-fixer:
'@PhpCsFixer' => true,
'concat_space' => ['spacing' => 'one'],
'ordered_class_elements' => false,
'yoda_style' => false,
'@PHP74Migration' => true,
'assign_null_coalescing_to_coalesce_equal' => false,
'ternary_to_null_coalescing' => false,
'heredoc_indentation' => false,
'@PHP74Migration:risky' => true,
'declare_strict_types' => false,
'void_return' => false,
'use_arrow_functions' => false,
* Fix pre-commit
|
2021-10-17 17:19:53 +02:00 |
Jonas L
|
a7d06ad076
|
Fix double path separator in require_once (#1408)
|
2021-10-17 08:54:08 +02:00 |
jo
|
83b7e4162e
|
Run pre-commit on legacy code
|
2021-10-12 11:17:57 +02:00 |
jo
|
d52c6184b9
|
Format code using php-cs-fixer
|
2021-10-12 11:07:56 +02:00 |
jo
|
c4c89eae19
|
Fix paths after legacy rename
|
2021-10-11 13:43:39 +02:00 |
jo
|
3e18d42c8b
|
Rename airtime_mvc/ to legacy/
|
2021-10-11 13:43:25 +02:00 |