You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ivan Maslov
caf688536a
- Orc new structure for CP: "CPDict": { # "CPKey": {"HTMLRenderDef":None, "JSONGeneratorDef":None, "JSInitGeneratorDef":None}},
- - Back: inGSettings["CPDict"][RobotKeyStr]["HTMLRenderDef"] > Front: mGlobal.pyOpenRPA.ServerDataDict.CPDict.RobotKeyStr.HTMLStr
- - Back: inGSettings["CPDict"][RobotKeyStr]["JSONGeneratorDef"] > Front: mGlobal.pyOpenRPA.ServerDataDict.CPDict.RobotKeyStr.JSONDict
- - CPDict > HTMLRenderDef > def (inGSettings); def (inRequest, inGSettings); def ()
- - CPDict > JSONGeneratorDef > def (inGSettings); def (inRequest, inGSettings); def ()
- - CPDict > JSInitGeneratorDef > def (inGSettings); def (inRequest, inGSettings); def ()
Orc connect JSONGenerators to WEB Front (mGlobal.)
- Orc back: add new block: OrchestratorWeb
- - def OrchestratorWebCPUpdate(inGSettings, inCPKeyStr, inHTMLRenderDef=None, inJSONGeneratorDef=None, inJSInitGeneratorDef=None): # Add control panel HTML, JSON generator or JS when page init
|
4 years ago |
.. |
BugCases/2019 06 09 CheckBitnessFromX64InX32
|
#Refactor part 2
|
5 years ago |
Examples
|
#Refactor part 2
|
5 years ago |
Sandbox
|
- Orc RoleHierarchy - support RDP, Support Agent + buttons
|
4 years ago |
pyOpenRPA
|
- Orc new structure for CP: "CPDict": { # "CPKey": {"HTMLRenderDef":None, "JSONGeneratorDef":None, "JSInitGeneratorDef":None}},
|
4 years ago |
CreateUploadInstall_x64_x32.cmd
|
#Upgrade python/s
|
5 years ago |
MANIFEST.in
|
# Minor fixes 1.1.1 (setup py)
|
5 years ago |
PIPUpgrade.cmd
|
#Refactor part 2
|
5 years ago |
PyPiUpload.cmd
|
#Refactor part 2
|
5 years ago |
SetupCreateDist.cmd
|
#Upgrade python/s
|
5 years ago |
Version.py
|
#Refactor part 2
|
5 years ago |
__init__.py
|
# Prefinal Orchestrator update (RobotRDPActive in Orchestrator)
|
5 years ago |
setup.py
|
# Upgrade pywinauto to 0.6.8 (Fixed some big bug with int convert to long fails) + Some Docs fixes in Pypi
|
4 years ago |
test_idle.py
|
# Prefinal RobotRDPActive OpenRPA test
|
5 years ago |