Eveline Anderson Evelinealy
  • Joined on 2023-05-08
Eveline Anderson pushed to web-api-upgrade at Evelinealy/flamenco 2023-06-09 19:15:08 +02:00
2013aac197 Restore original worker_cluster naming
Eveline Anderson pushed to web-api-upgrade at Evelinealy/flamenco 2023-06-07 19:13:58 +02:00
756b4dd01c Rename "Worker Cluster" and "Cluster" to "Tag"
Eveline Anderson pushed to web-api-upgrade at Evelinealy/flamenco 2023-06-07 18:51:35 +02:00
7799a14680 Rename "Worker Clusters" to "Tags" in summaries
Eveline Anderson pushed to web-api-upgrade at Evelinealy/flamenco 2023-06-06 23:34:43 +02:00
2b60130087 Test change summary
Eveline Anderson pushed to web-api-upgrade at Evelinealy/flamenco 2023-06-06 19:48:23 +02:00
3bb5c3542d Merge changes from main branch
5b60a0f550 Update CHANGELOG.md
49aeccf37b Remove vscode settings
4d2200bb0c Fix #99549: Remember Previous Status (#104217)
2c163652c0 Makefile: when deploying the website, avoid setting timestamps & owners
Compare 5 commits »
Eveline Anderson pushed to web-api-upgrade at Evelinealy/flamenco 2023-06-02 16:48:01 +02:00
f4bbda0fdc Change RequeueActiveTasksOfWork and WorkerSeen
Eveline Anderson pushed to web-api-upgrade at Evelinealy/flamenco 2023-06-02 16:42:30 +02:00
8dbb12e507 Remove TestWorkerSignoffStatusChangeRequest
Eveline Anderson pushed to web-api-upgrade at Evelinealy/flamenco 2023-06-02 16:39:38 +02:00
8b041d777f Remove TestWorkerSignoffStatusChangeRequest
Eveline Anderson pushed to web-api-upgrade at Evelinealy/flamenco 2023-06-02 16:21:30 +02:00
bae036673e Revert SaveWorkerStatus in TestWorkerSignoffStatusChangeRequest
Eveline Anderson commented on pull request studio/flamenco#104217 2023-06-01 23:44:53 +02:00
Fix #99549: Remember Previous Status

Good news! I got the TestWorkerSignoffTaskRequeue and TestWorkerSignoffStatusChangeRequest passed. Turns out it was simpler than I thought. Just had to update the BroadcastWorkerUpdate and…

Eveline Anderson pushed to web-api-upgrade at Evelinealy/flamenco 2023-06-01 23:38:16 +02:00
7cb484967c Fix errors of TestWprkerSignoffStatusChangeRequest and TestWorkerSignoffTaskRequeue
Eveline Anderson pushed to web-api-upgrade at Evelinealy/flamenco 2023-06-01 23:36:59 +02:00
58a5e55a52 Merge remote-tracking branch 'upstream/main' into web-api-upgrade
86514b9342 Remove the 'None' project finder, set 'blender project' as default
f4f61ea593 Add 'project finders' to the add-on
fbc7c0cfd9 Fix mypy errors
Compare 4 commits »
Eveline Anderson commented on pull request studio/flamenco#104217 2023-05-31 21:54:12 +02:00
Fix #99549: Remember Previous Status

Okay, the signoff tests are not happy either. I'll take a look at them! Thanks!

Eveline Anderson commented on pull request studio/flamenco#104217 2023-05-31 19:18:09 +02:00
Fix #99549: Remember Previous Status

Ah, so it's the TestSetSchedule in the sleep_scheduler_test.go file that is not happy. It gives this issue:

=== RUN   TestSetSchedule
    /home/eveline_dev/Desktop/Blender_Repos/flamenco/int…
Eveline Anderson commented on pull request studio/flamenco#104217 2023-05-31 19:08:01 +02:00
Fix #99549: Remember Previous Status

Thank you for the reminder, I'll try to run all the tests and see what I can fix up. Thanks for fixing the Shaman issue!

Eveline Anderson pushed to web-api-upgrade at Evelinealy/flamenco 2023-05-31 19:03:52 +02:00
d5b5e33adc Merge remote-tracking branch 'origin/web-api-upgrade' into web-api-upgrade
27653825f0 Merge remote-tracking branch 'upstream/main' into web-api-upgrade
Compare 2 commits »
Eveline Anderson pushed to web-api-upgrade at Evelinealy/flamenco 2023-05-31 18:54:02 +02:00
075d75f89f Merge branch 'main' into web-api-upgrade
87ff1187ef Fix #104218: Shaman unit test TestGarbageCollect is unstable
c1fe3fb740 Shaman GC: better logging for file deletion errors
caa2f9ccf1 Shaman: improve logging & checking of timestamps
Compare 4 commits »
Eveline Anderson pushed to web-api-upgrade at Evelinealy/flamenco 2023-05-29 20:28:08 +02:00
07bc324719 Merge remote-tracking branch 'origin/web-api-upgrade' into web-api-upgrade
15366e6dab Merge remote changes into web-api-upgrade
bdc260bc69 Merge remote-tracking branch 'upstream/main' into web-api-upgrade
Compare 3 commits »
Eveline Anderson pushed to web-api-upgrade at Evelinealy/flamenco 2023-05-26 20:49:55 +02:00
f51414790f Merge branch 'main' into web-api-upgrade
16da14479b OAPI: regenerate code
b56a610f8d OAPI: Remove obsolete job statuses
0086abcc7a Makefile: be less verbose when publishing the website
afde952c10 Fix incompatibility with 32-bit platforms
Compare 10 commits »
Eveline Anderson created pull request studio/flamenco#104217 2023-05-26 20:36:32 +02:00
Fix #99549: Remember Previous Status