Commit graph

4676 commits

Author SHA1 Message Date
Ondřej Samohel
8c6500f1f8
Merge branch 'develop' into feature/911-new-traits-based-integrator 2025-04-16 11:56:55 +02:00
Jakub Trllo
4f9f7724ac fix original intnetion of thumbnail created logging 2025-04-16 10:35:41 +02:00
Jakub Ježek
602a17999d
Merge branch 'develop' into bugfix/AY-7717_nuke-multiple-intermediate-fails-thumbnail-in-integrator_1241 2025-04-15 15:50:47 +02:00
Jakub Jezek
d5f599b811
Fixes thumbnail creation logic for multiple reps
Resets the `repre_thumb_created` flag for each representation to ensure that thumbnails are correctly generated for all reviewable representations when multiple are present.
This prevents the logic from skipping subsequent representations after the first one successfully creates a thumbnail.
2025-04-15 14:45:36 +02:00
Ondřej Samohel
099ffe4e94
Merge branch 'develop' into feature/911-new-traits-based-integrator 2025-04-14 17:42:32 +02:00
Ynbot
400774d438 [Automated] Update version in package.py for develop 2025-04-14 14:32:11 +00:00
Ynbot
122a4a9f09 [Automated] Add generated package files from main 2025-04-14 14:31:37 +00:00
Jakub Jezek
f770a35d54
Fixes thumbnail creation logic
Moves the `thumbnail_created` flag initialization inside the loop.

This ensures that the flag is reset for each representation, preventing it from being incorrectly skipped if a previous representation failed to create a thumbnail.
2025-04-14 15:42:12 +02:00
Ondřej Samohel
0f7427a3e8
Merge branch 'develop' into feature/911-new-traits-based-integrator 2025-04-14 14:07:14 +02:00
Jakub Ježek
d12632e000
Merge branch 'develop' into bugfix/inplace-integration 2025-04-14 14:00:28 +02:00
Jakub Ježek
97bfd0459d
Update client/ayon_core/plugins/publish/integrate.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-04-14 14:00:18 +02:00
Jakub Ježek
46f7fa4cc1
Update client/ayon_core/plugins/publish/integrate.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-04-14 14:00:11 +02:00
Jakub Trllo
ac7084dc68
Merge branch 'develop' into bugfix/fix-jpeg-thumbnail 2025-04-14 12:24:31 +02:00
Jakub Trllo
047b77e501 return the same output all the time 2025-04-12 01:06:29 +02:00
Jakub Jezek
402e98b443
Fixes issue with original directory lookup
Fixes a bug where the instance staging directory was being incorrectly used
when looking up the original directory for publish in place workflows,
instead of the staging directory from representation.

