Ivan Maslov
b5996fad45
final fixes for 1.3.1
2 years ago
Ivan Maslov
60ca4e5bcb
Robot.Audio in progress
2 years ago
robo-bo
02694add30
orc cp hello upd
2 years ago
robo-bo
4115f461f9
orc demo in progress
2 years ago
robo-bo
c79749096e
Add merge requests - some fixes
2 years ago
Vladislav Klychkov
1043e44ca4
+ Робот-казначей
2 years ago
Vladislav Klychkov
f34d675f90
Структурирование названий файлов
2 years ago
Vladislav Klychkov
aebcace966
Добавлена карточка HR в демо-стенд
2 years ago
Ivan Maslov
fec135e16f
orc add ssl
2 years ago
robo-bo
b3d04a6393
Orc server is tested TODO js lib orpa
2 years ago
robo-bo
1c175f109e
fixes
2 years ago
robo-bo
2b06170730
Start to go to fast api (with backward compatibility)
2 years ago
root
ee22027d4f
fix rights to 755 (linux actual)
2 years ago
robo-bo
159b144107
turn off admin for linux pyOpenRPA
2 years ago
robo-bo
411e928ca8
Orc web - responsive (mobile!)
2 years ago
Ivan Maslov
2b66c60e48
add user rpa00 as admin in orc
2 years ago
Ivan Maslov
a5c36b1c7c
.sh fixes (add shebang for @Ruin in Konsole@)
2 years ago
Ivan Maslov
b9108a77c5
renaming
2 years ago
Ivan Maslov
d5f165f882
Rename start file in orchestrator, fix in ServerSettings for Linux
2 years ago
Mikhail
6131195d3d
лин, добавили недостающие библиотеки для орка, прототип запустили
2 years ago
Ivan Maslov
2bebe2b50f
fix studio bug when last previous update was released
2 years ago
Ivan Maslov
1cea34c8c8
Try to returnn list to Agent (no one item) need test
3 years ago
Ivan Maslov
3f5a8e5687
Managers. Git is ready - try to test
3 years ago
Ivan Maslov
e12168e384
# Add jupyter sandbox in orchestrator
...
Managers Git in progress
3 years ago
Ivan Maslov
cd3e3211ff
draft 1.2.7 (need test)
...
# Add "ThreadBool" flag in ActivityItem - run in async mode some activity
3 years ago
Ivan Maslov
0c78cee85a
draft 1.2.7 (need test)
...
# Orchestrator.OrchestratorPySearchInit - auto init .py modules in orchestrator
# No more double logger handlers initialization
# No more double pyOpenRPA.Orchestrator and pyOpenRPA.Orchestrator.__Orchestrator__ initialization - realy singleton
# When init gSettings - default logger level is INFO
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
df357e58ce
Remove 2-nd process orchestrator add Admin rights def to run Orc before it will be called (because of the CP init before)
4 years ago
Ivan Maslov
8e7e7f171d
Basic JS remove GUIDStr from Activity Items
...
Create def to restore Orchestrator session - you can setup this when you want to restore
4 years ago
Ivan Maslov
87240285eb
GUIDE ENG prefinal
4 years ago
Ivan Maslov
e6945b4a2a
Add safe init CP when starts
4 years ago
Ivan Maslov
3585cb3946
Orchestrator executable with auto run with admin rights
4 years ago
Ivan Maslov
f1f706bca1
- def UACKeyListCheck(inRequest, inRoleKeyList): #Check is client is has access for the key list
...
- def WebUserInfoGet(inRequest): # Return User info about request Return {"DomainUpperStr":"", "UserNameUpperStr": ""}
- def WebUserUACHierarchyGet(inRequest): # Return User UAC Hierarchy DICT Return {...}
- Scheduler
- Refactoring in gSettings (Scheduler > SchedulerDict)
- def SchedulerActivityTimeAddWeekly(inGSettings, inTimeHHMMStr="23:55:", inWeekdayList=[], inActivityList=[]): # Add activity in time weekly
- Scheduler now listen SchedulerDict
- def ProcessorActivityItemAppend(inGSettings, inDef, inArgList=[], inArgDict={}, inArgGSettingsStr=None, inArgLoggerStr=None): # Add Activity item in Processor list
4 years ago
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
Ivan Maslov
4c31b27bf6
- Orc RoleHierarchy - support RDP, Support Agent + buttons
...
Tested!
4 years ago
Ivan Maslov
caeae7c997
- Create new pyOpenRPA UAC Client hierarchy SettingsTemplate.__UACClientAdminCreate__ - need to update functionallity
...
- Orchestrator WEB: Update WEB to the new UACClient
4 years ago
Ivan Maslov
2942b7cc70
- Orchestrator WEB GUI update - Administrator mode - add log view - in progress
4 years ago
Ivan Maslov
026a152dfc
+- Create Web HTML / JS generators [pyOpenRPA.Orchestrator.Web.Basic]
...
+- - def JSEscapeForHTMLInline(inJSStr): # Escape JS to the safe JS for the inline JS in HTML tags ATTENTION! Use it only if want to paste JS into HTML tag - not in <script>
+- - def HTMLLinkURL(inURLStr, inTitleStr=None, inColorStr=None): # Generate HTML code of the simple URL link by the URL
+- - def HTMLLinkJSOnClick(inJSOnClickStr, inTitleStr, inColorStr=None): # Generate HTML code of the simple URL link by the JS when onclick
4 years ago
Ivan Maslov
a0e85bb795
dev in progress - need update for GUID -do not create it
...
+- Add absolute/relative import for the control panels
+- Add new Orchestrator defs:
+- - def OrchestratorAccessUserUpdate(inGSettings, inADLoginStr, inADStr="", inADIsDefaultBool=True, inURLList=[], inCPAllowKeyList=[]): - Update user access
+- - def OrchestratorAccessSuperTokenAdd(inGSettings, inSuperTokenStr): # Add supertoken for the all access (it is need for the robot communication without human)
4 years ago
Ivan Maslov
921f8f72a2
# Add version check + autorefresh if version was changed (with backward compatibility)
4 years ago
Ivan Maslov
bee96d3596
# Create Orchestrator.RDP defs - need decorator @ProcessorOnly
4 years ago
Ivan Maslov
9a7fc13d9f
# in progress new orchestrator processor
4 years ago
Ivan Maslov
c7cfa66a62
# minor fixes in basic UAC (because of add 2 buttons in front)
4 years ago
Ivan Maslov
c369c70b80
# Add struct to load SettingsUpdate after RDP restore
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
5333209528
# Orch ajax optimized # Remove refresh button # remove RDPListControlPanelGet # AddAutocleaner #Add exception if ControlPanel with error # Restart Orch with old RDP List!!! (need test)
4 years ago
Ivan Maslov
0e2caeb7db
Merge branch 'master' of https://gitlab.com/UnicodeLabs/OpenRPA.git
4 years ago
Ivan Maslov
d39ea067b1
# Minor updates # TemplateControlPanel # TeplateSettings # Template CMD
4 years ago
Ivan Maslov
b578600c09
# Upgrade pywinauto to 0.6.8 (Fixed some big bug with int convert to long fails) + Some Docs fixes in Pypi
4 years ago