An open API service providing commit metadata for open source projects.

GitHub / wp-cli/db-command / commits

Performs basic database operations using credentials stored in wp-config.php.

SHA Message Author Date Stats
d1f779e2 Adapt SQLite support to sqlite-database-integration 3.0 (#344)
Co-authored-by: Claude Opus 5 <n****y@a****m>, Claude <n****y@a****m>
Pascal Birchler <p****b@g****m>
Committed by: GitHub <n****y@g****m>
15 days ago
5f757590 Update file(s) from wp-cli/.github swissspidy <s****y@u****m> 16 days ago
8ecef747 Update file(s) from wp-cli/.github swissspidy <s****y@u****m> 22 days ago
eb1821cb Update branch-alias to 3.x-dev (#343) github-actions[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
25 days ago
f9022557 Update package requirements Pascal Birchler <p****b@g****m> 25 days ago
c5c25fd5 Require WP-CLI v3 Pascal Birchler <p****b@g****m> 25 days ago
f973e48a Regenerate README file (#342) github-actions[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
26 days ago
77655d10 db import: Pass import file via STDIN redirection (#341)
Co-authored-by: Copilot Autofix powered by AI <1****t@u****m>
Pascal Birchler <p****b@g****m>
Committed by: GitHub <n****y@g****m>
26 days ago
04556215 db import: Reject dot-commands in SQLite dump files (#340) Pascal Birchler <p****b@g****m>
Committed by: GitHub <n****y@g****m>
26 days ago
04a9c25b Bail early when check/dump commands are missing (#339) Pascal Birchler <p****b@g****m>
Committed by: GitHub <n****y@g****m>
30 days ago
81b20532 Update file(s) from wp-cli/.github swissspidy <s****y@u****m> about 1 month ago
20a7b5ee Modernize deprecated syntax in Behat tests (#338) Alain Schlesser <a****r@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
4f7635d2 Regenerate README file (#337) github-actions[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
89ecbbf7 merge Merge pull request #333 from wp-cli/fix/sql-mode-compat-311 Alain Schlesser <a****r@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
6a3b1a43 merge Merge pull request #336 from wp-cli/fix/db-repair-verbose-mariadb-335 Alain Schlesser <a****r@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
2bdc4c4b merge Merge branch 'main' into fix/db-repair-verbose-mariadb-335 Alain Schlesser <a****r@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
9150b8d5 merge Merge pull request #334 from wp-cli/fix/mariadb-ssl-verify-warning-309 Alain Schlesser <a****r@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
fb720736 Fix `wp db repair --verbose` test for MariaDB Alain Schlesser <a****r@g****m> about 1 month ago
e0783e6e Skip server certificate verification for MariaDB connections Alain Schlesser <a****r@g****m> about 1 month ago
ab66c6ed Apply SQL-mode compatibility via --init-command everywhere Alain Schlesser <a****r@g****m> about 1 month ago
646fd8d8 Compose SQL-mode compat with caller init commands Alain Schlesser <a****r@g****m> about 1 month ago
79580b43 Drop the SQL mode probe; run wp db query under server modes Alain Schlesser <a****r@g****m> about 1 month ago
8a9a1306 Update file(s) from wp-cli/.github swissspidy <s****y@u****m> about 1 month ago
24ed6d86 Support the --ssl and --skip-ssl flags in wp db import (#332)
Co-authored-by: Claude Fable 5 <n****y@a****m>
TowyTowy <8****y@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
8b83c5a2 Use `Utils\get_mysql_binary_path()` to get correct binary (#328)
Co-authored-by: Pascal Birchler <p****b@g****m>
Toni Viemerö <t****o@i****i>
Committed by: GitHub <n****y@g****m>
about 2 months ago
9d8acdae merge Merge pull request #331 from wp-cli/regenerate-readme Nilambar Sharma <e****r@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
161aa6b2 Regenerate README file github-actions[bot] <g****]@u****m> about 2 months ago
2ecf8a3e Filter empty database parameters to prevent MySQL command failures (#308)
Co-authored-by: swissspidy <8****y@u****m>, Copilot <1****t@u****m>, copilot-swe-agent[bot] <1****t@u****m>, Pascal Birchler <p****b@g****m>
Copilot <1****t@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
b39251c8 Update file(s) from wp-cli/.github swissspidy <s****y@u****m> 2 months ago
2084d60f Add mysqldump flags docs link (#329) lelafa <6****a@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
e2d3981d Update file(s) from wp-cli/.github swissspidy <s****y@u****m> 3 months ago
0b477999 Update file(s) from wp-cli/.github swissspidy <s****y@u****m> 3 months ago
4de3dfa1 Update file(s) from wp-cli/.github ernilambar <e****r@u****m> 4 months ago
9e2586d1 Update file(s) from wp-cli/.github swissspidy <s****y@u****m> 4 months ago
8a1bd2c8 db export: Avoid exec() in option probe (#326) Cristi Burcă <m****l@s****t>
Committed by: GitHub <n****y@g****m>
4 months ago
36f3ce49 Regenerate README file (#325)
Co-authored-by: swissspidy <8****y@u****m>
github-actions[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
2f0523f5 Docs: Remove `--add-drop-table` from `wp db export` OPTIONS; update example (...
Co-authored-by: swissspidy <8****y@u****m>, copilot-swe-agent[bot] <1****t@u****m>
Copilot <1****t@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
7e19f233 Tests: improve Windows compatibility (#323)
Co-authored-by: Copilot <1****t@u****m>
Pascal Birchler <p****b@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
2556346c merge Merge pull request #322 from wp-cli/regenerate-readme Nilambar Sharma <e****r@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
f035d64e Regenerate README file swissspidy <8****y@u****m>
Committed by: github-actions[bot] <4****]@u****m>
5 months ago
392f5b85 Specify scope options in same format as other arguments that have a list (#321) Janw Oostendorp <w****r@j****e>
Committed by: GitHub <n****y@g****m>
5 months ago
33c4c58a Regenerate README file (#318)
Co-authored-by: swissspidy <8****y@u****m>
github-actions[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
faf63a19 Add codecov config Pascal Birchler <p****b@g****m> 5 months ago
5b21f21f Update PHP_CodeSniffer repository links Pascal Birchler <p****b@g****m> 5 months ago
bc176080 Regenerate README file (#317)
Co-authored-by: schlessera <8****a@u****m>
github-actions[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
39be7312 Update file(s) from wp-cli/.github swissspidy <s****y@u****m> 5 months ago
52d4aff0 Harden test involving sqlite db name (#316)
Co-authored-by: Copilot <1****t@u****m>, Copilot <1****t@u****m>, Copilot <1****t@u****m>
Pascal Birchler <p****b@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
358e2a0d Add SQLite compatibility to wp db commands (#299)
Co-authored-by: swissspidy <8****y@u****m>, Copilot <1****t@u****m>, copilot-swe-agent[bot] <1****t@u****m>, Pascal Birchler <p****b@g****m>
Copilot <1****t@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
089afe8e Add .gitattributes file Pascal Birchler <p****b@g****m> 6 months ago
ab1a39ac Update file(s) from wp-cli/.github swissspidy <s****y@u****m> 6 months ago
dbfe4c6f Update file(s) from wp-cli/.github swissspidy <s****y@u****m> 6 months ago
67f02b80 Update file(s) from wp-cli/.github swissspidy <s****y@u****m> 6 months ago
9f32ef9d Update file(s) from wp-cli/.github swissspidy <s****y@u****m> 6 months ago
768a1286 merge Merge pull request #314 from chubes4/fix/replace-function-false-positive Pascal Birchler <p****b@g****m>
Committed by: GitHub <n****y@g****m>
6 months ago
f96946ac Fix REPLACE() string function being misidentified as write query Chris Huber <c****s@e****m> 6 months ago
a959fd36 Fix newly reported PHPStan errors Pascal Birchler <p****b@g****m> 7 months ago
9b69699f Add schedule for code quality workflow Pascal Birchler <p****b@g****m> 7 months ago
c397ba4d merge Merge pull request #302 from wp-cli/copilot/fix-wp-db-optimize-repair Pascal Birchler <p****b@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
db5498e0 merge Merge pull request #252 from rolf-yoast/add-alignments Pascal Birchler <p****b@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
471a1104 merge Merge pull request #304 from wp-cli/regenerate-readme Pascal Birchler <p****b@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
e4cb95fe Regenerate README file - 2026-01-22 Alain Schlesser <a****r@g****m> 7 months ago
5077d19a Update file(s) from wp-cli/.github ernilambar <e****r@u****m> 7 months ago
e83917ef Revert test Pascal Birchler <p****b@g****m> 7 months ago
06ef2e4f Update test Pascal Birchler <p****b@g****m> 7 months ago
51732e81 Add test Pascal Birchler <p****b@g****m> 7 months ago
fa7f6d16 Revert accidental change Pascal Birchler <p****b@g****m> 7 months ago
e0d482c2 spellcheck fixes Pascal Birchler <p****b@g****m> 7 months ago
54c54e4e merge Merge branch 'main' into add-alignments Pascal Birchler <p****b@g****m> 7 months ago
e67dc98c merge Merge branch 'main' into add-alignments Pascal Birchler <p****b@g****m> 7 months ago
aee6570e Update file(s) from wp-cli/.github swissspidy <s****y@u****m> 7 months ago
9780f679 Remove tests Pascal Birchler <p****b@g****m> 7 months ago
1a36baba Update test Pascal Birchler <p****b@g****m> 8 months ago
73aad752 Move tests Pascal Birchler <p****b@g****m> 8 months ago
0814b9cb Add --quiet support for db check, optimize, and repair commands
Co-authored-by: swissspidy <8****y@u****m>
copilot-swe-agent[bot] <1****t@u****m> 8 months ago
237d08fe Initial plan copilot-swe-agent[bot] <1****t@u****m> 8 months ago
bfb8ece6 Update file(s) from wp-cli/.github swissspidy <s****y@u****m> 8 months ago
ae615235 Update file(s) from wp-cli/.github swissspidy <s****y@u****m> 8 months ago
8cf22722 Update file(s) from wp-cli/.github swissspidy <s****y@u****m> 8 months ago
c39048f5 Update file(s) from wp-cli/.github swissspidy <s****y@u****m> 8 months ago
3a3f0286 Update file(s) from wp-cli/.github schlessera <s****a@u****m> 9 months ago
2a36d5e6 Update file(s) from wp-cli/.github schlessera <s****a@u****m> 9 months ago
3b82084e Update file(s) from wp-cli/.github swissspidy <s****y@u****m> 9 months ago
7c7e1c8a Update file(s) from wp-cli/.github swissspidy <s****y@u****m> 9 months ago
2f7e8c36 Update file(s) from wp-cli/.github swissspidy <s****y@u****m> 9 months ago
cc2972bd Update file(s) from wp-cli/.github swissspidy <s****y@u****m> 10 months ago
abeefa5a Update file(s) from wp-cli/.github swissspidy <s****y@u****m> 11 months ago
21fec407 Update file(s) from wp-cli/.github swissspidy <s****y@u****m> 11 months ago
c5277fe0 merge Merge pull request #297 from wp-cli/fix/tests Pascal Birchler <p****b@g****m>
Committed by: GitHub <n****y@g****m>
12 months ago
63a2436b Fix `db sizes` test for WP trunk Pascal Birchler <p****b@g****m> 12 months ago
b2a51db6 merge Merge pull request #295 from wp-cli/fix-290 Pascal Birchler <p****b@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
cf0dba1a merge Merge pull request #286 from wp-cli/try/phpstan Pascal Birchler <p****b@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
4652005d Fix missing table on wb db query output Isla Waters <i****o@m****m> about 1 year ago
16e7c12b Update src/DB_Command.php
Co-authored-by: Alain Schlesser <a****r@g****m>
Pascal Birchler <p****b@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
d09bb149 Update src/DB_Command.php
Co-authored-by: Alain Schlesser <a****r@g****m>
Pascal Birchler <p****b@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
14895b3b Update PHPCS config Pascal Birchler <p****b@g****m> about 1 year ago
fac34b39 Remaining type fixes Pascal Birchler <p****b@g****m> about 1 year ago
e847909f Update dependencies Pascal Birchler <p****b@g****m> about 1 year ago
8f60a272 Update phpstan.neon.dist Pascal Birchler <p****b@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
b5df0f3d PHPStan level 9 Pascal Birchler <p****b@g****m> about 1 year ago
c821b92c merge Merge pull request #284 from wp-cli/add/bump-requirements isla w <i****o@m****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago

← Back to repository