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
/
repository
Age
Commit message (
Expand
)
Author
2026-08-05
feat(plugin): discover and list plugin-provided commands
nsfisis
2026-08-04
docs: state code facts instead of porting-phase progress
nsfisis
2026-08-04
fix(plugin): resolve review findings in the plugin activation flow
nsfisis
2026-08-04
feat(plugin): activate plugins through the PHP RPC worker
nsfisis
2026-08-03
docs(plugin): record dispositions of plugin-boundary open questions
nsfisis
2026-08-02
fix(repository): resolve remaining late-binding hazards from the audit
nsfisis
2026-08-02
fix(repository): restore late-bound initialize in ComposerRepository fallthro...
nsfisis
2026-08-02
fix(repository): restore late-bound initialize in FilesystemRepository add/re...
nsfisis
2026-08-02
fix(json): propagate JsonFile::encode errors instead of unwrapping
nsfisis
2026-08-02
chore(todo): consolidate TODO comments into the five fixed marker tags
nsfisis
2026-08-02
refactor(php-shim): introduce PhpClass for reporting PHP class names
nsfisis
2026-08-02
fix(repository): run lazy initialization in count/has_package
nsfisis
2026-07-25
perf(advisory): share AnySecurityAdvisory via Rc
nsfisis
2026-07-25
refactor: replace redundant clones with moves
nsfisis
2026-07-25
feat(tracing): init tracing subscriber from $SHIRABE_TRACING
nsfisis
2026-07-25
chore: remove unused imports
nsfisis
2026-07-24
fix(composer-repository): initialize wrapper before delegating loadPackages
nsfisis
2026-07-24
refactor(filesystem-repository): drop eval() shim, defer installed.php reload...
nsfisis
2026-07-20
perf(composer-repository): avoid redundant clones when checking security advi...
nsfisis
2026-07-20
perf(composer-repository): avoid redundant clones when loading async package ...
nsfisis
2026-07-20
fix(php-shim): use PhpMixed::to_bool() for PHP truthy casts
nsfisis
2026-07-20
fix(github-driver): defer get_branches until tags search misses
nsfisis
2026-07-19
fix(search-command): un-ignore test_search by fixing JSON output and abandone...
nsfisis
2026-07-18
perf(installation-manager): run executeBatch operation chains concurrently
nsfisis
2026-07-18
perf(regex): eliminate per-call clone overhead in preg_* dispatch
nsfisis
2026-07-18
fix(composer-repository): match List for security-advisories field
nsfisis
2026-07-17
perf(sync-executor): drive HTTP fetches through one real top-level runtime
nsfisis
2026-07-17
refactor(composer-repository): fan out async metadata downloads concurrently
nsfisis
2026-07-11
chore: use fully-qualified name for Rc/RefCell
nsfisis
2026-07-05
feat(validating-array-loader): implement LoaderInterface
nsfisis
2026-07-05
fix(git-bitbucket-driver): match PHP exception/fallibility semantics for fall...
nsfisis
2026-07-05
fix(composer-repository): use create_packages for lazy metadata-url packages
nsfisis
2026-07-04
fix(platform-repository): avoid infinite recursion in addOverriddenPackage
nsfisis
2026-07-04
fix(pcre): restore missing regex delimiters in ported patterns
nsfisis
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-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
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
fix(http): avoid nested tokio runtime panic in download path
nsfisis
2026-06-28
refactor: add linter
nsfisis
2026-06-28
feat(repository): impl RepositoryInterface for Artifact/Path/Vcs repos
nsfisis
2026-06-27
test: port Composer tests unblocked by mockall, add seams
nsfisis
2026-06-27
refactor(composer): hold managers behind *Interface traits
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
refactor: fix compiler warnings and clippy warnings
nsfisis
[next]