coder/cli
Kyle Carberry b0fe9bcdd1
chore: Upgrade to Go 1.19 (#3617)
This is required as part of #3505.
2022-08-21 22:32:53 +00:00
..
cliflag chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
clitest fix: Avoid dirtying stdout/stderr in test (#3165) 2022-07-25 16:55:53 +03:00
cliui Use new table formatter everywhere (#3544) 2022-08-19 02:41:00 +10:00
config feat: Add built-in PostgreSQL for simple production setup (#2345) 2022-06-15 16:02:18 -05:00
agent.go chore: Improve agent logging (#3483) 2022-08-12 07:01:00 -05:00
agent_test.go feat: peer wireguard (#2445) 2022-06-24 10:25:01 -05:00
agent_unix.go feat: Add support for pprof in `coder agent` (#1985) 2022-06-06 16:38:33 +03:00
agent_windows.go feat: Add support for pprof in `coder agent` (#1985) 2022-06-06 16:38:33 +03:00
configssh.go chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
configssh_old.go fix: Revert to old SSH config section management in config-ssh (#2341) 2022-06-15 17:22:30 +03:00
configssh_test.go fix: Fix cleanup in test helpers, prefer `defer` in tests (#3113) 2022-07-25 19:22:02 +03:00
constants.go feat: cli: consolidate schedule-related commands (#2402) 2022-06-16 18:24:10 +01:00
create.go feat: add timestamps to output at end of some workspace and template subcommands (#2831) 2022-07-08 14:27:56 -05:00
create_test.go chore: Use standardized test timeouts and delays (#3291) 2022-08-01 15:45:05 +03:00
delete.go feat: default confirm to no for cli delete (#2919) 2022-07-12 10:36:07 -07:00
delete_test.go chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
dotfiles.go fix: Standardize and wrap example descriptions at 80 chars (#2894) 2022-07-11 19:08:09 +03:00
dotfiles_test.go feat: add dotfiles command (#1723) 2022-05-25 16:43:20 -05:00
features.go Use new table formatter everywhere (#3544) 2022-08-19 02:41:00 +10:00
features_test.go coder features list CLI command (#3533) 2022-08-17 11:26:16 -07:00
gitssh.go fix: Use environment variables for agent authentication (#1238) 2022-04-30 16:40:30 +00:00
gitssh_test.go chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
list.go Use new table formatter everywhere (#3544) 2022-08-19 02:41:00 +10:00
list_test.go chore: Use standardized test timeouts and delays (#3291) 2022-08-01 15:45:05 +03:00
login.go feat: add verbose error messaging (#3053) 2022-07-20 15:17:51 -05:00
login_test.go fix: reprompt for matching passwords on mismatch (#2758) 2022-07-01 11:49:39 -05:00
logout.go feat: default confirm to no for cli delete (#2919) 2022-07-12 10:36:07 -07:00
logout_test.go fix: Fix cleanup in test helpers, prefer `defer` in tests (#3113) 2022-07-25 19:22:02 +03:00
parameter.go chore: skip some flaky tests (#1643) 2022-05-21 00:39:51 +01:00
parameter_internal_test.go feat: Read params from file for template/workspace creation (#1541) 2022-05-20 11:29:10 -04:00
parameters.go Use new table formatter everywhere (#3544) 2022-08-19 02:41:00 +10:00
parameterslist.go Use new table formatter everywhere (#3544) 2022-08-19 02:41:00 +10:00
portforward.go fix: Improve shutdown procedure of ssh, portforward, wgtunnel cmds (#3354) 2022-08-02 17:44:59 +03:00
portforward_test.go chore: Use standardized test timeouts and delays (#3291) 2022-08-01 15:45:05 +03:00
publickey.go feat: Allow regen-ssh and fetching a single user from the cli (#1619) 2022-05-24 16:53:04 +00:00
publickey_test.go chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
resetpassword.go feat: Add success messages for CLI commands (#2634) 2022-06-24 16:30:22 +00:00
resetpassword_test.go chore: Use standardized test timeouts and delays (#3291) 2022-08-01 15:45:05 +03:00
root.go coder features list CLI command (#3533) 2022-08-17 11:26:16 -07:00
root_internal_test.go fix: Enable `goleak` for `cli` tests (#3370) 2022-08-12 21:02:10 +03:00
root_test.go chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
schedule.go fix: Show schedule commands in help, improve template (#2923) 2022-07-12 23:24:53 +03:00
schedule_internal_test.go feat: cli: consolidate schedule-related commands (#2402) 2022-06-16 18:24:10 +01:00
schedule_test.go feat: cli: consolidate schedule-related commands (#2402) 2022-06-16 18:24:10 +01:00
server.go chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
server_test.go chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
show.go fix: Improve coder list and show CLI help (#3167) 2022-07-25 16:56:20 +03:00
show_test.go Stop showing persistent vs ephemeral for resources (#2333) 2022-06-16 18:36:11 +00:00
signal_unix.go fix: Add `SIGHUP` and `SIGTERM` handling to `coder server` (#3543) 2022-08-18 16:25:32 +03:00
signal_windows.go fix: Add `SIGHUP` and `SIGTERM` handling to `coder server` (#3543) 2022-08-18 16:25:32 +03:00
ssh.go fix: Improve shutdown procedure of ssh, portforward, wgtunnel cmds (#3354) 2022-08-02 17:44:59 +03:00
ssh_other.go fix: Monitor TTY size when using SSH (#1119) 2022-04-24 22:23:54 -05:00
ssh_test.go fix: Fix goleak in `cli` `TestSSH/ForwardAgent` test (#3369) 2022-08-03 16:06:40 +03:00
ssh_windows.go fix: Monitor TTY size when using SSH (#1119) 2022-04-24 22:23:54 -05:00
start.go cli: remove confirm prompt when starting a workspace (#3580) 2022-08-19 11:08:56 +01:00
state.go fix: Move state pull output to stdout (#3382) 2022-08-04 15:33:59 +00:00
state_test.go fix: Use stdin/out defined in command (#3199) 2022-07-26 17:23:32 +03:00
stop.go feat: add timestamps to output at end of some workspace and template subcommands (#2831) 2022-07-08 14:27:56 -05:00
templatecreate.go Return template parameters in consistent order (#2975) 2022-07-13 15:29:34 -05:00
templatecreate_test.go fix: Use stdin/out defined in command (#3199) 2022-07-26 17:23:32 +03:00
templatedelete.go feat: default confirm to no for cli delete (#2919) 2022-07-12 10:36:07 -07:00
templatedelete_test.go fix: confirm when deleting template (#2866) 2022-07-11 13:13:56 -05:00
templateedit.go feat: Add icon to templates (#3561) 2022-08-19 13:17:35 +00:00
templateedit_test.go feat: Add icon to templates (#3561) 2022-08-19 13:17:35 +00:00
templateinit.go fix: Data race in cliui.Styles without clone (#3164) 2022-07-25 16:30:52 +03:00
templateinit_test.go fix: Guard against CLI cmd running after test exit (#1658) 2022-05-23 20:09:58 +03:00
templatelist.go Use new table formatter everywhere (#3544) 2022-08-19 02:41:00 +10:00
templatelist_test.go Use new table formatter everywhere (#3544) 2022-08-19 02:41:00 +10:00
templateplan.go chore: rename to "template push" in docs (#3525) 2022-08-16 14:52:31 +00:00
templatepull.go fix: fix panic in template pull (#2710) 2022-06-28 19:54:28 -05:00
templatepull_test.go fix: fix panic in template pull (#2710) 2022-06-28 19:54:28 -05:00
templatepush.go Rename `template update` to `template push` (#3307) 2022-07-29 19:21:48 +00:00
templatepush_test.go Rename `template update` to `template push` (#3307) 2022-07-29 19:21:48 +00:00
templates.go Use new table formatter everywhere (#3544) 2022-08-19 02:41:00 +10:00
templateversions.go Use new table formatter everywhere (#3544) 2022-08-19 02:41:00 +10:00
templateversions_test.go Implement basic `templates versions` CLI (#3145) 2022-07-26 18:31:17 -04:00
update.go fix: NPE when no arg provided to 'coder update' (#3347) 2022-08-01 19:46:50 -05:00
update_test.go fix: NPE when no arg provided to 'coder update' (#3347) 2022-08-01 19:46:50 -05:00
usercreate.go fix: Unnest workspaces command to the top-level (#1241) 2022-05-02 11:08:52 -05:00
usercreate_test.go chore: avoid concurrent usage of t.FailNow (#1683) 2022-05-24 08:58:39 +01:00
userlist.go Use new table formatter everywhere (#3544) 2022-08-19 02:41:00 +10:00
userlist_test.go feat: improve coder users show output, add json format (#3176) 2022-07-26 15:47:12 -05:00
users.go feat: add generic table formatter (#3415) 2022-08-18 02:28:22 +10:00
userstatus.go feat: add generic table formatter (#3415) 2022-08-18 02:28:22 +10:00
userstatus_test.go chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
util.go chore: Add nix shell for simple development setup (#3399) 2022-08-08 15:49:12 +00:00
util_internal_test.go feat: cli: consolidate schedule-related commands (#2402) 2022-06-16 18:24:10 +01:00
wireguardtunnel.go fix: Improve shutdown procedure of ssh, portforward, wgtunnel cmds (#3354) 2022-08-02 17:44:59 +03:00