Commit graph

3671 commits

Author SHA1 Message Date
iLLiCiTiT
ee8f09cf46 added error logs 2019-10-23 16:52:07 +02:00
iLLiCiTiT
aad641f233 import fixes 2019-10-23 16:48:13 +02:00
iLLiCiTiT
ac290711b9 sort events by date there were stored 2019-10-23 16:47:45 +02:00
iLLiCiTiT
45370876e3 replaced args with options(kwargs) in custom db connector 2019-10-23 15:29:05 +02:00
iLLiCiTiT
1ca674f33f added atexit to custom db connector to run uninstall on exit 2019-10-23 15:05:07 +02:00
iLLiCiTiT
19f810ff57 added check active table to custom db connector 2019-10-23 15:01:51 +02:00
iLLiCiTiT
4290af23e7 moved event server files in hierarchy 2019-10-23 14:57:53 +02:00
iLLiCiTiT
f1c873fedc minor fixes, occupied socket ports are skipped and logger is renamed 2019-10-23 14:38:32 +02:00
iLLiCiTiT
4921783d1a terminate signal is registered too to be able terminate subprocesses 2019-10-23 14:36:54 +02:00
iLLiCiTiT
d1bfa2412e pymongo connection error cause that subprocess will end 2019-10-23 14:33:01 +02:00
iLLiCiTiT
b7c2954061 changed default ports 2019-10-23 14:26:31 +02:00
iLLiCiTiT
bcf8bf17a5 session instance validation also checks for process session and raises exception if does not match ftrack_api session 2019-10-22 14:02:49 +02:00
iLLiCiTiT
28f2d14318 pype logging is not used in event_server_cli for cases when mongo is not accessible and removed backup solution 2019-10-22 14:01:58 +02:00
iLLiCiTiT
5c70f3eb13 modified event_server_cli to be able run subprocesses and handle their liveability 2019-10-22 12:12:54 +02:00
iLLiCiTiT
631dcb56ea added modified ftrack sessions, one for storing, second for processing events 2019-10-22 12:12:15 +02:00
iLLiCiTiT
1ee8ab0dab added socket thread which is able to start subprocess with connection to specific port with sockets 2019-10-22 12:11:46 +02:00
iLLiCiTiT
8b8427ca87 added scripts to be able to be run as subprocess, one for storing, second for processing events 2019-10-22 12:11:12 +02:00
iLLiCiTiT
f0e5f39342 run server in ftrack server gives ability to use other session and not to load plugins 2019-10-22 12:02:22 +02:00
iLLiCiTiT
43f63fd260 print traceback when error during plugin registration happens 2019-10-22 12:01:43 +02:00
iLLiCiTiT
11e2382dfd session check is happening during initialization not before register of each plugin 2019-10-22 12:00:04 +02:00
Jakub Trllo
785926552e Merged in hotfix/sync_hier_fix_attempt2 (pull request #327)
fix of not correctly storing hierarchical attributes
2019-10-18 14:03:35 +00:00
iLLiCiTiT
2676a8b048 fix of not correctly storing hierarchical attributes 2019-10-18 15:32:32 +02:00
Jakub Trllo
0c181f78a1 Merged in bugfix/PYPE-559_hier_attrs_event_fix (pull request #324)
Bugfix/PYPE-559 hier attrs event fix
2019-10-18 09:31:07 +00:00
Jakub Trllo
98ff411ea2 Merged in hotfix/event_keyerrors_fix (pull request #325)
fixed lines of events where KeyError was raised
2019-10-18 09:30:41 +00:00
Ondřej Samohel
4735a89a76 Merged in hotfix/maya-lookdev-fixes (pull request #318)
Fixing look dev bugs

Approved-by: Jakub Ježek <jakub@pype.club>
2019-10-18 08:33:14 +00:00
Ondřej Samohel
b466f129cb Merged in feature/PYPE-540_muster-pools-in-renderglobals (pull request #309)
Feature/PYPE-540 muster pools in renderglobals

Approved-by: Jakub Ježek <jakub@pype.club>
2019-10-18 08:30:45 +00:00
iLLiCiTiT
d375a5142b fixed lines of events where KeyError was raised due to missing values (or keys) 2019-10-18 10:21:15 +02:00
Jakub Trllo
37e842a8b3 Merged in feature/PYPE-544_effective_ftrack_queries (pull request #308)
Feature/PYPE-544 effective ftrack queries
2019-10-17 21:51:45 +00:00
iLLiCiTiT
be50b0ec05 fix unused and debug imports 2019-10-17 17:16:12 +02:00
iLLiCiTiT
642020ae12 added debug logging to hierarchical attrs event 2019-10-17 16:45:49 +02:00
iLLiCiTiT
aea0eefab0 process entities based on entity action (add, remove or update) 2019-10-17 16:45:04 +02:00
Jakub Trllo
5f6fed01aa Merged in feature/PYPE-548_rest_api_server (pull request #312)
Feature/PYPE-548 rest api server

Approved-by: Ondřej Samohel <annatar@annatar.net>
2019-10-17 13:29:20 +00:00
Ondřej Samohel
9c1a33e59d Merged in hotfix/maya2019_ftrack_fps_rounding (pull request #313)
Hotfix/maya2019 ftrack fps rounding
2019-10-17 13:21:28 +00:00
Jakub Ježek
c2effff3fb Merged in bugfix/nuke-lutLoader (pull request #323)
fix(nuke): lutJson didn't load fully as unexisted nuke node knob
2019-10-17 13:15:24 +00:00
Jakub Jezek
0e77f8a136 fix(nuke): lutJson didn't load fully as unexisted nuke node knob 2019-10-17 15:14:16 +02:00
Jakub Ježek
1039099cfd Merged in bugfix/nuke-cleanup (pull request #322)
fix(nuke): nuke was not quitting correctly as it was crash reporting all the time
2019-10-17 12:17:48 +00:00
Jakub Jezek
35eb54d123 fix(nuke): nuke was not quitting correctly as it was crash reporting all the time 2019-10-17 14:16:34 +02:00
Jakub Trllo
a1d4e25895 Merged in feature/PYPE-552_standalon_preview_create (pull request #321)
Feature/PYPE-552 standalon preview create
2019-10-16 14:26:57 +00:00
Jakub Trllo
705411be08 Merged in hotfix/event_thumb_update_fix (pull request #317)
Hotfix/event thumb update fix
2019-10-16 13:20:21 +00:00
Jakub Trllo
366d559659 Merged in feature/PYPE-539_improve_sync_logging (pull request #306)
added logging to sync to avalon
2019-10-16 13:17:05 +00:00
Jakub Trllo
cd11568b5f Merged in feature/PYPE-525_simple_user_module (pull request #316)
Feature/PYPE-525 simple user module

Approved-by: Jakub Ježek <jakub@pype.club>
2019-10-16 13:04:09 +00:00
Jakub Jezek
2b619c86c7 Merge branch 'develop' into feature/PYPE-539_improve_sync_logging 2019-10-16 14:39:52 +02:00
Jakub Trllo
d667ca27d4 Merged in feature/PYPE-541_deprecated_ftrack_actions (pull request #304)
Feature/PYPE-541 deprecated ftrack actions
2019-10-16 12:31:12 +00:00
Jakub Ježek
6bd3177727 Merged in hotfix/nuke-missing-variable (pull request #320)
Hotfix/nuke missing variable

Approved-by: Jakub Ježek <jakub@pype.club>
2019-10-16 12:14:20 +00:00
iLLiCiTiT
7b3e25e06c changed ffmpeg args to render only frame range from representation 2019-10-16 14:11:26 +02:00
Jakub Jezek
c6253b7493 fix(nuke): missing variable issue 2019-10-16 14:11:22 +02:00
iLLiCiTiT
156029ef0b created modified extract review for standalone publisher 2019-10-16 13:53:42 +02:00
iLLiCiTiT
d9780d8caa changes in extract_review were changed back since it's nuke break change 2019-10-16 13:52:40 +02:00
Jakub Jezek
6fe1645721 Merge branch 'develop' into feature/PYPE-525_simple_user_module 2019-10-16 11:46:26 +02:00
iLLiCiTiT
de4bc42ec7 collect context prepare data for preview rendering through extract_review 2019-10-16 11:31:25 +02:00