aboutsummaryrefslogtreecommitdiff
path: root/src/zen/cmds/builds_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* refactor builds cmd part3 (#573)Dan Engelbrecht2025-10-141-482/+29
* refactor builds cmd part2 (#572)Dan Engelbrecht2025-10-141-2668/+293
* refactor builds cmd (#566)Dan Engelbrecht2025-10-131-4446/+152
* block reference couting copy support windows (#564)Dan Engelbrecht2025-10-111-35/+207
* executable/version/pid log at command startup cleaned up (#557)Dan Engelbrecht2025-10-061-18/+8
* changed std::vector<bool> to std::vector<uint8_t> to avoid threading issues (...Stefan Boberg2025-10-061-6/+7
* added Hidden option to oidctoken creation with oidc token exe (#556)Dan Engelbrecht2025-10-061-2/+7
* remove zenutil dependency in zenremotestore (#547)Dan Engelbrecht2025-10-031-10/+10
* move chunking code to zenremotestore lib (#545)Dan Engelbrecht2025-10-031-4/+4
* move zenutil builds code to zenremotestore (#543)Dan Engelbrecht2025-10-031-3/+3
* fix bounds check when finalizing build state (#533)Dan Engelbrecht2025-09-301-1/+2
* parsing of `zen builds` `--log-progress` option fixed (#530)Dan Engelbrecht2025-09-291-9/+13
* builds multi wildcard (#524)Dan Engelbrecht2025-09-291-50/+83
* remove spurious cpr.h includes (#520)Stefan Boberg2025-09-291-0/+1
* list missing block hashes when --verbose is enabled (#512)Dan Engelbrecht2025-09-261-0/+14
* limit number of chunks per block (#508)Dan Engelbrecht2025-09-231-2/+109
* fetch cloud oplog (#502)Dan Engelbrecht2025-09-221-356/+53
* improve builds download partial logic (#501)Dan Engelbrecht2025-09-221-292/+585
* fix quoted wildcard options (#500)Dan Engelbrecht2025-09-171-27/+1
* add builds download force option (#498)Dan Engelbrecht2025-09-171-270/+296
* add EMode to WorkerTheadPool to avoid thread starvation (#492)Dan Engelbrecht2025-09-101-53/+55
* refactor zen command return value handling (#487)Dan Engelbrecht2025-09-051-77/+90
* improve console output (#476)Dan Engelbrecht2025-08-261-861/+805
* zen print fixes/improvements (#469)Dan Engelbrecht2025-08-191-2/+2
* use new builds api for oplogs (#464)Dan Engelbrecht2025-08-121-3/+6
* add filtering to builds download (#463)Dan Engelbrecht2025-08-111-54/+210
* list build part content (#462)Dan Engelbrecht2025-08-111-291/+666
* skip query for metada if no blocks are referenced (#460)Dan Engelbrecht2025-08-071-1/+1
* retry finalize if we get a "needs" on a blob we did not create (#461)Dan Engelbrecht2025-08-061-2/+4
* add retry for failed block metadata upload (#445)Dan Engelbrecht2025-06-191-27/+49
* accept Cloud urls without the api/v2/builds/ part (#439)Dan Engelbrecht2025-06-171-25/+45
* fix build store range check (#437)Dan Engelbrecht2025-06-161-2/+9
* Don't require `--namespace` option when using `zen list-namespaces` command (...Dan Engelbrecht2025-06-101-19/+44
* restore legacy --url option for builds download (#428)Dan Engelbrecht2025-06-101-1/+7
* fix namespace picking up wrong argument (#425)Dan Engelbrecht2025-06-091-1/+1
* silence oom ood errors for sentry (#423)Dan Engelbrecht2025-06-051-0/+18
* pause, resume and abort running builds cmd (#421)Dan Engelbrecht2025-06-051-77/+360
* revert system temp dir for builds upload (#422)Dan Engelbrecht2025-06-051-29/+27
* builds download url (#419)Dan Engelbrecht2025-06-041-57/+138
* new builds search (#418)Dan Engelbrecht2025-06-041-16/+28
* faster scavenge (#417)Dan Engelbrecht2025-06-041-47/+165
* fixed size chunking for encrypted files (#410)Dan Engelbrecht2025-06-031-263/+286
* use system temp dir (#412)Dan Engelbrecht2025-06-021-21/+24
* use explicit capture for lambdas (#404)Dan Engelbrecht2025-05-201-876/+1227
* replace copy file (#403)Dan Engelbrecht2025-05-201-6/+34
* handle exception with batch work (#401)Dan Engelbrecht2025-05-191-256/+286
* parallel work handle dispatch exception (#400)Dan Engelbrecht2025-05-161-1219/+1142
* sparse win file write (#398)Dan Engelbrecht2025-05-161-1/+20
* builds allow redirect option (#379)Dan Engelbrecht2025-05-051-3/+14
* UE style formatted progress output (#380)Dan Engelbrecht2025-05-051-33/+173