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
/
command
Age
Commit message (
Expand
)
Author
2026-07-20
fix(update-command): un-ignore test_interactive_tmp via assoc select choices
nsfisis
2026-07-20
fix(run-script-command): pass script choices as assoc array in interact
nsfisis
2026-07-20
fix(io): widen IOInterface::select choices to PhpMixed for assoc arrays
nsfisis
2026-07-19
fix(show-command): un-ignore 10 tests by fixing show-warnings typing and repo...
nsfisis
2026-07-19
fix(search-command): un-ignore test_search by fixing JSON output and abandone...
nsfisis
2026-07-19
fix(update-command): un-ignore test_update by fixing 3 real bugs
nsfisis
2026-07-19
fix(check-platform-reqs): restore raw Link column in text table
nsfisis
2026-07-18
refactor(downloader): take &self across the downloader hierarchy
nsfisis
2026-07-18
perf(regex): eliminate per-call clone overhead in preg_* dispatch
nsfisis
2026-07-18
fix(require-command): avoid unsupported regex lookahead in dev-branch check
nsfisis
2026-07-16
fix(proxy-manager): correct singleton lifecycle and simplify to a plain Mutex
nsfisis
2026-07-11
chore: use fully-qualified name for Rc/RefCell
nsfisis
2026-07-07
chore: fix stale comment
nsfisis
2026-07-06
fix(base-config-command): run BaseCommand::initialize before config setup
nsfisis
2026-07-05
feat(run-script-command): resolve script command descriptions via find()
nsfisis
2026-07-05
feat(exec-command): restore working directory via getInitialWorkingDirectory
nsfisis
2026-07-05
feat(global-command): wire resetComposer and Application::run proxying
nsfisis
2026-07-05
feat(init-command): wire update/dump-autoload sub-command dispatch
nsfisis
2026-07-05
fix(base-command): honour Application plugin/script disable defaults
nsfisis
2026-07-05
feat(reinstall-command): wire InstallationManager::execute and AutoloadGenera...
nsfisis
2026-07-04
fix(search-command): use as_list() to read variadic tokens argument
nsfisis
2026-07-04
fix(create-project-command): split chained config.borrow_mut() calls
nsfisis
2026-07-04
fix(pcre): restore missing regex delimiters in ported patterns
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
fix(advisory): pass IO as shared handle to Auditor::audit
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
test(installer): port InstallerTest unit and integration harness
nsfisis
2026-06-28
refactor: add linter
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
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
refactor(composer): hold managers behind *Interface traits
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
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
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
test: port 32 command/repository/downloader tests
nsfisis
2026-06-26
test: port 24 command/repository/package/util tests; add TlsHelper
nsfisis
2026-06-25
feat(php-shim): model $_ENV/$_SERVER as OsString snapshots
nsfisis
2026-06-24
refactor(process): take cwd as Option<&str> instead of IntoExecCwd
nsfisis
[next]