aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/repository
AgeCommit message (Expand)Author
2026-08-06fix(platform-repository): report the icu and imagick librariesnsfisis
2026-08-06fix(repository-manager): fail explicitly on an unknown repository classnsfisis
2026-08-06refactor: replace literal-list in_array_strict with matches!nsfisis
2026-08-06refactor(php-shim): split in_array into strict and loose variantsnsfisis
2026-08-06chore: drop @param/@return tags that only restate Rust typesnsfisis
2026-08-06refactor(php-shim): take filesystem paths as impl AsRef<Path>nsfisis
2026-08-05feat(plugin): discover and list plugin-provided commandsnsfisis
2026-08-04docs: state code facts instead of porting-phase progressnsfisis
2026-08-04fix(plugin): resolve review findings in the plugin activation flownsfisis
2026-08-04feat(plugin): activate plugins through the PHP RPC workernsfisis
2026-08-03docs(plugin): record dispositions of plugin-boundary open questionsnsfisis
2026-08-02fix(repository): resolve remaining late-binding hazards from the auditnsfisis
2026-08-02fix(repository): restore late-bound initialize in ComposerRepository fallthro...nsfisis
2026-08-02fix(repository): restore late-bound initialize in FilesystemRepository add/re...nsfisis
2026-08-02fix(json): propagate JsonFile::encode errors instead of unwrappingnsfisis
2026-08-02chore(todo): consolidate TODO comments into the five fixed marker tagsnsfisis
2026-08-02refactor(php-shim): introduce PhpClass for reporting PHP class namesnsfisis
2026-08-02fix(repository): run lazy initialization in count/has_packagensfisis
2026-07-25perf(advisory): share AnySecurityAdvisory via Rcnsfisis
2026-07-25refactor: replace redundant clones with movesnsfisis
2026-07-25feat(tracing): init tracing subscriber from $SHIRABE_TRACINGnsfisis
2026-07-25chore: remove unused importsnsfisis
2026-07-24fix(composer-repository): initialize wrapper before delegating loadPackagesnsfisis
2026-07-24refactor(filesystem-repository): drop eval() shim, defer installed.php reload...nsfisis
2026-07-20perf(composer-repository): avoid redundant clones when checking security advi...nsfisis
2026-07-20perf(composer-repository): avoid redundant clones when loading async package ...nsfisis
2026-07-20fix(php-shim): use PhpMixed::to_bool() for PHP truthy castsnsfisis
2026-07-20fix(github-driver): defer get_branches until tags search missesnsfisis
2026-07-19fix(search-command): un-ignore test_search by fixing JSON output and abandone...nsfisis
2026-07-18perf(installation-manager): run executeBatch operation chains concurrentlynsfisis
2026-07-18perf(regex): eliminate per-call clone overhead in preg_* dispatchnsfisis
2026-07-18fix(composer-repository): match List for security-advisories fieldnsfisis
2026-07-17perf(sync-executor): drive HTTP fetches through one real top-level runtimensfisis
2026-07-17refactor(composer-repository): fan out async metadata downloads concurrentlynsfisis
2026-07-11chore: use fully-qualified name for Rc/RefCellnsfisis
2026-07-05feat(validating-array-loader): implement LoaderInterfacensfisis
2026-07-05fix(git-bitbucket-driver): match PHP exception/fallibility semantics for fall...nsfisis
2026-07-05fix(composer-repository): use create_packages for lazy metadata-url packagesnsfisis
2026-07-04fix(platform-repository): avoid infinite recursion in addOverriddenPackagensfisis
2026-07-04fix(pcre): restore missing regex delimiters in ported patternsnsfisis
2026-07-02chore(lint): ban std::io::Read/Write, Any, Command use importsnsfisis
2026-07-02fix(platform-repository): wire ensure_initialized into RepositoryInterfacensfisis
2026-06-30refactor(git): replace is_callable with RunCommandOutput traitnsfisis
2026-06-29feat(repository): instantiate vcs, artifact, path repositories by classnsfisis
2026-06-29feat(vcs): clone io handle in ForgejoDriver git/OAuth setupnsfisis
2026-06-29chore(lint): ban bare `use anyhow::Result` and fully qualify itnsfisis
2026-06-28fix(repository): flatten InstalledRepository and unwrap filter repos in shownsfisis
2026-06-28test(installer): port InstallerTest unit and integration harnessnsfisis
2026-06-28fix(http): avoid nested tokio runtime panic in download pathnsfisis
2026-06-28refactor: add linternsfisis