coder/provisionersdk
Ammar Bandukwala b63dfe7b75
perf(cli): optimize CPU consumption of help pages (#9607)
This change reduces the CPU consumption of --help by ~50%.

Also, this change removes ANSI escape codes from our golden files. I
don't think those were worth the inability to parallelize golden file tests and
global state fragility.
2023-09-14 19:48:29 -05:00
..
proto feat: add template_id and template_name to workspace data source (#9655) 2023-09-13 11:09:08 -05:00
scripts fix: allow the `BINARY_DIR` to be configured in the agent script (#6567) 2023-03-11 19:39:40 +00:00
agent.go feat: allow configuring display apps from template (#9100) 2023-08-30 14:53:42 -05:00
agent_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
archive.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
archive_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
cleanup.go feat: clean stale provisioner files (#9545) 2023-09-11 07:37:14 +00:00
cleanup_test.go feat: clean stale provisioner files (#9545) 2023-09-11 07:37:14 +00:00
errors.go refactor: change template archive extraction to be on provisioner (#9264) 2023-08-25 06:10:15 +00:00
logs.go fix: stream provisioner logs (#7712) 2023-05-31 06:15:58 +00:00
serve.go feat: add support for networked provisioners (#9593) 2023-09-08 09:53:48 +00:00
serve_test.go feat: add support for networked provisioners (#9593) 2023-09-08 09:53:48 +00:00
session.go perf(cli): optimize CPU consumption of help pages (#9607) 2023-09-14 19:48:29 -05:00
transport.go refactor: change template archive extraction to be on provisioner (#9264) 2023-08-25 06:10:15 +00:00