Age | Commit message (Collapse) | Author | |
---|---|---|---|
12 days | Removed multiple calls of log | Suchita Lad | |
2025-06-19 | Changes done for close button to close simulation | Suchita Lad | |
2025-05-23 | remove exception class from details | Sunil Shetye | |
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-09 | Added auto execute script feature on loading diagram | Suchita Lad | |
2025-04-08 | cleanup | Sunil Shetye | |
2025-04-07 | Updated process task to use uploadscript and getscriptoutput | Suchita Lad | |
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-23 | use threadName instead of task_id | 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-04 | save app name also | Sunil Shetye | |
add session count and return expire_at time store expire_at also | |||
2025-03-03 | Store session details in table | Suchita Lad | |
2025-03-03 | use session_key from backend | 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-18 | Revert "move the loop to event_stream_loop function" | Sunil Shetye | |
This reverts commit a1f62095f89471f30f0239f53fde570ba06ab3e0. | |||
2025-02-13 | make return structure consistent | Sunil Shetye | |
replace repeated str calls fix formatting | |||
2025-02-13 | Added logic to cancel simulation process | Suchita Lad | |
2025-02-13 | move the loop to event_stream_loop function | Sunil Shetye | |
2025-02-04 | give meaningful name to directory | Sunil Shetye | |
2025-02-03 | handle other return values also | Sunil Shetye | |
2025-02-03 | add figure_id as key to lastlogtimes | Sunil Shetye | |
2025-01-31 | do not send all the lines for CSCOPE | Sunil Shetye | |
2025-01-07 | return error response on error | Sunil Shetye | |
2024-10-22 | copy mxGeometry in Ports also | Sunil Shetye | |
2024-10-21 | Added ImplicitInputOutputPort, CommandPort, ControlPort function for split | Suchita Lad | |
2024-06-13 | add pillow to requirements.txt | Sunil Shetye | |
enable saveAPI | |||
2024-06-12 | Updated files of simulationAPI | Suchita Lad | |
2024-03-04 | fix flake8 errors | Sunil Shetye | |
2022-06-06 | cleanup the get_log_name method | Sunil Shetye | |
2022-06-02 | sleep on python side | Sunil Shetye | |
2022-01-13 | use @babel/eslint-parser instead of babel-eslint | 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 | |||
2021-12-02 | common code to handle duplicate lines | Sunil Shetye | |
2021-12-02 | add state to parser | Sunil Shetye | |
2021-12-02 | add STREAM as a celery state | Sunil Shetye | |
2021-11-15 | fix some more code issues | Sunil Shetye | |
2021-10-23 | add simulation parameters to TaskFile | Sunil Shetye | |
2021-04-11 | using logger | Sunil Shetye | |
2021-04-11 | adding simulation apis | Sunil Shetye | |