summaryrefslogtreecommitdiff
path: root/blocks/simulationAPI
AgeCommit message (Collapse)Author
6 daysadding migrations for dockerSunil Shetye
11 daysRemoved multiple calls of logSuchita Lad
2025-06-19wait for scilab to endSunil Shetye
2025-06-19Changes done for close button to close simulationSuchita Lad
2025-06-19increase default instances by 1Sunil Shetye
2025-05-23replace current_process with statusSunil Shetye
2025-05-23remove exception class from detailsSunil Shetye
2025-05-22push last error message to frontendSunil Shetye
2025-05-18raise exception on failureSunil Shetye
2025-05-17use Exception instead of BaseExceptionSunil Shetye
2025-04-24Added ports to blocks in DELAY_f super blockSuchita Lad
2025-04-23Updated blocks to run simulationSuchita Lad
2025-04-23add an else block to handle the empty array caseSunil Shetye
2025-04-23handle ... at the end of the scilab scriptSunil Shetye
exec does not handle ...
2025-04-19kill the scilab process if it is runningSunil Shetye
add isStatusDone() to check if the simulation is already complete send back the task_id also
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-11change REMOVEFILE to FalseSunil Shetye
2025-04-09Added auto execute script feature on loading diagramSuchita Lad
2025-04-08cleanupSunil Shetye
2025-04-08Merged scripts with xcosblocksSuchita Lad
2025-04-07Updated process task to use uploadscript and getscriptoutputSuchita Lad
2025-04-07set expire_at as per current timeSunil Shetye
2025-04-02Updated files to store workspace file in task modelSuchita Lad
2025-03-28Updated style of execute script windowSuchita Lad
2025-03-26Updated uploadscript functionSuchita Lad
2025-03-25ignoreSunil Shetye
2025-03-25Updated views.py in simulationAPISuchita Lad
2025-03-25Added Script file name and type in Task modelSuchita Lad
2025-03-25replace request with taskSunil Shetye
2025-03-24add session_id to thread nameSunil Shetye
2025-03-23use threadName instead of task_idSunil Shetye
2025-03-22fix FileResponse() callSunil Shetye
2025-03-21add get_task_logger_adapter for proper contextSunil Shetye
2025-03-21add type and workspace_file columns to Task modelSunil Shetye
use worker logger in serializers and views of simulationAPI
2025-03-19add more functionsSunil Shetye
2025-03-19add date change filter for consoleSunil Shetye
2025-03-18use SCILAB_CMDSunil Shetye
add DownloadFile and DeleteFile functions
2025-03-18chdir to script pathSunil Shetye
2025-03-17configure logger for worker and for taskSunil Shetye
2025-03-17add code for caseSunil Shetye
2025-03-11update start_time and end_time alsoSunil Shetye
2025-03-11add status to taskSunil Shetye
2025-03-10import even more code from SendLog.pySunil Shetye
2025-03-09import more code from SendLog.pySunil Shetye
2025-03-06make lock a local variable in functionSunil Shetye
2025-03-05replace task_id and file_obj with taskSunil Shetye
get task_id from task now add debug
2025-03-05Updated code for one simulation at a timeSuchita Lad
2025-03-04check expire_at alsoSunil Shetye
2025-03-04undo changes in ngspice_helperSunil Shetye
2025-03-04save app name alsoSunil Shetye
add session count and return expire_at time store expire_at also