coder/cli
Kayla Washburn c194119689
chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003)
2023-10-03 11:02:56 -06:00
..
clibase chore: color `value_source` for deployment values (#9922) 2023-09-29 12:04:28 -05:00
clistat fix: fix coder stat mem (#8762) 2023-07-27 09:33:43 +01:00
clitest chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
cliui feat: allow external services to be authable (#9996) 2023-10-03 14:04:39 +00:00
config chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
gitauth refactor: split coderd/gitauth into two, add cli/gitauth (#9479) 2023-09-01 15:41:22 +00:00
telemetry refactor(coderd/telemetry): move CLI telemetry to cli/telemetry (#9517) 2023-09-04 21:42:45 +03:00
testdata feat: add nomad template (#9786) 2023-09-21 08:54:56 +00:00
agent.go feat: implement agent process management (#9461) 2023-09-14 19:45:05 -05:00
agent_internal_test.go fix: Port forward should ignore coder ports (#7645) 2023-05-23 17:14:05 +02:00
agent_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
configssh.go ci: enable gocognit (#9359) 2023-08-27 14:46:44 -05:00
configssh_internal_test.go feat: add flag for Windows to create unix compatible filepaths (#8164) 2023-06-22 17:08:12 -05:00
configssh_other.go feat: add flag for Windows to create unix compatible filepaths (#8164) 2023-06-22 17:08:12 -05:00
configssh_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
configssh_windows.go feat: add flag for Windows to create unix compatible filepaths (#8164) 2023-06-22 17:08:12 -05:00
constants.go feat: cli: consolidate schedule-related commands (#2402) 2022-06-16 18:24:10 +01:00
create.go feat: allow external services to be authable (#9996) 2023-10-03 14:04:39 +00:00
create_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
delete.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
delete_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
dotfiles.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
dotfiles_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
errors.go chore: replace `<ChooseOne>` with alternatives when appropriate (#9907) 2023-10-02 10:51:35 -06:00
exp.go chore: change cli error message handling (#9952) 2023-09-29 16:50:23 -05:00
exp_scaletest.go fix(cli): remove exp scaletest from slim binary (#9934) 2023-10-03 15:13:04 +01:00
exp_scaletest_slim.go fix(cli): remove exp scaletest from slim binary (#9934) 2023-10-03 15:13:04 +01:00
exp_scaletest_test.go feat(scaletest/dashboard): integrate chromedp (#9927) 2023-10-02 10:40:17 +01:00
gitaskpass.go refactor: split coderd/gitauth into two, add cli/gitauth (#9479) 2023-09-01 15:41:22 +00:00
gitaskpass_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
gitssh.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
gitssh_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
help.go perf(cli): optimize CPU consumption of help pages (#9607) 2023-09-14 19:48:29 -05:00
help.tpl feat(cli): colorize help page (#9589) 2023-09-08 18:21:33 +00:00
list.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
list_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
login.go fix(cli): display pasted session token (#9710) 2023-09-20 12:41:59 -04:00
login_test.go fix(cli): display pasted session token (#9710) 2023-09-20 12:41:59 -04:00
logout.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
logout_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
netcheck.go refactor(coderd/healthcheck): move derp report to derphealth package (#9506) 2023-09-04 21:41:50 +03:00
netcheck_test.go refactor(coderd/healthcheck): move derp report to derphealth package (#9506) 2023-09-04 21:41:50 +03:00
parameter.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
parameter_internal_test.go feat(cli): provide parameter values via command line (#8898) 2023-08-09 13:00:25 +02:00
parameterresolver.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
ping.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
ping_test.go refactor(agent): add agenttest.New helper function (#9812) 2023-09-26 12:05:19 +01:00
portforward.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
portforward_internal_test.go feat: Support for comma-separation and ranges in port-forward (#4166) 2022-10-03 11:58:43 +03:00
portforward_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
publickey.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
publickey_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
remoteforward.go feat(cli): add reverse tunnelling SSH support for unix sockets (#9976) 2023-10-03 16:39:39 +10:00
rename.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
rename_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
resetpassword.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
resetpassword_slim.go refactor(cli)!: remove reset-password from slim binary (#9520) 2023-09-04 19:38:53 +03:00
resetpassword_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
restart.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
restart_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
root.go chore: change cli error message handling (#9952) 2023-09-29 16:50:23 -05:00
root_internal_test.go chore: disable goleak in windows cli tests (#8955) 2023-08-07 22:23:00 -05:00
root_test.go fix: call agent directly in cli tests (#9789) 2023-09-21 13:30:24 +04:00
schedule.go refactor(coderd/schedule): move cron schedule to cron package (#9507) 2023-09-04 16:48:25 +03:00
schedule_internal_test.go feat: cli: consolidate schedule-related commands (#2402) 2022-06-16 18:24:10 +01:00
schedule_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
server.go feat: allow external services to be authable (#9996) 2023-10-03 14:04:39 +00:00
server_createadminuser.go feat(coderd): connect dbcrypt package implementation (#9523) 2023-09-07 15:49:49 +01:00
server_createadminuser_test.go refactor(coderd/database): split `Time` and `Now` into `dbtime` package (#9482) 2023-09-01 16:50:12 +00:00
server_slim.go refactor(cli)!: remove reset-password from slim binary (#9520) 2023-09-04 19:38:53 +03:00
server_test.go feat: allow external services to be authable (#9996) 2023-10-03 14:04:39 +00:00
show.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
show_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
signal_unix.go feat: Add external provisioner daemons (#4935) 2022-11-16 16:34:06 -06:00
signal_windows.go feat: Add external provisioner daemons (#4935) 2022-11-16 16:34:06 -06:00
speedtest.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
speedtest_test.go refactor(agent): add agenttest.New helper function (#9812) 2023-09-26 12:05:19 +01:00
ssh.go feat: add support for `coder_script` (#9584) 2023-09-25 16:47:17 -05:00
ssh_internal_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
ssh_other.go feat(cli): implement ssh remote forward (#8515) 2023-07-20 12:05:39 +02:00
ssh_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
ssh_windows.go feat(cli): implement ssh remote forward (#8515) 2023-07-20 12:05:39 +02:00
start.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
start_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
stat.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
stat_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
state.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
state_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
stop.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
templatecreate.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
templatecreate_test.go refactor: change template archive extraction to be on provisioner (#9264) 2023-08-25 06:10:15 +00:00
templatedelete.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
templatedelete_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
templateedit.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
templateedit_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
templateinit.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
templateinit_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
templatelist.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
templatelist_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
templatepull.go fix: fix coder template pull on Windows (#9327) 2023-08-25 10:58:13 +00:00
templatepull_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
templatepush.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
templatepush_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
templates.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
templatevariables.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
templateversions.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
templateversions_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
tokens.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
tokens_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
update.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
update_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
usercreate.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
usercreate_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
userlist.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
userlist_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
users.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
userstatus.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
userstatus_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
util.go refactor(coderd/schedule): move cron schedule to cron package (#9507) 2023-09-04 16:48:25 +03:00
util_internal_test.go feat: cli: consolidate schedule-related commands (#2402) 2022-06-16 18:24:10 +01:00
version.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
version_test.go chore(cli): replace lipgloss with coder/pretty (#9564) 2023-09-07 16:28:22 -05:00
vscodessh.go refactor: build application URL (#9601) 2023-09-08 14:01:57 +00:00
vscodessh_test.go refactor(agent): add agenttest.New helper function (#9812) 2023-09-26 12:05:19 +01:00