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
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
Andrey Antukh
0a1b255da7
⬆️ Update JVM and NODE deps on devenv Dockerfile
2024-05-20 12:10:13 +02:00
Andrey Antukh
8d7b2008f5
🔥 Remove package-lock.json file from repo root
2024-05-20 12:07:20 +02:00
Eva Marco
c56c3f9588
🐛 Fix project name ellipsis
2024-05-20 11:28:52 +02:00
Eva Marco
bd9ef6d221
🐛 Change login notification to error
2024-05-20 09:40:25 +02:00
Eva Marco
76fc2b04f4
🐛 Add fallback color to code generation
2024-05-20 09:38:16 +02:00
Eva Marco
b48d568905
Merge pull request #4596 from penpot/ladybenko-fix-debug-css-template
...
Fix including Debug CSS in the index template
2024-05-20 09:34:23 +02:00
Belén Albeza
e74ab949ba
🐛 Include debug css in local dev only
2024-05-17 16:48:03 +02:00
Belén Albeza
d30eca016e
💄 Reformat JS file
2024-05-17 16:47:15 +02:00
Eva Marco
4a3a5f701f
🐛 Fix demo account text color
2024-05-17 12:15:18 +02:00
Eva Marco
7461126d1a
Merge pull request #4592 from penpot/ladybenko-set-e2e-workers-1
...
✨ Set default workers for front-end integration tests to 1
2024-05-17 11:05:10 +02:00
Belén Albeza
06ac5ae520
✨ Set default workers for front-end integration tests to 1
2024-05-17 09:29:31 +02:00
Aitor Moreno
a3d4d62269
Merge pull request #4585 from penpot/alotor-plugins-api
...
Updates to Plugin API and menu
2024-05-16 15:26:28 +02:00
Alejandro Alonso
614af9edc4
✨ Add swap as override component tests
2024-05-16 13:27:06 +02:00
Pablo Alba
d221241451
✅ Components refactor: Add tests for remove swap slot on copy-paste
2024-05-16 13:25:25 +02:00
Andrés Moya
9c8a5484e1
🔥 Remove traces
2024-05-16 13:24:17 +02:00
Pablo Alba
385e8d837a
✅ Components refactor: Add tests for remove or keep swap slot
2024-05-16 13:23:02 +02:00
Alejandro Alonso
f27cdee5ca
🐛 Remove TODO on multiple nesting levels component tests
2024-05-16 13:22:42 +02:00
Alejandro Alonso
4b8322dc82
✨ Refactor common tests
2024-05-16 13:22:42 +02:00
alonso.torres
0ddcfa05cf
✨ Update plugins runtime
2024-05-16 12:26:19 +02:00
alonso.torres
4c71a4367f
✨ Add plugins management dialog
2024-05-16 12:26:19 +02:00