Commit graph

4788 commits

Author SHA1 Message Date
Jakub Trllo
2e798f9ee2
Apply suggestions from code review
Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2025-06-16 10:25:22 +02:00
Jakub Trllo
e3114d85b8
Apply suggestions from code review
Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2025-06-12 11:46:05 +02:00
Jakub Trllo
0bf1e9a934
add indentation
Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2025-06-12 11:42:21 +02:00
Jakub Trllo
873db37794 don't use safe typehint 2025-06-06 18:08:55 +02:00
Jakub Trllo
a23678beb1 use 'ContextChangeData' for '_set_current_context' 2025-06-06 18:07:36 +02:00
Jakub Trllo
7eb067a99d remove safe type hint 2025-06-06 18:05:33 +02:00
Jakub Trllo
397bfd23eb added deprecation warnings 2025-06-06 18:04:00 +02:00
Jakub Trllo
0c25defb9d added more docstrings 2025-06-06 17:17:10 +02:00
Jakub Trllo
411c433d50 added typehints 2025-06-06 17:07:49 +02:00
Jakub Trllo
da1a39ed6a
validate extension earlier
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2025-06-06 17:03:25 +02:00
Jakub Trllo
688e5f2104 remove unnecessary line 2025-06-06 16:55:07 +02:00
Jakub Trllo
762f98620b use dataclasses to pass information form method to method 2025-06-06 16:33:17 +02:00
Jakub Trllo
351ab7d56b use 'open_workfile' to open workfile 2025-06-06 11:25:18 +02:00
Jakub Trllo
3e6aafae55
apply suggestion
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2025-06-06 10:08:59 +02:00
Jakub Trllo
76ceefb6f3 require kwargs for 'list_workfiles' 2025-06-06 10:08:29 +02:00
Jakub Trllo
d3699c348f modified docstrings 2025-06-06 10:08:02 +02:00
Jakub Trllo
26a35a8cb5 pre-fetch project entity 2025-06-06 10:07:36 +02:00
Jakub Trllo
d97829a180 filter published workfiles by extension 2025-06-06 10:07:18 +02:00
Jakub Trllo
e53962dd6e let 'version' argument optional 2025-06-06 10:07:07 +02:00
Jakub Trllo
26145b3a64
Merge branch 'develop' into enhancement/enhance-workfile-api 2025-06-05 16:57:27 +02:00
Roy Nieterau
a51c1f1884
Merge branch 'develop' into chore/cleanup_plugin_code_cosmetics 2025-06-04 17:50:36 +02:00
Jakub Trllo
3701564e77
Merge branch 'develop' into enhancement/enhance-workfile-api 2025-06-04 16:27:30 +02:00
Jakub Trllo
509543e369 better description of workfile_entities 2025-06-04 16:21:03 +02:00
Jakub Trllo
5baf13c96c fix formatting 2025-06-04 16:16:05 +02:00
Jakub Trllo
808712e114
Apply suggestions from code review
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2025-06-04 16:13:01 +02:00
Philippe Leprince
dddb39ab2f Rename the codepoints and json file to match the font file name.
Signed-off-by: Philippe Leprince <philippe@ynput.io>
2025-06-04 15:34:41 +02:00
Philippe Leprince
5953e500cb Update to the latest version. Add function to re-generate json mapping file.
Signed-off-by: Philippe Leprince <philippe@ynput.io>
2025-06-04 12:25:03 +02:00
Jakub Trllo
dd637bb25d use comprehention 2025-06-03 14:33:31 +02:00
Jakub Trllo
79922d99b2 update docstrings 2025-06-03 14:33:23 +02:00
Jakub Trllo
f130f543b8 add missing import 2025-06-03 14:33:15 +02:00
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
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
b62d8516b3
Merge branch 'develop' into enhancement/publisher_comment_minimum_required_chars 2025-05-30 10:20:23 +02:00
Jakub Trllo
61982a518d
Merge branch 'develop' into enhancement/staging_dir_persistence_log_to_debug 2025-05-30 09:08:55 +02:00
Roy Nieterau
bf9c5b61a5
Update client/ayon_core/plugins/publish/cleanup.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-05-27 10:13:43 +02:00