Commit graph

92 commits

Author SHA1 Message Date
Roy Nieterau
3fae1f8521 Just some grammar tweaks 2023-03-30 13:59:22 +02:00
Petr Kalis
b5ccd03ebd Fix - handle inputLinks and hero version
Hero version doesn't store inputLinks, but with changes in comparing it should work.
2023-01-25 18:25:04 +01:00
Ondřej Samohel
3357392e71
🚨 fix 🐶 2022-11-16 18:59:21 +01:00
Ondřej Samohel
c028bb2a94
Update openpype/client/entities.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-11-16 18:37:24 +01:00
Ondrej Samohel
cae09e0002
🏷️ fix docstring hints 2022-11-11 15:08:55 +01:00
Petr Kalis
46e1c9bdbb
Merge pull request #3941 from pypeclub/chore/OP-4181_Integrate-Hero-version-using-operations
Refactor: changed legacy way to update database for Hero version integrate
2022-10-11 11:30:45 +02:00
Petr Kalis
640971a49b OP-4181 - modified signature of new_hero_version_doc 2022-10-06 13:40:37 +02:00
Petr Kalis
a9413b1ecf OP-4181 - changed legacy way to update database
Operations used instead.
2022-10-05 13:50:27 +02:00
iLLiCiTiT
25ac0dd9a4 for hero versions use standard version for representation links 2022-09-23 21:00:46 +02:00
Jakub Trllo
1b0bc2eab6 safe data access 2022-09-23 11:38:35 +02:00
Jakub Trllo
98c1e58d40 removed hero version filtering 2022-09-23 11:38:29 +02:00
Jakub Trllo
113210a781 firx access to 'Pattern' attribute 2022-09-09 17:21:53 +02:00
Jakub Trllo
81d8a53dba fix function name 2022-09-05 12:20:16 +02:00
Jakub Trllo
0015b477eb Merge branch 'develop' into feature/OP-3788_Move-queries-of-asset-and-representation-links 2022-09-05 12:19:31 +02:00
Roy Nieterau
58724a4c1b Have get_project inactive argument default to True 2022-09-01 23:33:27 +02:00
Jakub Trllo
9665f1c9d3 Merge branch 'develop' into feature/OP-3788_Move-queries-of-asset-and-representation-links 2022-08-31 18:25:13 +02:00
Jakub Trllo
a0b33deda3 added functions to get linked ids 2022-08-31 18:18:33 +02:00
Jakub Trllo
137e409889 convert functions to be usable in other files of client 2022-08-31 18:08:16 +02:00
Jakub Trllo
519f808867 moved 'create_project' to client operations 2022-08-31 15:02:55 +02:00
Jakub Trllo
88d9148116 added creation of new thumbnail document into operations 2022-08-29 13:32:12 +02:00
Jakub Trllo
882e00baef use Logger instead of PypeLogger 2022-08-24 15:52:47 +02:00
Jakub Trllo
2ded3136c7 moved project name regex to client operations and use it from there 2022-08-23 17:47:04 +02:00
Jakub Trllo
0d8ab1c17e fix unsetting of value 2022-08-23 15:35:35 +02:00
Jakub Trllo
9c2c1118ac added notes into client directory 2022-08-23 15:07:47 +02:00
Jakub Trllo
2b62f28e90 fix 'get_representations_parents' function to be able handle hero versions 2022-08-18 15:27:13 +02:00
iLLiCiTiT
a601fab359 Merge branch 'feature/maya-build-from-template' into feature/maya-build-from-template-queries 2022-08-12 20:28:37 +02:00
Jakub Trllo
e95c58e7b0
Merge pull request #3637 from pypeclub/feature/OP-3646_Move-workfiles-functions-into-pipeline
General: Move workfiles functions into pipeline
2022-08-12 20:07:20 +02:00
Jakub Trllo
089cd3f9fa added missing docstring for 'context_filters' argument 2022-08-12 13:55:00 +02:00
Jakub Trllo
66ee0beaf6 fix empty or query 2022-08-11 17:43:47 +02:00
Jakub Trllo
6ef46c26fd Merge branch 'feature/maya-build-from-template' into feature/maya-build-from-template-queries 2022-08-11 17:35:14 +02:00
Jakub Trllo
0c108db712
Merge pull request #3633 from BigRoy/fix_get_output_link_versions
Refactor `get_output_link_versions` to query id instead of input
2022-08-10 14:35:47 +02:00
Jakub Trllo
48c94ea22b added operations for workfile info 2022-08-09 12:29:30 +02:00
Roy Nieterau
c4a932d3e2 Refactor get_output_link_versions to query data.inputLinks.id instead of data.inputLinks.input 2022-08-09 12:17:42 +02:00
Jakub Trllo
e014deb411 small variable name changes 2022-08-05 12:20:22 +02:00
Jakub Trllo
7d1f1bb064 remove extensions arguments 2022-08-05 09:50:11 +02:00
Jakub Trllo
7de3d76075 removed unused import 2022-08-01 12:46:44 +02:00
Jakub Trllo
23866fee29 added some docstrings 2022-08-01 12:43:27 +02:00
Jakub Trllo
f39623d991 added helper functions to create new documents 2022-07-29 19:22:14 +02:00
Jakub Trllo
cc5abb1514 few minor modifications and changes 2022-07-29 19:20:47 +02:00
Jakub Trllo
c429a41188 added initial variant of operations 2022-07-29 18:12:43 +02:00
Jakub Trllo
ccdff822a5 moved 'get_project_database' and 'get_project_connection' to mongo 2022-07-29 18:11:11 +02:00
Jakub Trllo
2d601d051a give ability to query by representation context and regex 2022-07-29 16:42:54 +02:00
Jakub Trllo
c05a510281
Merge pull request #3531 from pypeclub/feature/OP-3595_Mongo-core-connection-in-client
General: Mongo core connection moved to client
2022-07-26 13:00:15 +02:00
Jakub Trllo
9187696c76 Merge branch 'develop' into feature/OP-3593_Move-load-functions-into-pipeline 2022-07-18 13:15:44 +02:00
Jakub Trllo
93b09e3884 Merge branch 'develop' into feature/OP-3595_Mongo-core-connection-in-client 2022-07-18 13:15:29 +02:00
Jakub Trllo
69ad12d61d made '_get_project_connection' function temporarily public for create, update and remove 2022-07-18 11:21:30 +02:00
Jakub Trllo
ccbc18fd82 'OpenPypeMongoConnection' is available in 'openpype.client' 2022-07-18 11:17:01 +02:00
Jakub Trllo
846e23dbab copied mongo.py from lib to client 2022-07-18 11:16:53 +02:00
Jakub Trllo
340c20e64c fix line length 2022-07-18 10:43:20 +02:00
Jakub Trllo
44611981d4 modified return types in docstrings 2022-07-18 10:37:16 +02:00