aboutsummaryrefslogtreecommitdiff
path: root/src/zen/cmds
Commit message (Expand)AuthorAgeFilesLines
* zen print fixes/improvements (#469)Dan Engelbrecht2025-08-193-22/+85
* use new builds api for oplogs (#464)Dan Engelbrecht2025-08-122-25/+79
* add filtering to builds download (#463)Dan Engelbrecht2025-08-111-54/+210
* list build part content (#462)Dan Engelbrecht2025-08-112-292/+673
* 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
* `--output-path` option added to `zen version` command (#440)Dan Engelbrecht2025-06-182-19/+40
* 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-054-91/+387
* revert system temp dir for builds upload (#422)Dan Engelbrecht2025-06-051-29/+27
* builds download url (#419)Dan Engelbrecht2025-06-042-58/+139
* new builds search (#418)Dan Engelbrecht2025-06-041-16/+28
* faster scavenge (#417)Dan Engelbrecht2025-06-042-55/+167
* fixed size chunking for encrypted files (#410)Dan Engelbrecht2025-06-031-263/+286
* minor: fix unused variable warning on some compilersStefan Boberg2025-06-031-4/+4
* use system temp dir (#412)Dan Engelbrecht2025-06-021-21/+24
* use explicit capture for lambdas (#404)Dan Engelbrecht2025-05-201-876/+1227
* Merge pull request #402 from ue-foundation/zs/fix-oplog-import-oplog-creationZousar Shaker2025-05-201-6/+0
|\
| * Fix oplog creation during oplog-importzousar2025-05-171-6/+0
* | 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-162-1221/+1144
* sparse win file write (#398)Dan Engelbrecht2025-05-162-1/+21
* `zen oplog-import` and `zen oplog-export` now supports `--oidctoken-exe-path`...Dan Engelbrecht2025-05-141-0/+12
* handle exception in oplog mirror (#389)Dan Engelbrecht2025-05-121-46/+68
* added logic to handle empty directories correctly (#383)Stefan Boberg2025-05-071-1/+12
* builds allow redirect option (#379)Dan Engelbrecht2025-05-052-4/+16
* UE style formatted progress output (#380)Dan Engelbrecht2025-05-054-41/+198
* Merge branch 'main' into zs/zencli-list-namespaces-bucketsZousar Shaker2025-04-2417-567/+1109
|\
| * limit retries on buildpart finalize (#374)Dan Engelbrecht2025-04-241-2/+8
| * use state file if available when doing builds diff command (#369)Dan Engelbrecht2025-04-241-81/+62
| * zen wipe command (#366)Dan Engelbrecht2025-04-233-1/+612
| * parse system dir for builds (#365)Dan Engelbrecht2025-04-231-1/+1
| * make sure to call MakeSafeAbsolutePathÍnPlace where appropriate (#363)Dan Engelbrecht2025-04-232-16/+16
| * add cxxopts overload for parsing file paths from command line (#362)Dan Engelbrecht2025-04-2215-482/+426
* | Use SubOption instead of Verb to control flowzousar2025-04-221-1/+1
* | Remove list-namespaces from owning command descriptionzousar2025-04-221-1/+1
* | xmake precommitzousar2025-04-221-5/+5
* | Replacing list-container with list-namespaceszousar2025-04-222-4/+4
* | Replace container with namespaceszousar2025-04-222-14/+21
* | Fix list-container positional args to remove query-pathzousar2025-04-151-2/+2
* | Add a list-container subcommand to zen builds commandzousar2025-04-142-3/+74
|/
* fix race condition in multipart download (#358)Dan Engelbrecht2025-04-111-13/+13
* filesystem retry fixes (#354)Dan Engelbrecht2025-04-101-20/+31