Andrey Antukh
408ca338e7
📎 Make public default profile audit props
2024-05-27 16:06:27 +02:00
Alejandro
c3c6879a2f
Merge pull request #4616 from penpot/hiru-prepare-builder-for-figma-exporter
...
Prepare builder for figma exporter
2024-05-24 14:57:15 +02:00
Alejandro Alonso
b073c23ced
Merge remote-tracking branch 'origin/staging' into develop
2024-05-24 13:16:53 +02:00
Eva Marco
9194e257b6
🐛 Fix project name ellipsis
2024-05-24 13:15:09 +02:00
Andrés Moya
7bcb2b928d
🔧 Remove trace
2024-05-24 13:09:27 +02:00
Andrés Moya
3bf76e8d0f
🐛 Better handling of components v2 in file builder
2024-05-24 13:09:27 +02:00
Pablo Alba
260c0e0678
✨ Add copying and duplicating component frontend tests
2024-05-24 12:58:18 +02:00
alonso.torres
519b2d7f04
🐛 Fix problem when initializing plugin
2024-05-24 12:22:09 +02:00
Belén Albeza
4b05ee35b8
Merge pull request #4607 from penpot/ladybenko-7845-migrate-storybook-compile
...
✨ Remove storybook dependency on Gulp
2024-05-24 09:36:38 +02:00
Alejandro
5ab4ed9a05
Merge pull request #4621 from penpot/niwinz-objects-gc-locking
...
✨ Reduce locking on objects-gc task
2024-05-24 09:04:11 +02:00
Andrey Antukh
72facff282
🔥 Remove unnecessary code from test helpers
2024-05-23 16:45:48 +02:00
Andrey Antukh
f3346786ea
🔥 Remove unused object-update task
2024-05-23 16:36:43 +02:00
Andrey Antukh
d241f45253
🔥 Remove unnecessary async touch operation
2024-05-23 16:36:35 +02:00
Andrey Antukh
584a0fdba1
✨ Reduce locking on objects-gc task
...
The main issue was the long running gc operation that
affects storage objects with deduplication. The long running
transacion ends locking some storage object rows which collaterally
made operations like import-binfile become blocked indefinitelly
because of the same rows (because of deduplication).
The solution used in this commit is split operations on small
chunks so we no longer use long running transactions that holds
too many locks. With this approach we will make a window to work
concurrently all operarate the distinct operations that requires
locks on the same rows.
2024-05-23 16:35:54 +02:00
Alejandro
b54b99becf
Merge pull request #4623 from penpot/niwinz-bugfix-2
...
🐛 Fix incorrect password encoding on create-profile manage command
2024-05-23 16:21:15 +02:00
Andrey Antukh
b357cf505d
🐛 Fix incorrect password encoding on create-profile manage command
2024-05-23 16:13:30 +02:00
Alejandro
12c34c6d42
Merge pull request #4620 from penpot/niwinz-bugfix-1
...
🐛 Bugfixes
2024-05-23 15:48:51 +02:00
Andrey Antukh
632165d6dc
Merge branch 'AbdelatifAitBara-fix-docker-compose' into staging
2024-05-23 15:40:11 +02:00
AbdelatifAitBara
4d463537dd
🐛 Fix docker-compose version
...
Fixes #4545
2024-05-23 15:39:34 +02:00
Belén Albeza
dd3c92c1f5
✨ Remove storybook dependency on Gulp
2024-05-23 15:12:29 +02:00
Andrey Antukh
86b2ce4dab
🐛 Set proper default tenant on exporter
2024-05-23 14:42:52 +02:00
Andrey Antukh
29ef9f752a
🐛 Fix incorrect password encoding on create-profile manage command
2024-05-23 14:42:28 +02:00
alonso.torres
4c7a30a029
⬆️ Update plugins runtime
2024-05-23 14:24:12 +02:00
alonso.torres
3e6d3a2306
✨ Add finish event for plugins
2024-05-23 14:24:12 +02:00
alonso.torres
5af77af6da
🐛 Fix problem running plugins from menu
2024-05-23 14:24:12 +02:00
Alejandro
fbd81e091d
Merge pull request #4612 from penpot/niwinz-fix-devenv
...
✨ Improve yarn setup on devenv
2024-05-23 14:00:12 +02:00
Andrey Antukh
d9e4ee67c3
📎 Enable frontend integration tests
2024-05-23 13:25:03 +02:00
Andrey Antukh
7e5068f38e
⬆️ Update draft-js dependency commit reference
...
Fixes yarn.lock file
2024-05-23 13:19:22 +02:00
Belén Albeza
f74330dffe
✨ Add more timeout for playwright expects on CI
2024-05-23 13:18:51 +02:00
Alejandro Alonso
1d3d3f9b74
✨ Add playwright dependencies to devenv docker
2024-05-23 13:18:49 +02:00
Alejandro
b28432f7fd
Merge pull request #4618 from penpot/niwinz-ci-enhancements
...
✨ Improve yarn setup on devenv
2024-05-23 13:00:50 +02:00
Andrey Antukh
7158c4fd43
✨ Improve yarn setup on devenv
...
And update yarn version to 4.2.2
2024-05-23 12:21:07 +02:00
Alejandro
20a7d668f5
Merge pull request #4617 from penpot/niwinz-fix-ci
...
🐳 Fix CI
2024-05-23 11:50:07 +02:00
Andrey Antukh
2c30dde198
📎 Disable frontend integration tests
2024-05-23 11:38:16 +02:00
Andrey Antukh
7f8c600837
📎 Fix cljs linter issue
2024-05-23 11:37:46 +02:00
Andrey Antukh
96844f5bea
📎 Fix cljs fmt linter issue
2024-05-23 11:37:38 +02:00
Andrey Antukh
4cb0e97db4
Revert " ⬆️ Update JVM and NODE deps on devenv Dockerfile"
...
This reverts commit 0a1b255da7
.
2024-05-22 18:08:49 +02:00
alonso.torres
4f4ce174ae
✨ Changes to the manifest loading
2024-05-22 17:30:19 +02:00
alonso.torres
85ae3ff6f8
🐛 Fix problem with hot reload
2024-05-22 17:30:19 +02:00
alonso.torres
9fcb4216b6
⚡ Improved performance to update layout
2024-05-22 17:30:19 +02:00
Alejandro Alonso
47d7d24910
✨ Add copying and duplicating component tests
2024-05-22 14:26:03 +02:00
Alejandro Alonso
eb168a6f9f
Merge remote-tracking branch 'origin/staging' into develop
2024-05-22 13:02:44 +02:00
alonso.torres
4ad0cc2680
⬆️ Update plugins runtime
2024-05-22 12:25:28 +02:00
Aitor Moreno
8a74f24977
Merge pull request #4600 from penpot/eva-bugfixing
...
Eva bugfixing
2024-05-22 11:38:03 +02:00
Aitor Moreno
0f181df767
Merge pull request #4604 from penpot/eva-fix-scrollbar-chrome
...
🐛 Fix scrollbar with on chrome after 121 release
2024-05-22 11:19:21 +02:00
alonso.torres
dcb6315ff6
🐛 Fix problem with minification
2024-05-21 19:53:09 +02:00
alonso.torres
3ca5b13e27
✨ New apis for plugins
2024-05-21 15:24:28 +02:00
alonso.torres
d6de1fdbdf
♻️ Refactor plugins proxies internal data
2024-05-21 15:24:28 +02:00
Eva Marco
8d104de41c
🐛 Fix scrollbar with on chrome after 121 release
2024-05-21 13:43:54 +02:00
Alejandro
b59dae57ca
Merge pull request #4601 from penpot/niwinz-fire-package-lock
...
🔥 Remove package-lock.json file from repo root
2024-05-21 13:15:59 +02:00