Petr Kalis
a48c76b003
OP-3426 - set failed when assertion error
...
Failed is used to persist errrored run.
2022-11-11 18:21:33 +01:00
Petr Kalis
130e00e195
OP-3426 - fix files filtering
...
Filter both expected and published folders and skip temporary files.
Temporary files might be pulled into expected folder when directly copying result of one test run to source zip file.
2022-11-11 16:48:17 +01:00
Petr Kalis
81a3cba025
OP-4361 - cleaned up AE tests
2022-11-11 16:42:30 +01:00
Petr Kalis
1114c86f15
Merge branch 'develop' of github.com:pypeclub/OpenPype into feature/OP-3426_Add-support-for-Deadline-for-automatic-tests
2022-11-11 16:39:59 +01:00
Jakub Trllo
538064800e
Merge pull request #4090 from pypeclub/feature/publisher_ignores_esc_btn
...
Publisher: Ignore escape button
2022-11-11 12:58:28 +01:00
Jakub Trllo
84f021ffd8
don't close publisher window on escape button
2022-11-11 12:18:21 +01:00
Jakub Trllo
c6e8bc43b3
Merge pull request #4086 from pypeclub/bugfix/publish_report_viewer
...
Publish Report Viewer: Fix small bugs
2022-11-11 10:59:14 +01:00
Jakub Jezek
35a6badc21
Merge branch 'main' into develop
2022-11-10 17:58:29 +01:00
Jakub Ježek
b5739765f9
Merge pull request #4088 from pypeclub/workflow/main-milestones
2022-11-10 17:56:06 +01:00
Jakub Jezek
bf76b73f24
milestone assign only if PR merged [closed]
2022-11-10 17:54:36 +01:00
Jakub Jezek
a70a9a3ea6
Merge branch 'main' into workflow/main-milestones
2022-11-10 17:50:25 +01:00
Jakub Trllo
790cca2569
fix issue when last item is removed
2022-11-10 12:14:50 +01:00
Jakub Trllo
b42160eead
fix button position on row inser
2022-11-10 12:14:40 +01:00
Jakub Ježek
cacc308201
Merge pull request #4074 from pypeclub/bugfix/OP-4324_Broken-file-path-parser-in-Nuke-LoadClip-2
...
Nuke: resolve hashes in file name only for frame token
2022-11-09 17:30:09 +01:00
Jakub Ježek
c1a1c8b427
Merge pull request #4080 from pypeclub/bugfix/OP-4255_flare-loader-issue-destination-locked
...
Flame/Flare: Loading to multiple batches
2022-11-09 17:29:50 +01:00
Jakub Trllo
794127f73c
Merge pull request #4071 from quadproduction/221-wizz_burn-ins-on-published-videos-should-show-the-kitsu-user
...
Get kitsu login to fill username burnin
2022-11-09 11:41:09 +01:00
Thomas Fricard
f90e9f6412
Update openpype/modules/kitsu/plugins/publish/collect_kitsu_username.py
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-11-09 11:30:49 +01:00
clement hector
8936512b67
simplifcation + check customData to avoid overriding it
2022-11-09 11:17:07 +01:00
pypebot
bf09157e7b
[Automated] Merged main into develop
2022-11-09 04:50:20 +01:00
OpenPype
4c7733e6a7
[Automated] Bump version
2022-11-09 03:50:08 +00:00
pypebot
f20416a31a
[Automated] Merged develop into main
2022-11-09 04:49:20 +01:00
Petr Kalis
7b10f4d009
OP-3426 - fix - create context if not injected
...
create_context gets injected from Publisher, for automatic testing it is not.
DCC shouldnt have separate plugins to collect instances, they should come from Publisher/this plugin.
2022-11-08 16:39:58 +01:00
Jakub Jezek
0549bb68fd
nuke: returning logging from self
2022-11-08 15:28:03 +01:00
Jakub Ježek
1ee5ff6627
Merge pull request #4077 from pypeclub/bugfix/OP-4377_Hiero-creator-settings-frame-start-99
...
hiero: creator from settings with set maximum
2022-11-08 15:11:27 +01:00
Petr Kalis
b3c79c447e
OP-3426 - fix - use failed as class variable
...
failed must be used as class variable. Test classes cannot have __init__, so this weird approach used for now.
2022-11-08 11:52:58 +01:00
Jakub Jezek
4e03b94e87
hiero: adding better ranges
2022-11-07 21:50:02 +01:00
Milan Kolar
37eb905281
Merge pull request #4059 from moonyuet/bugfix/OP2566-remove-underscore-from-subset-name
2022-11-07 20:10:46 +01:00
Petr Kalis
12ef735747
OP-3426 - fix - function must be called
2022-11-07 18:26:43 +01:00
Petr Kalis
e5a604d58f
OP-3426 - fix - failed class variable wasn't changed
...
Pytest classes cannot have __init__, so this ugly way is implemented for now to keep flag of failure to check before teardown.
Marking all class variables didn't work for some reason.
2022-11-07 18:20:12 +01:00
Jakub Trllo
3a6a6c3214
Merge pull request #4064 from pypeclub/feature/OP-4353_extract-review-single-frame-output
...
General: Extract review single frame output
2022-11-07 17:09:16 +01:00
clement hector
c0f2de08d9
get username from kitsu login
2022-11-07 16:11:38 +01:00
clement hector
8338296935
remove the get kitsu username function
2022-11-07 15:02:30 +01:00
Petr Kalis
d3769b3b73
OP-3426 - fix - add _tests suffix only if not present
...
_tests suffix is added to avalon and openpype DB for testing run. env vars for these might be already injected, so do not add them again.
2022-11-07 12:50:05 +01:00
Petr Kalis
418135cde0
Merge remote-tracking branch 'origin/release/3.15.x' into feature/OP-3426_Add-support-for-Deadline-for-automatic-tests
2022-11-07 12:40:41 +01:00
Jakub Jezek
a2c0e7228b
Nuke: resolve hashes in file name only for frame token
2022-11-07 12:24:52 +01:00
Petr Kalis
23c70e3938
OP-3426 - fix - wrong function signature
2022-11-07 11:51:59 +01:00
Petr Kalis
d395118a6c
OP-3426 - fix - wrong function signature
2022-11-07 11:51:28 +01:00
Petr Kalis
66bea60bdd
OP-3426 - refactor - replaced check of env var with function
...
It would be better to modify single function if necessary.
2022-11-07 11:40:15 +01:00
Petr Kalis
058d4014a8
OP-3426 - refactor - cleaned up cli arguments
2022-11-07 11:28:30 +01:00
Petr Kalis
90bc39b4d4
Merge branch 'develop' of github.com:pypeclub/OpenPype into feature/OP-3426_Add-support-for-Deadline-for-automatic-tests
2022-11-07 10:53:46 +01:00
pypebot
b001f7d9eb
[Automated] Merged develop into main
2022-11-05 04:39:53 +01:00
Jakub Trllo
5472201fff
Merge pull request #4070 from pypeclub/bugfix/publisher_asset_cache
...
Publisher: Fix cache of asset docs
2022-11-04 21:45:26 +01:00
Jakub Trllo
d4ae2ac60c
Merge pull request #4052 from pypeclub/feature/attribute_defs_dialog
...
General/TVPaint: Attribute defs dialog
2022-11-04 21:36:12 +01:00
Petr Kalis
350685b4c6
OP-3426 - changed APP to APP_GROUP
...
APP_GROUP is more descriptive
2022-11-04 18:08:01 +01:00
Petr Kalis
29f0c816b7
Merge pull request #4067 from pypeclub/bugfix/OP-4371_Cleanup-WP-ExtractThumbnail
...
Webpublisher: cleanup wp extract thumbnail
2022-11-04 18:01:31 +01:00
clement hector
55b520128d
get kitsu login to fill username burnin
2022-11-04 17:45:51 +01:00
Jakub Trllo
a57a875b07
fix cache of asset docs
2022-11-04 16:00:39 +01:00
Petr Kalis
4a4726fe79
OP-3426 - add more details to web documentation
2022-11-04 15:39:22 +01:00
Petr Kalis
fc99a9a35e
OP-3426 - raise better exception if mongorestore not found
2022-11-04 15:32:45 +01:00
Petr Kalis
8aa05190c6
OP-3426 - fix wrong command in web docs
2022-11-04 15:28:58 +01:00