Commit graph

44 commits

Author SHA1 Message Date
Jakub Trllo
675d9aec25 Merged in bugfix/PYPE-483_clockify_bug_fixes (pull request #269)
Bugfix/PYPE-483 clockify bug fixes

Approved-by: Milan Kolar <milan@orbi.tools>
2019-09-02 10:05:04 +00:00
iLLiCiTiT
9a9e1f5774 fixed formatting 2019-08-16 10:37:53 +02:00
iLLiCiTiT
6b34b061a6 manual event triggering was replaced by trigger_action in code 2019-08-16 10:37:40 +02:00
iLLiCiTiT
fa746a0e10 added trigger action method to base handler 2019-08-16 10:28:34 +02:00
iLLiCiTiT
82d05de4e7 fixed ftrack action labels issue 2019-08-15 11:30:07 +02:00
iLLiCiTiT
84846ff806 when ftrack preregister method returned None registration continue as was returned True 2019-08-15 11:29:23 +02:00
iLLiCiTiT
01926282d9 base handler set attribute values based on presets 2019-08-09 19:36:49 +02:00
iLLiCiTiT
11fc3ee6fd added plugins_presets to ftrack plugins init args 2019-08-09 19:36:24 +02:00
iLLiCiTiT
bd2e5ecea1 (hotfix) fixed title and arg parsing in show_interface_form_dict 2019-08-06 13:54:22 +02:00
iLLiCiTiT
b9d29b5321 actions now print traceback on crash 2019-08-05 11:55:48 +02:00
Jakub Trllo
a31b17d528 Merged in feature/PYPE-461_ftrack_ignore_me (pull request #250)
Feature/PYPE-461 ftrack ignore me

Approved-by: Milan Kolar <milan@orbi.tools>
2019-08-04 20:41:23 +00:00
Jakub Trllo
510479ded4 added forgotten lines in _get_entity_type in session 2019-08-04 11:55:54 +02:00
iLLiCiTiT
6318d233e4 base handler checks for ignore_me before registering 2019-08-02 16:27:17 +02:00
iLLiCiTiT
5cb3fb8389 added interface messages on error during sync_hier_attrs, modified show_interface and added possibility to show_interface_from_dict 2019-08-02 14:50:24 +02:00
iLLiCiTiT
52c4580bdc added process_session to sync_hier_attr action so session for processing is separated from shared session 2019-08-02 14:16:58 +02:00
Toke Jepsen
73720698fc Update ftrack_base_handler.py 2019-06-11 19:27:33 +01:00
Jakub Trllo
1917944069 base handler import log directly from pypeapp 2019-05-22 13:45:17 +02:00
Jakub Trllo
91ab9e3c5f fixed ftrack_api import in ftrack_base_handler 2019-05-08 12:09:25 +02:00
Jakub Trllo
1ed32627c5 bug fixed ftrack_api symbol not used from imported module but directly imported 2019-05-08 10:14:44 +02:00
Jakub Trllo
7c7b925671 import ftrack_api is specified now from pype.vendor 2019-04-28 20:47:32 +02:00
Jakub Trllo
7ed5c1c1d1 (fix) forgotten method definition 2019-04-23 17:34:16 +02:00
Jakub Trllo
6157dff134 update ftrack preactions 2019-04-19 21:33:58 +02:00
Milan Kolar
dce33a9370 convert anatomy in plugins to new 2019-04-13 01:06:48 +02:00
Milan Kolar
7fe8d02abf Merge branch 'develop' into 2.0/sync_from_1.0
# Conflicts:
#	pype/ftrack/actions/action_djvview.py
#	pype/ftrack/actions/event_collect_entities.py
#	pype/ftrack/lib/ftrack_app_handler.py
#	pype/plugins/global/publish/collect_assumed_destination.py
#	pype/plugins/launcher/actions/AssetCreator.py
2019-04-09 23:00:22 +02:00
Milan Kolar
6c0bba1168 Merge branch 'develop' into 2.0/sync_from_1.0 2019-04-09 22:38:28 +02:00
Jakub Trllo
30abd7ff5c fixed imports to 2.0 in pype/ftrack 2019-03-20 09:35:46 +01:00
Jakub Trllo
5760d2b53a Merge branch 'develop' into feature/PYPE-224_clockify_integration 2019-03-18 12:02:17 +01:00
Jakub Trllo
6f624c8a2d base handler catch assert exceptions 2019-03-15 18:17:15 +01:00
Jakub Trllo
f23b0f0b8a better result handling on ftrack ations 2019-03-14 18:15:22 +01:00
Jakub Trllo
3e7f4c2cad action can be ended in interface now 2019-03-13 13:46:47 +01:00
Jakub Trllo
f5e203ab7d gathering entities was moved to base handler, collect entities event was removed 2019-03-13 13:41:56 +01:00
Jakub Trllo
41c31e01e9 missing permission error is more specific now 2019-03-11 17:54:13 +01:00
Jakub Trllo
2360b44404 ftrack base handler can handle if items are result 2019-03-11 16:48:47 +01:00
Jakub Trllo
e05198d244 added log that action has finished 2019-03-08 12:31:28 +01:00
Jakub Trllo
f2220ee70f entities renamed to entities_object and entity_types and entities_count removed not used, hard to implement 2019-03-06 12:26:49 +01:00
Jakub Trllo
0660919e6b log about launching action moved before action launch 2019-03-06 12:24:14 +01:00
Jakub Trllo
ab0ec975c9 discarted prediscoveries not make sence with collect entities 2019-03-06 12:23:42 +01:00
Jakub Trllo
c401f59ef7 fixed loading entities 2019-03-04 18:32:50 +01:00
Jakub Trllo
2cb6c6260d changed base handler so it uses collected entities from event 2019-03-04 17:41:55 +01:00
Jakub Trllo
c1c483390d added role check to base handler 2019-03-03 21:44:55 +01:00
Jakub Trllo
7205675402 added launch log into actions and events 2019-03-01 18:09:16 +01:00
Jakub Trllo
e212037640 quickfix for actions discovery 2019-02-25 14:33:59 +00:00
Jakub Trllo
7873548657 added prediscover to base handler 2019-02-22 15:31:54 +01:00
Jakub Trllo
f4324c4a27 ftrack_utils renamed to lib 2019-01-24 12:28:32 +01:00
Renamed from pype/ftrack/ftrack_utils/ftrack_base_handler.py (Browse further)