aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2026-04-26Backfill tests for indexing command dispatchBozhidar Batsov
2026-04-26Add tests for the indexing fast-path helpersBozhidar Batsov
2026-04-26Add tests for hybrid `+' keep batchingBozhidar Batsov
2026-04-26Add tests for hybrid indexingBozhidar Batsov
2026-04-26Add projectile-discard-root-cache command (#1936)Bozhidar Batsov
2026-04-26Add tests for previously untested root-detection pathsBozhidar Batsov
2026-04-26Memoize per-function nil results in the root cache (#1836)Bozhidar Batsov
2026-04-26Skip cache for projectile-root-local (#1211)Bozhidar Batsov
2026-04-26Use cons cells as projectile-project-root-cache keysBozhidar Batsov
2026-04-25Include dirconfig path in the parse-cache hit checkBozhidar Batsov
2026-04-25Fire the + glob keep warning once per projectBozhidar Batsov
2026-04-25Soft-deprecate prefix-less dirconfig entriesdirconfig-refactorBozhidar Batsov
2026-04-25Split the dirconfig parser into a pure line classifierBozhidar Batsov
2026-04-25Return a projectile-dirconfig struct from the parserBozhidar Batsov
2026-04-25Warn when a + keep entry contains glob metacharactersdirconfig-improvementsBozhidar Batsov
2026-04-25Add real-file integration tests for the dirconfig parserBozhidar Batsov
2026-04-25Warn when alien indexing bypasses a populated .projectileBozhidar Batsov
2026-04-25Add tests for the dirconfig cacheBozhidar Batsov
2026-04-25Skip leading whitespace in dirconfig prefix dispatchBozhidar Batsov
2026-03-10test: add mercurial switch-project root regressionkovan
2026-03-04Add tests for round 4 codebase fixesBozhidar Batsov
2026-03-04Don't execute empty string as shell command for non-git sub-projectsBozhidar Batsov
2026-02-28Add tests for round 3 codebase fixesBozhidar Batsov
2026-02-28Add tests for round 2 codebase fixesBozhidar Batsov
2026-02-28Add tests for fixed/improved functionsBozhidar Batsov
2026-02-16Support slnx files for dotnet-sln project types (#1971)Bozhidar Batsov
2026-02-14Replace cl-lib sequence functions with seq.el equivalentsBozhidar Batsov
2026-02-14Fix projectile-root-top-down to search top-down, not bottom-up (#1729)Bozhidar Batsov
2026-02-14Include intermediate directories in projectile-find-dir (#1596)Bozhidar Batsov
2026-02-13Minor cleanup of the #1897 fixBozhidar Batsov
2026-02-13Filter deleted-but-unstaged files from git ls-files output (#1897)Bozhidar Batsov
2026-02-13Skip unreadable directories in projectile-index-directory (#1873)Bozhidar Batsov
2026-02-13Strip "./" prefix from fd output in projectile-files-via-ext-commandBozhidar Batsov
2026-02-13Prevent directories from matching file-type project root markersBozhidar Batsov
2026-01-09Add projectile-cache-file to projectile-globally-ignored-files default (#1966)take
2026-01-09Bump the copyright yearsBozhidar Batsov
2026-01-07[Fix #1962] Fix finding other file when candidate is a root fileTroy Figiel
2025-02-03Make the cache transient by defaultBozhidar Batsov
2025-01-31Speed-up load time by moving known projects initializationBozhidar Batsov
2025-01-30Fix broken tests, take 2Bozhidar Batsov
2025-01-30Fix a couple of broken testsBozhidar Batsov
2025-01-11Bump the copyright yearsBozhidar Batsov
2024-11-02Add Zig project discovery (#1918)stephan-cr
2024-11-01Fix dotnet sln project typeDamien Cassou
2024-10-22Revert "Add #'projectile-track-known-projects-find-file-hook to 'buffer-list-...Mark Stuart
2024-08-24Add #'projectile-track-known-projects-find-file-hook to 'buffer-list-update-hookJules Tamagnan
2024-08-14Fix tests to not modify top level .dir-locals.el fileJules Tamagnan
2024-02-11Bump the copyright yearsBozhidar Batsov
2024-01-23Add new custom variable 'projectile-cmd-hist-ignoredups'Laurence Warne
2023-03-16Detect Julia projects (#1833)Eric Berquist