Commit graph

16 commits

Author SHA1 Message Date
30304ec7a8 Add support for adding values to php.ini
For example, to set the `memory_limit` value:

```yaml
php:
  ini:
    memory_limit: 256M
```
2024-10-25 18:07:52 +01:00
f1623ae6c3 Allow for adding extra_hosts in web 2024-10-20 14:13:05 +01:00
7537a3ced2 Order properties alphabetically 2024-08-12 20:52:12 +01:00
afcca18c9e drupal: make simpletest DB URL configurable 2024-08-10 13:40:50 +01:00
11b72e35d4 Remove unused Terraform templates 2024-08-03 10:39:29 +01:00
1369ee750a Remove createInclusiveGitIgnoreFile option 2024-04-04 23:39:37 +01:00
3065597f64 Add Apache support to Drupal 2024-04-04 19:09:53 +01:00
e64b340af2 Allow extra fields
Since removing `useNewDatabaseCredentials`, projects with it in its
build.yaml file were failing as it was an additional value.

Allowing extra fields prevents the project from erroring.
2024-03-01 20:32:38 +00:00
b60cd7ae1b Revert "Make the PHP test runner conifigurable"
This reverts commit 5f62b02d14.
2024-02-19 10:52:09 +00:00
3d0a8215f9 Remove feature flag for different database credentials 2024-02-18 23:13:46 +00:00
30942b2d95 git: allow for creating inclusive gitignore files 2024-02-18 23:13:46 +00:00
5f62b02d14 Make the PHP test runner conifigurable
PHPUnit, Pest or Paratest.
2024-02-18 16:35:37 +00:00
09da2bc403 Create .tmux files
If `experimental.createTmuxStartupFile` is set in `build.yaml`.
2024-01-26 15:00:24 +00:00
f98a69e21f Initial Sculpin support
* Add Sculpin as a project type
* Declare initial files to generate
* Add flake.nix.twig
* Add .gitignore.twig
* Add run.twig
2024-01-26 14:59:54 +00:00
7bab7e91f4 Remove Astro 2024-01-21 22:02:59 +00:00
de990f3836 Rename DTO class and variable names 2023-12-15 12:09:50 +00:00
Renamed from src/DataTransferObject/Config.php (Browse further)