aboutsummaryrefslogtreecommitdiff
path: root/src/zen
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-113-293/+675
* skip query for metada if no blocks are referenced (#460)Dan Engelbrecht2025-08-071-1/+1
* Merge pull request #450 from ue-foundation/lm/double-quotes-fixLiam Mitchell2025-08-061-1/+2
|\
| * Don't add quotes to arguments which are already quotedLiam Mitchell2025-07-151-1/+2
* | 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-183-20/+41
* 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
* sentry config (#430)Dan Engelbrecht2025-06-121-6/+34
* make sure we finish progress at 100% if not done (#432)Dan Engelbrecht2025-06-101-1/+1
* revert 61b4a88f and cadaad63Dan Engelbrecht2025-06-101-34/+6
* add sentry configurations options for debug/environmentDan Engelbrecht2025-06-101-6/+34
* 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
* `--sentry-dsn` option for zen command line and zenserver to control Sentry re...Dan Engelbrecht2025-06-091-8/+14
* 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-056-99/+443
* revert system temp dir for builds upload (#422)Dan Engelbrecht2025-06-051-29/+27
* Initialize sentry after command line parsing is done (#420)Stefan Boberg2025-06-041-24/+25
* 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
* skip empty or single-space command line arguments (#393)Dan Engelbrecht2025-05-131-1/+5
* 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
* add sentry for zen command (#373)Dan Engelbrecht2025-05-062-1/+38
* builds allow redirect option (#379)Dan Engelbrecht2025-05-052-4/+16
* UE style formatted progress output (#380)Dan Engelbrecht2025-05-056-95/+350
* Merge branch 'main' into zs/zencli-list-namespaces-bucketsZousar Shaker2025-04-2419-571/+1113
|\
| * 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-234-1/+615
| * 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