Commit Graph

162 Commits

Author SHA1 Message Date
Buster Neece f74e316ac0
Use local build cache. 2023-02-04 09:48:58 -06:00
Buster Neece 53b7556eb3
Split image build/load step. 2023-02-03 15:50:00 -06:00
Buster Neece 7538d188a8
Use GHA caching for Docker buildx. 2023-02-03 15:35:45 -06:00
Buster Neece 29e61188fe
Write important git info to a cache file so as to avoid loading the entire git repo into the Docker image. 2023-02-03 14:46:35 -06:00
Buster Neece 4c59ad57ec
Update GH action versions. 2023-01-17 23:53:10 -06:00
Buster Neece e1d5d58158
Remove second build step. 2023-01-13 13:16:55 -06:00
Buster Neece 5cc6a36220
Split CI build step. 2023-01-13 11:48:02 -06:00
Buster Neece ee046d776d
Update PHP version in tests. 2023-01-11 11:33:59 -06:00
Buster Neece 443534de7d
Disable xdebug on phpstan for performance boost. 2022-12-15 17:36:35 -06:00
Buster Neece f11d57a523
Make things work on the CI build. 2022-11-16 02:14:55 -06:00
Buster Neece cb3e138da6
Use PEAR to install maxminddb. 2022-11-16 02:09:55 -06:00
Buster Neece e8c8ccb836
Composer dependencies update.
Changelogs summary:

 - thecodingmachine/safe removed (installed version was v2.3.0)

 - beberlei/assert removed (installed version was v3.3.2)

 - symfony/string updated from v6.1.4 to v6.1.7 patch
   See changes: https://github.com/symfony/string/compare/v6.1.4...v6.1.7
   Release notes: https://github.com/symfony/string/releases/tag/v6.1.7

 - symfony/console updated from v6.1.4 to v6.1.7 patch
   See changes: https://github.com/symfony/console/compare/v6.1.4...v6.1.7
   Release notes: https://github.com/symfony/console/releases/tag/v6.1.7

 - doctrine/event-manager updated from 1.1.2 to 1.2.0 minor
   See changes: https://github.com/doctrine/event-manager/compare/1.1.2...1.2.0
   Release notes: https://github.com/doctrine/event-manager/releases/tag/1.2.0

 - doctrine/persistence updated from 3.0.3 to 3.0.4 patch
   See changes: https://github.com/doctrine/persistence/compare/3.0.3...3.0.4
   Release notes: https://github.com/doctrine/persistence/releases/tag/3.0.4

 - doctrine/inflector updated from 2.0.5 to 2.0.6 patch
   See changes: https://github.com/doctrine/inflector/compare/2.0.5...2.0.6
   Release notes: https://github.com/doctrine/inflector/releases/tag/2.0.6

 - doctrine/dbal updated from 3.4.4 to 3.5.1 minor
   See changes: https://github.com/doctrine/dbal/compare/3.4.4...3.5.1
   Release notes: https://github.com/doctrine/dbal/releases/tag/3.5.1

 - doctrine/common updated from 3.4.0 to 3.4.3 patch
   See changes: https://github.com/doctrine/common/compare/3.4.0...3.4.3
   Release notes: https://github.com/doctrine/common/releases/tag/3.4.3

 - doctrine/collections updated from 1.7.3 to 1.8.0 minor
   See changes: https://github.com/doctrine/collections/compare/1.7.3...1.8.0
   Release notes: https://github.com/doctrine/collections/releases/tag/1.8.0

 - doctrine/orm updated from 2.13.1 to 2.13.3 patch
   See changes: https://github.com/doctrine/orm/compare/2.13.1...2.13.3
   Release notes: https://github.com/doctrine/orm/releases/tag/2.13.3

 - symfony/serializer updated from v6.1.4 to v6.1.6 patch
   See changes: https://github.com/symfony/serializer/compare/v6.1.4...v6.1.6
   Release notes: https://github.com/symfony/serializer/releases/tag/v6.1.6

 - league/flysystem updated from 3.4.0 to 3.10.2 minor
   See changes: https://github.com/thephpleague/flysystem/compare/3.4.0...3.10.2
   Release notes: https://github.com/thephpleague/flysystem/releases/tag/3.10.2

 - guzzlehttp/psr7 updated from 2.4.1 to 2.4.3 patch
   See changes: https://github.com/guzzle/psr7/compare/2.4.1...2.4.3
   Release notes: https://github.com/guzzle/psr7/releases/tag/2.4.3

 - symfony/yaml updated from v6.1.4 to v6.1.6 patch
   See changes: https://github.com/symfony/yaml/compare/v6.1.4...v6.1.6
   Release notes: https://github.com/symfony/yaml/releases/tag/v6.1.6

 - symfony/var-dumper updated from v6.1.3 to v6.1.6 patch
   See changes: https://github.com/symfony/var-dumper/compare/v6.1.3...v6.1.6
   Release notes: https://github.com/symfony/var-dumper/releases/tag/v6.1.6

 - phpunit/php-code-coverage updated from 9.2.17 to 9.2.18 patch
   See changes: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.17...9.2.18
   Release notes: https://github.com/sebastianbergmann/php-code-coverage/releases/tag/9.2.18

 - phpunit/phpunit updated from 9.5.24 to 9.5.26 patch
   See changes: https://github.com/sebastianbergmann/phpunit/compare/9.5.24...9.5.26
   Release notes: https://github.com/sebastianbergmann/phpunit/releases/tag/9.5.26

 - codeception/lib-asserts updated from 2.0.0 to 2.0.1 patch
   See changes: https://github.com/Codeception/lib-asserts/compare/2.0.0...2.0.1
   Release notes: https://github.com/Codeception/lib-asserts/releases/tag/2.0.1

 - codeception/codeception updated from 5.0.2 to 5.0.4 patch
   See changes: https://github.com/Codeception/Codeception/compare/5.0.2...5.0.4
   Release notes: https://github.com/Codeception/Codeception/releases/tag/5.0.4

 - symfony/dom-crawler updated from v6.1.4 to v6.1.7 patch
   See changes: https://github.com/symfony/dom-crawler/compare/v6.1.4...v6.1.7
   Release notes: https://github.com/symfony/dom-crawler/releases/tag/v6.1.7

 - codeception/lib-innerbrowser updated from 3.1.2 to 3.1.3 patch
   See changes: https://github.com/Codeception/lib-innerbrowser/compare/3.1.2...3.1.3
   Release notes: https://github.com/Codeception/lib-innerbrowser/releases/tag/3.1.3

 - softcreatr/jsonpath updated from 0.8.0 to 0.8.1 patch
   See changes: https://github.com/SoftCreatR/JSONPath/compare/0.8.0...0.8.1
   Release notes: https://github.com/SoftCreatR/JSONPath/releases/tag/0.8.1

 - composer/ca-bundle updated from 1.3.3 to 1.3.4 patch
   See changes: https://github.com/composer/ca-bundle/compare/1.3.3...1.3.4
   Release notes: https://github.com/composer/ca-bundle/releases/tag/1.3.4

 - symfony/stopwatch updated from v6.1.0 to v6.1.5 patch
   See changes: https://github.com/symfony/stopwatch/compare/v6.1.0...v6.1.5
   Release notes: https://github.com/symfony/stopwatch/releases/tag/v6.1.5

 - symfony/filesystem updated from v6.1.4 to v6.1.5 patch
   See changes: https://github.com/symfony/filesystem/compare/v6.1.4...v6.1.5
   Release notes: https://github.com/symfony/filesystem/releases/tag/v6.1.5

 - friendsofphp/proxy-manager-lts updated from v1.0.12 to v1.0.13 patch
   See changes: https://github.com/FriendsOfPHP/proxy-manager-lts/compare/v1.0.12...v1.0.13
   Release notes: https://github.com/FriendsOfPHP/proxy-manager-lts/releases/tag/v1.0.13

 - filp/whoops updated from 2.14.5 to 2.14.6 patch
   See changes: https://github.com/filp/whoops/compare/2.14.5...2.14.6
   Release notes: https://github.com/filp/whoops/releases/tag/2.14.6

 - gettext/languages updated from 2.9.0 to 2.10.0 minor
   See changes: https://github.com/php-gettext/Languages/compare/2.9.0...2.10.0
   Release notes: https://github.com/php-gettext/Languages/releases/tag/2.10.0

 - aws/aws-sdk-php updated from 3.235.10 to 3.240.10 minor
   See changes: https://github.com/aws/aws-sdk-php/compare/3.235.10...3.240.10
   Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.240.10

 - league/flysystem-aws-s3-v3 updated from 3.3.0 to 3.10.0 minor
   See changes: https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.3.0...3.10.0
   Release notes: https://github.com/thephpleague/flysystem-aws-s3-v3/releases/tag/3.10.0

 - phpseclib/phpseclib updated from 3.0.16 to 3.0.17 patch
   See changes: https://github.com/phpseclib/phpseclib/compare/3.0.16...3.0.17
   Release notes: https://github.com/phpseclib/phpseclib/releases/tag/3.0.17

 - league/flysystem-sftp-v3 updated from 3.3.0 to 3.6.0 minor
   See changes: https://github.com/thephpleague/flysystem-sftp-v3/compare/3.3.0...3.6.0
   Release notes: https://github.com/thephpleague/flysystem-sftp-v3/releases/tag/3.6.0

 - matomo/device-detector updated from 6.0.3 to 6.0.4 patch
   See changes: https://github.com/matomo-org/device-detector/compare/6.0.3...6.0.4
   Release notes: https://github.com/matomo-org/device-detector/releases/tag/6.0.4

 - symfony/translation updated from v6.1.4 to v6.1.6 patch
   See changes: https://github.com/symfony/translation/compare/v6.1.4...v6.1.6
   Release notes: https://github.com/symfony/translation/releases/tag/v6.1.6

 - symfony/cache updated from v6.1.3 to v6.1.7 patch
   See changes: https://github.com/symfony/cache/compare/v6.1.3...v6.1.7
   Release notes: https://github.com/symfony/cache/releases/tag/v6.1.7

 - symfony/expression-language updated from v6.1.3 to v6.1.6 patch
   See changes: https://github.com/symfony/expression-language/compare/v6.1.3...v6.1.6
   Release notes: https://github.com/symfony/expression-language/releases/tag/v6.1.6

 - phpstan/phpstan updated from 1.8.5 to 1.9.1 minor
   See changes: https://github.com/phpstan/phpstan/compare/1.8.5...1.9.1
   Release notes: https://github.com/phpstan/phpstan/releases/tag/1.9.1

 - phpstan/phpstan-doctrine updated from 1.3.13 to 1.3.22 patch
   See changes: https://github.com/phpstan/phpstan-doctrine/compare/1.3.13...1.3.22
   Release notes: https://github.com/phpstan/phpstan-doctrine/releases/tag/1.3.22

 - roave/security-advisories updated from dev-latest@264a508 to dev-latest@964c5d9
   See changes: 264a508...964c5d9

 - phpstan/phpdoc-parser updated from 1.7.0 to 1.13.0 minor
   See changes: https://github.com/phpstan/phpdoc-parser/compare/1.7.0...1.13.0
   Release notes: https://github.com/phpstan/phpdoc-parser/releases/tag/1.13.0

 - slevomat/coding-standard updated from 8.4.0 to 8.6.2 minor
   See changes: https://github.com/slevomat/coding-standard/compare/8.4.0...8.6.2
   Release notes: https://github.com/slevomat/coding-standard/releases/tag/8.6.2

 - slim/http updated from 1.2.0 to 1.3 minor
   See changes: https://github.com/slimphp/Slim-Http/compare/1.2.0...1.3
   Release notes: https://github.com/slimphp/Slim-Http/releases/tag/1.3

 - spatie/dropbox-api updated from 1.20.2 to 1.21.0 minor
   See changes: https://github.com/spatie/dropbox-api/compare/1.20.2...1.21.0
   Release notes: https://github.com/spatie/dropbox-api/releases/tag/1.21.0

 - spomky-labs/otphp updated from v11.0.1 to v11.0.2 patch
   See changes: https://github.com/Spomky-Labs/otphp/compare/v11.0.1...v11.0.2
   Release notes: https://github.com/Spomky-Labs/otphp/releases/tag/v11.0.2

 - symfony/messenger updated from v6.1.3 to v6.1.6 patch
   See changes: https://github.com/symfony/messenger/compare/v6.1.3...v6.1.6
   Release notes: https://github.com/symfony/messenger/releases/tag/v6.1.6

 - symfony/intl updated from v6.1.0 to v6.1.7 patch
   See changes: https://github.com/symfony/intl/compare/v6.1.0...v6.1.7
   Release notes: https://github.com/symfony/intl/releases/tag/v6.1.7

 - symfony/mime updated from v6.1.4 to v6.1.7 patch
   See changes: https://github.com/symfony/mime/compare/v6.1.4...v6.1.7
   Release notes: https://github.com/symfony/mime/releases/tag/v6.1.7

 - symfony/mailer updated from v6.1.4 to v6.1.7 patch
   See changes: https://github.com/symfony/mailer/compare/v6.1.4...v6.1.7
   Release notes: https://github.com/symfony/mailer/releases/tag/v6.1.7

 - symfony/property-info updated from v6.1.3 to v6.1.7 patch
   See changes: https://github.com/symfony/property-info/compare/v6.1.3...v6.1.7
   Release notes: https://github.com/symfony/property-info/releases/tag/v6.1.7

 - symfony/property-access updated from v6.1.3 to v6.1.7 patch
   See changes: https://github.com/symfony/property-access/compare/v6.1.3...v6.1.7
   Release notes: https://github.com/symfony/property-access/releases/tag/v6.1.7

 - symfony/lock updated from v6.1.3 to v6.1.7 patch
   See changes: https://github.com/symfony/lock/compare/v6.1.3...v6.1.7
   Release notes: https://github.com/symfony/lock/releases/tag/v6.1.7

 - symfony/redis-messenger updated from v6.1.3 to v6.1.7 patch
   See changes: https://github.com/symfony/redis-messenger/compare/v6.1.3...v6.1.7
   Release notes: https://github.com/symfony/redis-messenger/releases/tag/v6.1.7

 - symfony/validator updated from v6.1.4 to v6.1.7 patch
   See changes: https://github.com/symfony/validator/compare/v6.1.4...v6.1.7
   Release notes: https://github.com/symfony/validator/releases/tag/v6.1.7

 - vlucas/phpdotenv updated from v5.4.1 to v5.5.0 minor
   See changes: https://github.com/vlucas/phpdotenv/compare/v5.4.1...v5.5.0
   Release notes: https://github.com/vlucas/phpdotenv/releases/tag/v5.5.0

 - voku/portable-utf8 updated from 6.0.9 to 6.0.10 patch
   See changes: https://github.com/voku/portable-utf8/compare/6.0.9...6.0.10
   Release notes: https://github.com/voku/portable-utf8/releases/tag/6.0.10

 - zircote/swagger-php updated from 4.4.9 to 4.5.0 minor
   See changes: https://github.com/zircote/swagger-php/compare/4.4.9...4.5.0
   Release notes: https://github.com/zircote/swagger-php/releases/tag/4.5.0
