aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests
AgeCommit message (Expand)Author
2026-07-20test(event-dispatcher): correct dev-mode test ignore reasonnsfisis
2026-07-20test(completion-functional): detail test_complete ignore blockersnsfisis
2026-07-20fix(event-dispatcher): un-ignore test_dispatcher_outputs_commandnsfisis
2026-07-20fix(git-downloader): un-ignore test_remove via FilesystemMock path seamnsfisis
2026-07-20test(diagnose-command): detail ignore reasons with the actual blockernsfisis
2026-07-20fix(remote-filesystem): read scheme-less local paths in get_remote_contentsnsfisis
2026-07-20test(version-guesser): un-ignore test_hg_guess_version_returns_datansfisis
2026-07-20test(zip-downloader): un-ignore test_error_messages, reason went stalensfisis
2026-07-20fix(validating-array-loader): un-ignore test_fund_command by fixing empty checknsfisis
2026-07-20fix(process-executor): un-ignore 11 tests by implementing execute_async mock ...nsfisis
2026-07-19fix(root-package-loader): un-ignore 4 tests by fixing stability-flag isset() ...nsfisis
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