Commit graph

63 commits

Author SHA1 Message Date
iLLiCiTiT
165177834d rest api handler does not log 4 error records at once 2020-05-11 16:38:34 +02:00
Jakub Jezek
ddbc57d264
fix(ppro): returning data from publish not correct 2020-04-23 11:12:31 +02:00
Jakub Jezek
bfa3d3590a
fix(ppro): avalon app name was also needed and namespace improvement 2020-04-22 20:42:50 +02:00
Ondřej Samohel
9fe7d605a5 Merge branch 'feature/PYPE-624_js_refactor' of github.com:pypeclub/pype into feature/PYPE-624_js_refactor 2020-04-22 18:43:51 +02:00
Ondřej Samohel
640d0135fd
fixed output of publish json 2020-04-22 18:42:54 +02:00
iLLiCiTiT
a0434e3704 added sys.executable to execute 2020-04-22 18:02:35 +02:00
iLLiCiTiT
70bb4b0a5d fixed publish script 2020-04-22 17:58:29 +02:00
iLLiCiTiT
1f5b372794 rest api is not thread based http server 2020-04-22 17:22:18 +02:00
iLLiCiTiT
69f8f3434d added available method for availability check 2020-04-17 17:29:06 +02:00
iLLiCiTiT
9af100d4db removed kwarg from route decorators 2020-04-17 17:28:33 +02:00
iLLiCiTiT
d7247ef4f4 renamed lib.py to rest_api.py because has only rest api callbacks 2020-04-17 17:10:55 +02:00
iLLiCiTiT
1616044175 removed publishing.py since not used and cleaned up imports 2020-04-17 16:52:39 +02:00
iLLiCiTiT
b1ca4e2302 rest api publish method runs publish script in subprocess 2020-04-17 16:52:09 +02:00
iLLiCiTiT
a18a467bf9 added prepare environemnts method which prepares environments base od request data 2020-04-17 16:47:44 +02:00
iLLiCiTiT
6e6c9bfd1c added publish script which registers all plugins and then launch publisher 2020-04-17 16:31:04 +02:00
iLLiCiTiT
792b65b0b9 premiere statics registration is not based on presets because it is not safe to do so 2020-04-17 16:30:18 +02:00
Jakub Jezek
3070e17507
fix(adobe, ppro): clearing code 2020-04-17 11:45:15 +02:00
Jakub Jezek
b04805a451
feat(ppro): wip publishing clips 2020-04-16 18:31:50 +02:00
Jakub Jezek
a22ae98ee2
feat(ppro): wip publishing from premiere 2020-04-15 15:26:35 +02:00
Jakub Jezek
9de1d2c9a0
feat(premiere): wip extension to pype2 2020-04-07 20:15:20 +02:00
Jakub Jezek
0c6a078445
feat(service): missing init added 2020-04-03 14:06:23 +02:00
Jakub Jezek
a88b808207
feat(service): adding adobe restapi service 2020-04-03 14:05:59 +02:00
iLLiCiTiT
e34d21c244 basic implementation of premiere communicator 2020-04-02 15:40:34 +02:00
iLLiCiTiT
64bdfe9069 put process route back 2020-04-02 15:14:30 +02:00
iLLiCiTiT
082fbb3547 allow multiple statics server and fixed few smaller bugs 2020-04-02 15:07:06 +02:00
iLLiCiTiT
5a0eed0d76 import cleanup in idle manager service 2019-12-10 13:22:43 +01:00
iLLiCiTiT
37792d0829 implemented tray_exit method to stop threads and clear signals on tray exit in idle manager service 2019-12-10 13:22:26 +01:00
Jakub Trllo
799991d77f Merged in hotfix/rest_api_minor_fixes (pull request #382)
Hotfix/rest api minor fixes

Approved-by: Milan Kolar <milan@orbi.tools>
2019-11-26 10:30:36 +00:00
iLLiCiTiT
9a167bec7f CustomNone moved to pype's lib 2019-11-25 10:50:46 +01:00
iLLiCiTiT
d30cc41e8b import fixes 2019-11-25 10:50:22 +01:00
iLLiCiTiT
343cdf55c1 formatting fixes 2019-11-25 10:49:52 +01:00
Milan Kolar
6e2fdb880c remove all but ftrack old api packages and change imports 2019-11-22 17:46:19 +01:00
Jakub Trllo
312d3c96ab Merge branch 'develop' into feature/advanced_rest_api 2019-10-31 23:35:28 +01:00
iLLiCiTiT
6285149489 enhanced signal dictionary creating 2019-10-30 10:44:47 +01:00
iLLiCiTiT
744a606d69 added try except of Attribute error to catch not existing thread error 2019-10-30 10:44:19 +01:00
iLLiCiTiT
588199821a removed statics server since rest api server can handle statics too 2019-10-24 15:25:45 +02:00
iLLiCiTiT
ee143aaee0 added possibility to turn off auto regex without entity specificment 2019-10-21 13:37:09 +02:00
Jakub Trllo
339b623e89 minor changes in prefix and fullpath preparing 2019-10-18 00:27:01 +02:00
Jakub Trllo
70853e25e3 removed unused variables 2019-10-18 00:26:23 +02:00
Jakub Trllo
518885a39f added docstrings 2019-10-18 00:26:10 +02:00
iLLiCiTiT
7d623a2bb5 minor change in request class 2019-10-17 12:17:46 +02:00
iLLiCiTiT
dc14235e97 rest api is not sending to callback specific data by args but send request info obj that contain all of that 2019-10-17 12:03:03 +02:00
iLLiCiTiT
cc9dd16d98 changed registering troute info are not stored to callback 2019-10-17 11:20:52 +02:00
iLLiCiTiT
1298bf73bf initial commit of rest api module with partially working rest api handling 2019-10-14 19:07:52 +02:00
iLLiCiTiT
262c186ba8 only one callback can be registered for path and improved response messages 2019-10-07 19:21:16 +02:00
iLLiCiTiT
5f46bca934 api server count on with invalid Content-Length 2019-10-07 16:59:17 +02:00
iLLiCiTiT
a0103b36f0 created first version of rest api server based on simple http server 2019-10-04 19:07:50 +02:00
iLLiCiTiT
e1cc291605 fixed variable naming 2019-07-23 18:18:20 +02:00
iLLiCiTiT
cef42b84b7 timer service wont try to launch timers on project tasks 2019-07-23 18:14:51 +02:00
Jakub Trllo
4924ddeab8 times in presets support float numbers now 2019-07-10 15:12:17 +02:00