0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00
Commit graph

13928 commits

Author SHA1 Message Date
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
Florian Schrödl
557195cd55
Merge pull request #130 from tokens-studio/129-bug-file-is-crashing-post-applying-a-border-radius-token-to-a-shape
Fix non-optional keys breaking staging server
2024-05-23 11:05:12 +02:00
Florian Schroedl
80ff7f769c Fix non-optional keys breaking staging server 2024-05-23 10:53:18 +02:00
Akshay Gupta
273a9530ea initial edit commit 2024-05-23 13:14:28 +05:30
Florian Schrödl
2818d097ab
Merge pull request #128 from tokens-studio/119-higlight-applied-token-in-the-editing-field
Show token value inside shapes panel (border-radius)
2024-05-23 08:43:51 +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
Florian Schroedl
cc0e4af4bc Fix token value not being removed after submit 2024-05-22 16:37:19 +02:00
Florian Schroedl
b1379ed7de Fix refocus prop not being removed 2024-05-22 16:35:44 +02:00
Florian Schroedl
5bccfa9e2f Dont submit token when text is selected 2024-05-22 16:29:18 +02:00
Florian Schroedl
5806ae7426 Abstract functions 2024-05-22 16:20:40 +02:00
Florian Schroedl
2eb5efb274 Cleanup 2024-05-22 16:13:58 +02:00
Florian Schroedl
850bf80ffc Replace token with value when inserted after token input 2024-05-22 15:59:22 +02:00