daml/compiler/scenario-service
dylant-da a90865d370
Show time elapsed on running scenarios in IDE (#16324)
* PoC: Add live script runner with intermediate live messages

* Unify live and non-live scenario service script runners

* Add live scenarios

* Clean up runLiveScenario

* dedupe runLiveScenario/runLiveScript

* return to onComplete mode

* Send status update every second

* Send progress events with milliseconds passed instead

* Fix runLiveScript -> runLiveScenario

* Show milliseconds passed in scenarios

* Sleep a random amount 300;600 ms

* Try to prevent older status updates from overwriting newer ones

* lint

* wrap errors appropriately

* Remove wrong secondary webview update

* Define variants inside companion object

* use abstract class instead of trait

* lint
2023-02-20 17:19:42 +00:00
..
client Show time elapsed on running scenarios in IDE (#16324) 2023-02-20 17:19:42 +00:00
protos Show time elapsed on running scenarios in IDE (#16324) 2023-02-20 17:19:42 +00:00
server Show time elapsed on running scenarios in IDE (#16324) 2023-02-20 17:19:42 +00:00