Commit graph

25 commits

Author SHA1 Message Date
Jakub Trllo
a28d6d34d2 Merge branch 'develop' into feature/OP-7176_Use-folder-path-as-unique-identifier
# Conflicts:
#	openpype/client/server/entities.py
#	openpype/pipeline/context_tools.py
2023-11-13 16:39:09 +01:00
Jakub Trllo
1e0f449239 implemented 'get_ayon_server_api_connection' to help create connection 2023-11-09 14:32:57 +01:00
Jakub Trllo
331c4833ad added helper function 'get_asset_name_identifier' to receive folder path in AYON mode and asset name in openpype 2023-10-24 17:58:34 +02:00
Jakub Trllo
81d8a53dba fix function name 2022-09-05 12:20:16 +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
519f808867 moved 'create_project' to client operations 2022-08-31 15:02:55 +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
ccbc18fd82 'OpenPypeMongoConnection' is available in 'openpype.client' 2022-07-18 11:17:01 +02:00
Jakub Trllo
b0ce3e851d added function to check if version is latest 2022-07-15 17:25:53 +02:00
Jakub Trllo
114088fe84
Merge pull request #3454 from pypeclub/feature/OP-3506_Use-query-functions-in-openpype-lib
General: Use query functions in openpype lib functions
2022-07-11 11:52:27 +02:00
Jakub Trllo
d1e7ae25d4 added function to receive archived representations 2022-07-01 11:35:44 +02:00
Jakub Trllo
cb62b17571 added ability to receive all project documents 2022-06-30 16:29:54 +02:00
Jakub Trllo
e147cd4132 added 'get_workfile_info' to openpype.client which replace 'get_workfile_doc' in openpype.lib 2022-06-30 16:04:25 +02:00
Jakub Trllo
d4e78369f0 added new function to retrieve only archived assets 2022-06-14 14:03:12 +02:00
Jakub Trllo
0ce3045ad0 added missing docstrings 2022-06-07 18:47:42 +02:00
Jakub Trllo
cde47eefa8 renamed 'get_representation' to 'get_representation_by_id' 2022-06-07 18:27:54 +02:00
Jakub Trllo
ba6ef6d2ae split 'get_last_version_for_subset' into 'get_last_version_by_subset_id' and 'get_last_version_by_subset_name' 2022-06-07 18:23:44 +02:00
Jakub Trllo
675da63f8c split 'get_hero_version' to 'get_hero_version_by_id' and 'get_hero_version_by_subset_id' 2022-06-07 18:04:04 +02:00
Jakub Trllo
0f95a66359 renamed get_version_links to get_output_link_versions 2022-06-07 17:43:44 +02:00
Jakub Trllo
0d5cc529d5 renamed 'get_version' to 'get_version_by_id' 2022-06-07 17:18:21 +02:00
Jakub Trllo
9456dac8b9 separated function get_subset into 2 separated functions 2022-06-07 16:44:26 +02:00
Jakub Trllo
0d38c76f54 separated functions to query asset by name and id 2022-06-07 16:28:53 +02:00
Jakub Trllo
9829410932 implemented get_representation_parents for single representation 2022-06-07 15:16:39 +02:00
Jakub Trllo
5526435e41 initial commit of client entities functions 2022-06-04 21:07:49 +02:00