summaryrefslogtreecommitdiff
path: root/test/buildtool/file_system
AgeCommit message (Expand)Author
2023-05-31test: Extend filesystem tests to git repos with symlinks...Paul Cristian Sarbu
2023-05-31test: Streamline filesystem git test repo...Paul Cristian Sarbu
2023-05-31FileRoot: Add ignore-special roots logicPaul Cristian Sarbu
2023-05-24Split off tests into a separate logical repositoryKlaus Aehlig
2023-05-09test: Do not rely on shell built-in behaviorOliver Reiche
2023-03-30test: Make GitCAS thread-safety tests more strictPaul Cristian Sarbu
2023-03-27tests: slience test-data generationKlaus Aehlig
2023-03-27MR Tests: Separate git init and branch creationOliver Reiche
2023-03-23test: Clean up target namesPaul Cristian Sarbu
2023-03-15Update gsl-lite to 0.40.0Klaus Aehlig
2023-03-15catch2: bump to version 3.3.2Alberto Sartori
2023-03-13Storage: Reworked storage and garbage collectionOliver Reiche
2023-02-17structure cleanup: move remote operations of GitRepo to other_tools...Paul Cristian Sarbu
2023-02-17tests: Add proper quoting when system calling the shellPaul Cristian Sarbu
2023-01-24GitRepo: Remove refspec argument in retrieving commit from remote...Paul Cristian Sarbu
2023-01-24GitRepo: Change FetchFromRemote to fetch based on branch namePaul Cristian Sarbu
2022-12-21FS Manager: Add CopyDirectoryImpl methodPaul Cristian Sarbu
2022-12-21Test: Add tests for git repo classPaul Cristian Sarbu
2022-12-21Git CAS: Move Git tree ops to fake repo wrapper classPaul Cristian Sarbu
2022-12-14Test: Remove git bundle dependency from file_system testsPaul Cristian Sarbu
2022-12-09rules: Refactoring and minor improvementsOliver Reiche
2022-11-21Use the newly-added concept of private-depsKlaus Aehlig
2022-10-12Add copyright and license notice to all source and header filesKlaus Aehlig
2022-08-05Modified artifact digest to provide wire digest on demandSascha Roloff
2022-08-05GitCAS: Support reading/creating trees without filesystem IOOliver Reiche
2022-08-05GitCAS: Add create tree via libgit2's treebuilderOliver Reiche
2022-08-05GitCAS: Implement reading git tree via libgit2Oliver Reiche
2022-06-13GitTree: Simplify testsOliver Reiche
2022-05-31improve file_system_manager testAlberto Sartori
2022-04-26test {Files,Directories}Iterator for an empty dirAlberto Sartori
2022-04-14add u+w permission when installing a fileAlberto Sartori
2022-04-07refactor FileRoot::DirectoryEntriesAlberto Sartori
2022-03-23Apply changes suggested by clang-format 11Oliver Reiche
2022-03-09FileSystemManager: Support set epoch time on file creationOliver Reiche
2022-03-08FileSystemManager: Implement hard link creation with permsOliver Reiche
2022-03-08FileSystemManager: Implement fd-less write to fileOliver Reiche
2022-03-08FileSystemManager: Implement fd-less file copyOliver Reiche
2022-03-08SystemCommand: Move to new module "src/buildtool/system"Oliver Reiche
2022-02-28Tests: Avoid std::tmpnam as it is considered unsafeOliver Reiche
2022-02-28Format: Apply clang-format suggestions to testsOliver Reiche
2022-02-28Test filesystem: Check exact permissionsOliver Reiche
2022-02-22Initial self-hosting commitKlaus Aehlig