Ondrej Samohel
9399314761
⬆️ update dependencies and add pre-commit
2023-01-05 16:07:54 +01:00
Ondrej Samohel
30bd8d806e
🐛 fix cosmetic issues
2023-01-05 16:06:13 +01:00
Petr Kalis
afdba990e2
Merge pull request #4278 from ynput/bugfix/OP-4490_SFTP-connection-failing-when-shouldnt-be-tested
...
SiteSync: sftp connection failing when shouldnt be tested
2023-01-04 19:11:51 +01:00
Petr Kalis
4d1c943779
Merge pull request #4265 from ynput/feature/slack_dynamic_message
...
Slack: Added dynamic message
2023-01-04 17:00:11 +01:00
Petr Kalis
d3f09c075b
OP-4490 - Hound
2023-01-04 15:39:13 +01:00
Petr Kalis
8527554c2d
OP-4490 - fixed unnecessary checks
...
Configured sites were checked all the time even if they weren't used.
Now it checks only sites that are set for project.
2023-01-04 15:07:36 +01:00
Petr Kalis
e44f585aa6
OP-4490 - safer resolving if site is active
2023-01-04 15:05:36 +01:00
Jakub Ježek
de9f6d13af
Merge pull request #4209 from ynput/bugfix/OP-4407_Hiero--Extract-Thumbnail-error
...
Hiero: thumbnail from multilayer exr
2023-01-04 13:57:07 +01:00
Petr Kalis
dff87d4e1c
Hound
2023-01-04 12:52:32 +01:00
Petr Kalis
158b1481d4
Fix - cannot pull response from ordinary exception
2023-01-04 12:51:47 +01:00
Petr Kalis
7a08c5e98c
Fix - search pattern
...
Updated to use user profile
2023-01-04 12:44:07 +01:00
Ondřej Samohel
0abca67b7d
Merge pull request #4275 from ynput/bugfix/OP-4698-fix_default_value_passing_mongo_url
...
Deadline: fix default value for passing mongo url
2023-01-04 11:51:14 +01:00
Ondřej Samohel
077cc3a43d
Merge pull request #4268 from ynput/bugfix/OP-4666_Scene-Manager-Update-all-to-latest-bug
...
Scene Manager: Fix variable name
2023-01-04 11:50:49 +01:00
Petr Kalis
b2e8ea6fb8
Hound
2023-01-04 11:36:12 +01:00
ynbot
629b9ee48c
[Automated] Merged main into develop
2023-01-04 04:28:40 +01:00
OpenPype
f1111a99bd
[Automated] Bump version
2023-01-04 03:28:26 +00:00
ynbot
56cd91ae7d
[Automated] Merged develop into main
2023-01-04 04:27:23 +01:00
Petr Kalis
dce9a60f5c
Updated documentation
2023-01-03 17:58:28 +01:00
Petr Kalis
68fe823238
Fix resolving of user_id
...
Display name or real_name could be used also.
2023-01-03 17:53:00 +01:00
Ondrej Samohel
61ef7479e8
🔧 pass mongo url as default
2023-01-03 17:21:14 +01:00
Petr Kalis
394c678299
Do not throw exception if user or group list error
...
Skip notification, publish shouldn't fail because of this.
2023-01-03 17:19:50 +01:00
Petr Kalis
f80fe3fb93
Fix obsolete call of method
2023-01-03 17:14:57 +01:00
Petr Kalis
1ee50975c0
Fix wrong position of method
2023-01-03 17:14:41 +01:00
Petr Kalis
6abcd5ef34
Merge develop
2023-01-03 17:08:58 +01:00
Petr Kalis
7a372d1b1c
Added possibility to mention users or groups
2023-01-03 17:05:47 +01:00
Petr Kalis
554b824907
Merge pull request #4264 from ynput/bugfix/OP-4470_Slack-notification-fails-because-of-missing-published_path
...
Slack: notification fails because of missing published path
2023-01-02 10:22:55 +01:00
ynbot
c333950a00
[Automated] Merged main into develop
2022-12-31 04:27:42 +01:00
OpenPype
efab124e0f
[Automated] Bump version
2022-12-31 03:27:31 +00:00
ynbot
904d9c8ad0
[Automated] Merged develop into main
2022-12-31 04:26:43 +01:00
iLLiCiTiT
f3c13e7669
fix too long line
2022-12-28 12:26:25 +01:00
iLLiCiTiT
a941aabc04
call the width method to get the value
2022-12-28 12:21:05 +01:00
iLLiCiTiT
f5842d91bd
rename variable 'max_len' to 'message_len'
2022-12-28 12:18:11 +01:00
pypebot
66daa081fe
[Automated] Merged main into develop
2022-12-28 04:28:28 +01:00
OpenPype
8b6bc8444d
[Automated] Bump version
2022-12-28 03:28:14 +00:00
pypebot
66a5503a86
[Automated] Merged develop into main
2022-12-28 04:27:17 +01:00
pypebot
51c3b365a6
[Automated] Merged main into develop
2022-12-24 04:28:11 +01:00
OpenPype
18949a0c76
[Automated] Bump version
2022-12-24 03:27:57 +00:00
pypebot
412905bef5
[Automated] Merged develop into main
2022-12-24 04:27:00 +01:00
Petr Kalis
3a41d6a721
OP-4470 - safer handling of review path
...
'published_path' might be missing.
Thumbnail path was fixed previously, this one was missed.
2022-12-23 14:13:00 +01:00
Petr Kalis
c16a5289e4
OP-4470 - better handle missing keys
...
Message might contain {placeholder} which are not collected. Previously it would fail without sending message. Now missing keys are double escaped {{}}.
2022-12-23 14:09:03 +01:00
Petr Kalis
ae709afaaf
Added dynamic message to Slack notification
...
Artist can now add additional message, specific per instance and publish, if they are using Publisher.
2022-12-23 12:25:01 +01:00
Ondřej Samohel
e377b03e78
Merge pull request #4222 from pypeclub/bugfix/OP-3304_maya-image_plane_load_error
2022-12-22 16:23:36 +01:00
Ondřej Samohel
dd84b34625
Merge pull request #4211 from Casgen/enhancement/OP-4152_refactor-folder-colors
2022-12-22 16:18:20 +01:00
Ondřej Samohel
7f7585da93
Merge pull request #4262 from pypeclub/bugfix/anatomy_site_name
2022-12-22 16:05:19 +01:00
Petr Kalis
e34fee55fd
Fix for empty site_name
2022-12-22 15:54:07 +01:00
Joseff
d61d88d0a5
Alter the PluginManager and UObjectGlobals include.
...
Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2022-12-22 15:08:31 +01:00
Joseff
1dc52fc3a2
Alter the UObject.h include
...
Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2022-12-22 15:08:04 +01:00
Petr Kalis
8ee073fd73
Merge pull request #4231 from pypeclub/bugfix/OP-4512_Anatomy-local-drive-site-roots-ignored
...
SiteSync: anatomy local drive site roots ignored
2022-12-22 14:23:44 +01:00
Ondřej Samohel
c34359e416
Merge pull request #4236 from pypeclub/bugfix/houdini-publisher-fixes
2022-12-22 13:35:56 +01:00
Jakub Ježek
137e63fc4c
Merge pull request #4257 from pypeclub/bugfix/OP-4678_Hiero---create-gui-input-min-and-max
...
hiero: creator gui with min max
2022-12-22 13:16:28 +01:00