Commit graph

60 commits

Author SHA1 Message Date
iLLiCiTiT
c136e5cb08 hound fixes 2020-07-13 17:26:15 +02:00
iLLiCiTiT
c76e5c9acc task entity type can be presetable 2020-07-13 16:38:11 +02:00
iLLiCiTiT
c59c589d38 modified docstring for custom attributes 2020-07-13 16:26:48 +02:00
iLLiCiTiT
11151b4122 added possibility to add task entity type custom attributes 2020-07-13 16:24:38 +02:00
iLLiCiTiT
6e6b38e4b1 few fixes and only roles and default values can be set via presets 2020-07-10 17:22:50 +02:00
iLLiCiTiT
e756dd60ec intent and tools attributes are based on global presets 2020-07-10 17:21:55 +02:00
iLLiCiTiT
8edba507b3 renamed custom attributes contatnts and get_avalon_attrs to get_pype_attrs 2020-07-10 17:20:53 +02:00
iLLiCiTiT
fff3c15da0 formatting changes 2020-07-10 17:19:48 +02:00
iLLiCiTiT
3975c7a0e1 added CUST_ATTR_GROUP variable 2020-07-10 17:18:54 +02:00
iLLiCiTiT
01ab07efe6 ftrack custom attributes are defined in pype 2020-07-10 17:18:19 +02:00
iLLiCiTiT
a020a661f3 make sure applications are not created twice 2020-07-09 18:17:41 +02:00
iLLiCiTiT
f50d46ba31 applications custom attribute is hardcoded in create/upadate action 2020-07-09 18:16:36 +02:00
iLLiCiTiT
f06c184d5c added application_definitions method which return app name with labels 2020-07-09 18:15:34 +02:00
iLLiCiTiT
15cef44eea method custom_attributes_from_file split into 2 parts 2020-07-09 18:13:27 +02:00
iLLiCiTiT
cedf2920f0 missing apps are logged out 2020-07-09 18:09:09 +02:00
iLLiCiTiT
0d402b857c ftrack applications registration is based on presets 2020-07-09 18:08:55 +02:00
iLLiCiTiT
7e07bf2892 Merge branch '2.x/develop' into develop 2020-07-08 11:16:33 +02:00
Milan Kolar
e48e19793f
Merge pull request #337 from pypeclub/bugfix/stop-tools-env-appending
stop appending of tools environment to existing env
2020-07-08 09:10:33 +02:00
Milan Kolar
d2efdf0dcf
Merge pull request #331 from pypeclub/bugfix/mongo_url_components
Bugfix/mongo url components
2020-07-08 09:08:08 +02:00
Milan Kolar
62cb5600ef
Merge pull request #325 from tokejepsen/2.x/bugfix/ftrack_timeout
Ftrack timeout needs to look at AVALON_TIMEOUT
2020-07-08 09:05:41 +02:00
Milan Kolar
323b8b26a3
Merge pull request #323 from pypeclub/feature/djv_without_presets
Feature/djv without presets
2020-07-08 09:04:49 +02:00
Milan Kolar
d114325692
Merge pull request #312 from pypeclub/feature/static_files_to_resources
Feature/static files to resources
2020-07-08 08:56:19 +02:00
Milan Kolar
2dcc98e40e
Merge pull request #311 from pypeclub/feature/unify_pype_icon_getter
Feature/unify pype icon getter
2020-07-08 08:55:41 +02:00
Milan Kolar
ba3ae6aaa8
Merge pull request #317 from pypeclub/feature/workfiles_api_extraction
Feature/workfiles api extraction
2020-07-08 08:53:29 +02:00
Ondřej Samohel
72b685fa9b
stop appending of tools env to existing env 2020-07-02 15:44:13 +02: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
iLLiCiTiT
748da390a5 removed check of database_name in components 2020-07-01 16:12:21 +02:00
iLLiCiTiT
4f0f943d45 make database_name as required argument in CustomDbConnector 2020-07-01 16:11:50 +02:00
iLLiCiTiT
034e4237fe removed duplicated function 2020-07-01 16:11:00 +02:00
Toke Stuart Jepsen
17546da1a2 Ftrack timeout needs to look at AVALON_TIMEOUT 2020-06-28 17:34:05 +01:00
iLLiCiTiT
cf171b08c9 ftrack djv action has hardocoded extensions and find path to djv from DJV_PATH environment variable 2020-06-26 17:17:14 +02:00
iLLiCiTiT
f19ffc13e6 ftrack app launcher sets AVALON_LAST_WORKFILE variable where path to last workfile is stored 2020-06-25 17:22:57 +02:00
iLLiCiTiT
880c91b06e modified ftrack message file getting 2020-06-24 15:15:20 +02:00
iLLiCiTiT
c7bcac6b46 used new resource way of getting pype icon in code 2020-06-24 15:05:22 +02: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
iLLiCiTiT
d185b5d54c io_nonsingleton is same as avalon's io 2020-06-21 15:52:04 +02:00
iLLiCiTiT
b4b3ed4bf4 custom db connector can expect different mongo url 2020-06-21 15:49:19 +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
Milan Kolar
6e8df0ab59
Merge pull request #263 from pypeclub/bugfix/sync_event_missing_variable
Bugfix/sync event missing variable
2020-06-16 10:21:30 +02:00
Toke Stuart Jepsen
59ca2f4975 Hound 2020-06-15 19:48:59 +01:00
iLLiCiTiT
1cf7e7c114 added missing variable to sync event class 2020-06-15 18:50:42 +02:00
Toke Stuart Jepsen
750db58d39 Batch tasks action 2020-06-15 17:19:18 +01:00
iLLiCiTiT
e17b7cb593 ignore empty action key in entity's data 2020-06-10 18:11:11 +02:00