index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe
/
src
Age
Commit message (
Expand
)
Author
2026-07-02
chore(lint): ban std::io::Read/Write, Any, Command use imports
nsfisis
2026-07-02
fix(platform-repository): wire ensure_initialized into RepositoryInterface
nsfisis
2026-07-01
test(application): port two doRun script-command tests
nsfisis
2026-07-01
feat(php-rpc): query real PHP version and binary for --version
nsfisis
2026-06-30
refactor(git): replace is_callable with RunCommandOutput trait
nsfisis
2026-06-29
feat(repository): instantiate vcs, artifact, path repositories by class
nsfisis
2026-06-29
feat(vcs): clone io handle in ForgejoDriver git/OAuth setup
nsfisis
2026-06-29
feat(console): implement StringInput stringification in global proxy
nsfisis
2026-06-29
feat(require): update locker hash with stability flags rewriter
nsfisis
2026-06-29
feat(audit): implement get_packages non-locked branch
nsfisis
2026-06-29
feat(package): implement RootAliasPackage root getters via owned returns
nsfisis
2026-06-29
fix(json): use php_truthy for JsonManipulator content validity guards
nsfisis
2026-06-29
fix(advisory): pass IO as shared handle to Auditor::audit
nsfisis
2026-06-29
refactor(json): replace seld/jsonlint with serde_json
nsfisis
2026-06-29
chore(lint): ban bare `use anyhow::Result` and fully qualify it
nsfisis
2026-06-28
fix(repository): flatten InstalledRepository and unwrap filter repos in show
nsfisis
2026-06-28
fix(installer): execute install/update/uninstall ops in execute_batch
nsfisis
2026-06-28
test(installer): port InstallerTest unit and integration harness
nsfisis
2026-06-28
fix(http): avoid nested tokio runtime panic in download path
nsfisis
2026-06-28
fix(util): restore PHP delimiters in ported regex patterns
nsfisis
2026-06-28
refactor: add linter
nsfisis
2026-06-28
feat(package): impl alias getter delegation via owned String returns
nsfisis
2026-06-28
feat(repository): impl RepositoryInterface for Artifact/Path/Vcs repos
nsfisis
2026-06-28
test(console): port DocumentationTest::testCommand
nsfisis
2026-06-27
feat(installer): register default installers after Composer Rc is built
nsfisis
2026-06-27
feat(command/update): port UpdateCommand input definition
nsfisis
2026-06-27
refactor(http): present reqwest instead of faking curl_version
nsfisis
2026-06-27
fix(json): encode empty stdClass fields as {} not []
nsfisis
2026-06-27
fix(autoload): correct generated autoloader blank lines
nsfisis
2026-06-27
test: port Composer tests unblocked by mockall, add seams
nsfisis
2026-06-27
fix(command/show): match PHP null/isset semantics in package output
nsfisis
2026-06-27
fix(json): include property name in required-property errors
nsfisis
2026-06-27
refactor(composer): hold managers behind *Interface traits
nsfisis
2026-06-27
refactor(main): minor refactoring
nsfisis
2026-06-27
fix(package-repository): load entries with default CompletePackage class
nsfisis
2026-06-27
fix(filesystem-repository): avoid RefCell double borrow on installed.php
nsfisis
2026-06-27
fix(locker): build InstalledRepository with locked and root repos
nsfisis
2026-06-27
feat(php-shim): drop shutdown function shim, defer OOM message to PHP
nsfisis
2026-06-27
refactor(command): replace composer_full_mut with shared composer_full
nsfisis
2026-06-27
fix(validate-command): release Composer borrow before dispatching CommandEvent
nsfisis
2026-06-27
refactor: fix compiler warnings and clippy warnings
nsfisis
2026-06-26
test(cli): force --no-interaction so init does not hang under a TTY
nsfisis
2026-06-26
feat(show-command): port the real configure() input definition
nsfisis
2026-06-26
fix(remove-command,pool-builder): drop Composer re-entrancy and PRE_POOL_CREA...
nsfisis
2026-06-26
fix(check-platform-reqs-command): add PlatformRepository to existing composite
nsfisis
2026-06-26
test(cli): un-ignore archive/browse/clear-cache/init smoke tests
nsfisis
2026-06-26
refactor(symfony-table): model rows/cells with enums instead of PhpMixed
nsfisis
2026-06-26
fix(dump-autoload-command): borrow Composer immutably in execute
nsfisis
2026-06-26
fix(repository-command,config): delimited Preg pattern and list-form repos
nsfisis
2026-06-26
feat(dependency-resolver): wire operation get_package and unblock solver tests
nsfisis
[next]