aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/repository
AgeCommit message (Expand)Author
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
2026-06-28feat(repository): impl RepositoryInterface for Artifact/Path/Vcs reposnsfisis
2026-06-27test: port Composer tests unblocked by mockall, add seamsnsfisis
2026-06-27refactor(composer): hold managers behind *Interface traitsnsfisis
2026-06-27fix(package-repository): load entries with default CompletePackage classnsfisis
2026-06-27fix(filesystem-repository): avoid RefCell double borrow on installed.phpnsfisis
2026-06-27refactor: fix compiler warnings and clippy warningsnsfisis
2026-06-26test: port 32 command/repository/downloader testsnsfisis
2026-06-26test: port 24 command/repository/package/util tests; add TlsHelpernsfisis
2026-06-26feat(http): reimplement CurlDownloader on reqwest; port 15 more testsnsfisis
2026-06-26test: port 59 autoload/vcs/installer/util/command tests; fix output capturensfisis
2026-06-26test: port 70 perforce/repository/downloader/installer/dispatcher testsnsfisis
2026-06-26test: port 44 vcs/downloader/version tests using mock infransfisis
2026-06-25feat(repository): wire PackageRepository's inherited methods to lazy initializensfisis
2026-06-24feat(process): wire execute output handling to a callback modelnsfisis
2026-06-24refactor(process): take cwd as Option<&str> instead of IntoExecCwdnsfisis
2026-06-24chore: unwrap meaningless PhpMixed::String()nsfisis
2026-06-24refactor(semver): re-export shirabe-semver at crate root, drop composer::semv...nsfisis
2026-06-24refactor(crates): split metadata-minifier and spdx-licenses into own cratesnsfisis
2026-06-24test: port more unimplemented testsnsfisis
2026-06-22test: port previously-ignored Composer tests via __ test hatchesnsfisis
2026-06-22feat(json): resolve bundled Composer schema files via build.rsnsfisis
2026-06-21refactor(math): use method-style max/min/clamp over std::cmpnsfisis
2026-06-20feat(symfony-process): port full Process class from PHPnsfisis
2026-06-20refactor(php-shim): drop Box wrapping from PhpMixed List/Arraynsfisis
2026-06-20refactor(clippy): resolve idiomatic lint warningsnsfisis
2026-06-20refactor(repository): remove unused functionnsfisis
2026-06-20feat(hg): implement Hg::new constructornsfisis
2026-06-20feat: resolve trivial todo!() placeholdersnsfisis
2026-06-20refactor: auto-fix clippy warningsnsfisis
2026-06-20feat(php-shim): implement count()nsfisis
2026-06-14refactor: fix warningsnsfisis
2026-06-14refactor(pcre): drop Result from Preg method return typesnsfisis
2026-06-14refactor(pcre): drop strict-groups Preg variantsnsfisis
2026-06-12refactor(php-shim): replace literal sprintf calls with format!nsfisis
2026-06-11feat(console): resolve phase-b TODOs in doRun and IO wiringnsfisis
2026-06-10feat(repository): resolve repository phase-b TODOsnsfisis
2026-06-10feat(phase-c): resolve cross-module phase-b TODOsnsfisis
2026-06-10feat(phase-c): resolve exception-handling phase-b TODOsnsfisis
2026-06-09feat(event-dispatcher): unify event dispatch via EventInterface traitnsfisis
2026-06-09feat(datetime): resolve datetime TODOsnsfisis
2026-06-08feat(phase-c): resolve PHP-array-semantics phase-b TODOsnsfisis
2026-06-08feat(phase-c): resolve PhpMixed-conversion phase-b TODOsnsfisis
2026-06-08feat(phase-c): resolve reflection/downcast phase-b TODOsnsfisis
2026-06-07feat(phase-c): resolve owned-argument phase-b TODOsnsfisis
2026-06-07refactor(phase-c): resolve shared-ownership TODOs via handle/Rc clonesnsfisis