0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-08 08:09:14 -05:00
Commit graph

13942 commits

Author SHA1 Message Date
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
Florian Schrödl
968c6437fb
Merge pull request #134 from tokens-studio/123-other-fields-to-update
Width/Height Token Changing from the sidebar
2024-05-24 11:46:45 +02:00
Florian Schroedl
cbad5033c2 Cleanup 2024-05-24 11:25:30 +02:00
Florian Schroedl
f52e2e3a41 Differentiate width/height sizing selected properties 2024-05-24 10:34:35 +02:00
Florian Schroedl
49d9b52b12 Cleanup 2024-05-24 10:01:13 +02:00
Florian Schroedl
ea9d850412 Fix selectionStart not being detectable (selectionStart doesnt work for number) 2024-05-24 10:00:43 +02:00
Florian Schroedl
b6061cc4a0 Fix instant value change applies shape attributes 2024-05-24 10:00:26 +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
Florian Schroedl
bc620ba2cd Update width value 2024-05-24 08:55:04 +02:00
Florian Schroedl
595831118d Allow aligning dropwdown to the left 2024-05-24 08:36:32 +02:00
Florian Schroedl
406e8d110c De-Applying token 2024-05-24 07:34:43 +02:00
Akshay Gupta
7a8722de1b Add ability to edit existing token attributes 2024-05-24 00:14:17 +05:30
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
SorsOps
5131b79060
Prefer wait over deploy for build 2024-05-23 16:22:31 +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
SorsOps
75b9351871
Merge pull request #131 from tokens-studio/feat/branch-deploys
Test PR deploys
2024-05-23 16:19:31 +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
SorsOps
84ad8a6be6
Escape interpolation 2024-05-23 15:39:21 +02:00
SorsOps
f9e1a65631
Trigger cleanup as well 2024-05-23 15:23:27 +02:00
SorsOps
66f67ddff4
Test PR deploys 2024-05-23 15:13:43 +02:00
Belén Albeza
dd3c92c1f5 Remove storybook dependency on Gulp 2024-05-23 15:12:29 +02:00
Florian Schroedl
2dd994799c Abstract API 2024-05-23 14:44:44 +02:00
Florian Schroedl
e181065bda Formatting 2024-05-23 14:44:44 +02:00
Florian Schroedl
1ed692230b Abstract functionality 2024-05-23 14:44:44 +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