index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe
/
tests
/
installer
Age
Commit message (
Expand
)
Author
2026-08-06
feat(plugin): run plugin-provided installers through the RPC worker
nsfisis
2026-08-04
feat(plugin): activate plugins through the PHP RPC worker
nsfisis
2026-08-02
fix(repository): run lazy initialization in count/has_package
nsfisis
2026-07-25
refactor: replace redundant clones with moves
nsfisis
2026-07-20
fix(installation-manager): un-ignore test_add_remove_installer
nsfisis
2026-07-20
test(installation-manager): detail test_execute ignore reason
nsfisis
2026-07-19
fix(test-harness): set COMPOSER_TESTS_ARE_RUNNING so interactive tests actual...
nsfisis
2026-07-18
chore: rustfmt
nsfisis
2026-07-18
perf(installation-manager): run executeBatch operation chains concurrently
nsfisis
2026-07-18
perf(installation-manager): fan out package downloads via Loop::wait
nsfisis
2026-07-17
refactor(tests-async): unify duplicated tokio runtime bridges
nsfisis
2026-07-16
test: update TODO reason for unported test cases
nsfisis
2026-07-11
chore: use fully-qualified name for Rc/RefCell
nsfisis
2026-06-28
refactor: add linter
nsfisis
2026-06-28
test(tests): use mockall for hand-written interface mocks
nsfisis
2026-06-27
feat(installer): register default installers after Composer Rc is built
nsfisis
2026-06-27
test: port Composer tests unblocked by mockall, add seams
nsfisis
2026-06-27
refactor: fix compiler warnings and clippy warnings
nsfisis
2026-06-26
test: recover binary_installer full-compat port; implement posix_getpwuid
nsfisis
2026-06-26
feat(http): reimplement CurlDownloader on reqwest; port 15 more tests
nsfisis
2026-06-26
test: port 59 autoload/vcs/installer/util/command tests; fix output capture
nsfisis
2026-06-26
test: port 35 auth/installer/io/zip/bitbucket tests; implement date_create
nsfisis
2026-06-26
test: port 70 perforce/repository/downloader/installer/dispatcher tests
nsfisis
2026-06-24
test: port more unimplemented tests
nsfisis
2026-06-22
test: un-ignore tests that now pass
nsfisis
2026-06-22
test: port more test cases
nsfisis
2026-06-22
test(php-shim): un-ignore tests now unblocked by implemented shims
nsfisis
2026-06-21
test(tests): expand stub macros into plain test functions
nsfisis
2026-06-21
test(tests): port setUp/tearDown as set_up/tear_down with TearDown
nsfisis
2026-06-21
test: port downloader/installer/io/json/event-dispatcher/functional stubs
nsfisis
2026-06-21
test: port ArtifactRepositoryTest and BinaryInstallerTest as stubs
nsfisis
2026-06-21
test: port MetapackageInstallerTest and SelfUpdate/Status/Home command stubs
nsfisis
2026-06-21
test(installer): port InstallerEventTest
nsfisis
2026-06-21
test: add empty test files
nsfisis