Commit graph

2098 commits

Author SHA1 Message Date
Jakub Trllo
7e213daca0 login url is not modifying the url from module 2023-02-01 17:23:38 +01:00
Jakub Trllo
b661f16f88 added docstring for 'get_ftrack_url' 2023-02-01 17:23:11 +01:00
Jakub Trllo
a2dbc6d51d added option to receive ftrack url from settings 2023-02-01 17:22:53 +01:00
Jakub Trllo
fce85d0694 check ftrack url before adding ftrackapp 2023-02-01 17:22:40 +01:00
Jakub Trllo
5a4852703b Merge branch 'develop' into release/3.15.x 2023-01-18 12:10:47 +01:00
Jakub Trllo
0994795dc9 fix another one constant usage 2023-01-17 14:09:02 +01:00
Jakub Trllo
aac086057c Merge branch 'release/3.15.x' into feature/OP-4634_Use-qtpy-in-tools 2023-01-17 14:08:33 +01:00
Petr Kalis
833754bc95
Merge pull request #4314 from Tilix4/fx_pause_representation_prog
Fix: (un)pause_representation doesn't work programmatically.
2023-01-17 12:16:56 +01:00
Jakub Trllo
782957bd0a Merge branch 'release/3.15.x' into feature/OP-4634_Use-qtpy-in-tools
# Conflicts:
#	poetry.lock
2023-01-16 18:09:09 +01:00
Petr Kalis
49054a53f8 Slack - renamed cache key 2023-01-16 17:42:12 +01:00
Ondřej Samohel
0bfaf428de
✏️ fix typos 2023-01-16 17:40:38 +01:00
Petr Kalis
92f84518d7 Slack - introduced caching
User and group query is expensive operation, this will speed up publishing of multiple instances
2023-01-16 15:34:25 +01:00
Petr Kalis
b167b971a2 Slack - better regex
Handles cases like @test\n@john.doe
2023-01-16 13:31:31 +01:00
Petr Kalis
5ee7c17067 Slack - get users only if necessary
Only trigger when message contains @ sign.
2023-01-16 11:32:41 +01:00
Félix David
cb3880a8d1 changes for gdrive optim 2023-01-13 18:31:53 +01:00
Félix David
b4197787f6 moved parents check before representation check 2023-01-13 15:21:14 +01:00
Félix David
a119b6236d cleaning 2023-01-13 15:11:11 +01:00
Félix David
9ca9b0f6f2 clean _paused_representations 2023-01-13 15:03:09 +01:00
Félix David
30e8bc5bb8 refactor is_representation_paused to check into the database 2023-01-13 14:57:44 +01:00
Petr Kalis
1bf9be8c0d Fix: (un)pause_representation doesn't work programmatically.
fix #4311
2023-01-13 14:57:28 +01:00
Petr Kalis
f854de4629 OP-4679 - revert back fallback
Availability of comment on instance has been resolved by bumping up order of CollectComment.
2023-01-11 15:06:03 +01:00
Jakub Ježek
38dffbce19
Merge pull request #4006 from ynput/feature/OP-3845_nuke-convert-to-new-publisher 2023-01-11 12:50:45 +01:00
Petr Kalis
59e2bd2bdf OP-4679 - updated logging
Printing what is actually missing is more helpful than only full data.
2023-01-10 18:17:15 +01:00
Petr Kalis
48d43f7fea OP-4679 - check comment on context
Check for context must be preserved until old Pyblish is completely eradicated as comment could be filled after collection phase, therefore not caught by collector.
2023-01-10 18:16:31 +01:00
Ondřej Samohel
07967d952b
Merge pull request #3875 from moonyuet/OP-1233/Import_Reference_during_Publish 2023-01-09 18:03:02 +01:00
Kayla Man
9301bf03fa use current file for the scene rendering if the reference is imported 2023-01-10 00:30:18 +08:00
Kayla Man
2cf9b1ee63 use current file for the scene rendering if the reference is imported 2023-01-10 00:28:10 +08:00
Jakub Trllo
078c5ffb5c Merge branch 'develop' into release/3.15.x 2023-01-09 10:29:50 +01:00
Jakub Trllo
1c530c0cb4 skip ipaddress way to receive ip address 2023-01-06 18:09:17 +01:00
Jakub Trllo
e1edb76f73 use 'get_host_ip' on more places 2023-01-06 17:48:05 +01:00
Jakub Trllo
cd2324f07e fix how host ip is received 2023-01-06 15:42:47 +01:00
Kayla Man
ddb6ae8a5a import reference during publish 2023-01-05 12:25:55 +08: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
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
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
Petr Kalis
b2e8ea6fb8 Hound 2023-01-04 11:36:12 +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
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
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
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