summaryrefslogtreecommitdiff
path: root/test/buildtool/build_engine
AgeCommit message (Expand)Author
2024-09-17Small code improvements based on lint warningsPaul Cristian Sarbu
2024-09-13Use TestHashType in testsMaksim Denisov
2024-09-13Pass HashFunction::Type to SourceTargetMapMaksim Denisov
2024-09-13Rename Compatibility class to ProtocolTraitsMaksim Denisov
2024-08-27Reformat code to comply with clang-format 18Klaus Aehlig
2024-08-23Add test verifying that conflicts in the artifacts stage are recognizedKlaus Aehlig
2024-08-23Add a test verifying that out_dirs are normalizedKlaus Aehlig
2024-08-21tests: use newly defined test suiteKlaus Aehlig
2024-08-14expression language: add nub_leftKlaus Aehlig
2024-08-07Replace classic C boolean operators with keywordsMaksim Denisov
2024-08-05Expression language: add expression from_subdirKlaus Aehlig
2024-08-05expression test: use built-in quotingKlaus Aehlig
2024-08-01Add a test verifying that upwards outputs are rejectedKlaus Aehlig
2024-07-30ApiBundle: Use a creator method instead of constructorPaul Cristian Sarbu
2024-07-30Pass LocalContext and RemoteContext to ServeApiPaul Cristian Sarbu
2024-07-30Pass RemoteContext to ApiBundlePaul Cristian Sarbu
2024-07-30Pass LocalContext to ApiBundlePaul Cristian Sarbu
2024-07-26Add quasiquote expressionKlaus Aehlig
2024-07-26expression language: add quotingKlaus Aehlig
2024-07-22Rename HashFunction methods and enumsMaksim Denisov
2024-07-22Store HashFunction in StorageConfigMaksim Denisov
2024-07-22Use HashFunction functionality via Instance()Maksim Denisov
2024-07-19Remove the RetryConfig singletonPaul Cristian Sarbu
2024-07-19Pass RetryConfig instance to ApiBundlePaul Cristian Sarbu
2024-07-16Remove the RemoteExecutionConfig singletonPaul Cristian Sarbu
2024-07-16Pass RemoteExecutionConfig instance to ApiBundlePaul Cristian Sarbu
2024-07-16Remove the LocalExecutionConfig singletonPaul Cristian Sarbu
2024-07-16Pass LocalExecutionConfig to ApiBundlePaul Cristian Sarbu
2024-07-16Add missing RemoteExecutionConfig includesPaul Cristian Sarbu
2024-07-16test: Reduce verbosity in config methodsPaul Cristian Sarbu
2024-07-16Check compatibility in the test of source_mapMaksim Denisov
2024-07-12Use static Create functions to construct ArtifactDescriptionMaksim Denisov
2024-07-05Remove HermeticLocalTestFixtureMaksim Denisov
2024-07-05Convert Storage to a general classMaksim Denisov
2024-07-05Pass Storage to RepositoryConfigMaksim Denisov
2024-07-05Pass StorageConfig and Storage to LocalApiMaksim Denisov
2024-07-05Pass StorageConfig and Storage to ServeMaksim Denisov
2024-07-04Replace the Auth and Auth::TLS singletonsPaul Cristian Sarbu
2024-07-04Pass Auth::TLS instance to BazelApi and ServeApiPaul Cristian Sarbu
2024-06-27Capture ServeApi by pointer in AnalyseContextMaksim Denisov
2024-06-27Capture TargetCache by pointer in AnalyseContextMaksim Denisov
2024-06-27Use a raw pointer for passing optional RepositoryConfigMaksim Denisov
2024-06-25Pass ApiBundle to ServeApiMaksim Denisov
2024-06-18Create an individual instance of RemoteServeConfig in testsMaksim Denisov
2024-06-18Make ServeApi a general class, not a singletonMaksim Denisov
2024-06-18Pass ServeApi as a field of context to the analysisMaksim Denisov
2024-06-18Use an extensible structure to pass arguments to the analysis.Maksim Denisov
2024-06-04rule language: support SYMLINK functionKlaus Aehlig
2024-04-24expressions: add logical negationKlaus Aehlig
2024-04-24expressions: for "if" expressions, make both branches optionalKlaus Aehlig