aboutsummaryrefslogtreecommitdiff
path: root/src/zen/zen.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | `--output-path` option added to `zen version` command (#440)Dan Engelbrecht2025-06-181-1/+1
* | | 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
* | | `--sentry-dsn` option for zen command line and zenserver to control Sentry re...Dan Engelbrecht2025-06-091-8/+14
* | | pause, resume and abort running builds cmd (#421)Dan Engelbrecht2025-06-051-8/+35
* | | Initialize sentry after command line parsing is done (#420)Stefan Boberg2025-06-041-24/+25
* | | skip empty or single-space command line arguments (#393)Dan Engelbrecht2025-05-131-1/+5
* | | add sentry for zen command (#373)Dan Engelbrecht2025-05-061-0/+35
* | | UE style formatted progress output (#380)Dan Engelbrecht2025-05-051-46/+135
* | | zen wipe command (#366)Dan Engelbrecht2025-04-231-0/+3
* | | "unlimited" line length when using plain progress (#347)Dan Engelbrecht2025-04-041-7/+19
* | | progress bar improvements (#346)Dan Engelbrecht2025-04-041-18/+82
| |/ |/|
* | fix quoted command lines arguments (#306)Dan Engelbrecht2025-03-121-0/+18
* | ProgressBar improvements (#305)Stefan Boberg2025-03-121-2/+41
* | improved block gen logic (#302)Dan Engelbrecht2025-03-121-0/+3
* | Build command tweaks (#301)Stefan Boberg2025-03-111-33/+20
* | Add trace support for zen CLI command (#296)Stefan Boberg2025-03-051-0/+54
* | improve error handling (#289)Dan Engelbrecht2025-02-281-1/+1
* | builds upload command (#278)Dan Engelbrecht2025-02-261-0/+3
* | improvements and infrastructure for upcoming builds api command line (#284)Dan Engelbrecht2025-02-251-4/+16
|/
* Insights-compatible memory tracking (#214)Stefan Boberg2024-11-251-7/+1
* oplog prep gc fix (#216)Dan Engelbrecht2024-11-151-1/+3
* project details cmd resolve prj oplog (#209)Dan Engelbrecht2024-11-061-2/+2
* Improved oplog import/export progress indicator at commandline (#206)Dan Engelbrecht2024-11-061-0/+101
* cache get command (#183)Dan Engelbrecht2024-10-031-0/+2
* cache generate command to create large data sets for testing (#159)Dan Engelbrecht2024-09-181-0/+2
* oplog cmd improvements (#152)Dan Engelbrecht2024-09-111-4/+0
* workspaces review feedbackDan Engelbrecht2024-05-291-4/+4
* workspace shares (#84)Dan Engelbrecht2024-05-291-45/+83
* improved assert (#37)Dan Engelbrecht2024-04-041-5/+5
* Actually thow exception if we can't parse the jobid when starting async job (...Dan Engelbrecht2024-01-311-1/+7
* Adding an info command to display a top-level summary of disk space etc (#602)Stefan Boberg2023-12-121-0/+3
* gc stop command (#569)v0.2.36-pre2Dan Engelbrecht2023-11-271-0/+2
* lined up rpc command descriptions with namesStefan Boberg2023-11-221-3/+3
* zen run command (#552)Stefan Boberg2023-11-211-73/+111
* removed zen runtests command (#551)Stefan Boberg2023-11-161-29/+0
* remove dependency on cxxopts exception types (#542)Stefan Boberg2023-11-151-21/+21
* spdlog implementation hiding (#498)Stefan Boberg2023-11-061-4/+5
* zen copy-state command to copy a zenserver data directory without the bulk da...Dan Engelbrecht2023-11-061-0/+2
* add `flush` command and more gc status info (#483)Dan Engelbrecht2023-10-181-0/+2
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2023-09-261-15/+19
|\
| * Add runtime status/control of logging (#419)Dan Engelbrecht2023-09-221-0/+2
| * Collect all zen admin-related commands into admin.h/.cpp (#418)Dan Engelbrecht2023-09-221-16/+15
| * add trace command to enable/disable tracing at runtime (#416)Dan Engelbrecht2023-09-221-0/+3
* | sort commands for cleaner mergesStefan Boberg2023-09-261-2/+2
|/
* VFS implementation for local storage service (#396)Stefan Boberg2023-09-201-0/+3
* job queue and async oplog-import/export (#395)Dan Engelbrecht2023-09-131-0/+3
* add console logging to zen command (#389)Dan Engelbrecht2023-09-081-1/+15