Commit graph

40 commits

Author SHA1 Message Date
iLLiCiTiT
8d7c181b54 converted ftrack module 2020-12-10 10:38:21 +01:00
iLLiCiTiT
58bdc2bcf9 fix hound 2020-12-07 14:51:11 +01:00
iLLiCiTiT
d7a0252c9f moved get_ftrack_event_mongo_info to ftrack.lib 2020-12-07 14:24:03 +01:00
iLLiCiTiT
f421a60404 ftrack url is taken from settings if not set via arguments 2020-12-07 13:07:15 +01:00
iLLiCiTiT
979c58c18f FTRACK_EVENTS_PATH env is set only if any paths were added via argument 2020-12-07 13:06:41 +01:00
iLLiCiTiT
db6427e07e processing of event paths is skipped in event_server_cli 2020-12-07 13:06:00 +01:00
iLLiCiTiT
79da225622 fixed imports in ftrack subprocesses 2020-12-07 13:04:58 +01:00
iLLiCiTiT
c3bc7382f0 replaced traceback print with logger warning 2020-12-07 12:22:26 +01:00
iLLiCiTiT
78116b6be6 removed testing 2020-12-07 12:09:38 +01:00
iLLiCiTiT
5b6e2254a2 processor, user process and legacy event server are loading event handler paths from ftrac server lib 2020-12-04 19:29:50 +01:00
iLLiCiTiT
18bd9ac334 status and storer processes just change arg to kwarg 2020-12-04 19:29:21 +01:00
iLLiCiTiT
715ee9117e added functions to get event handler paths for server and user server 2020-12-04 19:28:35 +01:00
iLLiCiTiT
f096c78f47 ftrack server does not load event handlers from environemtns but expect to be passed inside 2020-12-04 19:28:09 +01:00
iLLiCiTiT
467aa65aa7 remove loading clockify presets in ftrack event subprocess 2020-12-03 17:38:43 +01:00
iLLiCiTiT
9e407af9d3 empty dictionary is passed to ftrack events and actions instead of presets 2020-12-03 16:27:07 +01:00
iLLiCiTiT
e9892ce77e create project structure is using settings 2020-12-03 14:48:03 +01:00
iLLiCiTiT
c9f381e60b hound fixes 2020-09-30 11:46:23 +02:00
iLLiCiTiT
15172d32e3 modified imports inside ftrack module to be explicit 2020-09-30 11:12:23 +02:00
iLLiCiTiT
b41f9ac8bc variables with table changed to collection 2020-09-30 11:07:35 +02:00
iLLiCiTiT
bfb906f37a moved custom db connector to folder where is used 2020-09-30 11:06:06 +02:00
iLLiCiTiT
cfcd24318f avoid bugs when same event is more than once stored in mongo 2020-09-18 11:48:25 +02:00
iLLiCiTiT
f71aad40e0 removed icon attribute 2020-09-03 11:01:09 +02:00
iLLiCiTiT
b6b3ea0f35 cleaned clockify imports 2020-07-22 19:56:09 +02:00
iLLiCiTiT
0318a5c35c removed unused variable 2020-07-22 18:44:18 +02:00
iLLiCiTiT
eb4153a786 added clockifyapikey and clockifyworkspace arguments to ftrack event server script 2020-07-22 18:08:03 +02:00
iLLiCiTiT
98c1587da7 added clockify registration to ftrack event processor 2020-07-22 18:02:50 +02:00
Milan Kolar
2f9c05dc96
Merge pull request #329 from tokejepsen/2.x/bugfix/socket_thread_timeout
Increase socket thread timeout.
2020-07-17 19:22:44 +02:00
Toke Stuart Jepsen
62e296de6d Using PYPE_FTRACK_SOCKET_TIMEOUT variable
and default 45.
2020-07-17 17:52:16 +01:00
iLLiCiTiT
7dba84dea1 do not compose mongo url for ftrack events with database name and collection 2020-07-01 16:19:24 +02:00
iLLiCiTiT
a7196bce9e renamed class DbConnector to CustomDbConnector in custom_db_connector and fixed argument order 2020-07-01 16:16:10 +02:00
Toke Stuart Jepsen
87715afcb8 Increase socket thread timeout. 2020-06-30 14:45:09 +01:00
Toke Stuart Jepsen
1616d59854 Fix collection popping. 2020-06-24 10:32:57 +01:00
Toke Stuart Jepsen
fc1f889608 Ensure collection is not in uri. 2020-06-23 17:14:28 +01:00
Toke Stuart Jepsen
08c7d1e501 Fix event server mongo uri
- collection name in uri creates a bad database name error
- uri was not composed correctly
2020-06-23 16:32:39 +01:00
iLLiCiTiT
e781888d5a changed event server cli to can use new access to mongo 2020-06-21 15:56:09 +02:00
iLLiCiTiT
c30ba2d86b ftrack event may have custom mongo connection 2020-06-21 15:55:03 +02:00
iLLiCiTiT
9089aaafd7 event storer connection fixed usage 2020-06-21 15:53:47 +02:00
Toke Stuart Jepsen
e043454805 Make ftrack database and collection optional. 2020-06-18 22:57:43 +01:00
Toke Stuart Jepsen
511b2d1e24 Cloud Mongo
There was a circular import when importing from pypeapp, which I couldnt resolve, so have copied the mongo url logic across.
2020-06-18 22:33:29 +01:00
iLLiCiTiT
15c0c10a5c first step of pype's reorganization 2020-05-25 18:20:02 +02:00