01 Oct, 2021
1 commit
-
…ger use 'base_unlogged.html'
06 Sep, 2021
1 commit
-
…iously pyros was using the Django settings) and add datetime of last modification on the observatory configuration on the website
01 Sep, 2021
1 commit
-
… with only quick access to observations, monitoring and settings)
13 Aug, 2021
1 commit
-
…atory name instead of PyROS, displaying future period when creating one)
05 Jul, 2021
1 commit
03 May, 2021
1 commit
21 Apr, 2021
1 commit
13 Apr, 2021
1 commit
07 Apr, 2021
1 commit
-
…ending an email when account is deactivate or re-activate
25 Mar, 2021
1 commit
-
…r if user is superadmin
16 Jul, 2019
1 commit
09 Jul, 2019
1 commit
21 Jun, 2019
1 commit
14 Jun, 2019
1 commit
-
/src/core/pyros_django/utils/celme/ => /src/core/celme/ TODO (coming) : - Restructuration du projet - phase 5 : /devices_channel/ => réorganisation interne RAPPELS SUR L'UTILISATION : - (TEST) Scenarios de test : 1) ./pyros test 2) ./pyros testall 3) Lancer agents A et B en mode simu (option -t): ./pyros.py -t start agentA,agentB Attendre 1 à 2mn jusqu'à obtenir les 2 résultats suivants: (AgentA): Finished testing => result is ok (AgentB): Finished testing => result is ok 4) Lancer agentDevice et agentTelescopeRequester en mode simu (-t) : ./pyros.py -t start agentTelescopeRequester,agentDevice - (RUN) Mode opératoire pour lancer un agent (en mode normal, hors test) : - pour lancer agentA seulement : ./pyros.py start agentA [-c configfile] - pour lancer plusieurs agents : ./pyros.py start agentA,agentB,... [-c configfile] (ou encore: activer l'environnement virtuel, puis lancer "cd src/.../agent/ ; ./AgentA.py configfile") - pour utiliser thread ou processus : il suffit de mettre la constante RUN_IN_THREAD de AgentA (ou AgentB ou AgentX) à False ou True
13 Jun, 2019
3 commits