Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-22 | push last error message to frontend | 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-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-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 | replace request with task | 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-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-05 | replace task_id and file_obj with task | Sunil Shetye | |
get task_id from task now add debug | |||
2025-03-04 | undo changes in ngspice_helper | Sunil Shetye | |
2025-03-03 | adding session key api | Sunil Shetye | |
write function to set session | |||
2025-02-28 | Updated files for session | Suchita Lad | |
2025-02-28 | use task_id instead of file_id | Sunil Shetye | |
2025-02-28 | use gevent pool | Sunil Shetye | |
2025-02-28 | Updated celery code | Suchita Lad | |
2025-01-16 | fix SCILAB_END definition | Sunil Shetye | |
2025-01-16 | Updated ngspice_helper file for simulation | Suchita Lad | |
2025-01-04 | remove cwd for relative paths to work | Sunil Shetye | |
2024-10-25 | code cleanup | Sunil Shetye | |
2024-06-25 | add pow function to xsl | Sunil Shetye | |
2024-06-13 | Updated ngspice_helper file | Suchita Lad | |
2024-06-12 | Updated files of simulationAPI | Suchita Lad | |
2024-03-04 | fix flake8 errors | Sunil Shetye | |
2024-02-07 | Updated ngspice_helper.py file | Suchita Lad | |
2022-08-12 | use actual file | Sunil Shetye | |
2022-01-11 | set log_name in database immediately | Sunil Shetye | |
2022-01-10 | upgrade celery | Sunil Shetye | |
2021-12-03 | use StreamingHttpResponse instead of Response | Sunil Shetye | |
use IgnoreClientContentNegotiation for text/event-stream use Streaming instead of Stream set Streaming state as early as possible |