| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* https://eslint.org/docs/latest/rules/no-undef
* https://eslint.org/docs/latest/rules/no-unused-vars
|
|
|
|
This was causing an issue with comparisons elsewhere (e.g. 'Headlines.onLoaded()').
|
|
https://eslint.org/docs/latest/rules/no-undef
|
|
|
|
The backend is sending 'error' as a string (or undefined for cats).
|
|
'eslint.config.js').
Also take care of 2 'no-prototype-builtins' and a 'no-useless-escape'.
* https://eslint.org/docs/latest/rules/no-redeclare
* https://eslint.org/docs/latest/rules/no-prototype-builtins
* https://eslint.org/docs/latest/rules/no-useless-escape
|
|
https://eslint.org/docs/latest/rules/no-prototype-builtins
|
|
https://eslint.org/docs/latest/rules/eqeqeq
|
|
|
|
|
|
Add a 'Validate SQL' workflow
|
|
|
|
Created while messing around with Copilot.
|
|
Project cleanup, PHPUnit config tweaks
|
|
|
|
|
|
|
|
Composer cleanup, PHPUnit 9 --> 12
|
|
PHPUnit 12 dropped support for PHP 8.2
|
|
This reverts commit 6eaa9d91d855abf07f504fe36e222007fa8c4c68.
|
|
|
|
|
|
|
|
|
|
|
|
Cache PHPStan results, drop 'parallel.maximumNumberOfProcesses' param.
|
|
|
|
Fix app image CMD, add a 'Docker Code Quality' workflow
|
|
Previously the healthcheck wouldn't respect an 'APP_BASE' env var override at runtime. This also sets some HEALTHCHECK+curl options.
|
|
Initially just checks that the 'Dockerfile' files are valid.
|
|
https://docs.docker.com/reference/build-checks/json-args-recommended/
|
|
More Dependabot (Docker, GitHub actions)
|
|
|
|
|
|
Don't bundle PHP dev dependencies
|
|
|
|
|
|
|
|
Address two JS code scanning findings
|
|
This also drops 'String.prototype.stripTags', which is no longer used.
|
|
|
|
Translations update from Hosted Weblate
|