drupal-project
drupal-project copied to clipboard
Wunder's template for Drupal projects designed to work automatically with Lando, CircleCI and Helm.
``` 2023-08-10T20:10:50.667765391Z [warning] Schema information for module phpass was missing from the database. You should manually review the module updates and your database to check if any updates have been...
We need a better way to let people know about template changes. Let's start using the semantic versioning and the changelog file. Edit: There's also a [recommendation](https://mokkapps.de/blog/how-to-automatically-generate-a-helpful-changelog-from-your-git-commit-messages/) writing commit messages...
Bumps [stylelint-prettier](https://github.com/prettier/stylelint-prettier) from 2.0.0 to 3.0.0. Changelog Sourced from stylelint-prettier's changelog. 3.0.0 (2023-02-22) Remove stylelint-config-prettier from the recommended config. Stylelint v15 deprecated the rules that stylelint-config-prettier disabled, thus if you...
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.16.1 to 15.2.0. Release notes Sourced from stylelint's releases. 15.2.0 Added: messageArgs to 76 rules (#6589) (@โkizu). Fixed: TypeScript error to export Plugin and RuleContext (#6664) (@โhenryruhs)....
Bumps [prettier](https://github.com/prettier/prettier) from 2.7.0 to 2.8.4. Release notes Sourced from prettier's releases. 2.8.4 ๐ Changelog 2.8.3 Support Angular 15.1 ๐ Changelog 2.8.2 ๐ Changelog 2.8.1 ๐ Changelog 2.8.0 diff ๐...
Let's introduce [Updates Log](https://github.com/wunderio/drupal-updates-log) as a replacement for [Warden](https://www.drupal.org/project/warden) because Warden is no longer maintained.
Request by @evilfurryone
[Conventional Commits](https://www.conventionalcommits.org/) is a specification for adding human and machine readable meaning to commit messages. Let's evaluate and start using it if we decide so.
Would be good to have some sane elasticsearch resources example. Something like this for production. ``` # Elasticsearch used for site search. elasticsearch: # This value should be slightly less...
*How to test:* 1. Get this branch `git clone [email protected]:wunderio/drupal-project.git` `cd drupal-project` `git checkout feature/husky` 2. Start Lando ` lando start` (or `lando rebuild` if you've working on existing Lando...