Add button to synchronize all execution environments
This adds a button to the execution environment index page that, when clicked, causes all execution environments to be synchronized to the runner management (Poseidon) by creating or replacing them. CodeOcean does not synchronize it's execution environments on startup or when a new runner management configuration is used for the first time. The administrator has to manually start this process by pressing this button. The equivalent for syncing just one execution environment is updating it.
This commit is contained in:

committed by
Sebastian Serth

parent
0978a3be83
commit
598de3bcff
@ -287,6 +287,10 @@ de:
|
||||
not_synced_to_poseidon: Die Ausführungsumgebung wurde erstellt, aber aufgrund eines Fehlers nicht zu Poseidon synchronisiert.
|
||||
index:
|
||||
shell: Shell
|
||||
synchronize_all:
|
||||
button: Alle synchronisieren
|
||||
success: Alle Ausführungsumgebungen wurden erfolgreich synchronisiert.
|
||||
failure: Beim Synchronisieren mindestens einer Ausführungsumgebung ist ein Fehler aufgetreten.
|
||||
shell:
|
||||
command: Befehl
|
||||
headline: Shell
|
||||
|
@ -287,6 +287,10 @@ en:
|
||||
not_synced_to_poseidon: The ExecutionEnvironment was created but not synced to Poseidon due to an error.
|
||||
index:
|
||||
shell: Shell
|
||||
synchronize_all:
|
||||
button: Synchronize all
|
||||
success: All execution environemnts were synchronized successfully.
|
||||
failure: At least one execution environment could not be synchronised due to an error.
|
||||
shell:
|
||||
command: Command
|
||||
headline: Shell
|
||||
|
Reference in New Issue
Block a user