Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-07 | Remove HashFunction field from LocalAC | Maksim Denisov | |
...and get it from LocalCAS. | |||
2024-08-07 | Pass to ObjectCAS an optional ExistsFunc using std::optional | Maksim Denisov | |
...since this is more readable. And adjust the LocalCAS's uplinker creator. | |||
2024-08-07 | Replace classic C boolean operators with keywords | Maksim Denisov | |
! => not; && => and, || => or | |||
2024-07-22 | Rename HashFunction methods and enums | Maksim Denisov | |
2024-07-22 | Unify tagging logic in HashFunction | Maksim Denisov | |
2024-07-22 | Convert HashFunction to a regular class | Maksim Denisov | |
2024-07-22 | Use HashFunction from CAS in Compactifier | Maksim Denisov | |
2024-07-22 | Use HashFunction from StorageConfig in fs_utils | Maksim Denisov | |
2024-07-22 | Pass HashFunction from StorageConfig to Storage | Maksim Denisov | |
2024-07-22 | Store HashFunction in StorageConfig | Maksim Denisov | |
2024-07-22 | Pass HashFunction to ArtifactDigest::Create | Maksim Denisov | |
2024-07-22 | Use HashFunction functionality via Instance() | Maksim Denisov | |
...to track changes during refactoring easier. | |||
2024-07-22 | Move ObjectCAS::CreateDigest to the private space | Maksim Denisov | |
2024-07-19 | Add garbage collection routines for repository roots | Klaus Aehlig | |
2024-07-19 | Storage config: change layout to support several storage generations | Klaus Aehlig | |
2024-07-16 | TargetCache: Use StorageConfig instance for sharding | Paul Cristian Sarbu | |
Instead of computing the shard based on the RemoteExecutionConfig singleton, use the already computed hash stored in the passed StorageConfig instance, which now needs to be set up separately if bootstrapping in order to avoid unwanted includes. Storing the backend description to CAS and corresponding audit checks now take place in main. | |||
2024-07-16 | StorageConfig: Store also the execution backend description id | Paul Cristian Sarbu | |
...such that it will be available to the TargetCache for sharing. Also, GC does not require remote execution information, so the logic for this subcommand is moved earlier in main. | |||
2024-07-16 | Create separate library for DescribeBackend | Paul Cristian Sarbu | |
2024-07-12 | Store newly spliced executables as copies. | Maksim Denisov | |
During multithreaded splicing, the main process can be forked (inheriting open file descriptors). In this case, the executable file saved using hardlinking becomes inaccessible. To prevent this, executables must be stored as copies made in a child process. | |||
2024-07-05 | Convert StorageConfig to a general class | Maksim Denisov | |
2024-07-05 | Convert Storage to a general class | Maksim Denisov | |
2024-07-05 | Call uplinking via Uplinker | Maksim Denisov | |
... instead of static calls to GarbageCollector | |||
2024-07-05 | Implement uplinking logic in a separate class. | Maksim Denisov | |
2024-07-05 | Use StorageConfig with generation for initialization of Storage's generations | Maksim Denisov | |
...instead of std::filesystem::path. StorageConfig is extended to return paths of Storage's parts. | |||
2024-07-05 | Pass Storage and StorageConfig to StorageUtils by reference | Maksim Denisov | |
2024-07-05 | Pass StorageConfig to GarbageCollection | Maksim Denisov | |
2024-07-05 | Pass StorageConfig to GarbageCollector::SharedLock | Maksim Denisov | |
2024-07-05 | Use StorageConfig functionality via Instance() | Maksim Denisov | |
...to track changes during refactoring easier. | |||
2024-07-05 | Move functionality from StorageConfig to related classes. | Maksim Denisov | |
2024-07-05 | Remove ConfigData from StorageConfig | Maksim Denisov | |
...since it is an extra class that overcomplicates the config class. | |||
2024-07-05 | Use a separate constructor for sharded TargetCache | Maksim Denisov | |
2024-07-01 | Reorder compatibility commands in Compactification | Maksim Denisov | |
2024-07-01 | Ensure unique paths are used in compactification | Maksim Denisov | |
2024-06-28 | Use (un)expected for CAS access | Oliver Reiche | |
2024-06-11 | Move creation of TargetCacheKey description to TargetCache | Maksim Denisov | |
...to use corresponding Storage for storing auxiliary information. | |||
2024-05-27 | Fix headers in local_cas and bazel_network. | Maksim Denisov | |
2024-05-27 | Use common interface for stream dumping | Maksim Denisov | |
...in LocalApi and BazelApi. | |||
2024-05-27 | Use common interface for reading tree entries and leafs | Maksim Denisov | |
...in LocalApi and BazelApi. | |||
2024-05-02 | Use a named constant length for FileStorage directory names | Maksim Denisov | |
2024-04-30 | Compactification: Split files concurrently. | Maksim Denisov | |
2024-04-30 | Compactification: Remove spliced files concurrently. | Maksim Denisov | |
2024-04-30 | Compactification: Remove invalid files concurrently. | Maksim Denisov | |
2024-04-30 | Compactification: Implement a generic concurrent logic. | Maksim Denisov | |
2024-04-22 | Compactification: Remove invalid entries from the storage. | Maksim Denisov | |
During compactification, invalid entries must be deleted. | |||
2024-04-17 | Compactification: Split large entries. | Maksim Denisov | |
During garbage collection split and remove from the storage every entry that is larger than a threshold. | |||
2024-04-17 | Compactification: Remove spliced entries. | Maksim Denisov | |
During garbage collection remove from the storage every entry that has the large entry. | |||
2024-04-17 | Compactification: Obtain generation cache directories for compatibility modes. | Maksim Denisov | |
2024-04-17 | Compactification: Obtain storage roots from LocalCAS. | Maksim Denisov | |
2024-04-15 | LargeBlobs: Skip splicing of dependent objects during uplinking of AC, TC ↵ | Maksim Denisov | |
and trees. | |||
2024-04-15 | LargeBlobs: Make LocalCAS::BlobPathNoSync public to fix synchronization of ↵ | Maksim Denisov | |
executable files during splitting. |