aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests
AgeCommit message (Expand)Author
2026-07-19fix(show-command): un-ignore 10 tests by fixing show-warnings typing and repo...nsfisis
2026-07-19fix(search-command): un-ignore test_search by fixing JSON output and abandone...nsfisis
2026-07-19fix(alias-package): stop delegating own-state accessors to aliasOfnsfisis
2026-07-19test(gitlab-driver): un-ignore test_get_paginated_refsnsfisis
2026-07-19feat(spdx-licenses): implement is_valid_license_string SPDX expression parsernsfisis
2026-07-19fix(update-command): un-ignore test_update by fixing 3 real bugsnsfisis
2026-07-19fix(test-harness): set COMPOSER_TESTS_ARE_RUNNING so interactive tests actual...nsfisis
2026-07-19fix(check-platform-reqs): restore raw Link column in text tablensfisis
2026-07-18chore: rustfmtnsfisis
2026-07-18perf(installation-manager): run executeBatch operation chains concurrentlynsfisis
2026-07-18perf(installation-manager): fan out package downloads via Loop::waitnsfisis
2026-07-18refactor(downloader): take &self across the downloader hierarchynsfisis
2026-07-18perf(regex): eliminate per-call clone overhead in preg_* dispatchnsfisis
2026-07-18fix(require-command): avoid unsupported regex lookahead in dev-branch checknsfisis
2026-07-17refactor(tests-async): unify duplicated tokio runtime bridgesnsfisis
2026-07-17refactor(http-downloader): drop the job table for a &self Semaphore corensfisis
2026-07-16refactor(remote-filesystem): return headers from copy/get_contentsnsfisis
2026-07-16fix(proxy-manager): correct singleton lifecycle and simplify to a plain Mutexnsfisis
2026-07-16refactor(locker-test): reuse test_case's installation_manager helpernsfisis
2026-07-16test(plugin): port capability-query tests, record remaining TODO(phase-d) rea...nsfisis
2026-07-16test: update TODO reason for unported test casesnsfisis
2026-07-16test(downloader): record TODO(phase-d) reasons and port two git-downloader testsnsfisis
2026-07-16test(util): port remaining todo!() tests in util test suitensfisis
2026-07-11chore: use fully-qualified name for Rc/RefCellnsfisis
2026-07-05feat(global-command): wire resetComposer and Application::run proxyingnsfisis
2026-07-05feat(validating-array-loader): implement LoaderInterfacensfisis
2026-07-05feat(remote-filesystem): support file:// URLs in get_remote_contentsnsfisis
2026-07-04fix(event-dispatcher): avoid reentrant RefCell panicsnsfisis
2026-07-04fix(pcre): restore missing regex delimiters in ported patternsnsfisis
2026-07-04test: ignore broken testsnsfisis
2026-07-02chore(lint): ban std::io::Read/Write, Any, Command use importsnsfisis
2026-07-01test(repository-manager): port testFilterRepoWrappingnsfisis
2026-07-01test(application): port two doRun script-command testsnsfisis
2026-07-01test(archive-manager): port testArchiveTar and testArchiveCustomFileNamensfisis
2026-07-01test(downloader): port ZipDownloader testErrorMessagesnsfisis
2026-07-01test(remote-filesystem): port get_contents, copy, bitbucket downloadnsfisis
2026-07-01test(autoload): port 5 AutoloadGenerator testsnsfisis
2026-06-30refactor(git): replace is_callable with RunCommandOutput traitnsfisis
2026-06-29feat(audit): implement get_packages non-locked branchnsfisis
2026-06-29feat(package): implement RootAliasPackage root getters via owned returnsnsfisis
2026-06-29fix(advisory): pass IO as shared handle to Auditor::auditnsfisis
2026-06-29refactor(json): replace seld/jsonlint with serde_jsonnsfisis
2026-06-28test(show): clarify ignore reason for empty platform sectionnsfisis
2026-06-28fix(repository): flatten InstalledRepository and unwrap filter repos in shownsfisis
2026-06-28fix(installer): execute install/update/uninstall ops in execute_batchnsfisis
2026-06-28test(installer): port InstallerTest unit and integration harnessnsfisis
2026-06-28test(functional): port AllFunctionalTest integration harnessnsfisis
2026-06-28refactor: add linternsfisis
2026-06-28test(json): drop JsonFormatterTest stubnsfisis
2026-06-28test(downloader): cfg-gate XzDownloaderTest skip on Windows/32bitnsfisis