summaryrefslogtreecommitdiff
path: root/blocks/simulationAPI/models.py
AgeCommit message (Collapse)Author
2025-04-15use pexpect for interactive scilab-cliSunil Shetye
send the expression to scilab-cli add convert_scientific_notation to replace multiple replace calls replace workspace_filename with workspace_file scriptcount and diagramlock no longer required in UserData class pass task_id or script_task_id based on context use shutil.move() instead of os.rename() convert task.task_id to string pass workspace to MxGraphParser
2025-04-07set expire_at as per current timeSunil Shetye
2025-03-21add type and workspace_file columns to Task modelSunil Shetye
use worker logger in serializers and views of simulationAPI
2025-03-11add status to taskSunil Shetye
2025-03-05replace task_id and file_obj with taskSunil Shetye
get task_id from task now add debug
2025-03-04check expire_at alsoSunil Shetye
2025-03-04save app name alsoSunil Shetye
add session count and return expire_at time store expire_at also
2025-03-03Store session details in tableSuchita Lad
2025-03-03adding session key apiSunil Shetye
write function to set session
2025-02-28Updated files for sessionSuchita Lad
2024-03-04fix flake8 errorsSunil Shetye
2021-12-02add STREAM as a celery stateSunil Shetye
2021-11-29save simulation log_name to databaseSunil Shetye
2021-10-29get simulation parametersSunil Shetye
get app_name also
2021-10-23add simulation parameters to TaskFileSunil Shetye
2021-04-11no need to exclude files beginning with dotSunil Shetye
2021-04-11rename spiceFile to TaskFileSunil Shetye
2021-04-11adding redisSunil Shetye
2021-04-11adding simulation apisSunil Shetye