Ivan Maslov
038352bf05
fix
2 years ago
Ivan Maslov
7fefbe7a18
Add inUseCacheBool in web url connect file / folder + autodetect MIME
2 years ago
Ivan Maslov
732506451e
Fixes with all access
3 years ago
Ivan Maslov
0eeb209520
Add UACBool in URLList - user with no access can use orchestrator!
3 years ago
Ivan Maslov
1561c578f5
Process fix, WebRequest is optional now
3 years ago
Ivan Maslov
52942b3679
Test Managers.Process, fix some bugs
3 years ago
Ivan Maslov
d992c89e54
draft 1.2.7 (need test)
...
# GSettingsGet > singleton mode > you dont need to send Gsettings in Orchestrator when start. Anywhere you can use Orchestrator....
# OrchestratorLoggerGet
# inGSettings is now optional arg in Orch defs
# def Start for the start orchestrator
# Logger is now optional arg in orchestrator defs
3 years ago
Ivan Maslov
dff69296e8
Add Server SSL keyfile option + Def to listen interface
4 years ago
Ivan Maslov
fed27536d6
Add WebAuditLog + SSL support
4 years ago
Ivan Maslov
fa8f15329d
Add WebAuditMessage + prototype for many servers...
4 years ago
Ivan Maslov
cfe6a70c25
minorfixes
4 years ago
Ivan Maslov
852a7f1d9e
Add dump + load StorageDict to/from pickle _SessionLast_StorageDict.pickle! need test
4 years ago
Ivan Maslov
baf928ded2
- Add ConnectionReset except in Server to catch network interactions
...
- Add info about how to use pyOpenRPA with both bitness
4 years ago
Ivan Maslov
1c415a34cb
interval from Web front 600ms + OSCredentialsVerify on the back with no logs
4 years ago
Ivan Maslov
fa67b83b77
Change log message about sesitive params - dont show it in logs... Security reasons, because logs can be shown on the web.
4 years ago
Ivan Maslov
ed4909bd1d
Orc Server minor fixes in RDP List generation
4 years ago
Ivan Maslov
f72b20a490
Fix in BC with User URL match list
4 years ago
Ivan Maslov
8487d6e485
Minor fix BC Old Start (DeepMergeDict2to1 FIXES)
4 years ago
Ivan Maslov
09ba3c0e86
! Scheduler period activity was suppressed ("TimeHH:MMStart" in lItem and "TimeHH:MMStop")
...
- WEB Connect defs
- def WebURLConnectDef(inGSettings, inMethodStr, inURLStr, inMatchTypeStr, inDef, inContentTypeStr="application/octet-stream"): # Connect URL to DEF
- def WebURLConnectFolder(inGSettings, inMethodStr, inURLStr, inMatchTypeStr, inFolderPathStr): # Connect URL to Folder
- def WebURLConnectFile(inGSettings, inMethodStr, inURLStr, inMatchTypeStr, inFilePathStr, inContentTypeStr="application/octet-stream"): # Connect URL to File
- def RDPTemplateCreate(inLoginStr, inPasswordStr, inHostStr="127.0.0.1", inPortInt = 3389, inWidthPXInt = 1680, inHeightPXInt = 1050, inUseBothMonitorBool = False, inDepthBitInt = 32, inSharedDriveList=["c"]): # Create some RDP template dict to use it when connect/reconnect
- Update def RDPSessionConnect(inGSettings, inRDPSessionKeyStr, inRDPTemplateDict=None, inHostStr=None, inPortStr=None, inLoginStr=None, inPasswordStr=None): # Create new RDPSession in RobotRDPActive. Attention - activity will be ignored if key is exists
- Update def RDPSessionReconnect(inGSettings, inRDPSessionKeyStr, inRDPTemplateDict=None): # RDP Session reconnect
4 years ago
Ivan Maslov
4c31b27bf6
- Orc RoleHierarchy - support RDP, Support Agent + buttons
...
Tested!
4 years ago
Ivan Maslov
239a2c6c83
# Test new processor in progress - need new setings template
4 years ago
Ivan Maslov
44d0f16981
# minor fixes after test
4 years ago
Ivan Maslov
f421aaa2ea
# Add orchestrator/Server unquotes for URL path (need for rus symbols in fila path)
4 years ago
Ivan Maslov
e2c1d3e575
# Test + Add web button + add model in front + Backward compatibility from v1.1.13 + try..except when load CP
4 years ago
Ivan Maslov
0044fd9263
# Minor fix in pyOpenRPA with logging (dont log processor activity from supertokens)
4 years ago
Ivan Maslov
4c8d0e3187
v1.1.8 UIDesktop minor bugfix from pywinauto with ctype.ArgumentError
...
Add Orchestrator UserRole model, Add Web render with user roles
4 years ago
Ivan Maslov
18b98d89d3
v1.1.0 After 2 month test prefinal with new improovements (+RobotRDPActive in Orchestrator + Easy ControlPanelTemplate)
5 years ago
Ivan Maslov
b8e4cd82b5
# Prefinal Orchestrator update (RobotRDPActive in Orchestrator)
5 years ago
Ivan Maslov
bedff40503
#FixmemoryLeakOrchestrator #FixMemoryLeakUtilsRobotDB
5 years ago
Ivan Maslov
c923087acb
#HotFixes: OrchestratorProcessorStartStop, OrchestratorStartNotRunExplorerWhenRun, UIdesktopFixes, Orchestrator add ProcessStartIfNotStarted
5 years ago
Ivan Maslov
74c355f679
RobotRDPActive: Add Ignore functionality, minor fix
5 years ago
Ivan Maslov
dce6ef0c19
- Orchestrator.Client: Minor fix in rendering table of the modal window
5 years ago
Ivan Maslov
61afbf1cae
- Orchestrator.Server: Add new engine for POST
...
- Orchestrator.Server: Minor Fix to support web view
Signed-off-by: Ivan Maslov <Ivan.Maslov@UnicodeLabs.ru>
5 years ago
Ivan Maslov
b5f67a67dd
- OrchestratorConnector: Was created from IntegrationOrchestrator
...
- OrchestratorConnector: Created Async methods
- Orchestrator minor bug fix in SettingsExample
- OrchestratorConnector: Add AuthToken authorization (Supertoken)
- Orchestrator: check login password correct if auth token is not correct - checked!
- OrchestratorConnector: Fix in interaction between Orchestrator and .py module
- Orchestrator.Processor: Minor fix in GlobalDictKeyListValueGet
- Orchestrator.Processor: Bug fix in GlobalDictKeyListValueSet and GlobalDictKeyListValueGet
- Orchestrator: Add supertoken in Settings
- OrchestratorConnector: Final refactoring
- OrchestratorConnector: If Orchestrator not responding correct - do nothing
- OrchestratorConnector: DataSendAsync, DataSendSync, IntervalDataSendAsync, ConfigurationInit
- Orchestrator.Processor: Return True if GlobalDictKeyListValueSet and minor fix
- OrchestratorConnector: DataReceiveResetAsync, DataSendResetAsync, IntervalDataSendResetAsync, IntervalDataReceiveResetAsync
- OrchestratorConnector: ConfigurationInit - init interval functions from dict configuration
Signed-off-by: Ivan Maslov <Ivan.Maslov@UnicodeLabs.ru>
5 years ago
Ivan Maslov
98f22ddb58
- Robot: Add RobotSettings.py to Robot
...
- Robot: Logger to GlobalDict
- Robot: Exclude Robot.py
- Studio: Add Settings.py
- All: Remove print garbage
Signed-off-by: Ivan Maslov <Ivan.Maslov@UnicodeLabs.ru>
5 years ago
Ivan Maslov
4f6b4a8e75
- Tools.RobotRDPActive: ENG version included
...
- Tools.RobotRDPActive: Add Settings template in Utils
- Orchestrator: Auth template fix
- Tools.RobotRDPActive: Added logging
- Studio: Try to create support in IE (works - need test)
Signed-off-by: Ivan Maslov <Ivan.Maslov@UnicodeLabs.ru>
5 years ago
Ivan Maslov
816f57a54d
#Orchestrator New URLList engine - test 2 ready
5 years ago
Ivan Maslov
0e25557ea2
Orchestrator new engine test 1 is complete. Need test 2 Restart button fix. All urls in settings
...
Signed-off-by: Ivan Maslov <Ivan.Maslov@UnicodeLabs.ru>
5 years ago
Ivan Maslov
ff5c381a2a
#Orchestrator New URLList engine - need testing!
5 years ago
Ivan Maslov
0b551d152a
#OrchestratorAccessUsers for test
...
Signed-off-by: Ivan Maslov <Ivan.Maslov@UnicodeLabs.ru>
5 years ago
Ivan Maslov
f6ed0cf27a
#Orchestrator AccessUser for test
5 years ago
Ivan Maslov
3abf2b1761
#Refactor result Studio Orchestrator
...
Signed-off-by: Ivan Maslov <Ivan.Maslov@UnicodeLabs.ru>
5 years ago
Ivan Maslov
89a178de94
#OrchestratorRefactoring NeedTest
...
Signed-off-by: Ivan Maslov <Ivan.Maslov@UnicodeLabs.ru>
5 years ago
Ivan Maslov
31090d596c
#Refactor part 2
5 years ago