Age | Commit message (Collapse) | Author | |
---|---|---|---|
6 days | adding migrations for docker | Sunil Shetye | |
11 days | Removed multiple calls of log | Suchita Lad | |
2025-06-19 | wait for scilab to end | Sunil Shetye | |
2025-06-19 | Changes done for close button to close simulation | Suchita Lad | |
2025-06-19 | increase default instances by 1 | Sunil Shetye | |
2025-05-23 | replace current_process with status | Sunil Shetye | |
2025-05-23 | remove exception class from details | Sunil Shetye | |
2025-05-22 | push last error message to frontend | Sunil Shetye | |
2025-05-18 | raise exception on failure | Sunil Shetye | |
2025-05-17 | use Exception instead of BaseException | Sunil Shetye | |
2025-04-24 | Added ports to blocks in DELAY_f super block | Suchita Lad | |
2025-04-23 | Updated blocks to run simulation | Suchita Lad | |
2025-04-23 | add an else block to handle the empty array case | Sunil Shetye | |
2025-04-23 | handle ... at the end of the scilab script | Sunil Shetye | |
exec does not handle ... | |||
2025-04-19 | kill the scilab process if it is running | Sunil Shetye | |
add isStatusDone() to check if the simulation is already complete send back the task_id also | |||
2025-04-15 | use pexpect for interactive scilab-cli | Sunil 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-11 | change REMOVEFILE to False | Sunil Shetye | |
2025-04-09 | Added auto execute script feature on loading diagram | Suchita Lad | |
2025-04-08 | cleanup | Sunil Shetye | |
2025-04-08 | Merged scripts with xcosblocks | Suchita Lad | |
2025-04-07 | Updated process task to use uploadscript and getscriptoutput | Suchita Lad | |
2025-04-07 | set expire_at as per current time | Sunil Shetye | |
2025-04-02 | Updated files to store workspace file in task model | Suchita Lad | |
2025-03-28 | Updated style of execute script window | Suchita Lad | |
2025-03-26 | Updated uploadscript function | Suchita Lad | |
2025-03-25 | ignore | Sunil Shetye | |
2025-03-25 | Updated views.py in simulationAPI | Suchita Lad | |
2025-03-25 | Added Script file name and type in Task model | Suchita Lad | |
2025-03-25 | replace request with task | Sunil Shetye | |
2025-03-24 | add session_id to thread name | Sunil Shetye | |
2025-03-23 | use threadName instead of task_id | Sunil Shetye | |
2025-03-22 | fix FileResponse() call | Sunil Shetye | |
2025-03-21 | add get_task_logger_adapter for proper context | Sunil Shetye | |
2025-03-21 | add type and workspace_file columns to Task model | Sunil Shetye | |
use worker logger in serializers and views of simulationAPI | |||
2025-03-19 | add more functions | Sunil Shetye | |
2025-03-19 | add date change filter for console | Sunil Shetye | |
2025-03-18 | use SCILAB_CMD | Sunil Shetye | |
add DownloadFile and DeleteFile functions | |||
2025-03-18 | chdir to script path | Sunil Shetye | |
2025-03-17 | configure logger for worker and for task | Sunil Shetye | |
2025-03-17 | add code for case | Sunil Shetye | |
2025-03-11 | update start_time and end_time also | Sunil Shetye | |
2025-03-11 | add status to task | Sunil Shetye | |
2025-03-10 | import even more code from SendLog.py | Sunil Shetye | |
2025-03-09 | import more code from SendLog.py | Sunil Shetye | |
2025-03-06 | make lock a local variable in function | Sunil Shetye | |
2025-03-05 | replace task_id and file_obj with task | Sunil Shetye | |
get task_id from task now add debug | |||
2025-03-05 | Updated code for one simulation at a time | Suchita Lad | |
2025-03-04 | check expire_at also | Sunil Shetye | |
2025-03-04 | undo changes in ngspice_helper | Sunil Shetye | |
2025-03-04 | save app name also | Sunil Shetye | |
add session count and return expire_at time store expire_at also |