2022-11-05 17:17:15 -05:00
Buster Neece a265597dae
Move translations to "translations" folder. 2022-10-07 16:29:57 -05:00
Buster "Silver Eagle" Neece e087567a64
Increase stale threshold times. 2022-08-07 19:39:15 -05:00
Buster "Silver Eagle" Neece 3ea22191f6
Update Crowdin Action. 2022-04-27 13:12:46 -05:00
Buster "Silver Eagle" Neece fec35a2432
Switch to php-gettext 5.x:
- Don't use compiled PHP translations, switch back to gettext .mo compiled files
 - Bring npm easygettext back for JS parsing and generation
2022-04-27 12:50:39 -05:00
Mitch 7827281f4b
Prevent PRs from being impacted by the lock action (#5209)
Closed / merged PRs are currently being flagged by our Lock action, I've gone ahead and removed it since it's fairly unnecessary and people don't typically look / reply to old PRs.
2022-03-17 21:52:59 -05:00
Buster "Silver Eagle" Neece 27260729bc
AzuraCast in a Single Docker Image (#5167) 2022-03-08 17:00:03 -06:00
Mitch 0f8a137a38
Path fix for known issues (#5144) 2022-02-21 14:29:37 -06:00
Mitch aa89a437c4
Add a Known Issues file (#5143)
* Add a Known Issues file

* Rename KNOWN ISSUES.md to KNOWN -ISSUES.md

* Rename KNOWN -ISSUES.md to KNOWN-ISSUES.md
2022-02-21 12:57:11 -06:00
Buster "Silver Eagle" Neece f848567538
Add "lock old threads" action. 2022-02-12 15:00:06 -06:00
Buster "Silver Eagle" Neece ac41b6dfd3
Update GH action metadata image. 2022-02-12 02:11:34 -06:00
Buster "Silver Eagle" Neece 9be3e1e76b
Prevent markdown changes from affecting CI. 2022-01-27 02:34:44 -06:00
Buster "Silver Eagle" Neece 120c51733e
GH Actions: Prevent concurrency on the same branch. 2022-01-26 01:01:37 -06:00
Vaalyn f22064d1c4
Update GH stale workflow exempted issue labels (#4961) 2022-01-07 09:11:39 -06:00
Mitch 327b8bd201
Update Stale to Workflows (#4955) 2022-01-07 03:03:44 -06:00
Buster "Silver Eagle" Neece 73a15d4e1d
Add new static assets to caching process. 2021-12-13 10:08:47 -06:00
Buster "Silver Eagle" Neece 9a28fb6ea5
Split Build and Publish steps again. 2021-12-13 09:03:14 -06:00
Buster "Silver Eagle" Neece 28c74789ee
Switch to GHA cache. 2021-12-13 08:25:09 -06:00
Buster "Silver Eagle" Neece 2f6364d466
Other attempted fixes to the CI thing. 2021-12-13 07:54:14 -06:00
Buster "Silver Eagle" Neece dc996338fa
Remove deps cache step. 2021-12-13 07:43:30 -06:00
Buster "Silver Eagle" Neece c2920a8d35
Re-implement ARM64 builds. 2021-12-12 21:40:46 -06:00
Buster "Silver Eagle" Neece 48c914a057
Update GH Actions to use PHP 8.1 as well. 2021-12-12 09:24:32 -06:00
Buster "Silver Eagle" Neece f8e5dd2445
Temp revert Arm64 builds due to GitHub Actions issue. 2021-12-10 06:50:14 -06:00
Buster "Silver Eagle" Neece 8d7cf0c888
Only build for ARM64 in second build step. 2021-12-10 04:04:49 -06:00
Buster "Silver Eagle" Neece 263d87b395
Build Dockerize directly (for ARM64 support); add ARM64 support back. 2021-12-10 03:56:05 -06:00
Buster "Silver Eagle" Neece e6b8e2efcf
Update Crowdin GH Action version. 2021-12-07 15:33:45 -06:00
Buster "Silver Eagle" Neece 1588257f06
Consolidate and optimize steps. 2021-11-18 12:33:28 -06:00
Buster "Silver Eagle" Neece 1f2f8e3b46
Revert "Change buildx source."
This reverts commit fab9e396bb.
2021-11-18 11:53:05 -06:00
Buster "Silver Eagle" Neece fab9e396bb
Change buildx source. 2021-11-18 11:39:52 -06:00
Buster "Silver Eagle" Neece 1ab600af13
More changes. 2021-11-18 11:34:21 -06:00
Buster "Silver Eagle" Neece 6277bb0605
Test updated, faster build structure. 2021-11-18 10:37:45 -06:00
Buster "Silver Eagle" Neece b02bf1a3ed
Locale unification part 2 (make PHP handle all locale gen/import). 2021-10-27 01:03:16 -05:00
Buster "Silver Eagle" Neece bf90348788
Combine frontend/backend translation files. 2021-10-26 22:01:01 -05:00
Buster "Silver Eagle" Neece e77c81528d
Revert Redocly push. 2021-10-23 18:11:47 -05:00
Buster "Silver Eagle" Neece 0c08bf8e44
Modify GH Actions YML 2021-10-23 17:20:38 -05:00
Buster "Silver Eagle" Neece f815fb0119
Add CI step to push to Redocly. 2021-10-23 17:19:37 -05:00
Mitch ee1f2d0d38
Update stale.yml (#4705) 2021-10-21 10:18:22 -05:00
Buster "Silver Eagle" Neece ee9baf9c52
Include new webpack dist in build artifacts. 2021-09-11 18:10:04 -05:00
Buster "Silver Eagle" Neece e23158f270
Remove files represented in the org-wide health repo. 2021-08-28 01:18:29 -05:00