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

2396 commits

Author SHA1 Message Date
Andrey Antukh
183f0a5400 ♻️ Refactor services (for add the project-file concept.
And fix many tests.
2019-12-09 16:27:01 +01:00
Andrey Antukh
af62d949d8 ♻️ Major refactor of page data structure.
In preparation to future collaborative edition.
2019-12-04 20:13:35 +01:00
Andrey Antukh
8c4bdc3f31 🐛 Minor fix on pages migration. 2019-12-04 20:12:39 +01:00
Andrey Antukh
b4336f7ceb Minor improvements on projects_roles table. 2019-12-01 17:47:42 +01:00
Andrey Antukh
b66bc02098 ♻️ Restructure the services directory. 2019-12-01 16:48:41 +01:00
Andrey Antukh
eeb5482d36 🔥 Remove unused code. 2019-12-01 12:44:08 +01:00
Andrey Antukh
f21ac8afbe 🚧 Add project roles table. 2019-12-01 12:07:51 +01:00
Andrey Antukh
04464da1c8 🚧 Implement page history query using new sql builder. 2019-11-29 12:55:43 +01:00
Andrey Antukh
efe94f8b44 🎉 Add new dynamic sql builder (for selects only). 2019-11-29 12:55:20 +01:00
Andrey Antukh
50b54683c4 Properly handle page history. 2019-11-29 12:54:24 +01:00
Andrey Antukh
cd43a6c90e 🐛 Add missing version field on pages table. 2019-11-29 12:52:52 +01:00
Andrey Antukh
45cc4e0d27 Improve dispatcher impl usability. 2019-11-29 12:52:29 +01:00
Andrey Antukh
761a3c102f Improve pages fetching on dashboard. 2019-11-27 19:54:25 +01:00
Andrey Antukh
426677935e 🚧 Minor reimplementation on how workspace initialization. 2019-11-27 15:33:53 +01:00
Andrey Antukh
59bab376cd 🐛 Fix wrong exception handling on pgsql bundled client. 2019-11-27 15:33:10 +01:00
Andrey Antukh
d79161aee0 Improve the projects query. 2019-11-27 15:32:50 +01:00
Andrey Antukh
69e9247fb6 🎉 Add a query impl for retrieve a single page by id. 2019-11-27 15:32:29 +01:00
Andrey Antukh
3fcbb204cf 🎉 Add ordering field to pages (for make it easy sorting on sql). 2019-11-27 15:31:27 +01:00
Andrey Antukh
8e81d796f0 💄 Minor cosmetic improvements on shapes related namespaces. 2019-11-26 18:32:00 +01:00
Andrey Antukh
ba96edc620 💄 Minor cosmetic changes. 2019-11-26 14:17:10 +01:00
Andrey Antukh
d1b000dcc6 Improved error handling and add specs to emails. 2019-11-26 13:34:37 +01:00
Andrey Antukh
792303a833 Remove unexpected lag on moving shape.
The lag happens when the shape is not initially selected.
2019-11-26 10:55:38 +01:00
Andrey Antukh
1357fed067 🐛 Fix bug on images collections filtering. 2019-11-25 17:28:40 +01:00
Andrey Antukh
44a893b46e 🐛 Fix icon collection filtering. 2019-11-25 17:08:26 +01:00
Andrey Antukh
ffcba0bf22 :paper_clip: Minor changes on tests. 2019-11-25 17:08:06 +01:00
Andrey Antukh
4a395ec761 🐛 More test fixes. 2019-11-25 15:56:49 +01:00
Andrey Antukh
d546d1fdca 🐛 Fix many bugs in email sending namespaces. 2019-11-25 12:34:35 +01:00
Andrey Antukh
e7db88a647 ⬆️ Update nodejs dependencies. 2019-11-22 18:30:46 +01:00
Andrey Antukh
6e062afc67 🔥 Remove unused uxbox.locks namespace. 2019-11-22 18:30:46 +01:00
Andrey Antukh
e2c664300c 🐛 Disable email sending by default. 2019-11-22 18:30:46 +01:00
Andrey Antukh
f6db00a444 📎 Minor fixes. 2019-11-22 18:30:42 +01:00
Andrey Antukh
8809c5238f ♻️ Rewrite all the async jobs subsystem and async email sending. 2019-11-22 18:08:27 +01:00
Andrey Antukh
3d4808e024 ♻️ Refactor the CLI media loader. 2019-11-22 18:06:45 +01:00
Andrey Antukh
14f634f9ea ⬆️ Update bundled vertx. 2019-11-22 18:04:38 +01:00
Andrey Antukh
b2d13a2493 ⬆️ Update postgresql on devenv and add smtp relay container. 2019-11-22 18:03:54 +01:00
Andrey Antukh
e9b00339a5 🚧 Major refactor of backend code.
Relevant changes:

- ring -> vertx
- suricatta -> vertx-pgsql
- emails improvements
- logging
- hybrid sync/async -> full async execution model
- database layout refactor
2019-11-18 12:35:41 +01:00
Andrey Antukh
73753ce071 Minor improvements on devenv. 2019-10-22 16:00:41 +02:00
Andrey Antukh
57365a6664 🐛 Minor fix on manage.sh. 2019-10-22 14:03:07 +02:00
Andrey Antukh
b6a92bade0 ⬆️ Minor deps update. 2019-10-22 14:02:49 +02:00
Andrey Antukh
232d871773 Load more history data on first request. 2019-10-22 13:29:36 +02:00
Andrey Antukh
7598637efc Enable history sidebar and dialog. 2019-10-21 17:27:24 +02:00
Andrey Antukh
006fcaa511 📎 Minor changes on rollup config. 2019-10-18 18:49:35 +02:00
Andrey Antukh
fdc3a93a75 ♻️ Enable again undo/redo functionality. 2019-10-18 17:19:12 +02:00
Andrey Antukh
0c7fd793be 💄 Cosmetic changes on auth events ns. 2019-10-18 17:18:39 +02:00
Andrey Antukh
dcc7b09dd8 💄 Minor cosmetic changes on workspace ns. 2019-10-17 19:36:34 +02:00
Andrey Antukh
097a6c924a Improve shapes vertical ordering implementation. 2019-10-17 16:46:10 +02:00
Andrey Antukh
6f2c952b4b ⬆️ Update promesa dependency. 2019-10-17 16:45:33 +02:00
Andrey Antukh
bb6ec9f89f Improve canvas assignation on shapes changes. 2019-09-21 20:14:07 +02:00
Andrey Antukh
ddaf6bfc92 Minor refactor on shapes and canvas rendering on viewport. 2019-09-21 20:13:40 +02:00
Andrey Antukh
163e102bcf 🔥 Remove unused code. 2019-09-21 20:13:14 +02:00