@@ -36,7 +36,10 @@ actions included:
36
36
- ` auto_off ` : Coder automatically turned off a workspace due to inactivity
37
37
- ` auto_start ` : Coder automatically turned on a workspace at the time preset by
38
38
its owner
39
- - ` connect ` : a user connected to an existing workspace
39
+ - ` connect ` : a user connected to an existing workspace via a local VS Code
40
+ instance, a JetBrains IDE via JetBrains Gateway, a local terminal ` ssh `
41
+ connection, or a local terminal connection via the Coder CLI's ` coder ssh `
42
+ command
40
43
- ` cordon ` : a workspace provider became unavailable for new workspace creation
41
44
requests.
42
45
- ` create ` : the user created a Coder entity (e.g., dev URL, image/image tag,
@@ -46,8 +49,9 @@ actions included:
46
49
deletion, workspace deletion)
47
50
- ` login ` : a user logs in via basic authentication or OIDC, with Coder
48
51
exchanging a token as a result
49
- - ` open ` : a user opened a workspace using an IDE through the browser
50
- - ` ssh ` : a user opened a web terminal or used SSH to access Coder
52
+ - ` open ` : a user opened a workspace using the Code Web IDE through the browser
53
+ (please note that this action is not yet logged for JetBrains IDEs)
54
+ - ` ssh ` : a user opened a web terminal to access Coder
51
55
- ` stop ` : a user manually stopped a workspace
52
56
- ` uncordon ` : a workspace provider became available for new workspace creation
53
57
requests.
0 commit comments