Adds debug logging to inspect instance data during integration.
2025-04-11 15:55:05 +02:00
Jakub Trllo
8cefce5887
Merge branch 'develop' into bugfix/fix-jpeg-thumbnail 2025-04-11 15:38:43 +02:00
Jakub Trllo
7ec8494b1a fix thumbnail upload 2025-04-11 15:34:11 +02:00
Jakub Trllo
3dc1eb49b1 don't use deprecated commands 2025-04-10 17:49:42 +02:00
Ondřej Samohel
d3f893d626
Merge remote-tracking branch 'origin/feature/911-new-traits-based-integrator' into feature/911-new-traits-based-integrator 2025-04-09 12:21:37 +02:00
Ondřej Samohel
46f72685b1
📝 add loader and publisher info to docs 2025-04-09 12:21:21 +02:00
Ondřej Samohel
837cc8d2d5
Merge branch 'develop' into feature/911-new-traits-based-integrator 2025-04-09 11:51:32 +02:00
Ondřej Samohel
2af6e95df2
♻️ update help and linter issues 2025-04-09 11:48:09 +02:00
Jakub Trllo
12fff22ea8
Merge branch 'develop' into bugfix/1139-version_up_current_workfile-doesnt-return-the-first-workfile-name-if-there-are-no-workfiles 2025-04-08 10:35:14 +02:00
Ynbot
abbc9ffc37 [Automated] Update version in package.py for develop 2025-04-07 20:56:09 +00:00
Ynbot
76734fbbd2 [Automated] Add generated package files from main 2025-04-07 20:55:32 +00:00
Roy Nieterau
87a25da86c
Merge branch 'develop' into enhancement/set-publish-attributes-values 2025-04-07 22:24:12 +02:00
Jakub Trllo
d548ebd448
Merge branch 'develop' into bugfix/1227-tools-thumbnails-not-available-for-artists 2025-04-07 17:36:59 +02:00
Jakub Trllo
abfb0aedee changed how thumbnails are received 2025-04-07 16:18:49 +02:00
Jakub Trllo
2ff6c7a674
Merge branch 'develop' into enhancement/set-publish-attributes-values 2025-04-07 15:39:35 +02:00
Jakub Trllo
f450942ccd
Merge branch 'develop' into feature/envs-in-roots 2025-04-07 15:13:11 +02:00
Jakub Trllo
a810be6506 handle popped plugin values 2025-04-07 14:59:07 +02:00
Jakub Trllo
108326b9e9
Merge branch 'develop' into enhancement/set-publish-attributes-values 2025-04-07 14:53:49 +02:00
Ondřej Samohel
d77eab4ae7
Merge remote-tracking branch 'origin/feature/909-define-basic-trait-type-using-dataclasses' into feature/911-new-traits-based-integrator 2025-04-07 14:10:54 +02:00
Ondřej Samohel
292d54ceb8
Merge remote-tracking branch 'origin/develop' into feature/909-define-basic-trait-type-using-dataclasses 2025-04-07 14:09:31 +02:00
Ondřej Samohel
b8a90c4336
♻️ add future annotation
because type hints are using `list`, it breaks on Python 3.7
2025-04-03 16:40:22 +02:00
Jakub Trllo
9ebd2bbc64 fix typehints for older pythons 2025-04-02 14:20:53 +02:00
Jakub Trllo
d2f03815b1
Merge branch 'develop' into enhancement/899-ay-6316_launcher-show-only-assigned-tasks 2025-04-02 14:04:00 +02:00
Jakub Trllo
009348bca9 move widgets around 2025-04-02 14:01:07 +02:00
Jakub Ježek
e53bbb08e3
Merge branch 'develop' into feature/AY-5235_Delivery-Farm-Publishing 2025-04-02 12:02:14 +02:00
Jakub Trllo
81eff5ae6f fix attribute name 2025-04-02 09:47:46 +02:00
Jakub Trllo
0bad1078ab implemented delitem too 2025-04-02 09:37:57 +02:00
Jakub Trllo
6116a27677 implemented setitem for PublishAttributes 2025-04-02 09:37:43 +02:00
Jakub Trllo
67db8e7632 implemented 'set_value' on AttributeValues 2025-04-02 09:36:55 +02:00
Jakub Trllo
60848df430 added '_update' and '_pop' helper methods 2025-04-02 09:36:38 +02:00
Jakub Trllo
9eb652bd95 add missing line 2025-04-01 17:56:52 +02:00
Jakub Trllo
ba31114aa3 move the checkbox next to project combo 2025-04-01 17:55:42 +02:00
Jakub Trllo
c4c609432b skip filtering if items that are not tasks 2025-04-01 17:15:45 +02:00
Jakub Trllo
0f974c1352 fix state change handling 2025-04-01 17:15:31 +02:00
Jakub Trllo
5c13c3ae0d
Merge branch 'develop' into feature/envs-in-roots 2025-04-01 16:08:03 +02:00
Jakub Trllo
9986e7def9 capture exception in pre launch hook 2025-04-01 16:06:48 +02:00