Skip to content
Snippets Groups Projects
Commit 71070d7d authored by BIGARET Sebastien's avatar BIGARET Sebastien
Browse files

Platforms now sends fine-grained execution progress.

Progress was previously communicated on the basis of execution sets;
the grain is now quite finer since the execution of every single
programs is notified (both when it begins or ends).

This is done with the help of:
- a new ProgramStatus.Type: WAITING,
- a new event that can be send by platforms to server:
  EXECUTION_PROGRESS
- an ExecutionProgressMonitor specially designed for these events.

This applies to every deploiement configurations, from simple,
standalone ones to configurations embedding the specific
PlatformToClientBridge (which allows local executions along with
distant ones).
parent 9557293a
No related branches found
No related tags found
No related merge requests found
Pipeline #70 failed
Showing
with 152 additions and 35 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment