Andrey Antukh
097897d8da
✨ Add better sse parser for backend tests
2025-11-06 15:54:50 +01:00
Alejandro Alonso
02a1992a0a
Merge pull request #7694 from penpot/niwinz-staging-runner-fixes
...
Commit Message Check / Check Commit Message (push) Has been cancelled
🐛 Fix precision issues on worker task scheduling mechanism
2025-11-05 12:18:23 +01:00
Alejandro Alonso
a576c0404a
🐛 Fix focus mode across page and file navigation ( #7695 )
2025-11-05 12:05:00 +01:00
Andrey Antukh
7d5c1c9b5f
✨ Make file-gc-scheduler task compatible with virtual clock
...
And simplify implementation
2025-11-05 10:47:31 +01:00
Andrey Antukh
cd53d3659c
🐛 Truncate worker scheduled-at to milliseconds
...
The nanosecond precision has the problem with transit serialization
roundtrip used for pass data on the worker scheduler throught redis
and generates unnecesary rescheduling.
2025-11-05 10:47:31 +01:00
Alejandro Alonso
9e7ec594ca
Merge pull request #7680 from penpot/niwinz-staging-file-export-fix
...
Commit Message Check / Check Commit Message (push) Has been cancelled
🐛 Fix race condition on file export process
2.11.0-RC4
2025-11-05 07:45:26 +01:00
Alejandro Alonso
7c529eedd4
Merge pull request #7682 from penpot/niwinz-staging-worker-runner-exceptions
...
🐛 Fix incorrect status return on worker runner
2025-11-05 07:44:28 +01:00
Andrey Antukh
34363320ae
Merge branch 'main' into staging
Commit Message Check / Check Commit Message (push) Has been cancelled
2025-11-04 16:49:53 +01:00
Andrey Antukh
092a5139e3
🐛 Fix incorrect token sets migration ( #7673 )
2025-11-04 16:49:08 +01:00
Andrey Antukh
4a01121043
Merge tag '2.11.0-RC3'
Commit Message Check / Check Commit Message (push) Has been cancelled
2025-11-04 16:43:32 +01:00
Andrey Antukh
49721c0bcd
✨ Add better logging context report on worker runner
2025-11-04 12:44:38 +01:00
Andrey Antukh
c214cc1544
🐛 Do not process runner result if no result returned
2025-11-04 12:44:38 +01:00
Andrey Antukh
eaabe54c4b
💄 Check the runner task exists as first condition
2025-11-04 12:44:38 +01:00
Luis de Dios
37aa59b164
🐛 Fix hidden advanced frame grid options menu ( #7681 )
2.11.0-RC3
2025-11-04 11:57:52 +01:00
Andrey Antukh
cbae3dca34
✨ Simplify the approach for return streamable body
...
Removing unnecesary syntax overhead with simplier abstraction
2025-11-04 10:56:05 +01:00
Andrey Antukh
8307b699bf
🐛 Remove a race condition on file export
...
Caused when file is deleted in the middle of an exportation. The
current export process is not transactional, and on file deletion
several queries can start return not-found exception because of
concurrent file deletion.
With the changes on this PR we allow query deleted files internally
on the exportation process and make it resilent to possible
concurrent deletion.
2025-11-04 10:56:05 +01:00
Andrey Antukh
cd6865f54b
⬆️ Update yetti dependency
...
Bugfixes
2025-11-04 10:56:05 +01:00
Andrey Antukh
88493f6805
🐛 Fix incorrect query for subscription editors ( #7672 )
...
Commit Message Check / Check Commit Message (push) Has been cancelled
Default teams should be present on the query results
2025-11-03 16:14:24 +01:00
Belén Albeza
83cd9c3db6
🔧 Fix rust linter errors
2.11.0-RC2
2025-11-03 11:45:05 +01:00
Andrey Antukh
399feec032
⬆️ Update rust to 1.91
2025-11-03 11:45:00 +01:00
Luis de Dios
95fdd75030
🐛 Fix misaligned right sidebar menus
Commit Message Check / Check Commit Message (push) Has been cancelled
2025-11-03 08:34:09 +01:00
Andrey Antukh
febe87aa7b
🐛 Fix incorrect checksum of the jdk on dockerfiles
Commit Message Check / Check Commit Message (push) Has been cancelled
2025-10-31 18:01:55 +01:00
Andrés Moya
99e8b22672
🐛 Fix theme validation when still no tokens library exists
2025-10-31 16:04:50 +01:00
Andrey Antukh
0581c60800
⬆️ Update jdk and node on docker images
Commit Message Check / Check Commit Message (push) Has been cancelled
2025-10-31 14:50:12 +01:00
Andrey Antukh
7e92408807
⬆️ Update jdk and node on devenv
2025-10-31 14:50:12 +01:00
David Barragán Merino
262937c421
📚 Add recommendations for valkey/redis configuration
2025-10-31 10:45:33 +01:00
Alonso Torres
942e3300dd
🐛 Fix problem when checking usage with removed teams ( #7638 )
2025-10-31 09:22:31 +01:00
Alejandro Alonso
6a2029ca3b
🐛 Fix error comment message after the demo account creation ( #7615 )
2025-10-31 08:56:34 +01:00
David Barragán Merino
f32913adcf
📚 Adapt doc with the storage settings changes ( #7607 )
2025-10-31 08:56:06 +01:00
Juan de la Cruz
d906f05a6f
🎉 Add 2.11 release slides and images ( #7606 )
2025-10-31 08:54:19 +01:00
Alejandro Alonso
08162c825d
Merge pull request #7633 from penpot/superalex-options-button-does-not-work-for-comments-created-in-the-lower-part-of-the-screen-with-an-active-reply-field
...
Commit Message Check / Check Commit Message (push) Has been cancelled
🐛 Fix options button does not work for comments created in the lower part of the screen
2025-10-29 16:18:21 +01:00
Alejandro Alonso
bc700334ca
🐛 Fix options button does not work for comments created in the lower part of the screen
2025-10-29 16:17:57 +01:00
Alejandro Alonso
133590f19c
Merge pull request #7635 from penpot/alotor-fix-paste-position
...
🐛 Fix paste without selection sends the new element in the back
2025-10-29 16:16:17 +01:00
alonso.torres
66c5a0570e
🐛 Fix paste without selection sends the new element in the back
2025-10-29 16:15:55 +01:00
Andrés Moya
94cbf9d8f2
🎉 Add integration test to check new validation
2025-10-29 15:40:45 +01:00
Andrés Moya
70143f8ae3
🐛 Fix theme renaming and small refactor tokens forms validation
2025-10-29 15:40:45 +01:00
David Barragán Merino
1b81ddebb4
🐛 Fix some paths and add missed nginx config file for the storybook docker image
Commit Message Check / Check Commit Message (push) Has been cancelled
2025-10-29 13:46:29 +01:00
David Barragán Merino
6076df5c80
🎉 Detach storybook from the frontend build process
2025-10-29 13:45:54 +01:00
Alejandro Alonso
6d2d66a079
Merge pull request #7634 from penpot/alotor-fix-editable-label
...
🐛 Fix problem with certain text input and drag/drop
2025-10-29 12:50:03 +01:00
Alejandro Alonso
239af4fb82
🐛 Fix problem with text grow types
2025-10-29 12:40:11 +01:00
alonso.torres
0ad4a9ca7e
🐛 Fix problem with certain text input and drag/drop
2025-10-29 12:35:13 +01:00
Eva Marco
aadc1aac1c
🐛 Fix some error translations
2025-10-29 11:14:20 +01:00
Alejandro Alonso
b033690239
Merge pull request #7618 from penpot/andy-docs-typography-token
...
📚 Add typography token to the user guide
2025-10-29 08:22:20 +01:00
Alejandro Alonso
474453a503
Merge pull request #7594 from penpot/eva-fix-dropdown-submenu
...
🐛 Fix submenu visibility
2025-10-29 07:53:06 +01:00
Pablo Alba
e2ce226814
🐛 Fix remove flex button doesn’t work within variant
Commit Message Check / Check Commit Message (push) Has been cancelled
2025-10-28 09:38:38 +01:00
Andres Gonzalez
a346d29d76
📚 Add typography token to the user guide
2025-10-27 15:18:14 +01:00
Andrés Moya
ed767d9a5b
🐛 Fix library update notificacions showing when they should not
Commit Message Check / Check Commit Message (push) Has been cancelled
2025-10-27 11:14:41 +01:00
Pablo Alba
245190f4f9
🐛 Fix variant validation when nil
Commit Message Check / Check Commit Message (push) Has been cancelled
2025-10-24 10:59:16 +02:00
Alejandro Alonso
6290b88d2e
Merge pull request #7601 from penpot/alotor-fix-text-grow-type-problem
...
Commit Message Check / Check Commit Message (push) Has been cancelled
🐛 Fix problem with text grow types
2025-10-24 09:45:47 +02:00
alonso.torres
7c1205018b
🐛 Fix problem with text grow types
2025-10-23 17:39:18 +02:00