Expand pull filters into path selections - #434
Draft
adamziel wants to merge 1 commit into
Draft
Conversation
Contributor
Pull pipeline performance —
|
| Stage | Wall time | Resume attempts | Status | Details |
|---|---|---|---|---|
playground-sqlite-db-pull |
9.72 s | 1 | ✓ | condition=db-pull in PHP.wasm runtime=php.wasm 8.3 wp_mysql_parser=enabled mode=lexer native_lexer=verified native_token_stream=WP_MySQL_Native_Token_Stream native_token_count=18 native_parser=selected |
playground-sqlite-db-apply |
3.58 s | 1 | ✓ | condition=db-apply to SQLite in PHP.wasm runtime=php.wasm 8.3 wp_mysql_parser=enabled mode=parser native_lexer=verified native_token_stream=WP_MySQL_Native_Token_Stream native_token_count=18 native_parser=verified native_ast=WP_MySQL_Native_Parser_Node sqlite_driver_parser=verified |
| Total | 13.30 s |
Numbers carry runner noise; treat single-run deltas as directional, not authoritative.
📈 Trunk performance history — commit-by-commit timeline.
adamziel
force-pushed
the
adamziel/filter-skipped-files
branch
2 times, most recently
from
July 31, 2026 00:50
c5f8335 to
1f644eb
Compare
adamziel
force-pushed
the
adamziel/files-pull-exclude
branch
from
July 31, 2026 10:24
fdc2037 to
7e4d1ec
Compare
adamziel
force-pushed
the
adamziel/filter-skipped-files
branch
from
July 31, 2026 10:27
1f644eb to
27a1daf
Compare
adamziel
force-pushed
the
adamziel/files-pull-exclude
branch
from
July 31, 2026 14:57
7e4d1ec to
04d3f6b
Compare
adamziel
force-pushed
the
adamziel/filter-skipped-files
branch
from
July 31, 2026 15:07
27a1daf to
b4281a1
Compare
adamziel
force-pushed
the
adamziel/files-pull-exclude
branch
from
July 31, 2026 15:31
04d3f6b to
5fb70aa
Compare
adamziel
force-pushed
the
adamziel/filter-skipped-files
branch
from
July 31, 2026 15:33
b4281a1 to
846efae
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
--filter=essential-filesnow expands to--exclude=:wp-uploads:, while--filter=skipped-earlierexpands to--only=:wp-uploads:.This removes the secondary skipped-file list and checkpoint.
skipped-earlierno longer requires a prior run, and completed pulls can switch filters as a new path-selected delta. The compatibility option remains accepted but is omitted from command help. On load, old skipped-list fields are discarded while the existing path-selection fingerprint remains unchanged.Stacked on #437.
Testing
(cd tests && ../vendor/bin/phpunit Import) php vendor/bin/phpstan analyze --memory-limit=1G vendor/bin/phpcs --standard=PHPCompatibility --runtime-set testVersion 7.4- -ps packages/reprint-importer/src git diff --check