Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
638c54a
Add Drupal-paranoia
0tofu Jul 30, 2020
0d4651c
内容にあわせたREADMEへの変更
0tofu Jul 30, 2020
967acd9
Fork元に自動追従するGitHub actionsを定義
0tofu Jul 30, 2020
c711c9d
Lando実行環境の追加
0tofu Jul 30, 2020
d14b614
Drupal consoleの削除
0tofu Jul 31, 2020
f76288d
GitHub Actions のステータスバッジ追加
0tofu Jul 31, 2020
ce8050e
create-project時、不要なGitHub Actionsを削除
0tofu Aug 5, 2020
754bfe8
Drupal9用のベース作成
0tofu Aug 28, 2020
26e4dd7
各種文言をDrupal9用に変更
0tofu Aug 28, 2020
03048b1
create-project をD9用に変更
0tofu Aug 28, 2020
be69466
eslint実行時prettierの設定が読み込まれるよう予めシンボリックリンクを定義
0tofu Oct 9, 2020
5749684
eslint実行時prettierの設定が読み込まれるよう予めシンボリックリンクを定義
0tofu Oct 9, 2020
8c01f54
サイト全体のカスタムモジュール・テーマでGulp.jsによるビルドを実行できる機能を追加
u7aro Jan 5, 2021
d4c296a
見出しレベルを訂正
u7aro Jan 5, 2021
f103fd7
タスクランナーの説明を追加
u7aro Jan 5, 2021
628c914
Merge pull request #1 from u7aro/9.x
0tofu Jan 7, 2021
25a4315
npmパッケージを最新化
0tofu Jan 7, 2021
27a2694
Merge pull request #2 from studioumi/upgrade-npm-packages
0tofu Jan 7, 2021
a917661
Merge remote-tracking branch 'upstream/9.x' into 9.x
0tofu Jan 7, 2021
31507c8
scssのコンパイルにDart sassを利用するように変更
0tofu Jan 7, 2021
341d13a
fibers,sassをdevDependenciesに移動
0tofu Jan 7, 2021
8e59ef6
mapファイルをバージョン管理の除外対象に追加
u7aro Jan 7, 2021
c642f6b
Autoprefixer を追加
u7aro Jan 7, 2021
00dfca5
Merge pull request #3 from studioumi/feature-use-dart-sass
u7aro Feb 16, 2021
c2fa398
Drupal のハッシュソルト値を定義するサンプルを追加
u7aro May 25, 2021
98e8e79
MySQL設定例の `$_ENV` 変数を `getenv()` に置き換え
u7aro May 31, 2021
3be729c
Yarn のロックファイルを削除
u7aro Jun 1, 2021
7394e4a
Drupal paranoia が認識するアセットファイルの対象に SVGZ と WebP を追加
u7aro Aug 3, 2021
0078e20
stylelint-no-browser-hacks の依存を削除
u7aro Sep 13, 2021
e297b11
Webルートディレクトリを設定ファイルで変更できる機能を追加
u7aro Sep 16, 2021
f48227c
Drupal scaffold で生成される default.settings.yml と defautl.services.yml のフ…
u7aro Sep 26, 2021
0f1091b
Node.js のバージョンを指定
u7aro Apr 6, 2022
ab5d9fb
Gulp.js の SASS のタスクランナーのリファクタリング
u7aro Apr 6, 2022
fa65864
stylelint-config-drupal を v3.0.0 にアップグレード
u7aro Apr 6, 2022
45dc6c7
SCSS用のルールを stylelint-config-standard-scss の導入に合わせて修正
u7aro Apr 6, 2022
77b79b4
使用できる単位に dppx を追加
u7aro Apr 6, 2022
572adc8
node v16で利用不可となっているfibersを削除
0tofu Apr 22, 2022
825522e
Lando実行環境にnodeサービスを追加
0tofu Apr 22, 2022
60bc308
デフォルトのPHPを7.4に変更
0tofu May 30, 2022
648c6a6
Xdebugに関するlando定義
0tofu May 30, 2022
8fcbe99
nodeのバージョンを16に変更
0tofu May 30, 2022
7128451
GulpでのJSトランスパイル時にコメントを除去
0tofu Oct 14, 2022
1e7e140
ddev定義追加
0tofu Oct 14, 2022
700ff87
Merge remote-tracking branch 'upstream/10.x' into 10.x
0tofu Dec 16, 2022
69aa0a2
upstreamとマージするGitHub CIを更新
0tofu Dec 16, 2022
608422d
update ddev
0tofu Dec 16, 2022
7049f8f
Drupal Paranoiaの実行を許可
0tofu Dec 16, 2022
cd96957
テスト用のCI修正
0tofu Dec 16, 2022
06194d0
Merge用のCIを最新化
0tofu Dec 16, 2022
5c6dd26
Merge branch 'upstream/10.x' into 10.x
0tofu Dec 17, 2022
e31b136
DDEVで動かす為、lando定義を削除
0tofu Feb 3, 2023
091eb87
phpcs及びphpstanライブラリ追加
0tofu Feb 3, 2023
5e4ff9e
DDEVのsettings.ddev.phpを読み込むように変更。settings.php/services.yml以外の定義をGit管理…
0tofu May 26, 2023
a942f90
Update README
0tofu May 26, 2023
019c8ee
PHPCS のルールセットをローカルに設置して読み込む仕様に変更
u7aro Aug 31, 2023
a5bddff
PHPCS 実行用のスクリプトを追加
u7aro Aug 31, 2023
f9b93bc
PHPStan で使用するキャッシュ用の一時ディレクトリをプロジェクト直下に置く
u7aro Aug 31, 2023
27b5887
PHPCS のオプションはすべて phpcs.xml.dist にまとめキャッシュする
u7aro Aug 31, 2023
9865028
PHPCS の検証対象として YAML ファイルを追加
u7aro Aug 31, 2023
95326ea
PHPCSのルールセットを修正
u7aro Aug 31, 2023
0a0b19a
コメント修正
u7aro Aug 31, 2023
2664b7b
キャッシュディレクトリを .cache に集約
u7aro Aug 31, 2023
e395998
Merge remote-tracking branch 'upstream/10.x' into 10.x
0tofu Feb 26, 2024
b292d97
依存関係でインストールされるパッケージを削除
0tofu Feb 26, 2024
987553c
Drupal10.1で非推奨となったメソッドを更新
0tofu Feb 26, 2024
ce51cd7
DDEV環境最新化
0tofu Feb 26, 2024
f4dc9bd
DDEV環境最新化
0tofu Feb 26, 2024
947e3db
phpcsでダブルクォーテーションがエラーにならない件を変更
0tofu Apr 16, 2024
ed2ff29
browserslistrcを更新
mymy0225 Jul 15, 2024
008e474
Merge pull request #5 from studioumi/feature-update-browserslistrc
u7aro Aug 20, 2024
cd8b230
Drupal11用の composer.json 及び DDEV を設定
t-nakai10 Jan 15, 2025
fd16a6f
ci.yml を Drupal11用に更新
t-nakai10 Jan 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DDEV環境最新化
  • Loading branch information
0tofu committed Feb 26, 2024
commit ce51cd75b11a7d671cb6d045289eae33b759140c
6 changes: 3 additions & 3 deletions .ddev/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: drupal-project
type: drupal10
docroot: web
php_version: "8.1"
php_version: "8.2"
webserver_type: nginx-fpm
router_http_port: "80"
router_https_port: "443"
Expand All @@ -10,13 +10,13 @@ additional_hostnames: []
additional_fqdns: []
database:
type: mariadb
version: "10.4"
version: "10.11"
nfs_mount_enabled: false
mutagen_enabled: false
use_dns_when_possible: true
composer_version: "2"
web_environment: []
nodejs_version: "16"
nodejs_version: "20"

# custom settings.
timezone: Asia/Tokyo
Expand Down