| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/covermerger: read gcs files sequentially | Taras Madan | 2025-04-04 | 1 | -42/+70 |
| | | | | | | | | Quarter long aggregation means thousands of gzip files. Opening all the files in parallel we struggle from: 1. Memory overhead. 2. GCS API errors. It can't read Attrs for 1500+ files. | ||||
| * | pkg/gcs: simplify interface, remove proxy type | Taras Madan | 2025-04-02 | 1 | -5/+1 |
| | | |||||
| * | pkg/gcs: define Client interface | Taras Madan | 2025-03-25 | 1 | -1/+1 |
| | | | | | | | Some functions are not the struct members now. Some functions deleted. Client mock generated. | ||||
| * | pkg/covermerger: group by func_name | Taras Madan | 2025-01-29 | 1 | -1/+1 |
| | | | | | It fixes the query error. | ||||
| * | pkg/covermerger: read function names from raw data | Taras Madan | 2025-01-29 | 1 | -1/+1 |
| | | |||||
| * | pkg/covermerger: aggregate data per-manager | Taras Madan | 2024-12-12 | 1 | -3/+3 |
| | | | | | It enables us to see the manager unique coverage. | ||||
| * | pkg/validator: target value is not empty by default | Taras Madan | 2024-09-30 | 1 | -1/+1 |
| | | | | | | | The consistency make the code more predictable. We want all the values to be non-empty. If "empty" is an option - use validator.AnyOk(validator.EmptyStr(target), otherCheck(target)). | ||||
| * | pkg/validator: initial code | Taras Madan | 2024-08-22 | 1 | -9/+7 |
| | | |||||
| * | pkg/covermerger: allow to use namespaces with dash | Taras Madan | 2024-08-21 | 1 | -1/+1 |
| | | | | | | Current statement doesn't work for table names like "something-71". The namespace was backticked here before the code migration to golang. | ||||
| * | tools/syz-cover: filter by source commit | Taras Madan | 2024-08-16 | 1 | -3/+7 |
| | | |||||
| * | all: fix EnableStorageReadClient errors processing | Taras Madan | 2024-08-14 | 1 | -1/+3 |
| | | |||||
| * | tools/syz-bq.sh: rewrite logic in golang | Taras Madan | 2024-08-13 | 1 | -0/+124 |
