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

31 commits

Author SHA1 Message Date
Andrey Antukh
c8e1925065 👷 Fix backend tests. 2020-05-18 14:20:33 +02:00
Andrey Antukh
b532e74310 🎉 Add prometheus metrics. 2020-05-18 10:34:56 +02:00
Andrey Antukh
5a03c13731 ♻️ Refactor backend.
Move from custom vertx to jetty9.
2020-05-15 08:09:20 +02:00
Andrey Antukh
285735e35f ♻️ Refactor presence and realtime cursors handling. 2020-04-28 10:50:40 +02:00
Andrey Antukh
6ba3a28143 🎉 Add initial redis client foundation. 2020-04-20 13:46:15 +02:00
Andrey Antukh
517b50238e Add page-changes query. 2020-04-20 11:56:10 +02:00
Andrey Antukh
b3770963b0 🐛 Fix duplicate ids bug.
Caused by :mov-object bad frame-id assignation.
2020-04-16 10:08:00 +02:00
Andrey Antukh
527acac92e 🐛 Prevent out of order write on pages. 2020-04-16 10:08:00 +02:00
Vitaly Kornilov
ea3e17f7fe 🎉 Add themes infraestructure. 2020-04-13 11:49:26 +02:00
Andrey Antukh
9649d67883 Unify uuid under uxbox.common.uuid. 2020-04-13 11:27:46 +02:00
Andrey Antukh
274a85186e Make :mov-objects change more universal.
With additional exhaustive tests.
2020-04-13 11:27:46 +02:00
alonso.torres
e6200aae4c Adds new method to move objects 2020-04-08 14:11:33 +02:00
Andrey Antukh
4105692dee 🎉 Add backend code for share token handling. 2020-04-07 14:39:53 +02:00
Andrey Antukh
25eba9de43 Fix almost all backend tests. 2020-04-07 14:39:53 +02:00
Andrey Miskov
c663d54eb8 🎉 Add registration domain whitelist for emails
Signed-off-by: Andrey Miskov <amiskov@gmail.com>
2020-03-19 17:47:25 +01:00
Andrey Antukh
ba373573e0 ♻️ Initial refactor of page data structure (wip).
Still work in progress but is a necessary step for a future
(re)introduction of groups.
2020-03-08 12:46:09 +01:00
Andrey Antukh
555210175e Add clj-kondo dependency for linting. 2020-02-25 16:21:58 +01:00
Andrey Antukh
3ce9c8820f ♻️ Rename collections to libraries.
And make them team dependent.
2020-02-25 16:21:58 +01:00
Andrey Antukh
63a339dd31 ♻️ Add undo/redo.
Reimplement :mov-shape change type operation.
2020-02-17 17:44:43 +01:00
Andrey Antukh
7a5145fa37 ♻️ Big refactor of the default data model.
Introduce teams.
2020-02-17 09:49:04 +01:00
Andrey Antukh
f37c9a5adb Enable context handling on tests.
This makes the test exection more similar to the real
environment. Each test is executed in the eventloop
thread pool.
2020-02-06 09:46:24 +01:00
Andrey Antukh
e2d4d121d8 Enable edn writter for duration type. 2020-02-06 09:18:46 +01:00
Andrey Antukh
358136b840 Initial work on remove-media and remove-demo-profile tasks. 2020-02-05 23:52:17 +01:00
Andrey Antukh
1ac6e466ce ♻️ Refactor dispatcher implementation.
Simplify code and probabluy improve performance.
2020-02-05 23:49:26 +01:00
Andrey Antukh
146faf74a9 ♻️ Refactor profile and login. 2020-02-04 16:05:51 +01:00
Andrey Antukh
2cebbbc2f8 ♻️ Refactor images storage. 2020-02-03 22:29:59 +01:00
Andrey Antukh
b98d8519d4 Improve configuration loading.
Removing unnecesary code.
2020-02-03 09:54:18 +01:00
Andrey Antukh
566fa9cb91 Improvements on backend application initialization.
On repl and on production environment.
2020-02-01 01:13:50 +01:00
Andrey Antukh
9e68041326 🚧 Initial work on password recovery and register refactor. 2020-01-13 23:52:31 +01:00
Andrey Antukh
8663f5a136 🔥 Remove unused code. 2020-01-13 15:14:29 +01:00
Andrey Antukh
19529408f4 💄 Rename 'test' directory to 'tests'. 2020-01-12 18:59:35 +00:00