-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement(server): also send sessions events over ws
Before this change, we only POSTed session events over http but did not send over ws. It's actually useful to do that as well so that we can better display currently running commands on the live page. NOTE: Also reverted a change to the "commandStart" event from the following commit: a1742a6 since we're now reading this data via "commandInfo" events
- test-circleci
- edge-bonsai
- 0.13.53
- 0.13.52
- 0.13.51
- 0.13.50
- 0.13.49
- 0.13.48
- 0.13.47
- 0.13.46
- 0.13.45
- 0.13.44
- 0.13.43
- 0.13.42
- 0.13.41
- 0.13.40
- 0.13.39
- 0.13.38
- 0.13.37
- 0.13.36
- 0.13.35
- 0.13.34
- 0.13.33
- 0.13.32
- 0.13.31
- 0.13.30
- 0.13.29
- 0.13.28
- 0.13.27
- 0.13.26
- 0.13.25
- 0.13.24
- 0.13.23
- 0.13.22
- 0.13.21
- 0.13.20
- 0.13.19
- 0.13.18
- 0.13.17
- 0.13.16
- 0.13.15
- 0.13.14
- 0.13.13
- 0.13.12
- 0.13.11
- 0.13.10
- 0.13.9
- 0.13.8
Showing
3 changed files
with
29 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters