Commit graph

151 commits

Author SHA1 Message Date
abf76c50bb Update hostname to *.docker.localhost
Following updates in https://github.com/opdavies/traefik-development to
add HTTPS support to Docker Compose-based projects, this commit changes
the host name from `*.localhost` to `*.docker.localhost`.

This should allow each project to be available at
https://{project_name}.docker.localhost instead of
http://{project_name}.localhost.
2024-05-10 23:05:38 +02:00
1369ee750a Remove createInclusiveGitIgnoreFile option 2024-04-04 23:39:37 +01:00
988a677ded Always ignore .phpunit.result.cache 2024-04-04 23:37:20 +01:00
3065597f64 Add Apache support to Drupal 2024-04-04 19:09:53 +01:00
b0f7e872e9 Remove flake parts 2024-03-30 18:03:40 +00:00
b60cd7ae1b Revert "Make the PHP test runner conifigurable"
This reverts commit 5f62b02d14.
2024-02-19 10:52:09 +00:00
98650ac11c Sort .gitignore paths 2024-02-18 23:13:46 +00:00
3d0a8215f9 Remove feature flag for different database credentials 2024-02-18 23:13:46 +00:00
f602b6e1e6 Move Drupal templates into the PHP directory 2024-02-18 23:13:46 +00:00
30942b2d95 git: allow for creating inclusive gitignore files 2024-02-18 23:13:46 +00:00
e3362270f4 Add missing managed text 2024-02-18 23:13:46 +00:00
226d6ad990 Allow for arguments to generate 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
ed36ac2e28 Create flake.nix files for Symfony projects 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
88af924ee4 Don't exit if the .env file is skipped 2023-12-18 20:58:31 +00:00
932c8f4bc7 Add install task for Drupal projects
Add an `install` task to Drupal `run` files to install Drupal with
Drush.
2023-12-16 17:04:29 +00:00
58e454b2c2 Fix TTY in run files for Drupal projects 2023-12-15 13:28:55 +00:00
87c2f2e496 Allow for running PHPStan on test files and not
...ignoring them within the PHPStan configuration file
2023-11-28 13:31:23 +00:00
fecc65b655 fix(git-hooks): Set TTY if using Docker 2023-11-23 08:27:05 +00:00
baaf3bf16b refactor: add isDocker and isFlake to the
...Configuration DTO
2023-11-23 08:24:34 +00:00
ebc4d899b2 refactor(git-hooks): use long set names
Use the long name versions for `set` to be consistent with `run` files.
2023-11-23 07:04:58 +00:00
afb630c93e fix(git-hooks): use run test:commit
Use the `run` script instead of `just` as its no longer being generated.
2023-11-23 06:38:35 +00:00
b1571f3174 refactor(run): change set statements
Use the long form name for each option instead of short hand names or a
combination of both - e.g. `set -eu` and `set -o pipefail`.
2023-11-22 21:53:50 +00:00
61d2ca0d76 fix: warning if run.local isn't preset 2023-11-18 08:40:43 +00:00
1a4eba7349 chore: switch to nixos-23.05 2023-10-24 17:26:30 +01:00
fbfd751621 fix(run): local tasks override non-local tasks 2023-10-19 23:07:38 +02:00
08e81c5e16 feat(run): include any local tasks 2023-10-19 22:51:30 +02:00
7c95164fee feat(flake): ignore .direnv by default 2023-10-19 22:48:40 +02:00
02774b820b feat(gitignore): add additional ignored paths 2023-10-18 20:54:36 +02:00
696aa5d617 feat(drupal): allow for disabling quality checks
For Commerce Kickstart, there are no custom modules so these checks will
fail in the CI pipeline.
2023-10-18 20:38:53 +02:00
f58846ef20 feat(fractal): add GitHub Actions template 2023-10-08 17:38:52 +01:00
db55ceee6c fix(dockerfile): clean up after apt install 2023-10-08 17:38:27 +01:00
aa3eeeb842 feat(gitignore): add comment 2023-10-08 17:38:09 +01:00
edbfb3c045 feat(drupal): ignore Docker-related files 2023-10-08 17:24:49 +01:00
52bc0f14a4 fix(fractal): add missing steps 2023-10-08 17:24:31 +01:00
71175563cd fix(fractal): template error 2023-10-08 10:02:12 +01:00
764db99ef8 fix(fractal): start Docker Compose in CI 2023-10-08 09:59:03 +01:00
4b67b0edb1 fix(fractal): run inside the container 2023-10-08 09:52:50 +01:00
f5a8c691f0 chore(run): replace justfiles with run files 2023-10-07 22:23:40 +01:00
f911d52573 feat(drupal): re-add phpstan.neon.dist 2023-10-06 15:26:10 +01:00
af24a4b4fa feat(terraform): add support for terraform repos
Add terraform as a project type, make the language optional, and add a
.gitignore and justfile template for Terraform repositories.
2023-09-27 18:57:04 +01:00
9176f34444 refactor: remove old code and templates 2023-09-25 00:57:06 +01:00
ad86e066cb fix(git-hooks): re-add 2023-09-25 00:52:09 +01:00
783d76fcf5 refactor(drupal): reorganise templates 2023-09-25 00:25:11 +01:00
cfbdeb375e refactor(fractal): reorganise templates
Refs: OD-44
2023-09-25 00:17:41 +01:00
b6b6e86558 fix(drupal): syntax error 2023-09-24 23:23:33 +01:00
88b92924fb feat(astro): add justfile 2023-09-24 23:13:43 +01:00