Commit graph

43260 commits

Author SHA1 Message Date
Roy Nieterau
c1d7cde34d
Merge pull request #1248 from BigRoy/chore/remove_duplicate_code_get_legacy_product_name 2025-04-17 12:07:45 +02:00
Roy Nieterau
599ed3ab04
Merge branch 'develop' into chore/remove_duplicate_code_get_legacy_product_name 2025-04-17 12:04:07 +02:00
Roy Nieterau
644765cb85 Remove redundant duplicate lines of code 2025-04-16 22:03:02 +02:00
Roy Nieterau
28c9709a65
Merge pull request #1214 from BigRoy/enhancement/allow_disabling_removal_of_rendereed_files_on_farm 2025-04-16 21:54:10 +02:00
Roy Nieterau
8d25303333
Revert defaults so removal of rendered files is disabled by default 2025-04-16 21:53:17 +02:00
Jakub Trllo
ce1375443f set 'referer' header 2025-04-16 16:49:29 +02:00
Roy Nieterau
1845556612
Merge branch 'develop' into enhancement/allow_disabling_removal_of_rendereed_files_on_farm 2025-04-16 16:05:11 +02:00
Ondřej Samohel
cbbe1297cd
Merge branch 'develop' into feature/911-new-traits-based-integrator 2025-04-16 15:30:13 +02:00
Jakub Trllo
4e9a2a52b9
Merge branch 'develop' into feature/107-webactions-in-launcher-tool 2025-04-16 14:06:44 +02:00
Jakub Trllo
b8d1f97c2a
Merge pull request #1244 from ynput/enhancement/ruff-add-preview
Chore: Ruff add preview and docstring convetion
2025-04-16 12:45:38 +02:00
Jakub Trllo
fb8ee108b5
Merge branch 'develop' into enhancement/ruff-add-preview 2025-04-16 12:37:23 +02:00
Ondřej Samohel
02827106cf
🐶 remove preview flag
this will be at the end added by another PR
2025-04-16 12:32:58 +02:00
Ondřej Samohel
caf3eb58b8
⚗️ add server marks to shell script too 2025-04-16 12:32:32 +02:00
Ondřej Samohel
023482db3c
Merge remote-tracking branch 'origin/feature/911-new-traits-based-integrator' into feature/911-new-traits-based-integrator 2025-04-16 12:24:31 +02:00
Ondřej Samohel
7b0b5a46ec
⚗️ stop running tests requiring AYON server by default
this is to ensure test will still run on GH.
2025-04-16 12:23:56 +02:00
Ondřej Samohel
8c6500f1f8
Merge branch 'develop' into feature/911-new-traits-based-integrator 2025-04-16 11:56:55 +02:00
Ondřej Samohel
0cdbd07114
Merge remote-tracking branch 'origin/feature/911-new-traits-based-integrator' into feature/911-new-traits-based-integrator 2025-04-16 11:53:27 +02:00
Ondřej Samohel
2cd692d1da
♻️ fix temp pytes-ayon dependency to pass tests 2025-04-16 11:51:06 +02:00
Jakub Trllo
d0999af4ef added aces subfolders 2025-04-16 11:14:55 +02:00
Jakub Trllo
1845c0a8ef
Merge pull request #1247 from ynput/bugfix/fix-variable-usage-in-thumbnail-extractor
Extract Thumbnail: Fix original intnetion of thumbnail created logging
2025-04-16 10:59:01 +02:00
Jakub Trllo
4f9f7724ac fix original intnetion of thumbnail created logging 2025-04-16 10:35:41 +02:00
Jakub Trllo
95bf29263d fix spacing 2025-04-16 10:33:59 +02:00
Mustafa Jafar
a3d3865e78
Merge branch 'develop' into enhancement/allow_disabling_removal_of_rendereed_files_on_farm 2025-04-15 18:07:50 +02:00
Petr Kalis
cdf8764bb1 Fix return type 2025-04-15 17:18:28 +02:00
Jakub Trllo
79b09e6a7b move types to docstring 2025-04-15 17:18:01 +02:00
Jakub Trllo
63408d7d83 use current values for UI 2025-04-15 17:07:20 +02:00
Jakub Trllo
6dcd8f29d0 implemented helper method to set values of dialog 2025-04-15 17:06:52 +02:00
Jakub Trllo
99a7d2f532 implemented base of action config UI 2025-04-15 17:06:39 +02:00
Jakub Trllo
4d6978490f added new methods to controller 2025-04-15 17:05:33 +02:00
Jakub Trllo
1a0e099b00 added config fields into actions model 2025-04-15 17:05:22 +02:00
Jakub Jezek
6df129b93f
Optimizes review encoding for image sequences
Simplifies the encoding process for image sequences
by removing the conditional check for specific image
formats when using the 'copy' codec. This ensures
consistent and efficient handling of image sequence
encoding for review purposes.
2025-04-15 16:37:56 +02:00
Jakub Ježek
3429d5914f
Merge pull request #1242 from ynput/bugfix/AY-7717_nuke-multiple-intermediate-fails-thumbnail-in-integrator_1241
Fixes thumbnail creation logic
2025-04-15 16:35:13 +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 Trllo
c214aa56c7 Merge branch 'develop' into feature/107-webactions-in-launcher-tool 2025-04-15 15:25:08 +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
Petr Kalis
efb3a01f4b Removed unnecessary import 2025-04-15 14:02:15 +02:00
Petr Kalis
8b8d29042a Refactor reordered import 2025-04-15 14:01:26 +02:00
Petr Kalis
4c305d9596 Refactor renamed explicit_frames to explicit_input_paths 2025-04-15 14:00:17 +02:00
Petr Kalis
1019eded3b Refactor filled_files are always initialized 2025-04-15 13:59:01 +02:00
Petr Kalis
c82537008f Refactor proper variable names 2025-04-15 13:56:43 +02:00
Petr Kalis
6fafe050d7 Merge branch 'develop' of https://github.com/ynput/ayon-core into enhancement/fill_gaps_in_extract_review 2025-04-15 13:36:30 +02:00
Jakub Trllo
dc6bb42013 define docstyle convention 2025-04-14 17:56:33 +02:00
Jakub Trllo
b0ac87b7b1 handle unused variables 2025-04-14 17:56:21 +02:00
Jakub Trllo
486be39faa fix whitespaces 2025-04-14 17:55:48 +02:00
Jakub Trllo
b403fccf05 fix new line chars 2025-04-14 17:54:45 +02:00
Jakub Trllo
b5961dcb92 enable preview in ruff linting 2025-04-14 17:52:25 +02:00
Ondřej Samohel
099ffe4e94
Merge branch 'develop' into feature/911-new-traits-based-integrator 2025-04-14 17:42:32 +02:00
Ondřej Samohel
0ada57c25b
🐶 fix linting issues in tests 2025-04-14 17:40:22 +02:00
Ondřej Samohel
a5acedba47
Merge remote-tracking branch 'origin/feature/911-new-traits-based-integrator' into feature/911-new-traits-based-integrator 2025-04-14 17:30:09 +02:00
Ondřej Samohel
e3c04bde8f
♻️ revert my awesome ruff rules to please the lazy crowd 2025-04-14 17:30:00 +02:00