forked from WordPress/wordpress-develop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'WordPress:trunk' into trunk
- Loading branch information
Showing
3,657 changed files
with
445,400 additions
and
110,358 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
// For format details, see https://aka.ms/devcontainer.json. | ||
{ | ||
"name": "WordPress Core Development", | ||
"dockerComposeFile": "docker-compose.yml", | ||
"service": "app", | ||
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}", | ||
|
||
// Features to add to the dev container. More info: https://containers.dev/features. | ||
"features": { | ||
"ghcr.io/devcontainers/features/common-utils:2": { | ||
"username": "wordpress" | ||
}, | ||
"ghcr.io/devcontainers/features/node:1": { | ||
"version": "20" | ||
}, | ||
"ghcr.io/devcontainers/features/docker-in-docker:2": {}, | ||
"ghcr.io/devcontainers/features/git:1": {} | ||
}, | ||
"onCreateCommand": "sudo chmod +x .devcontainer/install-tools.sh && .devcontainer/install-tools.sh", | ||
"postCreateCommand": "sudo chmod +x .devcontainer/setup.sh && .devcontainer/setup.sh", | ||
"forwardPorts": [ | ||
8080 | ||
], | ||
"remoteUser": "wordpress" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
version: '3.1' | ||
|
||
services: | ||
app: | ||
image: wordpress | ||
restart: always | ||
ports: | ||
- 8080:80 | ||
environment: | ||
WORDPRESS_DB_HOST: db | ||
WORDPRESS_DB_USER: exampleuser | ||
WORDPRESS_DB_PASSWORD: examplepass | ||
WORDPRESS_DB_NAME: exampledb | ||
volumes: | ||
- ../..:/workspaces:cached | ||
|
||
db: | ||
image: mariadb | ||
restart: unless-stopped | ||
environment: | ||
MYSQL_DATABASE: exampledb | ||
MYSQL_USER: exampleuser | ||
MYSQL_PASSWORD: examplepass | ||
MYSQL_RANDOM_ROOT_PASSWORD: '1' | ||
volumes: | ||
- db:/var/lib/mysql | ||
|
||
volumes: | ||
db: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/bin/sh | ||
|
||
set -eux | ||
|
||
echo "Installing wp-cli..." | ||
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar | ||
sudo chmod +x wp-cli.phar | ||
sudo mv wp-cli.phar /usr/local/bin/wp | ||
|
||
echo "Installing chromium..." | ||
sudo apt-get update | ||
sudo apt-get -y install --no-install-recommends chromium | ||
|
||
# Copy the welcome message | ||
sudo cp .devcontainer/welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#!/bin/sh | ||
|
||
set -eux | ||
|
||
if [ -z ${CODESPACE_NAME+x} ]; then | ||
SITE_HOST="http://localhost:8080" | ||
else | ||
SITE_HOST="https://${CODESPACE_NAME}-8080.${GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN}" | ||
fi | ||
|
||
# Install dependencies | ||
cd /workspaces/wordpress-develop | ||
npm install && npm run build:dev | ||
|
||
# Install WordPress and activate the plugin/theme. | ||
cd /var/www/html | ||
echo "Setting up WordPress at $SITE_HOST" | ||
wp core install --url="$SITE_HOST" --title="WordPress Trunk" --admin_user="admin" --admin_email="[email protected]" --admin_password="password" --skip-email |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
👋 Welcome to "WordPress Core Development" in Codespaces! | ||
|
||
🛠️ Your environment is fully setup with all the required software. | ||
|
||
🚀 To get started, wait for the "postCreateCommand" to finish setting things up, then open the portforwarded URL and append '/wp-admin'. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Pinking shears | ||
a4789b3cc1cb59e5cd062670f4439f264c0d34f3 # [12042] | ||
fb4e38b0e750c0cab5eb4c50532da93e2d9882b3 # [15843] | ||
4b33a0e9c45d67c5f3123577262f73727444254a # [16438] | ||
fa33255b567df6b19ccc3a61824ad243db116993 # [16439] | ||
46d96c7704b978b9d070bfec1cb1a33e4caf46b0 # [18254] | ||
feaf2597bf16b1bd6b489a0e5680501f12990bee # [18276] | ||
9e7890c3f61781200b9337186d85cd4034edac61 # [18386] | ||
fd10e500e47ca1ae3280ac6817e725965f7fc0dc # [19054] | ||
6610e321e79d9b56c6fc496b6630dd2ac664a0d3 # [19528] | ||
d26f0a4c407a5d13a095c7676b397e51a959d82c # [19577] | ||
89e9bcc1d69ebbac01c8c4501f9066e421125e66 # [20000] | ||
8c50f982ea9784fe06844ce84b1a3297b1241442 # [20715] | ||
b6e23d7269e50296270f93dda96dacb118bee8b3 # [20944] | ||
48a3ec24c5ea7615431bde431098546674a0096c # [21070] | ||
2439e4d722f5093631c4bac9a45106ab33624aaa # [21381] | ||
56c4577feae624f7a3bf55d001295e0707c972b6 # [21486] | ||
680b671330327f2568549dec9460a2e942219d55 # [21492] | ||
dd39a3b3d2d1f792b6ed8e88b1fcc13877fbd8dd # [22491] | ||
6d8bce688f5215ad20133b2cefedc72ac5136be3 # [22634] | ||
05c0f14024a2bb8ef9bdfcb84589d04205f8ce24 # [23679] | ||
ece7a7714477142d4cdb3269d2f9ad3d5dab2e5f # [23780] | ||
687d1a2ce992a0e7e24675b506b85a57e42fe78e # [24303] | ||
45d2a20783460667f85d5fdced422efd54c33b72 # [24603] | ||
c8889d984fd98381d6f0bd3228972e93348f1266 # [25085] | ||
# 21da24227f2c0087c95f44c60b1bca65cedf0611 # [25824] includes a punctuation change | ||
30f822b8ee767c0b07fe1780f2829de0cba8c314 # [25880] | ||
1cdb0ac2fa5452e58d7a002b260d594a581af02e # [26475] | ||
37a37b5fc578d945376cf3b66b4a23265d6491f3 # [26597] | ||
bda43fd1071ed45ded3def7872866f62e40af9f5 # [26627] | ||
98fe4a5aedfdaa8c769bf2aaedc58eb63d342320 # [26631] | ||
d6e06a2ee5c15b19ca80b9162f3e19c06b5af34d # [26714] | ||
cfd5c395bb3ba810edaec6cf4483212181823d2e # [26851] | ||
2ec5e68249bdacee9ac0ce59fad91b1149244af8 # [27123] | ||
305e72859a4154fc96bac7774ab7808ead6a06d4 # [29169] | ||
ca32a2d410f954b6b40d23f3392ba53e62a3d9f1 # [29707] | ||
48a504cc50a16f60a395ace8d133130e3d6962f5 # [30047] | ||
b539bd985bdf2dde162f46fcbf14e51e46ff8be7 # [30372] | ||
9a3942ffd82b28a77982e0a0d1c2bb0b8a70ce44 # [30996] | ||
469164785ff8defefbfcdf972c57d9004c273256 # [31077] | ||
c4e9c64233166957cd1cbcc54ff54b1a02edd3b5 # [31623] | ||
f4f1b4821342fd1d58708356b3ec39d6fefe31ac # [33411] | ||
0ec540b946eaebebc7e8ee39a8e4738914e7f2a3 # [33627] | ||
0c5bd752629b0960c6f43ca212a64724e4f40346 # [34534] | ||
991feb70438e981290696fa2b4fbe2ea54696a02 # [34774] | ||
6911ff11308089eace23719fc50160d403081a8e # [35627] | ||
8df8cf2df14fe26174f97af5bb17d63f2e867231 # [42843] | ||
|
||
# Coding Standards | ||
8f95800d52c1736d651ae6e259f90ad4a0db2c3f # [42343] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Configure Dependabot scanning. | ||
version: 2 | ||
|
||
updates: | ||
# Check for updates to GitHub Actions. | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
open-pull-requests-limit: 10 | ||
groups: | ||
github-actions: | ||
patterns: | ||
- "*" |
Oops, something went wrong.