Commit graph

42909 commits

Author SHA1 Message Date
Jakub Trllo
c8a7e355b4 iterate over extensions fix 2025-06-03 14:30:52 +02:00
Jakub Trllo
63911161dd add deprecation warning for 'full_path' argument 2025-06-03 14:30:24 +02:00
Jakub Trllo
77dbf2946b added typehints and modify docstrings 2025-06-03 14:30:08 +02:00
Jakub Trllo
87832f109d modified change context function 2025-06-03 14:27:47 +02:00
Jakub Trllo
0f7921741d remove unused imports 2025-06-03 14:07:29 +02:00
Jakub Trllo
63b69a9154 added 'TemplateResult' typint 2025-06-03 14:02:13 +02:00
Jakub Trllo
524ed03423 removed unnecessary workdir handling from set current context 2025-06-03 13:58:22 +02:00
Jakub Trllo
e6bb395d67 set AYON_WORKDIR when workfile is opened 2025-06-03 13:56:37 +02:00
Jakub Trllo
f4545a6f97 some formatting changes 2025-06-03 13:48:51 +02:00
Jakub Trllo
df55a32b95 fix 'PublishedWorkfileInfo' 2025-06-03 13:32:26 +02:00
Jakub Trllo
7cb22fbe1f add arrow to dependencies 2025-06-03 13:27:35 +02:00
Jakub Trllo
406f43a13f formatting cleanup 2025-06-03 12:10:26 +02:00
Jakub Trllo
c5cd53b0aa
Merge branch 'develop' into enhancement/enhance-workfile-api 2025-06-03 12:06:41 +02:00
Jakub Trllo
e08c5f243b modified workfiles model to use api functions 2025-06-03 12:06:04 +02:00
Jakub Trllo
c52f300b87 use host methods to work with workfiles and add helper functions 2025-06-03 12:05:39 +02:00
Jakub Trllo
8bda7dd93b move all the responsibility about workfiles to IWorkfileHost 2025-06-03 12:05:15 +02:00
Jakub Trllo
a879d11ac6 get_ayon_username is using cached values 2025-06-03 12:03:34 +02:00
Jakub Trllo
c83bae2605 move context change responsibility to host 2025-06-03 12:03:13 +02:00
Jakub Trllo
0bcc26dff4
Merge pull request #1281 from BigRoy/enhancement/publisher_comment_minimum_required_chars
Publisher: Set minimum amount of characters required for a comment before publishing is allowed
2025-05-30 10:22:15 +02:00
Jakub Trllo
b62d8516b3
Merge branch 'develop' into enhancement/publisher_comment_minimum_required_chars 2025-05-30 10:20:23 +02:00
Jakub Trllo
dc9ecbe1b1
Merge pull request #1285 from BigRoy/enhancement/staging_dir_persistence_log_to_debug
Staging Dir persistence log, change to debug level
2025-05-30 09:09:51 +02:00
Jakub Trllo
61982a518d
Merge branch 'develop' into enhancement/staging_dir_persistence_log_to_debug 2025-05-30 09:08:55 +02:00
Jakub Trllo
78b0fb6cdd
Merge pull request #1290 from ynput/enhancement/dont-use-deprecated-function
Anatomy: Use new 'get_project_root_overrides_by_site_id'
2025-05-27 11:11:54 +02:00
Jakub Trllo
e97f7f1d20 added docstring to dataclasses 2025-05-26 15:11:34 +02:00
Jakub Trllo
3184b5a72d use new 'get_project_root_overrides_by_site_id' 2025-05-26 14:58:05 +02:00
Mustafa Jafar
88647eee1e
Merge branch 'develop' into enhancement/enhance-workfile-api 2025-05-26 11:55:09 +03:00
Roy Nieterau
539467d9ee
Set cursor at end of any existing text so that the user can directly continue with their comment
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-05-23 11:46:01 +02:00
Roy Nieterau
330fad9d46
Merge branch 'develop' into enhancement/publisher_comment_minimum_required_chars 2025-05-23 10:46:04 +02:00
Roy Nieterau
b1bf4df9e0
Update client/ayon_core/tools/publisher/window.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-05-23 10:45:13 +02:00
Jakub Ježek
c5bfbb0dd1
Merge pull request #1276 from ynput/bugfix/oiio-trancode-padding-issue
Fixes frame string formatting for transcoding
2025-05-23 09:59:32 +02:00
Jakub Ježek
c3c8096149
Merge branch 'develop' into bugfix/oiio-trancode-padding-issue 2025-05-23 09:59:08 +02:00
Roy Nieterau
3b3b1c864c
Merge branch 'develop' into enhancement/publisher_comment_minimum_required_chars 2025-05-22 23:20:34 +02:00
Roy Nieterau
f99550a74e Count chars with the comment input stripped - so that e.g. solely spaces (or trailing/starting spaces) do not count to the minimal required characters 2025-05-22 23:20:03 +02:00
Roy Nieterau
94d0725b11 Merge branch 'enhancement/publisher_comment_minimum_required_chars' of https://github.com/BigRoy/ayon-core into enhancement/publisher_comment_minimum_required_chars 2025-05-22 23:16:32 +02:00
Roy Nieterau
d18e2622b7 Rename to _validate_comment 2025-05-22 23:15:40 +02:00
Roy Nieterau
e35f3a5941
Update client/ayon_core/tools/publisher/window.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-05-22 23:14:11 +02:00
Roy Nieterau
1500c1cc33 Remove redundant stylesheet overrides 2025-05-22 23:12:52 +02:00
Roy Nieterau
b5b661e982 Move attribute down (less important) 2025-05-22 23:11:53 +02:00
Roy Nieterau
7413f05adb Change staging dir persistence state to debug log instead of info to avoid clutter for the artist (artist doesn't care) 2025-05-22 22:15:24 +02:00
github-actions[bot]
1fe653c8b7 chore(): update bug report / version 2025-05-22 12:33:06 +00:00
Ynbot
6379f67262 [Automated] Update version in package.py for develop 2025-05-22 12:32:10 +00:00
Ynbot
46f6198ba3 [Automated] Add generated package files from main 2025-05-22 12:31:33 +00:00
Jakub Trllo
633e1e8739
Merge pull request #1120 from r42-chun/unify-and-speed-up-copying
Speed Up Publishing Times
2025-05-22 14:28:26 +02:00
Ondřej Samohel
26f5fa39f4
Merge branch 'develop' into unify-and-speed-up-copying 2025-05-22 14:05:25 +02:00
Jakub Trllo
edb371fb38
Remove outdated todo 2025-05-22 12:35:38 +02:00
Roy Nieterau
c557744f14
Merge branch 'develop' into enhancement/publisher_comment_minimum_required_chars 2025-05-21 23:29:59 +02:00
Roy Nieterau
2047e38aae Access through the private member 2025-05-21 23:28:50 +02:00
Roy Nieterau
00c34602e2 Add setting to define a minimum amount of characters required for a comment on every publish 2025-05-21 23:17:21 +02:00
Jakub Trllo
3d2d786f06
Merge branch 'develop' into enhancement/enhance-workfile-api 2025-05-21 16:55:38 +02:00
Jakub Trllo
a159e02f87 fix arguments 2025-05-21 16:51:22 +02:00