Photon-CI / Photon

An open-source .NET task platform designed for pipeline-as-code automation.
http://photon.ci
GNU General Public License v3.0
5 stars 5 forks source link

Server.ui.live.session.updates #38

Closed null511 closed 6 years ago

null511 commented 6 years ago

Began as a branch for live UI updates on the server and agent web interfaces, but continued in to a few deployment features and tcp bug fixes.

The session updates are using javascripts EventSource class to implement long polling from the server for session changes. Icons are currently static and do not yet reflect the status of the agent or connection to it. This work will be continued in a new branch so that the current bug fixes may be merged.