Some checks failed
Run unit tests / run-unit-tests (push) Waiting to run
Prerequisites Testing / test-php-version-requirements (7.4) (push) Has been cancelled
Prerequisites Testing / test-php-version-requirements (8.1) (push) Has been cancelled
Prerequisites Testing / test-php-version-requirements (8.2) (push) Has been cancelled
Prerequisites Testing / test-php-version-requirements (8.3) (push) Has been cancelled
Prerequisites Testing / test-extension-progression (alpine:latest, 8.2) (push) Has been cancelled
Prerequisites Testing / test-extension-progression (alpine:latest, 8.3) (push) Has been cancelled
Prerequisites Testing / test-extension-progression (debian:bookworm, 8.2) (push) Has been cancelled
Prerequisites Testing / test-extension-progression (debian:bookworm, 8.3) (push) Has been cancelled
Prerequisites Testing / test-extension-progression (fedora:39, 8.2) (push) Has been cancelled
Prerequisites Testing / test-extension-progression (fedora:39, 8.3) (push) Has been cancelled
Prerequisites Testing / test-permission-scenarios (push) Has been cancelled
Set up logging framework and add runtime logging to foundational operations (database, sessions, auth). Reviewed-on: https://gitea.subcultureofone.org/greg/tkr/pulls/35 Co-authored-by: Greg Sarjeant <greg@subcultureofone.org> Co-committed-by: Greg Sarjeant <greg@subcultureofone.org>
22 lines
256 B
Plaintext
22 lines
256 B
Plaintext
.vscode
|
|
.DS_Store
|
|
|
|
# PHP Unit tests
|
|
phpunit
|
|
.phpunit.result.cache
|
|
|
|
# Filesystem storage items
|
|
*.sqlite
|
|
*.txt
|
|
storage/upload/css
|
|
storage/logs
|
|
|
|
# Testing stuff
|
|
/docker-compose.yml
|
|
scratch
|
|
|
|
# Build artifacts
|
|
tkr.tgz
|
|
|
|
# Test logs
|
|
storage/prerequisite-check.log |