build-configs/CHANGELOG.md

20 lines
572 B
Markdown
Raw Normal View History

2023-11-22 21:31:26 +00:00
# Changelog
## Unreleased
### Added
* Add CHANGELOG.md.
* Add missing validation rules to the `Configuration` DTO object.
2023-11-22 21:43:07 +00:00
* Add a test to ensure the project type is a valid type.
2023-11-22 21:31:26 +00:00
* Add a test to ensure the web server is a valid type.
2023-11-22 21:46:26 +00:00
* Add a `test` task to `run` script.
2023-11-22 21:31:26 +00:00
### Changed
2023-11-22 21:43:07 +00:00
* `App\Enum\ProjectType` now returns a string.
2023-11-22 21:31:26 +00:00
* `App\Enum\Webserver` now returns a string.
* `ConfigurationValidatorTest` no longer performs serialisation.
* Use `set -o errexit` and `set -o pipefail` in `run` scripts instead of `set -eu`.
* Use new database credentials by default.